#calendar_frame {
	float:left;
	left:0px;
	position: absolute;
	width: 238px;
	padding:2px;
	font-family: Ubuntu, "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #1C3664;
	border-top-color: #284282;
	border-left-color: #284282;
	border-right-color: #1f2741;
	border-bottom-color: #1f2741;
	border-style: solid;
	border-width: 4px;
	z-index: 20;
}

#calendar_frame_homepage {
	clear:both;
	position: absolute;
	left:0px;
	top:0px;
	width: 238px;
	padding:2px;
	font-family: Ubuntu, "Lucida Sans", Verdana, Arial, sans-serif;
	background-color: #1C3664;
	border-top-color: #284282;
	border-left-color: #284282;
	border-right-color: #1f2741;
	border-bottom-color: #1f2741;
	border-style: solid;
	border-width: 4px;
	z-index: 20;
}

.calendar_body {

}

.calendar_cell {
	display: inline;
	float: left;
	color: #FFCD33;
	font-weight: 400;
	text-align: center;
	vertical-align: baseline;
	line-height:23px;
	font-size: 15px;
	height: 24px;
	border-color: #284282;
	border-style: solid;
	border-width: 1px;
	background-color: #344DA1;
	width: 32px;
	text-decoration: none;
}

.calendar_cell_today {
	display: inline;
	float: left;
	color: #E35525;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	line-height:23px;
	font-size: 16px;
	height: 24px;
	border-color: #284282;
	border-style: solid;
	border-width: 1px;
	background-color: #3f60ce;
	width: 32px;
	text-decoration: none;
}

.calendar_cell a:link, .calendar_cell a:visited {
	color: #FFCD33;
	text-decoration: none;
	cursor:pointer;
}

.calendar_cell_inactive {
	display: inline;
	float: left;
	color: #1C3664;
	font-weight: bold;
	text-align: center;
	line-height:23px;
	font-size: 15px;
	height: 24px;
	border-color: #284282;
	border-style: solid;
	border-width: 1px;
	background-color: #344DA1;
	width: 32px;
	text-decoration: none;
	vertical-align: middle;
}

.calendar_row {
	display:inline;
	position:relative;
}

.calendar_header, .calendar_header a:link, .calendar_header a:visited {
	font-weight: 800;
	text-align: center;
	font-size: 25px;
	color: #FFCD33;
	text-decoration: none;
	line-height: 36px;
	height: 40px;
}

.calendar_header a:hover {
	color: #E35525;
}

.calendar_cell:hover, .calendar_cell a:hover, calendar_cell_today:hover, calendar_cell_today a:hover {
	background-color: #284282;
	color: #E35525;
	cursor:pointer;
}

.tooltip {
	display: none;
	position: fixed;
	text-align:left;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 4px;
	padding:0px;
	z-index: 1000;
	width: 350px;
}

.tooltip_headline {
	font-size:10px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	background-color:#CCCCCC;
	color:#222222;
	padding:5px;
}

.tooltip_image {
	background-color:#FFFFFF;
	padding:3px;
	border:1px solid gray;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.tooltip_body {
	font-size:10pt;
	background-color:#FFFFFF;
	color:black;
	padding:15px;
}

.tooltip_item {
	clear:both;
}

.tooltip_title {
	clear:both;
	font-size:12pt;
	margin-top:3px;
	text-align: left;
}

.tooltip_time {
	font-size: 8pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	padding-left:3px;
	padding-right:20px;
	float:left;
}

.tooltip_genre {
	font-size: 8pt;
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	width:50px;
	float:left;
	padding-left:3px;
	padding-right:20px;
	text-decoration:none;
}

.tooltip_genre a:hover {
	cursor:pointer;
	text-decoration:underline;
}
