div.DeptCalendarList {
	margin: 0;
	padding: 4px;
	background: #d6d3c2;
	border:1px solid #b7b29a;
	font-size: 9pt;
	line-height:20px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width:176px;
	margin-bottom:15px;
	padding-top:2px;
}

div.DeptCalendarList select {
	width:174px;
}


/* CSS Document */
.calendar {
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}

.calendar caption {
	margin: 0;
	padding: 0px 0px;
	background: #d6d3c2;
	border:1px solid #b7b29a;

	font-size: 9pt;
	line-height:20px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.calendar caption a.PrevMonth, .calendar caption a.NextMonth {
	display:block;
	float:left;
	width:20px;
	text-decoration:none;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.calendar caption a.PrevMonth:hover, .calendar caption a.NextMonth:hover {
	background:#ccc7b1;
}

.calendar caption a.PrevMonth {
	float:left;
}

.calendar caption a.NextMonth {
	float:right;
}

.calendar caption a.MonthLabel {

}


.calendar th {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background: #fff;
	text-align:center;
	}
.calendar td {
	border: 1px solid #fff;
	padding: 2px 3px;
	width: auto;
	text-align: center;
	}
.calendar a {
	color: #000;
	text-decoration: none;
	}

.calendar td.today {
	background: #cecab8;
	color:#ffffff;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

.calendar td.selected {
	border: 1px solid #817c64;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
.calendar td.highlighted {
	background: #f4cfb5;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.calendar td:hover, .calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.highlighted:hover {
	background: #f4cfb5;
	border: 1px solid #e4701e;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

table.calendar td.pad {
	color: #999;
	background: #fff;
	}
table.calendar td.pad:hover {
	background: none;
	border: 0;
	}
	
.sunday, .saturday {
	background: #f0f0f0;
}

	
#year {
	padding: 0;
	width: 500px;
	list-style: none;
	}
#year:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#year li {
	float: left;
	padding: 0px 3px 3px 0px;
	height: 150px;
	}