@charset "utf-8";
/* CSS Document */

a.clink,a.clink:link,a.clink:visited,a.clink:active {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
a.clink:hover { color: #00CC00; text-decoration: none}

.calendar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	width:160px;
}



.today{
	border: thin solid #990000;
}

.dayscaption{
color: #000000;
}

.calendar-month{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.sunday{
background-color: #D7FFD7;
}

.sundaytoday{
	background-color: #D9ECFF;
	border: thin solid #990000;
}
.sundayselected{
	background-color: #DFFFDF;
	border: 1px solid #003399;
}

.sundaytodayselected{
	background-color: #E8FFE8;
	border: thin solid #990099;
}

.selectedday{
background-color: #FFE3B9;
}


.todayselected{
background-color: #FFE6D9;
border: thin solid #990000;
}

.holiday{
background-color: #FFF2F3;
}

.border1 {
	border: 1px solid #CCCCCC;
}
