body {
	font-family: verdana, 'trebuchet ms', sans-serif;
	background-color: #000000;
	width: 150px;
}
.calendar {
    color: #ffffff;
    text-align: center;
}
body #cal .calendar table th, #cal .calendar table td {
    text-align: center;
}
.calendar .nav a:link {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: inline;
}
.calendar .nav a:visited {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: inline;
}
.calendar .nav a:hover {
	color: #105BFF;
	background-color: #000000;
	text-decoration: none;
	display: inline;
}
.calendar .nav a:active {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	display: inline;
}

.calendar td a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}
.calendar a:link {
	background-color: #333333;
	color: #ffffff;
	display: block;
	text-decoration: none;
	border-right: 1px solid #000000;
}
.calendar a:visited {
	background-color: #333333;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #000000;
}
.calendar a:hover {
	background-color: #ffffff;
	color: #105BFF;
	text-decoration: none;
	border-right: 1px solid #000000;
}
.calendar a:active {
	background-color: #333333;
	color: #ffffff;
	border-right: 1px solid #000000;
}

.calendarhead {
	font-size: x-small;
	letter-spacing: .2em;
	font-weight: bold;
}
.calendar table {
    padding: 0;
	margin-top: 5px;
    border-collapse: collapse;
}
.calendar .nav {
	line-height: 120%;
	font-size: x-small;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 5px;
	color: #ffffff;
}
.calendar th, .calendar th span {
	padding-top: 0px;
	font-size:8px;
	width : 20px;
	font-weight: normal;
}

.calendar td {
    padding: 2px 0;
    font-size:10px;
    line-height: 120%;
}

.today {
	font-weight: bolder;
}

.holiday,
.holiday  a:link,
.holiday  a:visited {
    color: #cc0000;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #105BFF;
}
