/*******************/
/*    Winter 2003-04	   */
/*******************/

/* global site styles */
body { 
background: #FFFFFF; 
margin:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
padding:0px;
}

/* global paragraph styles */
p { 
margin-top:8px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

/*******************/
/*    LINKS	   */
/*******************/

/* link styles */
a:link		{ color:#0145A7; }
a:visited	{ color:#656565; }
a:hover 	{ color:#0369FC; }
a:active	{ color:#0145A7; }

/* left nav link styles - Standard */
a.selected		{ color:#ffffff; }
a.selected:link 	{ color:#FFCC00; }
a.selected:visited	{ color:#ffffff; }
a.selected:hover	{ color:#000000; }
a.selected:active	{ color:#ffffff; }

/* Left Nav ALERT White Text styles */
a.leftNavAlert:link		  { color:#FFFFFF; }
a.leftNavAlert:visited		  { color:#FFFFFF; }
a.leftNavAlert:hover		  { color:#ECA5A5; }
a.leftNavAlert:active		  { color:#FFFFFF; }

/* bread crumb styles */
a.breadCrumb:link		{ color:#0145A7; }
a.breadCrumb:visited		{ color:#0145A7; }
a.breadCrumb:hover		{ color:#0369FC; }
a.breadCrumb:active		{ color:#0145A7; }

/* bread crumb ALERT styles */
a.breadCrumbAlert:link		     { color:#FFFFFF; }
a.breadCrumbAlert:visited	     { color:#FFFFFF; }
a.breadCrumbAlert:hover 	     { color:#ECA5A5; }
a.breadCrumbAlert:active	     { color:#FFFFFF; }

/* Footer Box ALERT styles */
a.footerBoxalert:link		    { color:#FFFFFF; }
a.footerBoxalert:visited	    { color:#FFFFFF; }
a.footerBoxalert:hover		    { color:#ECA5A5; }
a.footerBoxalert:active 	    { color:#FFFFFF; }

/* link back (top of page) styles */
a.linkBack:link 		{ color:#7393B9; }
a.linkBack:visited		{ color:#7393B9; }
a.linkBack:hover		{ color:#0369FC; }
a.linkBack:active		{ color:#7393B9; }

/* user type headings on links page */
a.userType:link 		{ color:#E29E49; }
a.userType:visited		{ color:#E29E49; }
a.userType:hover		{ color:#E29E49; }
a.userType:active		{ color:#E29E49; }

/*******************/
/*    CLASSES	   */
/*******************/

.back {
    background-image:  url("/site_design/images/backgrounds/winter2.gif");
}

.noback {
    background-image:  url("");
}

.shback {
    background-image:  url("/site_design/images/backgrounds/sheriff3.gif");
}

.shnoback {
    background-image:  url("");
}



/* highlight color for pages, usually found in footer and under top nav */
.globalHighlight { background: #E1E7FA;}

/* highlight color for pages, usually found in footer and under top nav */
/* This is the RED color used for the ALERT pages */
.globalHighlightAlert { background: #D90000;}

/************************************************************************************************/

/* Fall Green,Winter Grey*/
/* secondary color for pages, usually found in line under top nav and in the Spotlight On box*/
.deptSecondary { background: #A3A3A3; }

/* Alert Black*/
/* secondary color for pages, usually found in line under top nav and in the Spotlight On box*/
.deptSecondaryAlert { background: #000000; }


/************************************************************************************************/


/* Fall Light Peach,Winter Light Blue*/
/* background color for footer box - same as highlight color of pages */
.footerBox { background: #E1E7FA; }

/* Alert Red*/
/* background color for footer box - same as highlight color of pages */

.footerBoxAlert { background: #D90000; 
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
}

.footerBoxMsg { background: #A1E7FA; }

.searchPosition { background: #Ffea00; 
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
}

/************************************************************************************************/

/* Fall Brown-Orange, Winter Blue */
/* vertical  stripe under citizen, business, government, and education links on hp */
.cbgeBlue { background: #4D459C; }

/* Fall Orange, Winter Grey */
/* feature boxes title color - like color used for I'm looking for box */
.featureHighlight { background: #A3A3A3; }

/* Fall Light Peach,Winter Light Blue */
/* feature background color - like color used for Spotlight On background */
.featureBackground { background: #E1E7FA; }

/* Fall Orange */
/* highlight color of the feature boxes - usually color behind the title */
.featureHeader { background: #FEAA36; }
/************************************************************************************************/

/* Fall Light Peach, Winter Blue */
/* third color for dept pages, found in the Spotlight On box*/
.deptThird { background: #E7F5EF; }

/* Alert Red */
/* third color for dept pages, found in the Spotlight On box*/
.deptThirdAlert { background: #d90000; }

/************************************************************************************************/

/************************************************************************************************/
 /* New Table Styles */
/************************************************************************************************/

 /* color found in top band for tables, text is bold, backcolor is same as globalhighlight*/
.tableHead { background: #8BD33B;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
}


/* no color row */
.tableClear {
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}


/* no color row */
.tableShadow { background: #F4F4F4;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}


/* color found in banded tables, like the communities page*/
.tableBand { background: #E1E7FA;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}






/* color found in banded tables, like the communities page*/
.tableBand2 { background: #E1E7FA; }

/* Color for body rows of table, cell has shading and font does not change*/
.tableBandB { background: #F8F1E6; }

/* color found in banded tables, like the communities page*/
.tableBand { background: #E1E7FA; }

/* color found in banded tables, like the communities page for the back to top rows*/
.tableBandBlue { background: #E1E7FA; }

