/*	Calendar List
********************************/

#content ul.calendar {

	margin: 0px; /* inherit clear */
	
	height: 45px;

}

#content ul.calendar li {

	background: none; margin: 0px; padding: 0px; /* inherit clear */

	float: left;

	background: url('../img/common/calendar.left.gif') top left no-repeat;
	
	height: 19px;
	
	padding-left: 5px;
	margin-right: 6px;

}

#content ul.calendar li.last {
	clear: right;
	margin-right: 0px;
}

#content ul.calendar li a {

	float: left;
	display: block;
	background: url('../img/common/calendar.right.gif') top right no-repeat;
	height: 18px;
	
	padding: 4px 5px 0px 0px;
	
	color: #9b9c9c;
	
	font-size: .9em;
	font-weight: bold;

}

#content ul.calendar li.on {
	background: url('../img/common/calendar.left.on.gif') top left no-repeat;
}

#content ul.calendar li.on a {
	background: url('../img/common/calendar.right.on.gif') top right no-repeat;
}

/*	Calendar Table
********************************/

table.calendar {
	width: 100%;
	padding-top: 20px;
	font-size: 1.1em;
}

table.calendar td, table.calendar th {
	padding: 5px 10px 3px 10px;
	font-size: .9em;
}

table.calendar th {
	color: #dc0202;
	text-align: left;
	padding-right: 3px;
}

table.calendar td {
	color: #595959;
}

table.calendar tr.odd {
	background-color: #fcf2f2;
}

table.calendar thead tr.odd th {
	color: #a49e9e;
}

table.calendar thead td {
	text-align: right;
}

/*	Other
********************************/

#content {
	position: relative;
}

#content .print {
	display: block;
	width: 23px;
	height: 27px;
	text-indent: -5000px;
	
	background-image: url('../img/common/print.gif');
	
	position: absolute;
	right: 60px;
	top: 16px;
}

#content h2 {
	color: #dc0202;
}

#content select.yearDrop {
	position: absolute;
	right: 105px;
	top: 21px;
}
