/* overall table */
#calendar table {
	border:1px solid #fff;
	padding: 0;
	margin:20px;
	background-image: url(./images/67029.jpg);

}

/* the day headers across the top */
#calendar th {
background: #002A5C;
color: #fff;
margin: 3px;
padding: 2px 5px;
}

/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}

#calendar TD.pagging {text-align:left;padding:5px;background-color:#fff;}
#calendar TD.admin {height:18px;text-align:right;background-color:#fff;}

#calendar label {width:150px;float:left;text-align:right;}
#calendar li{list-style:none;text-align:left;}

