﻿/******************calendar begin**************************/

.dateDivSelectorClass
{
	border: 1px solid #006699;
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	z-index: 800;	
	padding: 6px;
	margin: 0px;
	background-color: #f5f5f5;
}

.dateDivSelectorClassLayer
{
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	z-index: 700;	
	padding: 0px;
	margin: 0px;
	background-color: red;
}

.calendarDiv {
	position: relative;
}

.dateSelectorTable 
{
	background-color: White;
	border: 1px solid #999999;
}

.dateSelectorText
{
	font-size: 11px;	
	color: black;
	font-family: Verdana, Sans-Serif, Arial
}

.dateSelectorCaption
{
	font-size: 11px;	
	font-weight: bold;
	font-family: Verdana, Sans-Serif, Arial;
	background-color: #3973de;
	color: White;
}

.dateSelectorHeader
{
	font-size: 11px;	
	font-family: Verdana, Sans-Serif, Arial;
	font-weight: bold;
	background-color: #cbd4eb;
	color: black;
	width: 30px;
	height: 14px;
	text-align: center;	
}

.dateSelectorSimpleDay
{
	font-size: 11px;
	color: Black;
	background-color: white;
	text-decoration: underline;
	height: 20px;
}

.dateSelectorOtherDay
{
	background-color: #ecedf0;
	font-size: 11px;
	color: #333333;	
	text-decoration: underline;
	height: 20px;
}

.dateSelectorSatDay
{
	background-color: #ccccff;
	font-size: 11px;
	color: Black;	
	text-decoration: underline;
	height: 20px;
}

.dateSelectorSanDay
{
	background-color: #ccccff;
	font-size: 11px;
	color: Black;	
	text-decoration: underline;
	height: 20px;
}

.dateSelectorToDay
{
	background-color: #f2f3f5;
	font-size: 11px;
	color: Black;	
	text-decoration: underline;
	height: 16px;
	border: 2px solid #f0a12a;
}

.dateSelectorSelectedDay
{
	background-color: #999999;
	font-size: 11px;
	color: white;	
	text-decoration: underline;
	height: 16px;
	border: 2px solid #878787;
}

.dateSelectorDayTable
{
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

.dateSelectorButton
{
	background-color: #f5f5f5;
	font-size: 10px;
	border: 1px solid #cccccc;	
}

/******************calendar end**************************/