/*******************/
/* Pontiac Police */
/*******************/

/* 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;
}

/* style for hidding fields in netscape & IE */

.manStarClass{visibility:hidden;position:relative;}

/*******************/
/*    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	   */
/*******************/

/* first highlight color for pages, -Pontiac-Blue */
.highLight1 {background: #DADBED;}

/* second highlight color for pages,-Pontiac-Orange */
.highLight2 {background: #F5E6C2;}

/* third highlight color for pages,-Pontiac-Green */
.highLight3 {background: #C9D9B9;}

/* dark color for pages, found at the bottom of the leftnav-Pontiac-Dark Blue */
.darkcolor1 {background: #141D62;}


/************************************************************************************************/
 /* Table Row Styles */
/************************************************************************************************/

 /* color found in top band for tables, text is bold, backcolor is same as highlight1 - Pontiac Blue*/
.tableHead { background: #C1C1DC;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
}

/* Shadow row */
.tableShadow { background: #F4F4F4;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}

/* no color row */
.tableClear {
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}

/* color found in top band for tables, text is regular, backcolor is same as highlight3 - Pontiac Green*/
.tableBand { background: #DADBED;
font-family:trebuchet ms,trebuchet,arial,helvetica,sans-serif;
font-size:x-small;
}



