.Calendar_Clear {
text-align:center;
}
table.Calendar_MainTable {
width: 165px;
border-top: 1px solid #cbccc8;
border-left: 1px solid #cbccc8;
padding:0px;
margin:0px;
clear:both;
float:none;
}

table.Calendar_MainTable tr td {
padding:0px;
}

.Calendar_Sliders {
border-right: 1px solid #cbccc8;
font-size:11px;
background-color: #EEEEEE;
width: 165px;
}

.Calendar_Table {
background-color:white;
width:165px;
}

.Calendar_Table TD {
width: 20px;
height: 18px;
border:0px;
border-right: 1px solid #cbccc8;
border-bottom: 1px solid #cbccc8;
padding:0px;
cursor:hand;
}

.Calendar_days_wdays,
.Calendar_days_wdays_weekend,
.Calendar_days_all,
.Calendar_days_all_weekend,
.Calendar_days_currday,
.Calendar_days_currday_weekend,
.Calendar_days_today,
.Calendar_days_out,
.Calendar_days_out_weekend {
cursor:default;
font-size: 11px;
text-align:center;
}


.Calendar_days_wdays {
background-color:#fff;
color:#000;
font-weight: bold;
text-transform:uppercase;
border: 1px solid #cbccc8;
}

.Calendar_days_wdays_weekend {
background-color:#D8E4F3;
color:#000;
font-weight: bold;
text-transform:uppercase;
border: 1px solid #cbccc8;
}

.Calendar_days_all {
background-color:white;
color:black;
}

.Calendar_days_all_weekend {
background-color:#D8E4F3;
color:black;
}

.Calendar_days_currday {
background-color:#0D13F7;
color:white;
font-weight: bold;
text-align:center;
font-size: 11px;
}

.Calendar_days_currday_weekend {
background-color:#0D13F7;
color:white;
font-weight: bold;
text-align:center;
font-size: 11px;
}

.Calendar_days_today {
background-color:#4F80FF;
color:#ffffff;
font-weight: bold;
font-size: 11px;
}

.Calendar_days_today_weekend {
background-color:#D8E4F3;
color:#000;
font-weight: bold;
font-size: 11px;
}

.Calendar_days_out {
background-color:white;
color: gray;
}

.Calendar_days_out_weekend {
background-color:#D8E4F3;
color: gray;
}

.oCalendar_month_selector, .oCalendar_year_selector {
font-size:11px;
}

.oCalendar_month_selector {
width: 100px;
}

.oCalendar_year_selector {
width: 60px;
}