/**********************************************
CSS file for Resource Booking System Front End
***********************************************/

#sv_res_request {
	font-size:12px;
	background-color:#FFFFFF;
	border:dashed;
	border-width:1px;
	border-color:#999999;
	/* un-comment the follwing line to set booking screen width */
	width:680px;
}

#sv_res_request td{
}

.sv_res_request_dropdown {
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_text {
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_helptext {
	font-size:10px;
	color:#666666;
	line-height:5px;
} 

.row0{	
	font-size:11px;
}	 
.row1{	
	background-color:#F6F6F6;
	font-size:11px;
}	 

.detail_row0{	
	font-size:12px;
}	 
.detail_row1{	
	background-color:#F6F6F6;
	font-size:12px;
}	 
		 
		 
		
