/* 
Created by Marcelo A Carrillo
-----------------------------------*/

/*  =Tabs */
#main_container_tab{width:755px;} /* Width of tab component*/


/* 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: #dcbc67;	border: 1px solid #be9a3a;}
#container_tabs a:hover {color:#fff; background-color: #d9b043;}

 {color:#666; 
	background-color: #fff;	border-bottom: 1px solid #fff;}

/* =Tabs, Non-borough */

.TabContent {/* Rules for the on/off boxes */margin:0px 5px 5px;	
	padding:5px 5px 5px 8px; background: #dcbc67; background-color: #e6d094;}
#container_tabs .TabSelected a { color:#666;
	background-color: #e8e0cb;	border-bottom: 1px solid #fff;}
#container_tabs .TabSelected 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 #be9a3a;	border-right: 1px solid #be9a3a;
	border-bottom: 1px solid #be9a3a;	border-left: 1px solid #be9a3a;}
	
	
	
	
