/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   **  Do not use or borrow my code without giving credit to me, at the  **  least, please leave this header with the code.                   */

#content, #footer {
	min-width: 604px !important;
}

/* @group Legend Styles */

#callegend {
	border: 1px solid #888;
	width: 34em;
	background: #FFF url(../images/calendar-day-bg.gif) repeat-x scroll left bottom;
	padding: 1em 1em .5em;
	margin: 8pt auto 2em;
}

#callegend div.legEntry {
	clear: both;
	width: 16em;
	margin-bottom: .5em;
}

#callegend span.legend {
	float: left;
	width: 10em;
	display: block;
}

#callegend span.color {
	color: #000;
	font-weight: bold;
	width: 6em;
	display: block;
	text-align: center;
	float: left;
}

.chamber {
	background-color: #FFFCAC;
	margin-bottom: 1px;
}

.chamber:hover {
	background-color: #FFFF00;
}

.town {
	background-color: #A4FF9C;
	margin-bottom: 1px;
}

.town:hover {
	background-color: #00FF00;
}

.village {
	background-color: #F39CFF;
	margin-bottom: 1px;
}

.village:hover {
	background-color: #FF00FF;
}

.other {
	background-color: #FF9B9B;
	margin-bottom: 1px;
}

.other:hover {
	background-color: #FF0000;
}

.holiday {
	background-color: #668CD9;
	margin-bottom: 1px;
}

.holiday:hover {
	background-color: #0055FF;
}

/* @end */

#gCal, #calendar {
	margin: 2em auto;
	display: block;
}

/*.back-arrow, .forward-arrow {
	font-weight: normal;
	font-style: normal;
	text-decoration: none !important;
	width: 125px;
	height: 29px;
	display: block;
}

.back-arrow {
	float: left;
	background: #FFF url(../images/arrow-back.gif) no-repeat scroll left top;
	border-left: 1px solid #888;
}

.forward-arrow {
	float: right;
	background: #FFF url(../images/arrow-forward.gif) no-repeat scroll left top;
}

.back-arrow:hover {
	float: left;
	background: #FFF url(../images/arrow-back-hover.gif) no-repeat scroll left top;
}

.forward-arrow:hover {
	float: right;
	background: #FFF url(../images/arrow-forward-hover.gif) no-repeat scroll left top;
}

.back-arrow:active {
	float: left;
	background: #FFF url(../images/arrow-back.gif) no-repeat scroll left top;
}

.forward-arrow:active {
	float: right;
	background: #FFF url(../images/arrow-forward.gif) no-repeat scroll left top;
}



#calendar {
	font-size: 70%;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

.calDay, .dayHead td, .calToday, .blankDay {
	border-left: 1px solid #888888 !important;
	border-top: 1px solid #888888 !important;
}

.blankDay {
	background-color: #DDD;
	border-left: 1px solid #888888 !important;
	border-top: 1px solid #888888 !important;
}

.monthHead td {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	border-top: 1px solid #888;
}

.dayHead td {
	background-color: #9ECBE4;
	text-align: center;
	height: 2em !important;
	line-height: 2em;
}

.navi {	padding:5px 5px 5px 0px;}

.calDay a, .calToday a, .calDay a:link, .calToday a:link, .calDay a:visited, .calToday a:visited {
	text-decoration: none !important;
	color: #000 !important;
	padding: 2px 0;
	display: block;
	text-align: center;
	overflow: hidden;
}

.calDay {
	margin: 0;
	width: 85px;
	height: 100px;
	background: #FFF url(/images/calendar-day-bg.gif) repeat-x scroll left bottom;
	padding: 0;
}

td.calDay:hover {
	background: #FFF url(/images/calendar-day-bg-dim.gif) repeat-x scroll left top;
}

.calToday {
	margin: 0;
	width: 85px;
	height: 100px;
	background: #FFF url(/images/calendar-day-bg-current.gif) repeat-x scroll left top;
	padding: 0;
}*/