.calendarWrapper
{
	background: #fbfbfb;
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	color: #686868;
}

table.SelectedText
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font: normal 11px Tahoma;
	width: 100%;
	padding-top: 2px;
	text-align: center;
	background: #ebebeb;
}
.titlebar
{
	padding-right: 2px;
	padding-left: 2px;
	background: url(../images/titleBg.gif);
	padding-bottom: 2px;
	font: bold 12px Tahoma;
	width: 100%;
	color: #686868;
	background: url('../images/titleBg.gif') repeat-x;
	height: 37px;
	text-align: center;
}
table.titlebar img
{
 border: 0px;
}
.DaysOfWeekTR
{
	border-top: #b5b5b5 1px solid;
	border-bottom: #b3b39b 1px solid;

	background: url(../images/DaysOfWeek.gif) #ebff9d repeat-x;
	}
.DaysOfWeek
{
	font-weight: bold !important;
	font-size: 11px !important;
	vertical-align: middle;
	cursor: default !important;
	color: #000 !important;
	line-height: 24px;
	height: 24px !important;
	text-align: center;
}
table.Calendar
{
	border-collapse: collapse;
	background: url(../images/calendarBg.gif) repeat-x;
	font: 12px Tahoma;
	width: 100%;
}
table.Calendar td
{
	width: 14.28%;
	height: 32px;
	text-align: center;
	color: #7f7f7f;
}

table.Calendar td a
{
	font: normal 11px Tahoma;
	text-decoration: none;
	color: #7f7f7f;
	background: none;
}

.NormalDays
{
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	background: transparent;
}
.SelectedDays
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: white url('../images/selectBg.gif') repeat-x;
	cursor: default !important;
}
.Today
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: #e9f5f8;
	cursor: default;
}
.OtherMonthDays
{
	color: #c6c6c6;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #fff;
	cursor: default !important;
	font: normal 11px Tahoma;
}

