﻿body
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	font-size: 80%;
}
p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}



a, a:link { 
	color:#150185;
}
a:visited { 
	color:#000099;
}
a:hover 
{
	color: red;
}

a:active {
	color:#006699;
}


select 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
}
button 
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
}
INPUT
{		font-family: Arial, Verdana, sans-serif;
	font-size: 85%;
}
TEXTAREA
{		font-family: Arial, Verdana, sans-serif;
}
TABLE
{
	font-size:100%;
}

h1 { font-size: 150%; color:#070794; border-bottom: solid 3px #FECF05}
h2 { font-size: 120%; color:#070794}
h3 { font-size: 110%;}
h4 { font-size: 100%;}
h5 { font-size: 80%;}





.footer {
	background-color:#040493;
	color:silver;
	font-size:80%;
}

.content
{
	background-color:White;
	margin: 6px 6px 6px 6px;
}

.BigGroupHead
{
	/*border-top: solid 1px silver;*/
	color:White;
	background-color:#0067AC;
	padding-left:4px;

}
.SubGroupHead
{
	color: #251513 ;
	background-color: #E2E2E2;
	/*border-bottom: #baba8e 1px solid;*/
	padding-left:4px;
}
.address
{
	font-size:x-small;
}
.shortdesc
{
	font-size:x-small;
	line-height: 130%;
}

.listitem
{
	margin-left: 8px;
	margin-bottom: 5px;
}
.eventtime
{	color:#101010;
	font-style: italic;
	font-size:smaller;
}
.eventdesc 
{
	font-size:smaller;
}

.sectiondivider /* for tds */
{
	border-top:solid 2px silver;
	padding-top: 6px;
	padding-bottom: 6px;
}

.footdisclaimer
{
	font-size:xx-small
}


.errordisplay
{
	border:solid 1px red;
	margin:4px;
	padding:4px;
	color:Maroon;
	
}
.innerpanel
{
	margin:15px;
}
.tabs
{
	text-align:center;
}
.seltab
{	height:2em;
	background-color:#F5FFFA; /*#FFEFD5;*/
	border-top: solid 2px #3CB371;
	border-left: solid 2px #3CB371;
	border-right: solid 2px #3CB371;
}
.unseltab
{	height:2em;
	/*border-right: solid 1px silver;*/
	border-bottom: solid 2px #3CB371;
}

.secthead
{	
	
	border: solid 1px Gainsboro;
	background-color:#E8E8EE;
}


.survSection
{
	border-bottom: solid 1px silver;
}
.survcapt 
{
	/*color:#101010;
	background-color:SkyBlue;*/
	padding:4px;
	color:White;
	background-color:#0067AC;	
}
.R1
{
	background-color:AliceBlue;
}
.R2
{
	background-color:WhiteSmoke;
}


.box1
{
	background-color:Teal;
}
.box2
{
	background-color:Maroon;
}

.contentedit
{	border: solid 1px red;
	color:red;
	font-size:xx-small;
}
a.contentedit:visited{color: red; text-decoration: none;}
a.contentedit:link{color: red; text-decoration: none;}
a.contentedit:hover{ background-color:red;color: white;}

.smallhead
{	
	font-size:small;
	letter-spacing: -1px;
	color:#505050;
}
.smallwarn
{
	font-size:x-small;
	color:Black;
	font-style:italic
}
.smallinfo
{
	font-size:x-small;
	color:Silver;
}


/* custom */
a.button:link{color: #FFFFFF; text-decoration: none;}
a.button:visited{color:#CDCDCD; text-decoration: none;}
a.button:hover{color: #CCCCCC; text-decoration:underline;}



/* menu */
.mnumain
{
	background-color:#FFFFFF;
	text-align:left;
}

.mnuelement
{
	border-bottom: solid 1px silver;  
	font-family: Arial,Verdana;
	font-weight:bold;
	font-size: .85em;
	height:1.6em;
}

a.mnulink{
	text-decoration: none;
}

ul.cdlib {
	padding: 0px;
	margin: 0px;
}

.cdlib li {
	list-style-type: none;
}

.cdlibrow {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 18px;
}
li.cdlibrow {
	list-style: none;
	padding-bottom: 1em;
}
.cdlibfldcust {
	font-size: 0.7em;
	background-color: black;
	color: white;
}
.cdlibfldint {
	font-size: 0.7em;
	background-color: red;
	color: white;
}
.cdlibpubdate {
	font-size: 0.7em;
	color: #828282;
}


li.cdlibfoldermenu {
	list-style: none;
	margin: 0px;
	padding-bottom: 1em;
}

li.cdlibfoldermenuhorz {
	list-style: none;
	display: inline;
	margin: 0px;
	padding-bottom: 1em;
}
li.cdselecteddoc {
	font-weight: bold; /*background-color: #EBF5F9; */
}