#calendarContainer{
	width: 960px;
	/*background: url(../images/calendarTile.gif) repeat-y;*/
	float: left;
}

#calendar table{
	width: 960px;
	margin: 0;
	layout: fixed;
	clear: both;
	background: #ffffff;
	border: 1px solid #282421;
}

#calendar table td{
	width: 14%;
	height: 100px;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-weight: 800;
	color: #999999;
	background: url(../images/weekday.gif) no-repeat;
}

#calendar table td .date{
	float: right;
	font-size: 1.3em;
}

#calendar table td ul{
	float: left;
	list-style: none;
	margin: 15px 0 0 0;
}

#calendar table td ul li{
	text-align: left;
	margin: 0 0 5px 0;
}

#calendar table td ul li img{
	padding: 2px 0 0 5px;
	vertical-align: middle;
	margin: 0;
}

#calendar table tr.days th{
	height: auto;
	padding: 10px 0;
	font-size: 1em;
	text-align: center;
	border: 2px solid #0F0A07;
	color: #ffffff;
	background: #282421;
}

#calendar table tr td.weekend{
	background: url(../images/weekend.gif) no-repeat;
}

#calendar ul{
	line-height: 1.2em;
	font-size: 0.85em;
}

#calendar ul li{
	position: relative;
}

#calendar ul li a{
	z-index: 0;
	display: block;
	float: left;
}


/* paging */
#calendarPager{
	width: 920px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 20px;
	display: inline;
	float: left;
	clear: both;
}

#calendarPager li{
	float: left;
	font-size: 1.3em;
	z-index: 1;
	font-weight: 800;
}

#calendarPager li a{
	height: 40px;
	display: block;
	outline: none;
}

#calendarPager #previous, #calendarPager #next{
	width: 20%;	
	margin: 10px 0 0 0;
}

#calendarPager #previous{
	width: 30px;
	text-indent: -9999em;
	background: url(../images/previous.gif) no-repeat;
}

 #calendarPager #next{
 	width: 30px;
	text-indent: -9999em;
	float: right;
	background: url(../images/next.gif) no-repeat;
 }
 
 #calendarPager #month{
 	width: 860px;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	color: #990000;
 }
 
 #calendarPager a:hover{
 	background: none;
 }
 
 
/* calendarPopup */
#calendarPopup{
	display: none;
}

#calendarPopup a{
	text-decoration: underline;
}

#calendarPopup hr{
	height: 1px;
	background: #666666;
	border: none;
}

#calendarDescription{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.8em;
}

#calendarPopup #calendarDescription p{
	margin: 0;
	padding: 0;
}


#calendarPopup #calendarDescription ul{
	margin: 0 0 0 10px;
}

#calendarFilter{
	float: left;
	margin: 0 0 0 20px;
}

#calendarFilter label{
	font-size: 1.2em;
	font-weight: 800;
}

#calendarFilter select{
	margin: 0 0 0 10px;
}

#calendarTop{
	width: 960px;
	height: 24px;
	float: left;
	background: url(../images/calendarTop.gif) no-repeat;
}

#calendarContainer h2{
	float: right;
	margin: 5px 0 0 20px;
	font-size: 0.9em;
	letter-spacing: normal;
	font-weight: bold;
	color: #666666;
	border: none;
}

#calendarBottom{
	width: 960px;
	height: 32px;
	float: left;
	clear: both;
	background: url(../images/calendarBottom.gif) no-repeat;
}

.requestDate {
	line-height: 20px;
	padding: 0 4px 0 0;
}