﻿#calWrapper {
	position: absolute;
	top: -150px;
	left: 490px;
	width: 204px;
	border-width:1px;
	border-style:solid;
	border-color: #6495ED;
	background-color:White;
} 
#calWrapper table {
	position: static;
}
#calWrapper table select.calTitleYear , #calWrapper table select.calTitleMonth {
	font-size: 1em;
	background-color:#e9edf6;
	color: black;
	width: 60px;
	position: relative;
	top: 0px;
	left: 0px;
}
#calWrapper table select.calTitleMonth {
	width: 90px;
	text-align: right;
}
.calBody    
{
	width:200px;
	height:100px;
	font-size:8pt;
	font-family:Verdana;
	border-width:1px;
	border-style:solid;
	background-color:White;
	border-collapse:collapse;
 	border-color: #B0E0E6;
 	z-index: 100;
}
.calTitleMonthOuter, .calTitleYearOuter  {
	text-align: left;
	background-color:#e9edf6;	
}
.calTitleStyle
{
background-color:#e9edf6;
font-size:7pt;
}
.calButton
{
	width:16px;
	height:16px;
}

.calCloseStyle
{
background-color:#e9edf6;
font-size:6.5pt;
color:Black;
}

.calOtherMonthDayStyle
{
	color:Gray !important;
}
.calWeekendDayStyle
{
color:Gray !important;
background-color:#FFFFCC;
width:14%;	
}

.calTodayDayStyle
{
	color:Black;
	background-color:#e9edf6;
	width:14%;
}

.calSelectedDayStyle
{
color:White;
background-color:#666666;
font-weight:bold;
width:14%;	
}

.calPanel 
{
width:400px;
height:100px;
}
