/* CSS Document */


#event_holder h3 {
	color: #f60;
}

.t_container {
	margin: 10px 0 0 0;
}
.t_month {
	margin: 0 0 10px 0;
}

/* cells */



#maincontent table.t_month td {
	padding: 5px;
	font-size: 11px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.t_month {
	border-left: 1px solid #ccc;
}
.notpossible {
	background-color: #eee;
}
.inactive {
	background-color: #fff;
}
.inactive {
}
.event_active, .event_active_nohover {
	background-color: #9CF;
}
.event_active_today {
	background-color: #FF9;
}
.event_active_hover {
	background-color: #D2F0FF;
}
.today {
	background-color: #9cf;
}
.day {
	margin-bottom: 8px;	
}
.today_day {
	
}
td.event_active, td.today, td.inactive {
	font-size: 13px;
}
.dayName th {
	background-color: #39C;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #FFF;
	font-weight: bold;
}
.monthName span {
	background-color: #fe0;
	padding: 2px 5px;
}
#maincontent table td.monthName, #maincontent table tr.monthName td {
	background-color: #FC3;
	font-size: 13px;
	padding: 5px;
}
.singlehead th {
	width: 14%
}
#maincontent table td.zoomnav {
	padding: 5px;
}
.monthnav a, .monthnav a:visited {
	text-decoration: none;
}

/* links */
.t_month a, .t_month a:visited {
	color: #000; 
	text-decoration: none;
}
.t_month a:hover {
	color: #000;
}




/* events display */
.event_active li {
	font-size: 11px;
	/*border-bottom: 1px solid #bbb;*/
	padding: 0 1px 7px 1px;
	line-height: 1.2;
	margin-bottom: 2px;
	
}
.ev_title {
	font-weight: bold;
	color: #339;
}

.ev_hover {
	display: none;
	/*background-color: #d8efff;*/
	border: 1px solid #ccc;
	padding: 0.5em;
}

.ev_hover li {
	font-size: 11px;
	/*border-bottom: 1px solid #bbb;*/
	padding-bottom: 7px;
	line-height: 1.4;
}
.highlightTag {
	background-color: #f90;
}
