﻿.picker
{
    background-color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana;
    width: 140px;
    cursor: pointer;
    border: 0.1em solid #B8C5CE;
}

.dayheader
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#333333;
	background-color:#B8C5CE;
	/*background-image:url(../Images/Calendar/dayheader_bg.gif);
	background-position: left bottom;	*/
	height:20px;
	text-align:center;
	cursor:default;
}

.title

{
    background-color:#666B6F;
    height:30px;
    cursor:default;
}

.title_Old
{
	background-color:#757495;
	background-image:url(../Images/Calendar/title_bg.gif);
	height:30px;
	cursor:default;
}

.title TD
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:white;
}

.calendar
{
	border-width:1px;
	border-style:solid;
	border-color:#57566F;
	cursor:default;
    z-index: 9999;
}

.nextprev
{
	padding:0px;
	width:31px;
	height:30px;
	cursor:pointer;
}

.monthselector
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#333333;
	width:31px;
	background-color:#E0DFE3;
	background-image:url(../Images/Calendar/dayheader_bg.gif);
	background-position: left bottom;
	cursor:pointer;
}

.weekselector
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#333333;
	background-color:#F6F6F6;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	height:31px;
	width:31px;
	cursor:pointer;
}

.day
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color:white;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
}

.othermonthday
{
	color:#B2B1CA;
}

.selectedday
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2 !important;
	border:1px solid #57566F;
	cursor:default;
}

.dayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	color:#57566F;
	background-color: #FFEEC2;
	border-top:1px solid white;
	border-left:1px solid white;
	border-bottom:1px solid #F6F6F6;
	border-right:1px solid #F6F6F6;
	height:31px;
	width:31px;
	cursor:pointer;
	text-decoration:underline;
}

.othermonthdayhover
{
	color:#B2B1CA;

	text-decoration:underline;
}

.selecteddayhover
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	color:black;
	background-color:#FFEEC2;
	border:1px solid #57566F;
}

.calendar_button
{
	border:none;
	cursor:pointer;
}

.weekend
{
  background-color:#F6F6F6;
}
