
#calTable {
	/*width: 90%;*/
	margin: 5px;
	padding: 0px;
	border-top: 2px solid #222222;
	border-left:2px solid #222222;
}

.eventImg {
	border:1px solid #ffffff;
	margin-top:2px;
}

#calTable td {
	height: 180px;
	width: 80px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
	text-align: center;
	vertical-align: top;
	background: #333333 url(/images/calendar/bg_calTable_td.gif) repeat-x left top;
}
#calTable .calDate {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 5px;
	float: left;
	color: #999999;
	width: 100%;
	background-color:#660000;
	/*border-right: 1px solid #222222; */
	border-bottom: 1px solid #222222;
	text-align:left;
}
#calTable .calEventTitle {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px 3px;
}

#calTable .calTime {
	color:#ed1c24;
}

#calTable .calEventTitle a {
	color: #ffffff;
	text-decoration: none;
}
#calTable .calEventTitle a:hover {
	text-decoration: underline;
}



#calTable td.otherMonth {
	background: #121212;
}
#calTable td.otherMonth .calDate {
	color: #666666;
	background-color:#220000;
}
#calTable td.today {
	background: #555555 url(/images/calendar/bg_calTable_td_today.gif) repeat-x left bottom;
}
#calTable td.today .calDate {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#calSearchWrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

#calSearchWrap h2 {
	font-size:20px;
	color:#ed1c24;
}
#calNextPrev {
	float: left;
	color: #CCCCCC;
	font-size: 14px;
}
#calSearch {
	float: right;
	width: 225px;
}

#calSearchField {
	border-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
	background: url(none);
	width: 125px;
	height: 19px;
	margin: 0px;
	padding: 2px;
}
#calSearchFieldBg {
	background: url(/images/calendar/bg_calSearchField.gif) no-repeat left top;
	height: 19px;
	width: 156px;
	overflow: hidden;
	padding-left: 5px;
	padding-top: 1px;
	float: left;
}
#calSearchButton {
	background: url(/images/calendar/bg_searchButton-cal.gif) no-repeat left top;
	height: 19px;
	width: 59px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-style: none;
	cursor:pointer;
}