﻿/*Global settings*/
body 
{
	margin-top:0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 80%;
}

td
{
	font-family: Arial, Verdana;
}
.err
{
	font-family: Arial, Verdana;
	color: Red;
}
td.HeaderCell
{
	font-size:14px;
	font-weight:bold;
}

img { border: none; }

h1
{
	font-size:14px;
	font-weight:bold;
}
h2
{
	font-size:12px;
	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: #CCFFCC;
	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;
}





td {  font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left}

h1 {  font-family: "Times New Roman", Times, serif; color: #0000CC}

h2 { font-family: "Times New Roman", Times, serif; color: #3399FF }

h3 { font-family: "Times New Roman", Times, serif; color: #3399FF }

body {  background-color: #FFFFCC; background-image: url(../images/backgrnd.gif); color: #000000; margin-top: 0px}

.small {  font-size: 70%}

.big {  font-size: 110%; font-weight: bold}

a:active {  color: #3399FF; text-decoration: underline}

a:link {  color: #0000FF; text-decoration: none}

a:visited {  color: #0000FF; text-decoration: none}

a:hover {  color: #3399FF; text-decoration: underline}

.title {  font-size: 175%; font-family: "Times New Roman", Times, serif; color: #3399FF; font-weight: bold}

table {  background-repeat: no-repeat}

.boldblue {  font-weight: bold; color: #3399FF}

.largered {  font-size: 125%; color: #FF0000; font-weight: bold}

.titleHW { font-size: 200%; font-family: "Times New Roman", Times, serif; color: #3399FF; font-weight: bold }

.nav {  font-family: Verdana, Arial, Helvetica, sans-serif; }

.pricetable {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 110%}

