.P_divHelp {
    float: right; 
    width: 250px; 
    margin-right: 10px; 
    border: 1px solid #999999; 
    padding: 10px;
    font-size: 9pt;
}
.P_divHelp h1 {
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
}

.P_divArticleHeader {
    font-size: 100%;
	font-weight: bold;
	background-color: #FFF3D3;
	color: #000000;
	width: auto;
	margin: 0px;
	margin-bottom: 5px;
	/*clear: both; plays a role in float for divarticlenav */
}	
.P_divCatHeader {
    font-size: 100%;
	font-weight: bold;
	background-color: #eeeeee;
	color: #000000;
	width: auto;
	margin: 0px;
	margin-bottom: 5px;
	/*clear: both; plays a role in float for divarticlenav */
	border: 1px solid #000000;
}
.P_divEventHeader {
    font-size: 90%;
	font-weight: bold;
	background-color: #FFF3D3;
	color: #000000;
	width: auto;
	margin: 0px;
	margin-bottom: 5px;
	/*clear: both; plays a role in float for divarticlenav */
}	
.P_divEventDate {
    margin-bottom: 10px;
}

.P_divShort {clear: both;}
.P_divShort a:link {color: #0000cc;}
.P_divShort a:visited {color: #0000cc;}
.P_divShort a:active {color: #0000cc;}
.P_divShort a:hover {background-color: #0000cc; color: #ffffff;}
.P_divShort a:hover img {background-color: transparent !important; }

.P_divLong {}
.P_divLong a:link {color: #0000cc;}
.P_divLong a:visited {color: #0000cc;}
.P_divLong a:active {color: #0000cc;}
.P_divLong a:hover {background-color: #0000cc; color: #ffffff;}
.P_divLong a:hover img {background-color: transparent !important;}

.P_divSpacer {height:20px;}

.P_tableTemplate {width: 100%; margin-bottom: 10px;}
.P_tableTemplate a:link {color: #0000cc;}
.P_tableTemplate a:visited {color: #0000cc;}
.P_tableTemplate a:active {color: #0000cc;}
.P_tableTemplate a:hover {background-color: #0000cc; color: #ffffff;}
.P_tableTemplate a:hover img {background-color: transparent !important;}

.P_tdTemplate {padding-left: 10px; padding-bottom: 10px;}
.P_tdTemplateFirst {padding-left: 0px;} /*so that the first column has no padding*/

.P_divNoTemplate {margin-bottom: 10px;}
.P_divNoTemplate a:link {color: #0000cc;}
.P_divNoTemplate a:visited {color: #0000cc;}
.P_divNoTemplate a:active {color: #0000cc;}
.P_divNoTemplate a:hover {background-color: #0000cc; color: #ffffff;}
.P_divNoTemplate a:hover img {background-color: transparent !important;}

.P_tdMultArticles {padding-left: 10px; padding-bottom: 10px;}
.P_tdMultArticlesFirst {padding-left: 0px; padding-bottom: 10px;} /*so that the first column has no padding*/

.P_divSpacer {height: 15px;}

.P_divArticleNav { 
	float: right;  
    margin: 0px;
    /*margin-top: 5px;*/
    /*margin-right: 10px;*/
    margin-left: 10px;
    font-size: 80%;
}
.P_divArticleNav a:link {color: #0000cc;}
.P_divArticleNav a:visited {color: #0000cc;}
.P_divArticleNav a:active {color: #0000cc;}
.P_divArticleNav a:hover {background-color: #0000cc; color: #ffffff;}
.P_divArticleNav a:hover img {background-color: transparent !important;}

.P_divArticleNav td {
	padding-left: 10px;
}

.P_tableStdNav { 
    font-size: 80%;
	background-color: #ffffee; 
	border: 1px solid #cccccc; 
	margin-top: 10px;
	margin-bottom: 10px;
}
.P_tableStdNav td {padding: 5px;}
.P_tableStdNav a:link {color: #0000cc;}
.P_tableStdNav a:visited {color: #0000cc;}
.P_tableStdNav a:active {color: #0000cc;}
.P_tableStdNav a:hover {background-color: #0000cc; color: #ffffff;}
.P_tableStdNav a:hover img {background-color: transparent !important;}

.P_divFAQNav {
	float: right; 
	width: 200px;
}
.P_divFAQMain {
	width: 500px;
	border-top: 1px solid #999999;
	padding-top: 5px;
}
.P_divFAQMainQ {
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	background-color: #efefef;
}
.P_divFAQMainA {
	border-bottom: 1px solid #999999;
}


.P_spanMore {
    font-size: 80%;
    font-weight: normal;
    white-space: nowrap;
}
.P_spanMore a:link {color: #0000cc;}
.P_spanMore a:visited {color: #0000cc;}
.P_spanMore a:active {color: #0000cc;}
.P_spanMore a:hover {background-color: #0000cc; color: #ffffff;}
.P_spanMore a:hover img {background-color: transparent !important;}

.P_clsSearchHighlight {
	background-color: #ffffcc;
	font-weight: bold;
}
/*to prevent odd hover effects in IE when search highlight appears within a link*/
a:hover span.P_clsSearchHighlight{background-color:transparent;}

#P_tableAdminHeader {
	background-color: #eeeeee;
    border-bottom: 1px solid #999999;
	font-size: 90%;
	font-weight: bold;
}
.P_trAdminHeader1 td {
	padding-left: 10px;
}
.P_tableAdminNav {
	font-size: 90%;
}
.P_tableAdminNav td {
    padding: 5px;
	padding-right: 10px;
}
#P_tableAdminHeader a:link {text-decoration:underline; color: #0000cc;}
#P_tableAdminHeader a:visited{text-decoration:underline; color: #0000cc;}
#P_tableAdminHeader a:active {text-decoration:underline; color: #0000cc;}
#P_tableAdminHeader a:hover {text-decoration:underline; color: #ffffff; background-color: #0000cc;}
#P_tableAdminHeader a:hover img {background-color: transparent !important;}

.P_trAdminHeader2 {
	background-color: #ddddff;
	font-weight: normal;
}
.P_trAdminHeader2 td {
	border-top: 1px solid #cccccc;
	padding: 5px;
	padding-left: 10px;
}

.P_tableForm td {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}
.P_tableForm label {
    font-weight: bold;
}
.P_divError {
    margin: 10px;
    border: 1px solid #000000;
    padding: 10px;
    background-color: #ffeeee;   
	max-width:500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
}
.P_divError h2 {
    font-size: 90%;
    font-weight: bold;
    color: #cc0000;
    margin: 0px;
    margin-bottom: 5px;
}
.P_divError p {
    font-size: 80%;
    margin: 0px;
    margin-bottom: 5px;
}
.P_spanFontSize {
	font-size: 14px;
}
.P_spanFontSize a:link {text-decoration:none !important; color: #0000cc;}
.P_spanFontSize a:visited{text-decoration:none !important; color: #0000cc;}
.P_spanFontSize a:active {text-decoration:none !important; color: #0000cc;}
.P_spanFontSize a:hover {text-decoration:none !important; color: #ffffff; background-color: transparent !important;}
.P_spanFontSize a:hover img {background-color: transparent !important;}

.P_tableList {
	font-size: 90%;
}
.P_tableList th  {
    padding: 15px;
    padding-bottom: 10px;
}
.P_tableList td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #efefef;
}
.P_tableList td a {
    font-size: 90%;
}
.P_tableList td a:link {color: #0000cc;}
.P_tableList td a:visited {color: #0000cc;}
.P_tableList td a:active {color: #0000cc;}
.P_tableList td a:hover {background-color: #0000cc; color: #ffffff;}
.P_tableList td a:hover img {background-color: transparent !important;}

.P_tableList th a:link {color: #0000cc;}
.P_tableList th a:visited {color: #0000cc;}
.P_tableList th a:active {color: #0000cc;}
.P_tableList th a:hover {background-color: #0000cc; color: #ffffff;}
.P_tableList th a:hover img {background-color: transparent !important;}

.P_tableRights th {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}	
.P_tableRights th:first-child  {
	padding-left: 0px;
}
.P_tableRights td {
	text-align: center;
	border-bottom: 1px solid #dddddd;
}	
.P_tableRights td:first-child {
	text-align: left;
}	
#divSecSource {
	overflow: auto; 
	height: 150px;
	width: 150px;
	overflow-x: hidden;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
#divSecSource td {
	padding-left: 2px;
	padding-right: 2px;
}

.P_tableSurvey {
}
.P_tableSurvey td {
    padding-bottom: 10px;
}
.P_tableSurvey p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.P_tableRoster {
    margin-bottom: 15px;
    font-size: 90%;
}
.P_tableRoster td {
    padding-right: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #efefef;
}

.P_divRosterPhoto {
	float: right;
}

.P_formFilter {
	margin: 0px;
}
.P_formFilter input {
	font-size: 8pt;
}
.P_formFilter select {
	font-size: 8pt;
}

.P_ulRSS {
	line-height: 1.3;
}
.P_clsRSSPubDate {
	font-size: 80%;
	color: #999999;
}
.P_clsRSSDesc {
	line-height: normal;
}
.P_clsRSSDesc p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.P_divRSS {}
.P_divRSSPubDate {
	font-size: 80%;
	color: #999999;
}
.P_divRSSTitle {
	margin-bottom: 3px;
}
.P_divRSSDesc {
	margin-bottom: 10px;
}

.P_divBreadcrumbs {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 2px;
	border-bottom: 1px solid #dddddd;
}
.P_divBreadcrumbs a:link {text-decoration: none !important; color: #0000cc;}
.P_divBreadcrumbs a:visited {text-decoration: none !important; color: #0000cc;}
.P_divBreadcrumbs a:active {text-decoration: none !important; color: #0000cc;}
.P_divBreadcrumbs a:hover {text-decoration: none !important; background-color: #0000cc; color: #ffffff;}
.P_divBreadcrumbs a:hover img {background-color: transparent !important;}



/*for PDMarker extension to Google Maps*/
div.markerDetail {
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
	width: 200px;
	text-align: left;
}

a.P_noBackground:hover {background: transparent !important; } 




/* hide the navbar */
@media print {
	.udm { display:none; }
}





/*CSS for Admin pages*/
#A_tableHeader {
    border-bottom: 1px solid #000000;
    background-color: #efefff;
}

.A_tdHeaderCol1 {
    padding: 5px;
    border-bottom: 1px solid #000000;
}
.A_tdHeaderCol1 h1 {
    font-size: 125%;
    font-weight: bold;
    margin: 0px;
}
.A_tdHeaderCol2 {
    padding: 5px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.A_tdHeaderCol2 a {
    font-size: 80%; 
    font-weight: bold; 
}
.A_tdHeaderCol2 a:link {color: #0000cc;}
.A_tdHeaderCol2 a:visited {color: #0000cc;}
.A_tdHeaderCol2 a:active {color: #0000cc;}
.A_tdHeaderCol2 a:hover {background-color: #0000cc; color: #ffffff;}

#A_tableTopNav {
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
}
#A_tableTopNav td {
    padding-bottom: 2px;
}
#A_tableTopNav a {
    font-size: 70%; 
    font-weight: bold; 
}
#A_tableTopNav a:link {color: #0000cc;}
#A_tableTopNav a:visited {color: #0000cc;}
#A_tableTopNav a:active {color: #0000cc;}
#A_tableTopNav a:hover {background-color: #0000cc; color: #ffffff;}

#A_divMain {
    padding: 10px;
    padding-bottom: 20px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
#A_divMain h1 {
    font-size: 125%;
    font-weight: bold;
    margin: 0px;
}
#A_divMain label {
    font-weight: bold;
}
#A_divMain a:link {color: #0000cc;}
#A_divMain a:visited {color: #0000cc;}
#A_divMain a:active {color: #0000cc;}
#A_divMain a:hover {background-color: #0000cc; color: #ffffff;}

.A_clsActionMessage {
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
}

.A_divMenu {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.A_divMenu p {
    font-size: 100%; 
    font-weight: bold;
    margin: 20px;
}
.A_divMenu a:link    {text-decoration: underline; color: #0000cc;}
.A_divMenu a:visited {text-decoration: underline; color: #0000cc;}
.A_divMenu a:active  {text-decoration: underline; color: #0000cc;}
.A_divMenu a:hover   {text-decoration: underline; background-color: #0000cc; color: #ffffff;}

.A_divUserPhoto {
	float: right;
	padding-top: 110px;
	padding-right: 50px;
}



/*CSS for incApp functions */
.clsHeaderText { text-decoration: none; font-size: 120%; font-weight: bold; color: #000000;}
.clsSubHeaderText { text-decoration: none; font-size: 125%; font-weight: bold; }
.clsErrorText { text-decoration: none; font-size: 90%; color: #cc0000; }
.clsErrorError { text-decoration: none; font-size: 90%; font-weight: bold; color: #cc0000; }
.clsErrorWarning { text-decoration: none; font-size: 90%; font-weight: bold; color: #ff9900; }
.clsErrorNote { text-decoration: none; font-size: 90%; font-weight: bold; color: #000000; }
.clsLabelText { text-decoration: none;  font-size: 90%; font-weight: bold; }
.clsNormalText { text-decoration: none; font-size: 90%; font-weight: normal;}
.clsExplainText { text-decoration: none; font-size: 70%; font-weight: normal; }
.clsLinkText { text-decoration: none;  }
.clsRequiredText { text-decoration: none; font-style: italic; color: #CC0000; }
.clsRequiredHeader { text-decoration: none; font-size: 90%; font-style: italic; color: #CC0000; }
.clsNavText { text-decoration: none; font-size: 70%; font-weight: bold; }

/*for incApp2.asp*/
.wgNormalText { text-decoration: none; font-size: 90%; font-weight: normal;}


/*CSS for help popups (overlib)*/
.helpCaption {
	background-color: #0000cc;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	padding-left: 3px;
}

.helpClose {
	background-color: #0000cc;
	font-size: 8pt;
	color: #ffffff;
	border-bottom: 1px solid #999999;
	text-align: right;
	padding-right: 3px;
}
.helpClose a:link    {text-decoration: underline; color: #ffffff;}
.helpClose a:visited {text-decoration: underline; color: #ffffff;}
.helpClose a:active  {text-decoration: underline; color: #ffffff;}
.helpClose a:hover   {text-decoration: underline; color: #0000cc; background-color: #ffffcc;}

.helpText {
	background-color: #ffffcc;
	font-size: 8pt;
	color: #000000;
}
.helpText a:link    {text-decoration: underline; color: #0000cc;}
.helpText a:visited {text-decoration: underline; color: #0000cc;}
.helpText a:active  {text-decoration: underline; color: #0000cc;}
.helpText a:hover   {text-decoration: underline; background-color: #0000cc; color: #ffffff;}
.helpText p {
	margin-top: 5px;
	margin-bottom: 5px;
}