/************************************************************************
* 	General Style Sheet for use across all sites.
*	WARNING: Changing anything here will change layout across ALL sites
*	To change an individual site you can override these setting in the
* 	site specific style sheet - e.g styles_ABC.css
************************************************************************/

/************************************************************************
* 1 * Template Table Styles
************************************************************************/

TABLE.template {
	margin: 0px 0px 0px 10px;
}


body,div,h1,h2,h3,h4,tr,td,li,span,a {	
	margin: 0px;
	padding: 0px;
}

UL {
	padding: 5px 0px 0px 0px;	
	margin-top: 5px;
	margin-bottom: 5px;
}

p {
	margin: 0px 0px 0px 0px;	
	padding: 5px 0px 0px 0px;	
}

body,p,div,h1,h2,h3,h4,tr,td,ul,li,span,a {	
	text-decoration: none;
	font-weight: normal;
	font-family : Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #5b5b5b;
}

h1 {
	color: #004731;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

h1,h2,h3 {
	color: #004731;
	font-weight: bold;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

A,A:visited {
	color: #5b5b5b;
	text-decoration: underline;
}

A:hover, A:visited:hover {
	color: #cccc99;
	text-decoration: underline;
}

.generalsm {
	font-size: 10px;
}

.general_error  {
	color: Red;
}





/************************************************************************
* 1 * Portal Sub Navigation * portSubNav
************************************************************************/
.portSubNav  {
	color: #666666;
	font-weight: bold;
	font-size: 7.5pt;
}

.portSubNav A,
.portSubNav A:visited  {
	color: #666666;
	font-weight: bold;
}

.portSubNav A:hover,
.portSubNav A:visited:hover   {
	color: #cc9900;
}


/************************************************************************
* 6 * Admin * 
************************************************************************/
.admin {
	color: #116a52;
	font-weight: bold;
	font-size: 9pt;
}


.admin A,
.admin A:visited  {
	color: #116a52;
}

.admin A:hover,
.admin A:visited:hover {
	color: #d1a625;
}


/************************************************************************
* 7 * listHead * list headers
************************************************************************/
.listHead  {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}

.listHead A,
.listHead A:visited   {
	color: #000000;
	font-weight: bold;
	font-size: 8pt;
}

.listHead A:hover,
.listHead A:visited:hover   {
	color: #000000;
	text-decoration: underline;
}


/************************************************************************
* 8 * adForm * Admin Forms
************************************************************************/
.adForm  {
	font-size: 9px; 
}

#bk {
	background-color: #eeeeee;
}

#border {
    border-style : solid;
	border-color : #eeeeee;
	border-left-width : thin;
	border-top-width : thin;
}    


/************************************************************************
* 8 * popHead * Header for Pop Ups in Admin
************************************************************************/
.popHeader  {
	font-size: 12pt; 
	color: #ffffff;
	background-color: #1c8600;
	text-decoration: none;
	font-weight: bold;
}

.popHeaderBar  {
	background-color: #686868;
}

.searchField  {
	width: 150; 
}

/************************************************************************
* * * Background color ids
************************************************************************/

/* Main Background Color - for headers etc */
#bgcolor {
	background-color:#01855E;
}

#bgcolor1  {
	background-color: #00406e;
}

#bgcolor2  {
	background-color: #319e98;
}

#bgcolor3  {
	background-color: #cfdbe7;
}

#bgcolor4  {
	background-color: #f1f4f8;
}

#bgcolor5  {
	background-color: #319e98;
}

#bgcolor6  {
	background-color: #eeeeee;
}


