table#calendar {
	width: 200px;
	margin-top: 3px;
	background-color: white;
	font-family: Arial, Tahoma;		
	font-size: 12px;	
	text-align: center;	
	border: 1px solid #275763;	
}
table#calendar th {
	padding: 3px;
}

table#calendar a {
	width: 10px;
	color: #000000;
	text-decoration: none;
}

table#calendar a:hover {
	color: #000000;
	text-decoration: underline;
}

table#calendar select {
	width: 100%;
}

table#calendar .cell {
	padding: 3px;
	background-color: #eeeeee;	
}

table#calendar .active-cell {
	padding: 3px;
	border: 1px solid #275763;
}