@charset "UTF-8";

/* CSS Document */

.calendar
{
margin: 0px;
padding: 0px;
border-width: 0px;
width: 170px;
font-size: 100%;
float: right;
overflow: visible;
}


.calendar table
{
margin: 0px auto 2px;
padding: 0px;
text-align: center;
}

.calendar th
{
background: #333333;
margin: 2px;
padding: 0px;
height: 20px;
width: 20px;
color: #FFFFFF;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
font: bold normal 11px Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
}

.calendar td
{
background: #FFFFFF;
height: 28px;
width: 20px;
margin: 2px;
padding: 0px;
border-right: 2px solid #CCCCCC;
border-bottom: 2px solid #CCCCCC;
font: normal 11px Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
}

.calendar td.current
{
background: #FF9999;
font: bold normal 12px Arial, Helvetica, sans-serif;
}
.calendar table caption
{
margin: 0px;
letter-spacing: 0.05em;
color: #000000;
padding: 0px 0px 4px 4px;
font: bold 11px/20px Arial, Helvetica, Verdana, sans-serif;
overflow: visible;
text-transform: lowercase;
text-align: left;
text-indent: 0px;
}
