@charset "utf-8";
/* CSS Document */

.Calendar { 
font-family:Arial; 
font-size:8px; 
text-align:center; 
width: auto; 
height:190px; 
padding:0px; 
line-height:2em; 
} 
.Calendar a{ 
color:#1e5494; 
} 
.Calendar table{ 
width:100%; 
border:0; 
} 

.Calendar table td { 
font-size: 10px; 
padding:1px;
} 
#idCalendarMonth,#idCalendarYear{
font-size: 12px; 
}
#idCalendar td{
background-color:#CFF;
}
#idCalendarPre{ 
cursor:pointer; 
float:left; 
padding-left:5px; 
font-size: 12px; 
} 
#idCalendarNext{ 
cursor:pointer; 
float:right; 
padding-right:5px; 
font-size: 12px; 
} 
#idCalendar td.onToday { 
font-weight:bold; 
color:#C60; 
} 
#idCalendar td.onSelect { 
font-weight:bold; 
} 