/*************************************************** default base styles */

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	color: #000;
	background-color: #eee;
	margin: 10px 0;
}

a:link, a:visited {
	display: inline;
	border: none;
	color: #00f;
	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;
}
a:visited {
	display: inline;
	border: none;
	color: #60f;
	background-color: transparent;
	text-decoration: none;
}
a:visited:hover {
	color: #191E3B; 
	background-color: transparent;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
}

h1 {
	color: #000;
	font-size: 1.8em;
}

h2 {
	display: block;
	color: #191E3B;
	border-bottom: 1px #999 dashed;
	font-size: 1.3em;
	margin-top: 1.2em;
}

h3 {
	font-size: .9em;
}

address {
	font-style: normal;
}

img {
	border-style: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.errormsg {
	font-family: monospace;
	color: #f00;
	background-color: transparent;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
}

.disclaimer {
	font-style: italic;
}

/*************************************************** Page block */

#mainblock {
	margin: 0 auto;
	width: 960px;
	border: 1px solid #888;
	text-align: left;
	background-color: #fffaee;
}

/*************************************************** Navigation */

#nav {
	font-size: 12px;
	margin: 0;
}

/* top image */

#topbanner {
	margin: 0;
	padding: 0;
	display: block;
	width: 960px;
	height: 120px;
	background: url(../../../woad/shared/getrandomimage.php?dir=/woad-local/templates/pchs10/images) right center no-repeat;
}

.titlesidebar {
	position: relative;
	float: left;
	height: 120px;
	width: 200px;
	background-color: #000;
	color: #fff;
	text-align: left;
	background: url(logo.png) left center no-repeat;
	border-right: 3px #fff solid;
}

.titlesidebar p.sitetitle {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	position: relative;
	float: left;
	top: 26px;
	left: 104px;
	margin: 0;
	width: 100px;
}

.titlesidebar a:link, .titlesidebar a:visited {
	display: inline;
	border: none;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.titlesidebar a:link:hover, .titlesidebar a:visited:hover, .titlesidebar a:link:active, .titlesidebar a:visited:active {
	color: #fff; 
	background-color: transparent;
	text-decoration: none;
}

#searchformnarrow {
	position: relative;
	border-bottom: #777 1px dashed;
	padding-bottom: .5em;
}

#searchformnarrow p {
	text-align: center;
}

/* menu */

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #bbb;
	border-width: 0 0 2px 0;
	margin: 0 0 0 0;
	z-index: 99;
	position: relative;
}

#nav a {
	display: block;
	color: #191E3B;
	background-color: transparent;
	text-decoration: none;
	padding: 0.4em 1em;
}

#nav a.parent {
	background: url(rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 2px;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 11em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #bbb;
}

#nav li.mainon a {
}

#nav li.subon > a {
}

/*************************************************** content section */

#content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	position: relative;
	z-index: 0;
	clear: left;
	border: #fffaee 1px solid;
}

#content div.contentsection {
	clear: left;
}
#content div.borderpad {
	padding-top: 1.5em;
}
#content div.borderline {
	border-top: #999 1px dashed;
}
#content div.borderpadline{
	padding-top: 1.5em;
	border-top: #999 1px dashed;	
}

#content h1 {
	padding-top: 1em;
}

#content th {
	background-color: #191E3B;
	color: #eee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
}

#content tr.oddrow {
	color: black;
	background-color: #ddd;
}

#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: #eee;
	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: #eee; 
	background-color: transparent;
	text-decoration: underline;
}

/*************************************************** right column */

#wrapper #content {
	margin-right: 210px;
}

#rightcol {
	float: right;
	width: 190px;
	padding: 5px;
	display: block;
	/*background-color: #dee6f0;*/
	background-color: #ddd;
	border-left: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
}

#bottom {
	clear: both;
}

/*************************************************** footer section */

#footer {
	margin: 0 auto;
	width: 960px;
	border: none;
	text-align: center;
	background: transparent;
	clear: both;
	
}

#rightcol #footer {
	clear: both;
	width: 180px;
	border-top: #777 1px dashed;
	padding-top: .5em;
	margin-top: 2em;
	font-size: .8em;
	text-align: center;
}

/*************************************************** 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: 15px 0 0 0;
	padding: 0;
}

#maincrumbtrail span {
	font-weight: bold;
}

#maincrumbtrail a:link, #maincrumbtrail a:visited {
	color: #000;
	background-color: transparent;
}
#maincrumbtrail a:link:hover, #maincrumbtrail a:visited:hover, #maincrumbtrail a:link:active, #maincrumbtrail a:visited:active {
	color: #191E3B; 
	background-color: transparent;
}

/*************************************************** quick articles */

#quickarticle h3 {
	font-weight: bold;
	font-size: 1.2em;
}

#quickarticle .qafullhide {
	display: none;
}

#quickarticle .qafullshow {
	display: block;
}

/*************************************************** quick links */

#quicklinks h3 {}
#quicklinks ul {
	list-style-type: square;
	margin-left: 20px;
	padding-left: 0;
}
#quicklinks li {
	font-size: .9em;
}

/*************************************************** quick news */

#quicknews h3 {}
#quicknews p {
	font-size: .9em;
	padding-left: 10px;
}

/*************************************************** 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: #f00;
	background: transparent;
}

#search .results .summary{
	display: block;
	font-size: .9em;
	padding-left: 14px;
}

/*************************************************** secure file list */

#securelist {
	width: 450px;
}
#securelist a.backlink {}
#securelist a.directory {}
#securelist tr.oddrow {}

/*************************************************** alphabetical site map (mod_alphamap) */

