/* 
Modified: Dec 12 2007
Modified by: 
-----------------------------------*/

/*  =Tabs Borough menu*/
#main_container_tab{width:95%;} /* Width of tab component*/

#mainboroughtabs {width: 60%; float: left; margin-bottom: -1px;}
/* IE hack*/* html #container_tabs { margin-bottom: -2px;}
#container_tabs ul {padding: 0px 0px 0px 10px;	margin: 0px;}
#container_tabs li {margin:0; padding:0; list-style:none; display: inline;}
#container_tabs a {-moz-outline:0px; text-decoration:none; 
	font-weight:bold; color:#fff; padding: 7px 10px; float: left;
	margin-right: 2px; background: #90AE43;	border: 1px solid #A8B87E;}
#container_tabs a:hover {color:#fff; background-color: #748C35;}

 {color:#666; 
	background-color: #fff;	border-bottom: 1px solid #fff;}

/* =Tabs, Non-borough */

.dprTabContent {/* Rules for the on/off boxes */margin:0px 5px 5px;	
	padding:5px 5px 5px 8px; background: #F8F8F8; background-color: #fff;}
#container_tabs .dprTabSelected a { color:#666;
	background-color: #fff;	border-bottom: 1px solid #fff;}
#container_tabs .dprTabSelected a:hover {	color:#666;	background-color: #fff;}

/* Correct IE border priority*/

/* enclosure for all the on/off boxes*/
.tabcontentwrapper{	clear: left; padding-top: 5px; background: #fff; 
	border-top: 1px solid #A8B87E;	border-right: 1px solid #A8B87E;
	border-bottom: 1px solid #A8B87E;	border-left: 1px solid #A8B87E;}
	
