#month, #month_header {
	border-left: 1px solid #CCC;
}
#day td, #week td {
	border-bottom: 1px dashed #CCC;
}
#month td {
	width: 98px;
	height: 98px;
	text-align:left;
	font-size:x-small;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#month_header td {
	width: 98px;
	text-align:center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#month td div{
	text-align:center;
	font-size:12px;
}

.cal_title {
	font-size:14px;
	font-weight:bold;
}

#cal {
	padding-left:5px;
	padding-right:5px;
	background-image:url(../images/tabs/gray.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	position:relative;
	background-color:#CCCCCC;
}
#cal_in{
	background-color:#FFFFFF;
	position:relative; 
}
.cal_header {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.cal_row {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:8px;
}

.tableft_first {
	background: url(../news_events/calendar/tableft_first.gif) no-repeat top left;
	padding-left: 10px;
	border-bottom: 1px solid #999;
}
.tableft_first_hi {
	background: url(../news_events/calendar/tableft_first.gif) no-repeat top left;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
}
.tableft_hi {
	background: url(../news_events/calendar/tableft_hi_gray.gif) no-repeat top left;
	padding-left: 8px;
	border-bottom: 1px solid #CCC;
}
.tab_lo_to_hi {
	background: url(../news_events/calendar/tab_lo_to_hi_gray.gif) no-repeat top right;
	padding-right: 9px;
}
.tableft {
	background: url(../news_events/calendar/tableft.gif) no-repeat top left;
	padding-left: 5px;
	border-bottom: 1px solid #999;
}
.tab {
	background: url(../news_events/calendar/tab.gif) no-repeat top right;
	padding-right: 13px;
}
.tab_last {
	background: url(../news_events/calendar/tab_last.gif) no-repeat top right;
	padding-right: 13px;
}
.tab_last_hi {
	background: url(../news_events/calendar/tab_last.gif) no-repeat top right;
	padding-right: 13px;
}
.tabtop, .tabtop_hi{
	border-top: 1px solid #666;
	background-color:#CCCCCC;
}
.after_tabs {
	border-bottom: 1px solid #999;
	padding-bottom: 1px;
}