div.calendar {
width:180px;
font-family: verdana, arial, sans-serif; 
position:absolute;
display:none;
z-index: 99;
font-size:10px;
line-height:12px;
}

div.calendar table thead th { 
font-weight: bold; 
font-size:12px;
line-height:14px;
color: #222222; 
text-align: center;
background-color: #FFFFFF;
}

div.calendar table thead th.weekday { 
font-weight: bold; 
font-size:10px;
line-height:12px; 
color: #222222; 
text-align: center;
background-color: #E0E0E0;
border: solid #222222 1px;
}

div.calendar table thead th.last_month,
div.calendar table thead th.next_month { 
color:#4675A4;
}

div.calendar table tbody td { 
font-weight: normal; 
font-size:10px;
line-height:12px;
padding-left: 5px; 
padding-right: 5px; 
color: #222222; 
text-align: right;
background-color: #909090;
cursor:pointer;
}

div.calendar table tbody td.saturday { 
color: #222222;
font-weight: normal;
}

div.calendar table tbody td.sunday { 
color: #222222;
font-weight: bold;
}

div.calendar table tbody td.weekend { 
color: #222222;
font-weight: bold;
}

div.calendar table tbody td.today {
color: #F0F0F0;
background-color: #222222;
}

div.calendar table tbody td.last_month, div.calendar table tbody td.next_month {
color: #999999;
}

div.calendar table {
border-collapse: collapse;
border: solid #222222 1px;
padding: 0;
margin-left:auto;
margin-right:auto;
background-color: #F0F0F0;
}