﻿body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 75%;
	color: #333333;
	background-color: white;
	margin: 0;
	padding: 0;
}
select 
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 100%;
}
button 
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 100%;
}
INPUT
{	font-family: Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 100%;
}
TEXTAREA
{	font-family: Verdana, Tahoma, Arial, Sans-Serif ;
}

.contentleft {
	background: white url('images/bg02-white-left.png') no-repeat right top;
}
.contentright {
	background: transparent url('images/bg02-white-right.png') no-repeat left top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

.headerbg {
	background: transparent url('images/bg.png') top center repeat-x;
}
.header
{
	background-color:#e5f0fc;
	text-align:center;
}

.footer {
	border-top: 1px solid #ccc;
	clear: both;
	text-align:center;
}

a:link{color: #0b8faa; text-decoration: none;}
a:visited{color: #5b5fbe; text-decoration: none;}
a:hover{color: #666; text-decoration:underline;}

.content
{
	background-color:White;
}

.BigGroupHead
{
	/*border-top: solid 1px silver;*/
	color:White;
	background-color:#0A7D82;
	padding-left:4px;

}
.SubGroupHead
{
	color: #251513 ;
	background-color: #E5F0FC;
	/*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 0px silver;
}


.survcapt 
{
	/*color:#101010;
	background-color:SkyBlue;*/
	padding:4px;
	color: #008444;
	font-size: 11pt;
	background-color:#f2f9f2;	
	font-weight: bold;
}
.R1
{
	background-color:#d3ebd5;
}
.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;
}


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; */
}
A.mastermenu:hover {
	 
  COLOR: #DE5526; 
TEXT-DECORATION: none
}

