@charset "utf-8";
/* CSS Document */

body {
	background-color: #c0d5e2;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.calendar {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border: thin solid #000066;
	padding:0.8em;
	margin-bottom: 15px;
	border-radius: 8px;

}

.calendar_header {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	background-color: #95bc3f;
	padding:.3em;
	font-weight: bold;
	color: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
	border: 1px solid #FFFFFF;
}

.calendar ul { list-style-type: none; margin: 0; padding: 0; }
.calendar ul li {
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0;
}
.calendar ul li.tvshow {
	background-color: transparent;
	background-image: url(../images/wgby_tv.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.calendar ul li.wgbyevent {
	background-color: transparent;
	background-image: url(../images/wgby_event_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

h1 {
	color: #5F8139;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}

