/* calendar temp construction mock-up*/
#calendar table{
	margin: 0 auto 1.2em auto;
	width:298px;text-align:center;
        border-bottom:1px solid #eee;border-left:1px solid #e6e6e6;border-collapse:collapse;
}

#calendar table thead tr#calDays th {
	background:#e6e6e6 none repeat scroll 0%;
	border-right:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
         border-left:1px solid #e6e6e6;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
}
#calendar table thead tr#calMonth th {
	border-right:1px solid #e6e6e6;
        border-right:1px solid #e6e6e6;
       background:#eee;
	border-bottom:1px solid #D23920;
	color:#D23920;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
}
#calendar table thead tr#calMonth th a {
	color:#D23920;
}
#calendar table tbody td {
	background:#fff none repeat scroll 0%;
	border-right:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	line-height:26px;
	text-align:center;
	vertical-align:middle;
	width:33px;
}
#calendar table tbody td.calDayToday {background-color:#D23920;
	
}
#calendar table tbody td.calDayBeforeMonth {
	background-color: #eee;
	color: #454545;
}
#calendar table tbody td.calDayAfterMonth {
	background-color: #eee;
	color: #454545;
}
#calendar table tbody td.calDayEvent {
	text-decoration: underline;color:#D23920;background:#e6e6e6 ;
}
#calendar table tbody td a {
	background:#150F0B none repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	text-decoration:underline;
}
#calendar table tbody td a:hover {
	background-color:#c6834e;
	text-decoration:none;
}


