/*  
Theme Name: roomMaster.Net - Default
Description: roomMaster.Net v6
Author: InnQuest Software
Author URI: http://www.innquest.com/
------------------------------------------------------
Explanation of Values:
Globals: applies to entire website unless a sub-class is needed
Custom Design: applies to the header.html and footer.html files which control the top and bottom frames
Booking Engine: applies to the main content of the page
Booking Widget: applies to external booking widget
Calendar: applies to calendar on date selection page
-------------------------------------------------------
All id and classes have been commented with an explanation   */



/* Booking Widget Sample*/

#res_widget{ 
width: 141px; 
font-size:9px;
color: #000000;
background-color: #transparent;
border: double 4px #000;
font:Arial, Helvetica, sans-serif;
}
.res_head{
	font-size: 12px;
	font-weight: bold;
	color: #800040;
	text-align:center;
	margin-top: 2px;
	}
.res_form{
	background-color: #transparent;
	font-size:10px;
	font-weight:bold;
	color: #000000;
	padding-top: 5px;
}
.res_form_field{
font-size:10px;
color: #000000;
margin: 0 0 0 0;
}
.res_title{
background-color: #transparent;
font-size:8px;
color: #000000;
}
.book_it {
background-color: #800040;
color: #FFFFFF;
font-weight: bold;
}
.H2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 95%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #26394F;
	text-align: center;
}