/* This stylesheet only styles /calendar.html Overrides for IE5.5-IE6 included in ie6_main.css */

#calendar {
	margin: 5px 5px 0 0;
	text-align: center;
}

#calendar h1 {
	color: #0e2e64 !important;
	font-size: 2em;
}

#date-selector {
	float: left;
	display: block;
	width: 300px;
	height: 60px;
	margin: 15px 50px 0 50px;
}

#date-selector select {
	width: 100px;
	text-align: center;
}

#previous-month {
	margin: 5px 5px 0 5px;
}

#next-month {
	margin: 5px 0 0 5px;
}

#previous-month, #next-month {
	display: block;
	position: relative;
	width: 100px;
	height: 120px;
	float: left;
	color: gray !important;
	overflow: hidden;
}

#current-month {
	display: block;
	width: 600px;
	min-height: 570px;
	margin-left: auto;
	margin-right: auto;
	float: none !important;
	color: gray !important;
	padding-left: 3px;
	padding-top: 3px;
}

#next-month p, #previous-month p {
	font-size: 10px;
	margin: 2px 0 5px 0;
	padding: 0;
}

#next-month a, #previous-month a {
	color: #555;
	font-weight: bold;
}

ul.mini-calendar {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
	text-align: center !important;
}

ul.mini-calendar li {
	text-align: center !important;
	float: left;
	width: 6px;
	height: 6px;
	padding: 4px;
	margin-bottom: 2px;
}

ul.mini-calendar li a {
	color: #555 !important;
	display: block;

	font-weight: bold;
}

ul.mini-calendar li a:hover {
	color: #408707 !important;
}

ul.calendar {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

ul.calendar li {
	text-align: left !important;
	float: left;
	width: 73px;
	min-height: 80px;
	padding: 4px;
	margin-right: 4px;
	background: white url(/images/gradient-background.jpg) top left repeat-x; 
}

ul.calendar li a {
	color: #555 !important;
	display: block;
	font-weight: bold;
}

ul.calendar li a:hover { 
	color: #408707 !important;
}

ul.events {
	list-style-type: none;
}

ul.events li {
	width: auto !important;
	min-height: 10px !important;
	display: compact;
	background: none;
}

ul.events li a {
	font-size: 10px !important;
}

ul#days-of-the-week {
	list-style-type: none;
	text-align: left;
	padding-top: 3px;
	
}

ul#days-of-the-week li {
	color: #ccc;
	font-weight: bold;
	float: left;
	width: 81px;
	margin-right: 4px;
	padding-bottom: 3px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
}

.su {
	color: #ff9900 !important;
	border-bottom-color: #ff9900 !important;
}

ul.mini-calendar li.su a, ul.calendar li.su a {
	color: #ff9900 !important;
	border-bottom-color: #ff9900 !important;
}


ul.mini-calendar li.su a:hover, ul.calendar li.su a:hover {
	color: #408707 !important;
}

.week {
	clear: both;
}