/**********************************************
CSS file for Resource Booking System Front End
***********************************************/

#sv_bookpro_request {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border:none;
	border-width:1px;
	border-color:#999999;
	/* un-comment the following line to set booking screen width */
	width:700px;
}

#sv_bookpro_request td{
}

.sv_bookpro_request_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_bookpro_request_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_bookpro_request_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	/* un-comment the following line to override template colors */
	/*color:#000000;*/ 
}

.sv_bookpro_request_helptext {
	font-size:10px;
	color:#666666;
	line-height:5px;
}

.sv_bookpro_request_cancel_row {
	background-color:#FFFFCC;
}

.row0{	
	font-size:11px;
}	 

.row1{	
	background-color:#F6F6F6;
	font-size:11px;
}	 

.detail_row0{	
	font-size:12px;
}	 

.detail_row1{	
	background-color:#F6F6F6;
	font-size:12px;
}	 
		 
.admin_detail_row0 {
	font-size:12px;
}

.admin_detail_row1 {
	background-color:#F6F6F6;
	font-size:12px;
}
 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		 
		
