/* CSS Document */

body {
	background-image: url(images/page-bg.jpg);
	background-color: #CCAC83;
	margin: 0;
	padding: 0;
	height: 100%;
}


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #F68B20;
	margin: 0;
	padding: 0;	
}

#container {
	position: absolute;
	width: 100%;
	height: 100%;
}

a:link,
a:active,
a:visited {
	color: #9CCC3C;
	text-decoration: none;
}
a:hover {
	color: #9CCC3C;
	text-decoration: underline;
}
.dashed_border {
	border: 1px dashed #CCCCCC;
}

.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF !important;
	padding: 2px;
	border: 1px solid #999999 !important;
}
.form_submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #f68b20;
	background-color: #FFFFFF !important;
	margin: 2px;
	padding: 2px;
	border: 1px solid #999999 !important;
}

.form_category {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}

.pipe-left {
	background-image: url(images/pipe-left.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.pipe-right {
	background-image: url(images/pipe-right.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footer_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #e1f0c5;
	font-size: 11px;
	line-height: normal;
}
.footer_text a:link,
.footer_text a:active,
.footer_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
hr {
	height: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e1f0c5;
}

.text_subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F68B20;
}
.text_form_error {
	color: #FF0000;
}
.text_small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.event_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.image_border {
	border: 2px solid #9CCC3C;
}

.cal_border_today { 
	border: 1px dashed #00CC33;
	height: 70px;
	width: 70px;
	margin: 0;
	padding: 0;	
}
.cal_normal_day {
	background-color: #EFEFEF;
	height: 70px;
	width: 70px;	
	margin: 0;
	padding: 0;
}

#season_chart {
	background-color: #FFFFFF;
}

#season_chart th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CCC3C;
}

#season_chart td {
	border-bottom: 1px solid #ccc;
}
#info {
	border: 1px solid #F68B20;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #999999;
	padding: 10px 10px 10px 50px;
	font-weight: normal;
	background: #FDE7D0 url(images/information_icon.gif) no-repeat 10px center;
	height: 38px;
	line-height: 36px;
}
#info a {
	color: #999999;
	text-decoration: none;
}
#info a:hover {
	color: #000000;
	text-decoration: underline;
}


.bl { background: url(../images/corner_bottom_left.gif) 0 100% no-repeat;  }
.br { background: url(../images/corner_bottom_right.gif) 100% 100% no-repeat;   }
.tl { background: url(../images/corner_top_left.gif) 0 0 no-repeat;  }
.tr { background: url(../images/corner_top_right.gif) 100% 0 no-repeat; padding: 10px; }
.clear {font-size: 1px; height: 0px}


