/*************************************************** default base styles */

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 1em;;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited {
	display: inline;
	border: none;
	color: #0000ff;
	background-color: transparent;
	text-decoration: none;
}
a:link:hover, a:visited:hover, a:link:active, a:visited:active {
	color: #191E3B; 
	background-color: transparent;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}

h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.2em;
	clear: both;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

address {
	font-style: normal;
}

img {
	border-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.errormsg {
	font-family: monospace;
	color: #ff0000;
	background-color: transparent;
}

.sitetitle {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

/*************************************************** navigation */

#topnav {
	text-align: left;
	font-size: 14px;
	position: static;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 1em 0 0 0;
	color: #000;
}

#nav1 {
	padding: 0;
	margin: 0;
}

#nav1 a:link,  #nav1 a:visited {
	display: block;
	float: left;
	width: 8em;
	background-color: #A7BB8D;
	color: #000;
	margin: 0 0 0 .5em;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav1 a:link:hover, #nav1 a:visited:hover, #nav1 a:link:active, #nav1 a:visited:active {
	text-decoration: underline;
	color: #000;
	background-color: #62C4B6;
}

#nav1 a.mainon:link,  #nav1 a.mainon:visited, #nav1 a.mainon:link:hover, #nav1 a.mainon:visited:hover,
#nav1 a.mainon:link:active, #nav1 a.mainon:visited:active,
#nav1 a.mainexpand:link,  #nav1 a.mainexpand:visited, #nav1 a.mainexpand:link:hover, #nav1 a.mainexpand:visited:hover,
#nav1 a.mainexpand:link:active, #nav1 a.mainexpand:visited:active {
	background-color: #191E3B;
	color: #fff;
}

#nav1 span.mainexpandonly {
	display: block;
	float: left;
	width: 8em;
	margin: 0 0 0 .5em;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #191E3B;
	color: #fff;
}

#nav2 {
	clear: both;
	background-color: #191E3B;
	color: #fff;
	width: 100%;
	padding: 5px 0;
	font-size: .9em;
	margin: 0;
	/*border-bottom: #777777 1px solid;*/
}

#nav2 a:link,  #nav2 a:visited {
	display: inline;
	float: none;
	width: auto;
	color: #fff;
	padding: .5em;
	text-decoration: none;
}
#nav2 a:link:hover, #nav2 a:visited:hover, #nav2 a:link:active, #nav2 a:visited:active {
	text-decoration: underline;
}
#nav2 a.subon:link,  #nav2 a.subon:visited, #nav2 a.subon:link:hover, #nav2 a.subon:visited:hover, #nav2 a.subon:link:active, #nav2 a.subon:visited:active {
	font-weight: bold;
}

/*************************************************** main section */

#content {
	margin: 0;
}

#content div.contentsection {
	clear: both;
}
#content div.borderpad {
	padding-top: 1.5em;
}
#content div.borderline {
	border-top: #999999 1px dashed;
}
#content div.borderpadline{
	padding-top: 1.5em;
	border-top: #999999 1px dashed;	
}

#content h1 {
	padding-top: 1em;
}

#content th {
	background-color: #191E3B;
	color: #eeeeee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}

#content tr.oddrow, #content tr.oddrowprint {
	color: black;
	background-color: #dddddd;
}

#content td {
	vertical-align: top;
}

#content img.floatleft {
	float: left;
	margin: 0 1em 1em 0;
}

#content img.floatright {
	float: right;
	margin: 0 0 1em 1em;
}

#content th a:link, #content th a:visited {
	display: inline;
	border: none;
	color: #eeeeee;
	background-color: transparent;
	text-decoration: underline;
}
#content th a:link:hover, #content th a:visited:hover, #content th a:link:active, #content th a:visited:active {
	color: #eeeeee; 
	background-color: transparent;
	text-decoration: underline;
}

/*************************************************** footer section */

#footersection {
	text-align: center;
	font-size: 12px;
}

/*************************************************** site search results styles */

#search .search {
	text-align: center;
	font-size: .9em;
}

#search .results {
	font-size: 13px;
	padding-top: 10px;
}

#search .results .norecords{
	text-align: center;
	color: #ff0000;
	background: transparent;
}

#search .results .summary{
	display: block;
	font-size: .9em;
	padding-left: 14px;
}

/*************************************************** directory styles */

#directory .letterlist {
	text-align: center;
	margin-top: 20px;
}

#directory .letterlist .on {
	font-size: 1.5em;
}

#directory .search {
	text-align: center;
	font-size: .9em;
}

#directory .detail {
	font-weight: bold;
	vertical-align: top;
	background-color: #dddddd;
	color: #000000;
}

#directory .results {
	font-size: 13px;
	padding-top: 10px;
}

#directory .results .norecords{
	text-align: center;
	color: #ff0000;
	background: transparent;
}

#directory td {
	text-align: left;
}

#directory th a:link, #directory th a:visited {
	display: inline;
	border: none;
	color: #eeeeee;
	background-color: transparent;
	text-decoration: underline;
}
#directory th a:link:hover, #directory th a:visited:hover, #directory th a:link:active, #directory th a:visited:active {
	color: #eeeeee; 
	background-color: transparent;
	text-decoration: underline;
}

/*************************************************** views menu */

#woadviewmenu ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #ddd;
	font-weight: bold;
	padding: 0;
	margin: .5em 0 1.5em 0;
	z-index: 99;
	position: relative;
	font-size: .9em;
}

#woadviewmenu a {
	display: block;
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 0.4em 1em;
}

#woadviewmenu li {
	float: left;
	padding: 0;
}

