/*************************************************
CSS file for Resource Booking System Front End
**************************************************/

#sv_res_request {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	/*border:solid;
	border-width:1px;
	border-color:#999999;*/
	/* un-comment the following line to set booking screen width */
	/*width:500px;*/
}

#sv_res_request td{
}

.sv_res_request_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_text {
	font-family: Arial, Helvetica, sans-serif;
	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:#999999;
	line-height:7px;
}
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		
