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

#sv_res_request {

	background-color:#FFFFFF;
	border-color:#999999;
	/* un-comment the follwing line to set booking screen width */
	width:100%;
}

#sv_res_request td{
}

.sv_res_request_dropdown {

	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_text {

	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_label {
	font-family: Arial, Helvetica, sans-serif;

	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_res_request_helptext {
	font-size:10px;
	color:#666666;
	line-height:5px;
} 

.row0{	

}	 
.row1{	
	background-color:#F6F6F6;

}	 

.detail_row0{	
	font-size:12px;
}	 
.detail_row1{	
	background-color:#F6F6F6;
	font-size:12px;
}	 
		 
		 
		 
		 
		