﻿
body
{
	font-family:Verdana;
}

a
{
	text-decoration:none;
}

.calStyle
{
 background-color:#F1650B;
 border: solid 1px #F1650B;
}

.calStyle.td
{
 background-color:#F1650B;
}

.calDayHeaderStyle
{
 background-color:#F1650B;
 border-style:none;
 color:#ffffff;	
}

.calDayStyle
{
 background-color:#ffffff;
 margin:3px;
 padding:3px;
}

.calDateBooked
{
 background-color:#F1650B;
 color:#ffffff;
}

.calNextPrevStyle
{
 background-color:#F1650B;
 color:#ffffff;
}

.calSelectedDayStyle
{
 border-color:Red;	
}

.calTitleStyle
{
 background-color:#F1650B;
 border:solid 1px #F1650B;
 color:#ffffff;	
}

.divCalendar
{
 left:300px;
 position:absolute;	
 /*top:700px;*/
}

div.pageHeading
{
	font-family:Verdana;
	font-weight:bold;
}

.frmTable
{
	background-color: #ffffff;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
}

.frmTD
{
	border: solid 1px #cccccc;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.frmTDDark
{
	background-color: #DCDCDC;
	border: solid 1px #000;
	color: #696969;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.frmTDNavy
{
	background-color: #032b6a;
	border: solid 1px #000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.frmTDDark a
{
	color: #696969;
}

.frmTDDark a:hover
{
	color: #000000;
	text-decoration: underline;
}

.frmTDHeading
{
	background-color: #FE7000;
	border: solid 1px #000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.frmTDLight
{
	background-color: #f7dea7;
	border: solid 1px #000;
	color: #696969;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.frmTDLight a
{
	color: #696969;
}

.frmTDLight a:hover
{
	color: #000000;
	text-decoration: underline;
}

.bottomText
{
	color:#696969;
	font-family: Verdana;
	font-size: 9pt;
}


