/** Calendar */
#calendar{
	margin-top: 12px; 
	margin-left: 51px; 
}

#calendar div.calHeader{
	width: 105px; 
	padding: 1px;
	margin: 2px;
	border-bottom: 1px solid #ccc;
	color: #555;
	float: left; 
	margin-bottom: 10px; 
	text-align: center; 
	display: none; 
}

#calendar div.calEntry, #calendar div.calSpace, #calendar div.calSunday, #calendar div.calToday{
	width: 105px; 
	float: left;
	height: 55px;
	border: 1px solid white;
	margin: 1px;
	padding: 1px;
}

#calendar div.calEntry, #calendar div.calToday, #calendar div.calSunday{
	border: 1px solid #aaa; 
	font-size: 10px; 
	position: relative; 
}

#calendar div.calSunday{
	background-color: #ffd;
	border: 1px solid #cc9;
}

#calendar div.calToday{
	background-color: #eee; 
}

#calendar a{
	color: black;
	background-position: 0px -2px;
}

#calendar a:visited{
	color: #555; 
}


/** Inside the calendar */
#calendar .line0{
	position: absolute; 
	top: 0px; 
	left: 15px;
	background-color: #30cb00; 
}

#calendar .line1{
	position: absolute; 
	top: 15px; 
	background-color: #cb00b6; 
}

#calendar .line2{
	position: absolute; 
	top: 30px; 
	background-color: #00cbbf; 
}

/** Calendar Timeline */
#timeline{
	margin-left: 50px; 
}

#timeline td{
	font-size: 10px;
	vertical-align: bottom;
}

#timeline td.tItem{
	width: 40px;
	text-align: center; 
}

#timeline td.tItem a{
	border-right: 1px solid #ddd;
	border-bottom: 0px solid white; 
	display: block;
}

#timeline td.tItem a.active{
	background-color: black; 
	color: white; 
}

#timeline td.tItem a:hover{
	background-color: #555; 
	color: white; 
}

#timeline td.tYear{
	text-align: center; 
}

#timeline td.tYear a{
	border-width: 0px;
}

#timeline a{
	background-position: 0px -2px; 
}

/** Program */
.content .when{
	color: #555; 
	font-size: 10px; 
}

.content .when span{
	color: black; 
	font-size: 13px; 
}

.content .where{
	color: #555; 
	font-size: 10px; 
}

.content .where span{
	color: black; 
	font-size: 13px; 
}


