/* Image trail on calendar page */
table.calendarlrg {
	border-spacing: 3px;
}
table.calendarlrg caption {
	font-weight: bold;
}
table.calendarlrg tr th {
	height: 30px;
	background-color: #FBD2A1;
	border:1px solid #FBD2A1;
	color: #333;
	vertical-align: middle;
	text-align: center;
}
table.calendarlrg tr td {
	background-color: #f5f5f5;
	border: 1px solid #DDDDDD;
	padding: 5px;
	min-height: 90px;
	width: 14%;
}
table.calendarlrg td.broadcast {
	background-color:#fff !important;
}
table.calendarlrg td.broadcast a.audio {
	color: #666 !important;
}
#trailimageid {
	height:0px;
	left:0px;
	position:absolute;
	top:0px;
	visibility:hidden;
	width:auto;
	z-index:200;
}
.deschover {
	background-color:#FFFFFF;
	background: #fff;
	border:1px solid #888888;
	min-width:200px;
	padding:5px;
	width: 200px;
}
.deschover div.title {
	font-size: 12px;
	font-weight: bold;
}
.deschover div.title div {
	color: #ff8000;
}