/* form */
table.buttongroup {
}
table.buttongroup td {
	padding: 0 10px 0 0;
}
table.form {
}
table.form td.key,
table.form td.value {
	line-height: 30px;
}
table.form td.value {
	vertical-align: middle;
}
table.form td.key {
	width: 150px;
	vertical-align: top;
}
div.FormButtonGroup {
/*	margin-bottom: 4px;*/
}
input.formtext {
	width: 248px;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #999;
}
input.formradio {
	margin: 0 10px 0 0;
}
input.formcheckbox {
}
select.formselect {
	width: 252px;
}
input.formreset {
	width: 252px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
input.formsubmit {
	width: 252px;
	height: 22px;
	line-height: 20px;
	background-color: #999;
	font-weight: bold;                                                         
	color: #fff;
	border: 1px solid #999;
}
input.formbutton {
	width: 252px;
	height: 20px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
textarea.formtextarea {
	width: 246px;
	padding: 2px;
	border: 1px solid #999;
	height: 80px;
	overflow: auto;
	margin: 5px 0 5px 0;
	line-height: 18px;
	vertical-align: middle;
}
input.formfile {
}

/* calendar */
div.date {
	height: 20px;
}
div.calendar {
	border: 1px solid #000;
	position: absolute;
	z-index: 5;
	background-color: #eee;
}
div.calendar_close {
	text-align: right;
	background-color: #000;
}
div.calendar_close a {
	padding-right: 4px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
table.calendar_navigation {
}
table.calendar_navigation td.calendar_previous {
}
table.calendar_navigation td.calendar_next {
}
table.calendar_navigation td.calendar_month {
	padding: 4px;
}
table.calendar_navigation td.calendar_year {
	padding: 4px;
}
table.calendar_navigation a {
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
}
table.calendar_navigation select {
	line-height: 12px;
	font-size: 10px;
}
table.calendar_navigation select option {
	line-height: 12px;
	font-size: 10px;
	padding: 0 2px;
}
table.calendar_weeks {
}
table.calendar_weeks td {
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}
table.calendar_weeks td a {
	line-height: 12px;
	font-size: 10px;
	display: block;
}
table.calendar_weeks td a:hover {
	background-color: #0c6;
}
div.calendar a.current {
	border: 1px solid #000;
}
div.calendar a.selected {
	border: 1px solid #000;
	background-color: #97cbff;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#searchbooks, #requestbooks{	
	background-image: url(../img/stripes.gif);
	background-position: 1px 0;
	background-color: #ff7800;
}
#searchbooks_form, #requestbooks_form{
	padding: 0 10px 10px 20px;
	float: right;
}
#searchbooks_form div.row div.item, #requestbooks_form div.row div.item{
	float: left;
	margin-right: 10px;
}
#searchbooks_form label, #requestbooks_form label{
	color: white;
	font-weight: bold;
}	
#searchbooks_form input{
	border-top: 1px solid #ff3300;
	border-left: 1px solid #ff3300;
	border-right: 1px solid #ffCC00;
	border-bottom: 1px solid #ffCC00;
	height: 20px;
	background-image: url(../img/validationInputBg.gif);
	background-repeat: repeat-x;
	padding: 0 3px 0 3px;
}

#requestbooks_form input{
	height: 20px;
	background-image: url(../img/validationInputBg.gif);
	background-repeat: repeat-x;
	padding: 0 3px 0 3px;
}

#searchbooks_form input.long, #requestbooks_form input.long{
	width: 200px;
}

#searchbooks_button, #requestbooks_button{
	border-top: 1px solid #ffaa00;
	border-left: 1px solid #ffAA00;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	padding: 0 18px 0 5px;
	color: white;
	font-weight: bold;
	background-image: url(../img/arrow.png);
	background-position: 55px;
	background-repeat: no-repeat;
}

#requestbooks_button{
	background-position: 60px;
}
#searchbooks_button:hover, #requestbooks_button:hover{
	background-color: #2D3F95;
	color: #fff;
	cursor: pointer;
}

#searchbooks_reset{
	border-top: 1px solid #ffaa00;
	border-left: 1px solid #ffAA00;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	padding: 0 18px 0 5px;
	color: white;
	font-weight: bold;
}
#searchbooks_reset:hover{
	background-color: #2D3F95;
	color: #fff;
	cursor: pointer;
}

#searchbooks_title, #searchbooks_name{
	width: 200px;
}

#requestbooks_title, #requestbooks_name{
	width: 200px;
}


#searchebooks{	
	height: 50px;
}

#boekenserviceForm div.formtable div.formtable_items div.formtable_item div.formtable_label {	
	font-weight: bold;
		
}
div.listtitle {
	font-weight: bold;
	margin-top: 10px;
}

#boekenserviceForm div.genrelist, #boekenserviceForm div.freqlist{
	margin-top: 3px;
	margin-bottom: 3px;
}

#boekenserviceForm div.buttons {
	margin-top: 15px;
	margin-bottom: 5px;		
}

#boekenserviceForm div.genrelist div.genrelistitem {
	float:left;
	margin-left: 10px;
	width: 200px;	
}

#boekenserviceForm div.genrelist div.genrelistitem formtable_value {
	float: left;	
}

#boekenserviceForm div.freqlist div.freqlistitem
, #boekenserviceForm div.buttons div.buttonitem{
	float:left;
	margin-left: 10px;	 
}
#boekenserviceForm div.genrelist div.genrelistitem div.formtable_item div.formtable_value {
	text-align: left;
}
 
#boekenserviceForm div.freqlist div.freqlistitem div.formtable_item div.formtable_value {
	text-align: center;	
}

#boekenserviceForm div.formtable_value_error  {
}

#boekenserviceForm span.error {
	margin-left: 10px;	
}

#boekenserviceForm input.formtext {
	width: 248px;
	padding-left: 2px;
	height: 20px;
	line-height: 18px;
	border: 1px solid #999;
}
#boekenserviceForm input.formradio {
	margin: 0 10px 0 0;
}
#boekenserviceForm input.formcheckbox {	
}

#boekenserviceForm select.formselect {
	width: 252px;
}

#boekenserviceForm input.formsubmit, #boekenserviceForm input.formreset {
	width: 100px;
	height: 22px;
	line-height: 20px;
	background-color: #999;
	font-weight: bold;                                                         
	color: #fff;
	border: 1px solid #999;
}
#boekenserviceForm input.formbutton {
	width: 252px;
	height: 20px;
	background-color: #999;
	color: #fff;
	border: 1px solid #999;
}
#boekenserviceForm textarea.formtextarea {
	width: 246px;
	padding: 2px;
	border: 1px solid #999;
	height: 80px;
	overflow: auto;
	margin: 5px 0 5px 0;
	line-height: 18px;
	vertical-align: middle;
}
#boekenserviceForm input.formfile {
}

#boekenserviceForm div.buttons {
	margin-top: 15px;
	margin-bottom: 5px;
	height: 30px; 
	line-height: 28px;
}
