﻿body  {
	font: 82% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; */ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 { font-size:1.5em; border-bottom: solid 1px #269FE8;}
h2 { font-size:1.3em;}
h3 { font-size:1.2em;}
h4 { font-size:1.1em;}
h5 { font-size:1.0em;}


/* menu CSS rollovers*/
.menubar a {
    text-decoration: none;
    display:block;
    height:33px;
}
.menubar a:hover {
   background-position: 0 -33px;
}
.menulocations
{
	background: url('images/menu-locationsRO.jpg') 0 0 no-repeat; 
	width:134px;
}
.menudistricts
{
	background: url('images/menu-impactRO.jpg') 0 0 no-repeat; 
	width:143px;
}
.menulogin
{
	background: url('images/menu-customer-loginRO.jpg') 0 0 no-repeat; 
	width:135px;
}
.menustafflogin
{
	background: url('images/menu-employee-login-RO.jpg') 0 0 no-repeat; 
	width:140px;
}


/* begin CD CSS */

.contentarea
{
padding-top: 1.3em;
}

.content
{
	background-color:White;
 
}

.BigGroupHead /* areas */
{
	/*border-top: solid 1px silver;*/
	/*color:White;
	background-color:#093A81; */
	padding-left:4px;
	border-bottom: solid 1px #269FE8;

}
.SubGroupHead
{
	text-align: left;
	color: #251513 ;
	/*background: #E8EFF7;*/
	padding-left:4px;
		border-bottom: solid 1px #D6D3CE;
}
.address
{
	font-size:x-small;
}
.shortdesc
{
	font-size:90%;
	line-height: 130%;
}

.listitem
{
	margin-left: 8px;
	margin-bottom: 5px;
}
.eventtime
{	color:#101010;
	font-style: italic;
	font-size:smaller;
}
.eventdesc 
{
	font-size:90%;
}

.sectiondivider /* for tds */
{
	/*border-top:solid 1px 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:12px;
}
.tabs
{
	text-align:center;
}

.secthead /* dashboard*/
{	
	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:#249CE8;	
}
.R1
{
	background-color:#F0F8FF;
}
.R2
{
	background-color:#F5F5F5;
}


.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; */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;  
}

