﻿/********************/
/* Calendar On Page */
/********************/
/*
.tabTitle {color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 0 0 0 4px; height: 26px; background-color: #99CC33; }
*/

.CalendarTable
{
	width:100%;
	border-collapse: separate;
}

.MonthCssClass
{
	background-color: #FFFFFF;
	color: #426B8A;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width:100%;
}

.MonthCssClass TD
{
	background-color: #FFFFFF;
	color: #426B8A;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding:3px;
}

td.LeftMonthCell
{
	text-align:right;
	width:65px;
} 

td.RightMonthCell
{
	text-align:left;
	width:65px;
} 


.CalendarHeader
{
	background-color: #FFFFFF;	border: 1px solid #FFFFFF;	color: #426B8A;	text-align: center;	font-weight: bold;	text-transform: uppercase;	width: 28px;
}


td.CalendarOfItem
{
	background-color: #DADADA;	border: 1px solid #F3F3F3;	text-align: center;	font-weight: bold;	color: #000000;	height: 24px;
}

td.CalendarOfItemOver
{
	background-color:#DADADA;  border:1px solid #F3F3F3; text-align:center; font-weight:bold; color:#000000; height:24px;
}

td.CalendarOfItemCurrent
{
	background-color:#DADADA;  border:1px solid #F3F3F3; text-align:center; font-weight:bold; color:#000000; height:24px;
}

td.CalendarOfItemSelected 
{
	display:block; background-color:#CC0000; color:#FFFFFF; text-decoration:none; height:24px; line-height:24px;
}

.CalendarOfItemSelected a, .CalendarOfItem a {display:block; background-color:#CC0000; color:#FFFFFF; text-decoration:none; height:23px; line-height:23px;}
.CalendarOfItemSelected a:hover, .CalendarOfItem a:hover {display:block; background-color:#FF0000; color:#FFFFFF; text-decoration:none;}

td.CalendarOfItemSelectedOver
{
	display:block; background-color:#FF0000; color:#FFFFFF; text-decoration:none;
}

td.CalendarOfItemOfOtherMonth
{
	background-color: #FFFFFF;	border: 1px solid #F3F3F3;	height: 24px; 
}

.CalendarDarkRed
{		
	color:#B52025;
}

.CalendarBlueUnderlined
{		
	color:Blue;
	text-decoration:underline;
}

