body {
	margin:0;
	padding:0;
	border:0;
	text-align:center;
}

/*Calendar*/

#calendar {
	width:14em;
	text-align:center;
	margin:auto;
	margin-top:1em;
}

table {
	width:14em;
	border:0px solid #000;
	background:#000;
}

table tr td {
	width:2em;
	text-align:center;
	background:#ddd;
	color:#000;
}

table tr td a {
	text-decoration:none;
}

table tr th {
	background:#ccc;
	color:#000;
}

.today {
	background:#eee;
	color:#000;
}

/*Admin Panel*/

#adminpanel {
	width:100%;
	height:1.25em;
	margin:0;
	background:#6699ff;
	border-bottom:2px solid #000;
	font-family:arial, "lucida console", sans-serif;
	font-size:14;
}

#adminlinks {
	margin:auto;
	text-align:center;
	color:#fff;
	font-variant:small-caps;
}

#adminlinks a {
	margin:0 0 0 .5em;
	color:#fff;
	text-decoration:none;
}

#adminlinks a:hover {
	color:#000;
	text-decoration:underline;
}