#alphasitelist {}

#alphasiteindex {
	text-align: center;
	margin: 2em 0;
}

#alphasiteindex a:link, #alphasiteindex a:visited {
	display: inline;
	border: 1px solid #aaa;
	background-color: #ddd;
	margin: 2px;
	font-weight: bold;
	padding: 3px 5px;
}

#alphasiteindex a:link:hover, #alphasiteindex a:visited:hover, #alphasiteindex a:link:active, #alphasiteindex a:visited:active {
  background-color: #fff;
  text-decoration: underline;
}

#alphasiteindex .alphasitenone {
	display: inline;
	color: #000;
	border: 1px solid #aaa;
	margin: 2px;
	font-weight: normal;
	padding: 3px 5px;
}

#A, #B, #C, #D, #E, #F, #G, #H, #I, #J, #K, #L, #M, #N, #O, #P, #Q, #R, #S, #T, #U, #V, #W, #X, #Y, #Z {
}

span.alphasiteletter {
	display: inline;
	color: #000;
	border: 1px solid #aaa;
	background-color: #ddd;
	margin: 2px;
	font-weight: bold;
	padding: 3px 5px;
}

a.alphasitereturn {
	padding-left: 10px;
	color: #000;
}

#alphasitelist ul {
	list-style: none;
}

.alphasitelink a:link, .alphasitelink a:visited {
	font-size: .9em;
}
.alphasitelink a:link:hover, .alphasitelink a:visited:hover, .alphasitelink a:link:active, .alphasitelink a:visited:active {
}

/*************************************************** directory */

#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: #ddd;
	color: #000;
}

#directory .results {
	font-size: 13px;
	padding-top: 10px;
}

#directory .results .norecords{
	text-align: center;
	color: #f00;
	background: transparent;
}

#directory td {
	text-align: left;
}

#directory th a:link, #directory th a:visited {
	display: inline;
	border: none;
	color: #eee;
	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: #eee; 
	background-color: transparent;
	text-decoration: underline;
}

/*************************************************** articles */

#articles .arttitle, #articles .arttitlehlt {
	display: block;
	color: #191E3B;
	background: transparent;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px #999 dashed;
	width: 100%;
	margin-top: 2em;
}

#articles .artdate, #articles .artdatehlt {
	display: block;
	color: #444;
	background: transparent;
	font-size: .9em;
	font-style: italic;
}

#articles .artcontent {
	margin: 0 2em;
}

#articles .articletitle .arttitle, #articles .articletitlehlt .arttitlehlt {
	display: inline;
	color: #000;
	background: transparent;
	font-weight: normal;
	font-size: 1em;
	border-bottom: none;
	margin-top: 1em;
}

#articles .articletitlehlt .arttitlehlt {
	font-weight: bold;
}

#articles .articletitle .artdate, #articles .articletitlehlt .artdatehlt {
	display: block;
	float: left;
	clear: left;
	width: 5em;
	color: #444;
	background: transparent;
	font-size: 1em;
	font-style: italic;
	text-align: right;
	padding-right: 1em;
}

#articles .articletitlehlt .artdatehlt {
	font-weight: bold;
}

#articles #articlelimits {
	text-align: center;
	margin-top: 2em;
}

#articles #articlelimits .limitlinks {
	font-size: .9em;
}

#articles #articlelimits .nextlink {
	padding-left: 1em;
}

#articles #articlelimits .prevlink {
	padding-right: 1em;
}

#articles #articlelimits .search {
	font-size: .9em;
}

.rsslink {
	font-size: .9em;
	text-align: center;
}

/****************************************** calendar styles */

#quickcalendarform, #quickcalendarform input {
	font-size: .85em;
}

#content.eventlist table {
	border: 0;
}

#content .eventlist th {
	text-align: left;
	margin: 1em 0;
	padding-top: 1.5em;
	color: #000;
	background-color: transparent;
	border-bottom: 1px #000 solid;
}

#content.eventlist td {
	padding: .2em;
	font-size: .9em;
	vertical-align: top;
}

.eventlist .eventdate {
}

.eventlist .eventtime {
}

.eventlist .eventtitle {
}

#content .eventlist .eventnote {
	font-style: italic;
	padding-left: 1em;
}

#content .eventlist .eventoddrow {
	background: #ddd;
}

#content .eventlist .eventevenrow {
}

#content .eventlist .eventweeksep {
	background: #000;
	font-size: 2px;
	padding: 0;
	margin: 0;
}

#calendarupdate {
	text-align: center;
	font-size: .9em;
	font-style: italic;
}

div.eventlistsmall {
	position: relative;
	padding-bottom: 1em;
}

.eventlistsmall p {
	margin: 0;
	padding-bottom: .5em;
	font-size: .9em;
	clear: both;
}

.eventlistsmall .eventdate {
	display: block;
	float: left;
	width: 55px;
	font-style: italic;
	text-align: left;
}

.eventlistsmall .eventtitle {
	display: block;
	width: 130px;
	float: left;
	margin-bottom: 5px;
}

.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 */

/*************************************************** Sortable tables */

#content table.sortable a.sortheader, #content table.sortable a.sortheader:link, #content table.sortable a.sortheader:visited {
	display: inline;
	border: none;
	background-color: transparent;
	text-decoration: none;
}

#content table.sortable a.sortheader:link:hover, #content table.sortable a.sortheader:visited:hover,
#content table.sortable a.sortheader:link:active, #content table.sortable a.sortheader:visited:active {
	background-color: transparent;
	text-decoration: none;
}

#content table.sortable span.sortarrow {
    text-decoration: none;
}