#woadviewmenu li:hover {
	background: #bbb;
}

#woadviewmenu li.viewon {
	border: solid #000;
	border-width: 2px 0 2px 0;
}

#woadviewmenu li.viewoff {
	border: solid #ddd;
	border-width: 2px 0 2px 0;
}

/*************************************************** crumbtrail */

#maincrumbtrail {
	font-size: .9em;
	margin-top: 0;
}

#maincrumbtrail span {
	font-weight: bold;
}

#maincrumbtrail a:link, #maincrumbtrail a:visited {
	color: #000000;
	background-color: transparent;
}
#maincrumbtrail a:link:hover, #maincrumbtrail a:visited:hover, #maincrumbtrail a:link:active, #maincrumbtrail a:visited:active {
	color: #191E3B; 
	background-color: transparent;
}

/****************************************** calendar styles */

#quickcalendarform, #quickcalendarform input {
	font-size: .85em;
}

.eventlist table {
	border: 0;
}

.eventlist th {
	text-align: left;
	margin: 1em 0;
	padding: .8em 0;
	color: #000;
	background-color: transparent;
}

.eventlist td {
	padding: .2em;
	font-size: .9em;
	vertical-align: top;
}

.eventlist .eventdate {
}

.eventlist .eventtime {
}

.eventlist .eventtitle {
}

.eventlist .eventnote {
	font-style: italic;
	padding-left: 1em;
}

.eventlist .eventoddrow {
}

.eventlist .eventevenrow {
	background: #ddd;
}

.eventlist .eventweeksep {
	background: #000;
	font-size: 2px;
	padding: 0;
	margin: 0;
}

#calendarupdate {
	text-align: center;
	font-size: .9em;
	font-style: italic;
}

div.eventlistsmall {
}

.eventlistsmall p {
	margin: 0;
	padding-bottom: .5em;
	font-size: .9em;
}

.eventlistsmall .eventdate {
	display: block;
	float: left;
	clear: left;
	width: 4.75em;
	font-style: italic;
	text-align: left;
	
}

.eventlistsmall .eventtitle {
}

.calsingle {
	text-align: left;
}

.caldualsmall {
	text-align: center;
}

.caldualleft, .caldualright {
	vertical-align: top;
	width: 46%;
}

.caldualmiddle {
	width: 8%;
}

/* ----- DWCal styles ----- */

.dwcal {
	color: #000;
	font-size: .9em;
	position: relative;
}

.dwcalmonth {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 0 0 1em 0;
}

.dwcalheader {
}

.dwcalheadday {
	text-align: center;
	margin: 0 .2em;
	padding: .2em 0;
}

.dwcallegend {
	text-align: left;
	padding-top: .5em;
}

.dwcalweek {
}

.dwcalday, .dwcaldaypad, .dwcaltoday {
	text-align: right;
	margin: 0 .2em;
	padding: .2em 0;
	background-color: transparent;
	vertical-align: top;
	border: 1px solid #ddd;
	width: 14.2%;
}

.dwcaltoday {
	font-weight: bold;
}

.dwcaldaypad {
	color: #555;
}

.dwcalday p.dwcalevent, .dwcaltoday p.dwcalevent, .dwcaldaypad p.dwcalevent {
	text-align: left;
	padding-left: .2em;
	margin-top: 0;
	margin-bottom: .2em;
	font-weight: normal;
}

.dwcaleventallday {
}

.dwcaldetailwrapper {
	position: relative;
}

.dwcaldetailoff {
	display: none;
}

.dwcaldetailon {
	display: block;
	font-weight: normal;
	text-align: left;
	border: 1px #999 solid;
	width: 20em;
	margin: .5em;
	padding: 1em;
	background-color: #fff;
	position: absolute;
	top: -3em;
	left: -3em;
	z-index: 999;
	color: #000;
}

.dwcaldetailon p {
	margin: 0 0 .3em 0;
}

.dwcaldetailon p.dwcaldetaildesc {
	font-style: italic;
	margin-bottom: .8em;
	padding-left: 1em;
}

.dwcaldetailon div.dwcaldetailspecs {
	padding-top: .5em;
}

.dwcaldetailon p.dwcaldetailclose {
	float: right;
	font-weight: bold;
}

/* START category specific */

.dwcalcatnocat, .dwcalcatnocat a {
	color: #000;
}
.dwcalcatlegendnocat {
	background-color: #000;
	border: 1px #000 solid;
}

/* END category specific */

/*************************************************** Administration styles */

#intro p {font-size: 14px;}
#sitestats, #prefs {color: black; background-color: #eeeeee; padding: 5px 10px 10px 10px; margin: 5px 5px 5px 5px;}
.editarea {font-family: Monaco, monospace; font-size: 10px;}
#wikihelp {font-family: Monaco, Courier, monospace; font-size: 10px; display: none;
			  padding-left: 10px; color: #000000; background-color: #eeeeee;}
.pagesectiontitle {font-style: italic; color: #315d57; background-color: transparent;}
td.pagesections {border-top: #315d57 1px dashed;}
.norecords {color: #ff0000;}
.editmenuline {color: black; background-color: #ffff88;}
.newmenuline {color: black; background-color: #99ffff;}
.menuconfig {vertical-align: top; border-left: #999999 1px dashed; padding-left: 10px;}

/*************************************************** other links */

a.menuviewlink:link, a.menuviewlink:visited {
	display: inline;
	border: none;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.menuviewlink:link:hover, a.menuviewlink:visited:hover, a.menuviewlink:link:active, a.menuviewlink:visited:active {
	color: #191E3B; 
	background-color: transparent;
	text-decoration: underline;
}