/* This style sheet affects the overall appearance of the online-booking pages */


/*********************
 *HTML tag over-rides*
 *********************/
 
/* The following code is to keep margins from bleeding into IE */
*{
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	margin: 1em 0;
}

img {
	border: none;
	}

A:link {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #01376d;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #012952;
}

A:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0159b1;
}

A:active {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0159b1;
}
body {
	background-image: url(images/bg-sub.jpg);
}
/**************
 *  Classes   * 
 **************/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.mainHeading	{
					font-size:larger;
					font-weight:bold;
					width: auto;
					margin: 0px;
				}
.version		{
					font-size: 10px;
				}	

.middleLabel	{
					font-size:16px;
					font-weight:bold;
				}		
.searchLabel	{
				}	

.waitWrapper	{
					position: normal;
					background-color: #FFFFFF;
					width: 600px;
					heigth:auto;
					margin-left:0px;
					margin-right:auto;
				}							

.pageCount		{
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight:bold;
				}					
						
/**********************   
 *		Layers        *
 *                    *
 * Setup using IDs to *
 * allow jScript.     *
 **********************/

#insideTable {
	position:normal;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#FFFFFF;				
	}

/**********************   
 *		MainPage      *
 **********************/

#mainpageHeader {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #01376d; 
	text-align:left;
}

#mainpageCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

#mainpageSearchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
 	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #d4c3a9;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #d4c3a9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d4c3a9;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #d4c3a9;
	}

#mainpageSearchboxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #816420;
	background-color: #f8eed6;
	background-image:url('./images/house-info-bg.gif');
	border-bottom: 1px solid #d4c3a9;
	height: 23px;
	text-align:left; padding-left:18px; padding-right:0px; padding-top:6px; padding-bottom:0px
}

#mainpageLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #816420;
	padding: 2px 2px 1px 2px;
	text-align: right;
}

#mainpageSpecs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
	padding: 2px 2px 1px 2px;
}

/**********************   
 *		RSAvail        *
 **********************/
 
 /* Results Container */
#resultsContainer {
	background-color: #dab068;
	}
 
 /* Content */
 
#unitHeader	{
	padding-top: 2px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: capitalize;
	color: #003265;
	background-color: #ddcaa0;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #997d51;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #997d51;
	}

#unitHeaderRatingOcc	{
	padding-top: 2px;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003265;
	background-color: #ddcaa0;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #997d51;
	}

#unitDesc {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #01376D;
	background-color: #ddcaa0;
	}
	
#imgBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #003870;
	background-color: #F4F2E7;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #dab068;
	}
	
/**********************   
 *		RSGetInfo     *
 **********************/

#RSGetInfoCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

#RSGetInfoLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
 	background-color: #FFFFFF;
	}
	
/**********************   
 *	   Regulations    *
 **********************/

#regulationsCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

#regulationsBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
 	background-color: #FFFFFF;
	}

#regulationsXBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 16px;
	text-transform: capitalize;
	color: #000000;
 	background-color: #FFFFFF;
	}
	
/**********************   
 *		RSBook        *
 **********************/

#RSBookCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

#RSBookLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #000000;
 	background-color: #FFFFFF;
	}

#rateDesc {
		color: black;
		font-size: 11px;
		font-weight: bold;
	}


