/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/

.underBanner {
	background-color: #00182E;
	color: #FFFFFF;
	font-size: 75%;
	height: 20px;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 15px 2px 10px ;
}

.underBanner a {
	color: #FFFFFF;
}

.underBanner a:visited {
	color: #FFFFFF;
}

.underBanner a:hover {
	color: #cccccc;
}


#infoBox {
	margin-left: 5px;
}
#infoBox #infoBoxHead{
	background-color: #75AD30 ;
	padding: 2px 2px 2px 15px;
	color: #FFFFFF;
	width: 200px;
	height: 29px;
	text-align: left;
	font-size: 85%;

}

#infoBox #infoBoxContent  {
	
	background-color: #BBDD92;
	padding: 2px 2px 2px 15px;
	font-size: 85%;
}

#infoBox #infoBoxContent a {
	color: #333;
}


#infoBox #infoBoxBase {
	background-color: #BBDD92;
	height: 20px;
}




.directoryTable {

}

.directoryTable .directoryHeader {
	background-color: #cccccc;
	color: #333333;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOn {
	background-color: #ececec;
	padding: 2px 5px 2px 5px;
}

.directoryTable .directoryRowOff {
	background-color: #dddde3;
	padding: 2px 5px 2px 5px;
}



div.breadcrumb {
	font-size: 80%;
	border-top: 1px solid #CCC;
}

.breadcrumb , .breadcrumb a:link
, .breadcrumb a:hover ,  .breadcrumb a:visited {
	margin: 0px ;
	padding: 0px;
	
}

.breadcrumb a:link {
	color: #041952;
	text-decoration: none;
}

.breadcrumb a:visited {
	color: #041952;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #555;
	text-decoration: underline ;
}
