/* CSS Document */

/*----------------------
 Default site styles
 ---------------------*/

/* Links */
a:link
{
	color: #0000FF;
}

a:hover
{
	color: #FF9900;
	text-decoration: none;
}

a.heading, a.heading:link
{
	color: #07519A;
}

/* Body and tables */
body
{
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	color: #07519A;
	font-size: 13px;
	font: normal;
	margin: 0;
}
/* hidden tables */
table
{
	font-size: 13px;
	text-align: left;
}

table.popup
{
	border: solid;
	border-width: 2px;
	border-color: #CDE3F5;
	text-align: left;
}

td.search_subit
{
	border-top: solid #CDE3F5 1px;
	text-align: center;
}

td.heading
{
	background-color: #E2EAF8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left; 
	
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CDE3F5;
	height: 22px;
}

td.prop_ad
{
	border: none;
	border-left-color: #CDE3F5;
	border-left-style: solid;
	border-left-width: 3px;
}

td.results
{
	border-style:none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CDE3F5;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CDE3F5;
}
	
p { margin-top: 0; }
/*-----------------------
 Main Menu
-----------------------*/
a.menu
{
	font: Georgia;
	text-decoration: none;
	size: 2;
	color: #07519A;
}

a.menu:hover
{
	color: #FF9900;
}

/*-------------------
 Rates Page
 ------------------*/
table.rates
{
	font: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

td.rates
{
	background-color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
}

/*--------------------
 Room Search
--------------------*/
table.sales
{
	text-align: center;
	border: solid;
	border-width: 2px;
	border-color: #CDE3F5;	
}

td.sales_head
{
	background-color: #E2EAF8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CDE3F5;
	height: 25px;
}

td.sales_row
{
	border-style:none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E2EAF8;
	height: 30px;
}

/*-----------------
 Quicksearh Styles
-------------------
table.body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align : left;
}

table.result
{
	text-align: left;
	border-style:none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E2EAF8;
	background-color: #FFFFFF;
}

td.result
{
	border-style: none;
	border-color: #FFFFFF;
	vertical-align: top;
}

td.picture
{
	border-style:solid;
	border-width: 1px;
	border-color: #f0f0f0;
	text-align: center;
}

td.contact
{
	border-style:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2EAF8;
}*/
