﻿/*Global settings*/
body 
{
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#FFFFFF;
}

td
{
	font-family: Arial, Verdana;
	font-size: small;
    color: #1F076C;
}
.err
{
	font-family: Arial, Verdana;
	font-size: small;
	color: Red;
}
td.HeaderCell
{
	font-size:14px;
	color:#00ABD4;
	font-weight:bold;
}

img { border: none; }

h1
{
	font-size:14px;
	color:#00ABD4;
	font-weight:bold;
}
h2
{
	font-size:12px;
	color:#000B04;
	font-weight:bold;
}
h1, h2, h3, h4 
{
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

/*Start page*/

.pushRight { padding-right: 50px; }
.pushRightPet { padding-right: 32px; }


/*Results page*/
.right 
{
	display: inline;
	float: right;
	font-weight: bold;
}
.left 
{
	display: inline;
	float: left;
}
.imgWidth { width: 100px; }
.resultWidth { width: 100%; }
.resultTable
{
	border-bottom: solid thin gray;
	margin-bottom: 5px;
}
.bigFont 
{
	font-size: larger;
	font-weight: bold;
}
.match
{
	color: Red;
	font-weight: bold;
}

#divResults, #divMap
{
	clear: both;
}

/*Tabs on results page*/
.basictab2, basictab2 a
{
	padding: 4px 0;
	margin-top: 5px;
	font-size: 80%;
	border-bottom: 1px solid #eeeeee;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 80%;
	float:left;
}
.basictab2 li	
{
	display: inline;
	margin-top: 5px;
}
.basictab2 li a
{
	text-decoration: none;
	padding: 3px 10px;
	margin-left: 0px;
	border: 1px solid #cccccc;
	border-bottom: none;
	color: #2d2b2b;
}
.basictab2 li a:visited { color: #2d2b2b; }
.basictab2 li a:active { color: black; }
.basictab li a:hover { color: Black; }
.basictab2 li a:hover
{
	color: Black;
	text-decoration: underline;
}
.basictab2 li.selected a
{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	background-color: #FFFFFF;
	color: Black;
	font-weight: bold;
}

/*Owner calendar settings*/
td.calDay
{
	text-align: center;
}
td.calBooked
{
	background-color: #FFCCCC;
	text-align: center;
}
td.calAvailable
{
	background-color: #AAFFAA;
	text-align: center;
}
td.calAvailableWE
{
	background-color: #CCFFCC;
	text-align: center;
}
td.calSelected
{
	background-color: #FF3300;
	text-align: center;
}
td.calSelectedWE
{
	background-color: #FF5511;
	text-align: center;
}
td.calProvisional
{
	background-color: #FFFBCC;
	text-align: center;
}
td.calDeposit
{
	background-color: #FFFBCC;
	text-align: center;
}
td.calOwner
{
	background-color: #CCF5FF;
	text-align: center;
}

/*Tooltip popup (owner calendar)*/
#hintbox
{
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor
{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}

/* PropertyPriceGrid */
.booked
{
	margin-bottom: -2px;
	margin-right: 10px;
	border-top: dashed 1px silver;
	color: Gray;
	text-decoration: line-through;
}
.available
{
	border-top: dashed 1px silver;
	margin-bottom: -2px;
	margin-right: 10px;
}

.propResultTable
{	
	background-color: #F5EBD1;
}

.propResultTableOdd
{
}