/* ------------------------------------------------------------	*
 * Name: Calendar Control										*
 * Desc: Styles for the displaying the Calendar Control			*
 * ------------------------------------------------------------ */
.footerStyle, .selectedDayStyle, .otherMonthStyle, .calendarStyle, .todayDayStyle, .dayHeaderStyle, .dayHeaderBorderStyle, .titleStyle, .dayStyle, .nextprevstyle, .editStyle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titleStyle, .nextprevstyle 
{
	Height: 16pt; background-Color: #666666; Color: #fff; font-weight:bold;
	/*background-image: url('../CapitolHill/bodybg.gif');*/
	
}
.selectedDayStyle {text-decoration: underline;}
.otherMonthStyle{ color: #cccccc; background-color:#fff;}
.calendarStyle{	width: 155px;  background-color: #fff; color: #000; font-size: 10px;}
.dayHeaderStyle{background-color: #000000; Color: #fff; Font-Size: 11px;}
.dayStyle{	color: #000;background-color:#fff;}	
.footerStyle{}
.todayDayStyle{}
.dayHeaderBorderStyle{}

