/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
/*CALENDAR*/
.Calendar_MainTable {
	width: 140px;
	border: 1px solid #BB0000;
}

.Calendar_Sliders {
	border: 1px solid #BB0000;
	font-size:10px;
	font-family:tahoma;
	width:20px;
	height:18px;
	background-color: #EEEEEE;
}

.Calendar_Table {
	background-color:white;
	width:140px;
}

.Calendar_Table TD {
	width: 20px;
	height: 18px;
}

.Calendar_days_wdays, 
.Calendar_days_all, 
.Calendar_days_currday, 
.Calendar_days_today, 
.Calendar_days_out {
	cursor:default;
	font: 10px Tahoma;
	text-align:center;
}


.Calendar_days_wdays {
	background-color:#BB0000;
	color:white;
}

.Calendar_days_all {
	border: 3px double white;
	background-color:white;
	color:black;
}

.Calendar_days_currday {
	border: 3px double white;
	background-color:#BB0000;
	color:white;
}
.Calendar_days_today {
	border: 3px double red;
	background-color:#B2B4BF;
	color:white;
}

.Calendar_days_out {
	border: 1px solid white;
	background-color:white;
	color: gray;
}

.oCalendar_month_selector, .oCalendar_year_selector {
	font-family:tahoma;
	font-size:10px;
}
