﻿/*
 * Search field, top of the page
 */
.search_field{
    width : 210px;
    border: 2px solid #F69F6A;
    padding: 2px;
    border-top-color:#F5823F;
    border-left-color:#F5823F;
    font-family: Leelawadee,Calibri,Corbel,Helvetica,Geneva;
    font-size: 12px;
}
/* Standaard input veld */
.styled_field {
    border: 1px solid #ddd;
    padding: 3px;
    font-family: Leelawadee,Calibri,Corbel,Helvetica,Geneva;
    font-size: 12px;
}
/* Alternatief input veld (wordt niet gebruikt voor zover ik weet) */
.styled_field_2 {
    border: 1px solid #ccc;
    padding: 3px;
    font-family: Leelawadee,Calibri,Corbel,Helvetica,Geneva;
    font-size: 12px;
}
/* Input veld met minder padding, gebruikt voor o.a. het inlogblok bovenaan de site */
.styled_field_nopad {
    border: 1px solid #ddd;
    padding: 1px;
    font-family: Leelawadee,Calibri,Corbel,Helvetica,Geneva;
    font-size: 12px;
}

.frmfield_text1{
    width : 300px;
}
.frmfield_text_short_left{
    width : 146px;
}
.frmfield_text_short_right{
    width : 145px;
}

.frmfield_select1{
    width : 305px;
}

/* to add extra space between in the rows in a form */
.tablerow_spacer
{
    padding-bottom  : 15px;
}
/* Blue button */
.button, .button:hover {
	background: #6888b1 url(../images/layout/button_bg.jpg) repeat-x;
	padding: 3px 5px 3px 5px;
	color: #ffffff !important;
	border-right: 1px solid #2a4161;
	border-bottom: 1px solid #2a4161;
	border-top: 1px solid #5483C2;
	border-left: 1px solid #5483C2;
	font-size: 11px;
	font-weight: bold;
	font-family:Leelawadee,Calibri,Corbel,Helvetica,Geneva;
	text-decoration: none !important;
	cursor:pointer
}

.button_disabled, .button_disabled:hover {
	background: #6888b1 url(../images/layout/button_bg_disabled.jpg) repeat-x;
	padding: 3px 5px 3px 5px;
	color: #ffffff !important;
	border: 1px solid #bbb;
	font-size: 11px;
	font-weight: bold;
	font-family:Leelawadee,Calibri,Corbel,Helvetica,Geneva;
	text-decoration: none !important;
	cursor:pointer
}
/* Grijze button */
.buttongrey
{
	background: #f7f7f7 url(../images/layout/button_grey_bg.jpg) repeat-x;
	padding: 1px 5px 1px 5px;
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	font-family:Leelawadee,Calibri,Corbel,Helvetica,Geneva;
}
/* use in combination with the .button class, to let anchor tags appear as buttons */
.link_as_button, .link_as_button:hover{
    text-align:center;
    color:white;
    display:block;
    height:16px;
    padding-top:3px;
    padding-bottom:1px;
}