/* 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 */
*{
	margin-top:0px;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
}

p
{
	margin: 1em 0;
}
html {
scrollbar-base-color:  #520855;
scrollbar-arrow-color: #c0c0c0;
scrollbar-track-color: #c0c0c0;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: #0066cc;
}
/**************
 *  Classes   * 
 **************/

.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;
				}				
.results		{
					margin-left:100px;
				}			

.pageCount		{
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight:bold;
				}	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {
color: #520855;
font:Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
}
h3 {
color: #520855;
font:Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: bold;
}				
.bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #520855;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
.inputselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
					
/**********************   
 *		Layers        *
 *                    *
 * Setup using IDs to *
 * allow jScript.     *
 **********************/

#wrapper		{
	position: normal;
	background-color: #FFFFFF;
	width: 600px;
				}
#header			{												
					margin-left: 100px;
				}
#queryTable		{
					position:normal;
					margin-left:10px;
					margin-right:10px;
					margin-bottom: 20px;
					margin-top: 20px;
					background-color:#025227;
					border:1px solid #000000;					
				}
#mainBody		{
					margin-left: 10px;
					margin-right: 10px;
				}
#insideTable	{
					position:normal;
					margin-left:10px;
					margin-right:10px;
					margin-bottom:10px;
					margin-top:10px;
					background-color:#FFFFFF;				
				}

#unitHeader		{
					font-weight:bold;
					font-size:16px;
					color:#FFFFFF;
					height: 20px;
				}
#unitHeaderTotal{
					text-align:right;
					width: 100px;
					float: right;
				}
#unitHeaderAddress{
					text-align:left;
					width: 400px;
					float:left;
				}				
#unitPhoto		{
					position:relative;					
				}
#unitDesc		{
					position:relative;
					margin-right:10px;
					margin-left: 10px;
					font-size: 12px;
				}						

#unitInfo1		{
					position:relative;
					margin-left:10px;
					font-size: 11px;
					font-weight:bold;
				}		
#unitInfo2		{
					position:relative;
					margin-right:10px;
					font-size: 11px;
					font-weight: bold;
				}
#unitInfo3		{
					font-size: 12px;
				}
				
#unitTotal		{
					font-size:10px;
				}
									

