﻿/*Global settings*/
body { text-align: center; 
	background-color: #6A8DA1;
	color: #666666;
}
.makeReservation
{
    background-repeat: no-repeat;
    background-color: Transparent;
    width: 156px;
    height: 22px;
    border: 0px;
    font-family: Comic Sans MS, Arial;
    font-weight: normal;
    font-size: 11pt;
    color: #553c0c;
    float: right;
}
table.MainTable
{
	border-width: 0px;
	text-align: left;	
}
Calendar.Header
{
	background-color: ThreeDShadow;
}
td
{
	color : #666666;
	font-family : Comic Sans MS, Arial;
	font-size: 11pt;
	text-decoration: none;
}
.HeaderCell
{
	padding-left:3px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0; 
	margin:0; 
	text-align:left; 
	vertical-align:top;
	
	font-family: Comic Sans MS, Arial; 
	font-size: 16pt; 
	color: #36BBA0;	
	font-weight: bold;
	letter-spacing: normal; 
	margin: 0px; 
	padding: 0px; 
	text-decoration: none;
}
.err
{
	font-family: Comic Sans MS, Arial;
	font-size: small;
	font-weight: 900;
	color: Red;
	text-decoration: 'blink';
}
h1
{
	font-size:16pt;
	font-weight:bold;
	color:#666666;
	font-family:Comic Sans MS;
	text-align:left;
}
a:link
{
	color:#30397E;
}
a:visited
{
	color:#0A8FDA;
}
a:active
{
	color:#0A8FDA;
}

/*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;
}

/*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: right; /*set to left, center, or right to align the menu as desired*/
	width: 80%;
	float:right;
}
.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;
}


