/*	
	Standard colors:
	-	Standard dark green:#003300
	-	Highlight green:	#006600
	-	Header orange:		#FF9900 
	-	Hover color:		#CC3300 (Dark orange)
*/

body {
	color:#003300;
/*
	background-color:#FDFEFF;
	background-color:#F9FCFF;
	background-image:url(images/background/1.jpg);
*/
	background-repeat:no-repeat;
	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited a:active a:link {
	color:#006600;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color:#CC3300;
	font-weight: bold;
	text-decoration: underline;
}

.ErrorMessage {
	color: red;
	font-weight:bold;
}

.StatusBox {
	color: red;
	font-weight:bold;
	border-style:none; 
	border-color: transparent; 
	overflow: auto;
}


h1 {
/* 	color: #FF9900;	*/
	color:#003300;
	font-size:24px;
	font-weight: bold;
}

h2, h3 {
	font-size:20px;
/* 	color: #FF9900;	*/
	color: #003300;	
}

.buttons a, a:active a:visited a:hover {
	color: 006600;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------- Category menu formatting ------------------- */
#CategorySelectTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	background-color:#FFFFFF;
	text-align: center;
	border-style:solid;
	border-width:1px;
	border-color:#003300;
	float:left;
}

.CategorySelectColumnHeader {
	cursor:default;
	background-color:#003300;
	color:#FFFFFF;
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.CategorySelectItem {
	cursor: pointer;
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration:none;
}

.CategorySelectItem a, a:visited a:link a:active {
	font-weight: bold;
	color: #003300;
	text-decoration:none;
}

.CategorySelectItem a:hover {
	color: #CC3300;
}
.CategorySelectItemSelect {
	color: white;
	background-color: #006600;
}
.CategorySelectItemSelect a, a:visited a:hover {
	font-weight: bold;
	color: white;
}

/* ------------------- Link list formatting ------------------- */
/*
	links div removed 20090927 - incvluded in common div for formatting
#links {
	margin-left:380px;
	width: 470px;
	float:none;	
}
*/

.WelcomePage {
	font-size:12px;
	float:right;
}

.WelcomePage a, a:visited {
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

.WelcomePage a:hover {
	color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}


#linklisttable {
	float: right;
	padding-left: 20px;
	width:425px;
}
#eventlisttable {
	float: right;
	padding-left: 20px;
	width:425px;
}
#WelcomeNoticeTable {
	float: right;
	padding-left: 20px;
	width:425px;
}


/* 
	---------------------------------------------------------------------------------
	Even / Odd formatting
	- Used for link list
	- Used for UPanel
	
*/

.detailcolumnheader {
	cursor:default;
	background-color:#003300;
	color:#FFFFFF;
	text-align:center;
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.detaileven {
	background-color:#E1FFE1;
	text-align: center;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
}
.detaileven a, a:visited {
	color:#003300;
	text-decoration:none;
	cursor:pointer;
}

.detaileven a:hover {
	color:#CC3300;
	text-decoration:none;
	cursor:pointer;
}

.detailspacer {
	border:none;
}

.detailTitleText {
	font-weight:normal;
}
.detailBriefText {
	font-size:smaller;
	font-weight:normal;
}

.detailodd {
	background-color:#ECFFEC;
	text-align: center;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
	cursor:pointer;
}
.detailodd a, a:visited {
	color:#003300;
	text-decoration:none;
	cursor:pointer;
}
.detailodd a:hover {
	color:#CC3300;
	text-decoration:none;
	cursor:pointer;
}


/* ---------- Event list page stuff --------------- */
.eventeven {
	background-color:#E1FFE1;
	text-align: left;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
	padding-left:15px;
	padding-bottom:5px;
}
.time_eventeven {
	background-color:#E1FFE1;
	text-align: center;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
}


.eventeven a, a:visited {
	color:#003300;
	text-decoration:none;
	cursor:pointer;
}

.eventeven a:hover {
	color:#CC3300;
	text-decoration:none;
	cursor:pointer;
}

.eventspacer {
	border:none;
}

.eventTitleText {
	font-weight:bold;
	padding-bottom:5px;
}
.eventBriefText {
	font-size:12px;
	font-weight:normal;
}

.eventodd {
	background-color:#ECFFEC;
	text-align: left;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
	cursor:pointer;
	padding-left:15px;
	padding-bottom:5px;
}
.time_eventodd {
	background-color:#ECFFEC;
	text-align: center;
	border-width:1px;
	border-color:#006600;
	border-style:solid;
	cursor:pointer;
}
.eventodd a, a:visited {
	color:#003300;
	text-decoration:none;
	cursor:pointer;
}
.eventodd a:hover {
	color:#CC3300;
	text-decoration:none;
	cursor:pointer;
}




/* ---------- Horizontal menu formatting ---------- */
li.HorizontalMenu {
	display: inline;
	border: 1px solid yellow;
	padding-left: 0em;
	padding-right: 0em;
	margin-left: 0em;
	margin-right: 0em;	
}

li.HorizontalMenu a {
	color:	white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color:#003300;	
}

li.HorizontalMenu a:visited {
	color:	white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color:#003300;	
}

li.HorizontalMenu a:hover {
	color: white;
	font-weight: bold;
	text-decoration:none;
	padding-left: .5em;
	padding-right: .5em;
	background-color: #CC3300;	
}

li.InfoMenu {
	display: inline;
	color:#003300;
	font-size:8px;
	padding-top:0px; 
	padding-bottom:0px;
	padding-left: 3px;	
	text-decoration:none;
	line-height:9px;
	height:9px;
	max-height:9px;
	overflow:hidden;	
}

li.InfoMenu a, a:visited a:link {
	color:#003300;
	font-weight:bold;
	text-decoration:none;
}
li.InfoMenu a:hover {
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
}


/* ---------------------------------------------------------------------- */

#MapFrame {
	position:absolute;
	left:0px;
	top:200px;
	width:185px;
	height:550px;
	overflow:hidden;
	border:none;
	border-style:hidden;
}

/* ---------------------------- Banners ---------------------------- */

#BottomBanner {
	/* iframe associated with bottom rotating banner */
	vertical-align:bottom;
	text-align:center;
/*
	height:70px;
	max-height:70px;
*/
	max-height:85px;
	overflow:hidden;
	border:none;
	width:990px;
}

.AddLinkBanner {
/*
	background-color:#ECFFEC;
*/	
	text-align: center;
	text-decoration: none;
	float:right;
/*
	padding-left:5px;
	padding-right:5px;
*/
}

.AddLinkBanner a, a:link a:focus a:visited a:hover a:active {
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

