body {
	background-color: #00306e;
	background-image: url(images/reservation/bkgd_hdr.jpg);
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-top: 70px;
	padding-top: 60px;
	margin-right: 30px;
	margin-bottom: 0px;
}

a, a:link, a:visited, a:active {text-decoration:none; color:#00306E;}

/* caption determines the style of
   the month/year banner above the calendar. */

.caption 
     {
     font-family:arial,helvetica; 
     font-size:14px; 
     color: white;
     font-weight: bold;
	  text-align: left;
	  padding-bottom: 2px;
     }

/* .calendar determines the overall formatting style of the calendar,  
   acting as the default unless later overruled. */

.calendar 
     {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: #6a6a6b;
     background-color: #ffffff;
     border-color: #a2bbdd;
     border-style: solid;
     border-width: 1px;
     }

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: white;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #c3d9ff;
     border-color: #000000;
     border-style: solid;
     border-width: 0px;
	  color: #2952c4;
	  padding: 5px;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     background-color: #808080;
     border-color: #000000;
     border-style: solid;
     border-width: 0px;
     text-align: center;
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
	 background-color: #FFFFC4;
     } 
	 
.toprow {
	background-color: #e8eef7;
	padding: 2px;
	}
	 
.btmrow {
	background-color: #FFFFFF;
	padding: 2px;
	}	 
	
.navbtn {
	font-family:arial,helvetica; 
	font-size:11px; 
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.balloon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 40px;
	margin-left: 40px;
	padding-top: 25px;
	margin-top: 25px;
	}
	
.calDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffff99;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
}

.diveinfo_hdr {
	font-family:arial,helvetica; 
	font-size:14px; 
	color: black;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
}

.diveinfo_tbl {
	font-family:arial,helvetica; 
	font-size:12px; 
	color: #6a6a6b;
	background-color: #ffffff;
	border-color: #a2bbdd;
	border-style: solid;
	border-width: 1px;
}

.header {
	background-color: #c3d9ff;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	color: #2952c4;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
}
	  
select {
	font-family:arial,helvetica;
	font-size: 11px;
	color: #6a6a6b
}

.caption {
	font-family:arial,helvetica; 
	font-size:14px; 
	color: white;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2px;
}
	
/* ----- tool tip specific styles ----- */
#theToolTip {
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:12px;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 11px;
	color:#CC0000;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
}
