﻿table.calendarTopBg
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 8pt;
	border-width: 0;
	border-collapse: collapse;
	width: 100%;
	background:url(images/foot-strip.gif);
}
table.calendarTopBg A
{
	color: white;
	font-size: 9pt;
	font-weight: bold;
}
table.calendarTopBg A:visited
{
	color: white;
	font-size: 9pt;
}
table.calendarTopBg A:active
{
	color: white;
	font-size: 9pt;
}
table.calendarTopBg A:hover
{
	color: #A6CAF0;
	font-size: 9pt;
	font-weight: bold;
}

.calDiv
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	position: absolute;
	clip: rect(auto auto auto auto);
	display: inline;
	z-index: 1000;
	display: none; /*color: White;	*/
	background-color: white;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	width: 250px;
}

table.calTableMain
{
	font-family: Verdana,Tahoma,Arial;
	width: 250px;
	font-size: 8pt;
	border-width: 1px;
	border-color: #012B51;
	border-style: solid;
	border-collapse: collapse;
	background-color: #012B51;
}

table.tblCalenderCss
{
	width: 100%;
	font-size: 9pt;
	border-top: #012B51 1px solid;
	border-bottom: #012B51 1px solid;
	border-collapse: collapse;
	background-color: #e5eedd;
}
table.tblCalenderCss th
{
	width:35px;
	color: white;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #012B51;
	background-color: #636F85;
}
table.tblCalenderCss td
{
	color: #EE4400;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #012B51;
	background-color: #F5F4F0;
}

table.tblCalenderCss td.sunday
{
	color: #EE4400;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #012B51;
	background-color: #87A7CE;
}

.TreeCellValue
{
	font-family: Verdana;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	border-bottom: solid 1px #EEE0D7;
}
table.tblCalenderCss td.activeDate
{
	color: blue;
}
table.tblCalenderCss td.activeDate A
{
	color: blue;
}
table.tblCalenderCss td.activeDate A:visited
{
	color: blue;
}
table.tblCalenderCss td.activeDate A:active
{
	color: blue;
}
table.tblCalenderCss td.activeDate A:hover
{
	color: blue;
	font-size: 8pt;
	font-weight: bold;
}

table.tblCalenderCss A
{
	color: #EE4400;
}
table.tblCalenderCss A:visited
{
	color: #EE4400;
}
table.tblCalenderCss A:active
{
	color: #EE4400;
}
table.tblCalenderCss A:hover
{
	color: #EE4400;
	font-size: 8pt;
	font-weight: bold;
}

.loading
{
	text-align: center;
	position: absolute;
	left: 350px;
	top: 300px;
	width: 300px;
	height: 76px;
	background-image: url('Images/loading.gif' );
	background-repeat: no-repeat;
	background-color: #FFBD00;
	background-position: center;
}
