﻿/*Global settings*/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.err
{
	font-family: Arial, Verdana;
	font-size: small;
	color: Red;
}
td.HeaderCell
{
	font-family: Baskerville Old Face, Times New Roman;
	font-size:18px;
	font-weight: bold;
	color:#738b3d;
}

img { border: none; }

h1
{
	font-family: Baskerville Old Face, Times New Roman;
	font-size:24px;
	font-weight: 900;
	color:#738b3d;
}
h2
{
	font-family: Verdana, Arial;
	font-size:20px;
	font-weight: 900;
	color:#738b3d;
}
h3
{
	font-family: Verdana, Arial;	
	font-size:16px;
	font-weight: 900;
	color:#98bd46;
}
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%; }
.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: White;
	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;
}

/*Pendra Loweth CSS*/
p td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
.nav03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #618213;
	
}
.nav03 A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #618213;
	TEXT-DECORATION: none;
}
.nav03 A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #618213;
	TEXT-DECORATION: none;
}
.nav03 A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C24962;
	TEXT-DECORATION: underline;
}
.nav03 A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #618213;
	TEXT-DECORATION: none;
}
.legal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737373;
}
.legal A:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737373;
	TEXT-DECORATION: none;
}
.legal A:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #737373;
	TEXT-DECORATION: none;
}
.legal A:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C24962;
	TEXT-DECORATION: underline;
}
.legal A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7373733;
	TEXT-DECORATION: none;
}
.small02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #114417;

}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #738B3D;
}
