#calendar table{
	width: 100%;
	layout: fixed;
	clear: both;

	background: #ffffff;
}

#calendar table td{
	width: 14%;
	height: 100px;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-weight: 800;
	border: 1px solid #eeeeee;
	color: #999999;
    color: #9F6D6D;
}

#calendar table td .date{
	float: right;
	font-size: 1.1em;
 
}

#calendar table td ul{
	float: left;
	list-style: none;
	margin: 15px 0 0 0;
    font-size: 0.9em;
}

#calendar table td ul a{
    font-weight: 100;
}

#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: 5px 0;
    font-weight: 800;
	text-align: center;
	color: #7F0000;
    border-bottom: 2px solid #7F0000;
}

#calendar table tr td.weekend{
	background: #FCFFEF url(../images/stripe.gif) repeat-x;
}

#calendar table td:hover{
	background: #FCFFEF url(../images/stripeOn.gif) repeat-x;
}


#calendar ul li{
	position: relative;
}

#calendar ul li a{
	z-index: 0;
	display: block;
	float: left;
}

/* paging */
#calendarPager{
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
}

#calendarPager #paging{
    width: 60%;
	float: left;
	z-index: 1;
	font-weight: 100;
}

#calendarPager #paging a{
   margin: 0 10px 0 0;
}


 #calendarPager #month{
 	width: 40%;
    float: right;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: right;
	color: #BFA7A7;
 }

 #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;
}

#calendarDescription img{
    float: left;
    padding: 2px;
    border: 1px solid #cccccc;
    margin: 0 20px 10px 0;
}

#calendarPopup #calendarDescription p{
	margin: 0 0 10px 0;
	padding: 0;
}


#calendarPopup #calendarDescription ul{
	margin: 0 0 0 10px;
}

#calendarFilter{
	margin: 20px 0 0 0;
}

#calendarFilter label{
	font-size: 1.2em;
	font-weight: 800;
}

#calendarFilter select{
	margin: 0 0 0 10px;
}



/*
#calendarPopup #calendarTitle{
	width: 300px;
	padding: 5px 0;
	float: left;
	background: #FDBE57;
}

#calendarPopup #calendarTitle h4{
	float: left;
	text-indent: 10px;
	color: #000000;
}

#calendarPopup #calendarTitle h4 a{
	float: none;
	margin: 0;
	color: #000000;
}

#calendarPopup #calendarTitle h4 a:hover{
	background: none;
}

#calendarPopup #calendarTitle a{
	float: right;
}

#calendarPopup #calendarDescription{
	padding: 10px;
	float: left;
	line-height: 1.6em;
	font-weight: 100;
	color: #ffffff;
}

#calendarPopup #calendarDescription ul{
	font-size: 1em;
}


#calendarPopup #calendarDescription p{
	margin: 0;
	padding: 0;
}*/