div#calendar {
    display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
 	width:200px;
    min-height:175px;
    _height:175px;
    background:#FFF;
    border:2px solid #DAE1F0;
    padding:10px 0px 10px 0px;
    text-align:center;
}
div#calendar select,
div#calendar input {
    font-size:1em;
    font-family:Arial,Tahoma,sans-serif;
    margin:1px;
}
div#calendar table {
    margin:5px auto 5px auto;
    border:1px solid #DAE1F0;
}
div#calendar table th {
    width:21px;
    height:21px;
    text-align:center;
    vertical-align:center;
    background:#DAE1F0;
    color:#001C60;
}
div#calendar table td a { color:#000; }
div#calendar table td a:hover { color:#FFF; }
div#calendar table td {
    width:21px;
    height:21px;
    text-align:center;
    vertical-align:center;
    border:1px solid #EFE8D5;
    background:#F9F5EE;
    color:#333;
    cursor:pointer;
    font-weight:bold;
}
div#calendar table td.over {
    color:#001C60;
    background:#DAE1F0;
    border:1px solid #DAE1F0;
}
div#calendar table td.current {
    color:#FFF;
    background:#00A20A;
    border:1px solid #00A20A;
}
div#calendar table td.empty_day {
    background:#FFF;
    cursor:text;
}
div#calendar table td.past_day {
    background:#FFF;
    cursor:text;
    color:#AAA;
}
div#calendar input.button {
    cursor:pointer;
    font-weight:bold;
    font-size:1.1em;
    font-family:arial,sans-serif;
    margin:2px 3px 0px 3px;
    width:30px;
}

