/* @group calendar */

table#wp-calendar {
/*position:absolute;*/
margin-left:-22px;
margin-bottom:0px;
width:201px;
height:210px;
background:url(/images/cal_back.gif) 0 -25px no-repeat;
}

table{border-collapse:collapse;}
th,td{padding:0;}

table#wp-calendar caption {
background:url(/images/cal_back.gif) 0 0 no-repeat;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
color:#FFFFFF;
border-bottom:1px solid #CCC;
}

table#wp-calendar th {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
color:#FFF;
}

table#wp-calendar td {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
color:#FFF;
}

table#wp-calendar td.holiday {
	color: #CCCCCC;
}

table#wp-calendar td.saturday {
	color: #CCCCCC;
}


table#wp-calendar td a{
font-weight:bold;
color:#FFF;
}



/* @end */
















#pr a{
display:block;
background:url(/images/cursor_left.gif) 0 0 no-repeat;
width:12px;
height:12px;
text-indent:-9999px; /*\*/overflow: hidden;/**/
}



#nt a{
display:block;
background:url(/images/cursor_right.gif) 0 0 no-repeat;
width:12px;
height:12px;
text-indent:-9999px; /*\*/overflow: hidden;/**/
}



#wp-calendar tfoot {
    display:none;
}


