/* Basic CSS Defs */
body {
  background: #9fcd49 url("/images/layout/body_bg.png") repeat-x;
  font-family: sans-serif;
  font-size: 10pt;
  color: #ffffff;
}

.normal {
	font-size:9pt;
	font-weight:normal;
}

a {
	color: #ccff99
}

#whole_page {
  width: 850px;
  margin: auto;
  padding: 0;
}

#header {
  background: none;
  font-size: 18pt;
  padding: 0.25em;
  margin-bottom: 0;
}

#header_stripe{
  background: #95c732;
  position: relative;
  top: -38px;
  z-index: -1;
  height: 3px;
  width: 100%;
  
}

#nav {
  font-family: sans-serif;
  color: #ffffff;
  font-size: 10pt;
  font-weight: bold;
  padding: 0.5em;
  text-align: right;
  position: relative;
  z-index: 1;
  top: 103px;
}

#nav a {
  color: #ccff99;
  text-decoration: none;
}

#nav a:hover {
  color: #ffff00;
}

/*
WHO NEEDS IT? SPH 3/22/2009
#nav a:visited {
  color: #ffffff;
}

*/

#login{
  position: relative;
  font-family: sans-serif;
  font-size: 10pt;
  top: 10px;
  left: 620px;
  width: 190px;
  text-align: right;
  }
  
#login a{
 color: #ffffff;
 }

#content {
  position: relative;
  overflow: hidden;
  height: 80%;
  padding: 1em;
}

#content h1 {
  font-size: 18pt;
}

#footer{
  font-family: sans-serif;
  color: #336633;
  border-top: 1px solid #336633;
  width: 850px;
  margin: auto;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
}

#footer_pin{
  position: relative;
  width: 50px;
  height: 60px;
  z-index: 999;
  top: -74px;
  left: 831px;
}

#footer a {
  color: #336633;
  text-decoration: none;
}

/* Form Styles */
fieldset {
border: 0px;
}

legend {
	color: white;
	background: #336633;
	padding: .4em 1em;
}

label {
	width: 100px;
	text-align: right;
	margin-right: 0.2em;
	display:  inline;
}

.form_input {
	display: inline;
}

.form_row {
	position: static; /* relative or absolute positioning screws with autocomplete dropdowns */
	left: 5px;
	white-space: nowrap;
	padding-bottom: 5px;
}

.submit {
	margin-left: 5px;
}

/* Error message styles */
.fieldWithErrors {
	margin:	1px;
	padding: 1px;
/*	background-color: red;*/
	display: inline;
	border: 2px solid #c00;
}

#errorExplanation {
	border: 2px solid #c00;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2{
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12pt;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: black;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	color: black;
}


/* Pagination Styling */
#paging_menu {
	margin-right: auto;
	margin-left: auto;
/*	display: inline; */
	text-align: center;
	width: 300px;
}

#paging_link {
	padding: 5px;
	display: inline;
	text-align: center;
}

/* Favorites */
#fav_link {
	margin-left: 10px;
	font-weight: bold;
	font-size: 10pt;
}

/* Flash Style */
#notice {
	border: 1px solid green;
	padding: 1em; 
	margin: 1em;
	margin-bottom: 2em;
	background-color: lightgray;
	color: black;	
}

/* IE Hacks . . .   Stoopid Microsoft */
html fieldset {
	position: relative;
}

html legend {
	position: absolute;
	top: -1em;
	left: .5em;
}

html fieldset {
	position: relative;
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

#index_bigpushpin {
    position: relative;
	float: left;
/*	border: 1px solid black;*/
	width: 400px;
	height: 400px;
	left: 2px;
}

#index_searchevents {
	position: relative;
}

#index_searchevents p{
	font-size: 24pt;
	margin-bottom: 0;
}

.summary{
	margin-bottom: 20px;
}

.favorite{
	height: 75px
}

.favorite_big{
	height: 115px
}

.favorite_cat{
	margin-top: 30px;
}

.favorite-remove{
	float: left;
	position: relative;
	text-align: left;
/*	display: inline;*/
	left: -15px;
}

.date-header{
	text-align: left;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 15px;
}

/* calendar.js stylesheet */

#event-calendar-spinner {
	text-align: center;
	border: solid thin #999999;
	width:160px;
	height:142px;
	margin:0px 0px 0px 0px;
	position:fixed;
	z-index:9999;
	clear:none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
	background-color:#EEE;
}

table#calendar_control {
  z-index: 10;
  font-family: Arial;
  position: absolute;
  border-collapse: collapse;
  background: white;
  border: 1px solid silver;
  cursor: default;
}

table#calendar_control a{
	color: blue;
}

table#calendar_control td {
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}

td#calendar_prev_month,  td#calendar_next_month,
td#calendar_prev_year,  td#calendar_next_year {
  cursor: pointer;
}
table#calendar_control td#calendar_prev_month {
  text-align: left;
}
table#calendar_control td#calendar_next_month {
  text-align: right;
}

#calendar_header {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

table#calendar_control td.day_letter {
  font-size: 10px;
  background: gainsboro;
}

table#calendar_control td.day_number {
  width: 18px;
  height: 16px;
  font-size: 12px;
  color: #333333;
  text-align: center;
  border: 1px solid #6487ae;
  cursor: pointer;
}
table#calendar_control td.normal {
  background: #c4d3ea;
}
table#calendar_control td.history {
  background: #c4d3ea;
  color: #999999;
}

table#calendar_control td.blank {
  background: aliceblue;
  background: #d4e3fa;
}
table#calendar_control td.hover {
  background: #fff799;
}
table#calendar_control td.selected {
  background: #ffcc66;
}
table#calendar_control td.weekend {
	background: #c4d3ea;
	color: blue;
}
table#calendar_control td.today {
	background: #FFCCCC;
	color: red;
}


div.auto_complete {
	width: 100%;
	background: #fff;
	color: black;
}

div.auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.auto_complete ul li.selected {
	background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}

/* Map Styles */
#map-canvas-wrapper{
	display: block;
	width:  500px;
}

#map-canvas {
	display: block;
	position: absolute;
	height: 425px;
	width:  500px;
	margin-left: 295px;
	z-index:auto;
}

#map-spinner {
	text-align: center;
	border: solid thin #999999;
	height: 425px;
	width:  500px;
	margin-left: 295px;
	position: absolute;
	z-index:9999;
	clear: none;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity:.85;
	background-color:#EEE;
}

#map-canvas-small {
	height: 200px;
	width: 250px;
}


#map-legend {
	float:left;
	margin-top: 50px;
	width: 275px;
	height: 500px;
	overflow: auto;
}

.map-legend-date {
  text-align: left;
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

.map-legend-time {
	position: relative;
	color: black;
	background: #EEE;
	width: 100%;
	font-weight: bold;
}

.map-legend-expand {
	display: 		inline;
	font-weight: 	lighter;
	vertical-align: top;
}

.legend-item {
	position: relative;
	left: 3px;
	width: 225px;
	padding: 2px;
/*	background: #EEE;*/
/*	border-style: none none dashed none;
	border: 1px solid #EEE;*/
	margin: 2px;
}

.event_marker_info_window {
	color: black;
	width: 245px;
}

.event_marker_info_window a{
	color: blue;
}

#map-wrapper {
	height: 100%;
	width: 100%;
	margin-right: 300px;
}

#map-legend {
	left: 0px;
	display: block;
}

#filter {
	position: absolute;
	z-index:auto;
	margin-left: 295px;
	top: 540px;
}