﻿body {
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 85%;
	color: #333333;
	background-color: white;
	margin: 0;
	padding: 0;
}
select 
{
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 85%;
}
button 
{
	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 85%;
}
INPUT
{	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif ;
	font-size: 85%;
}
TEXTAREA
{	font-family: 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif ;
}

.contentleft {
	/*background: white url('images/bg02-white-left.png') no-repeat right top;

	border-right: solid 2px #94BECE;*/
	background-color:#F5F5DC;
}
.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 
	background-color:#94BECE;
	border-left: solid 2px #94BECE;	*/
		background-color:#F5F5DC;
}

.headerbg {
	background: transparent url('images/bg.png') top center repeat-x;
}
.header
{
	background-color:#e5f0fc;
	text-align:center;
}

.footer {
	border-top: solid 1px #ccc;
	clear: both;
	text-align:center;
}

h1 { font-size: 140%; font-family: trebuchet ms, verdana, arial}
h2 { font-size: 110%; font-family: trebuchet ms, verdana, arial }
h3 { font-size: 100%; font-family: trebuchet ms, verdana, arial }

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;
	margin: 4px 4px 4px 4px;
}

.BigGroupHead
{
	/*border-top: solid 1px silver;*/
	color:White;
	background-color:#00539B;
	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 1px silver;*/
}
.survcapt 
{
	/*color:#101010;
	background-color:SkyBlue;*/
	padding:4px;
	color:White;
	background-color:#1F4F73;	
}
.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;}
.leftmenu 
{
	background-color:#1f4f73;
	text-align:left;
	border-bottom: solid 2px #6298B2;
 
}

.cdlibrow{font-size:1.1em;font-weight:bold;margin-bottom:5px;padding-top:18px;}
.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;}
.cdlibfoldermenu 
{
	height:2em;
}
.cdlibfoldermenusel
{	background-color:#EBF5F9;
	height:2em;
}

.cdeventreg {/* new 2.8 */
	padding: 4px 2px 4px 20px;  
	background: url(sysimg/okgreen.png) no-repeat left center;  
}
.cdrfc {/* new 2.8 */
	padding: 4px 2px 4px 20px;  
	background: url(sysimg/okblue.png) no-repeat left center;  
}




/* CHROME MENU  http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm */
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB; THEME CHANGE HERE
	border-bottom-width: 0;*/
	z-index:100;
	width: 200px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: White;
	width: 100%;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:White;
	color:Black;
	text-decoration: none;
}
/* these are for IE6 not behaving */
a.dropa:visited{color:#FFFFFF; text-decoration: none;}
a.dropa:hover{color: black; text-decoration:none;}

/* end chrome menu*/