

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
/* rumon*/

.districts{
padding: 0;
width: 460px;

background: transparent;


voice-family: inherit;
}

.districts_container{

width:424px;
border-bottom:1px solid #999999;
border-top:2px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
text-align:center;
font-size:11px;
color:#000000;
}

.districts ul{
margin:0;
margin-left: 13px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.districts li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.districts_container a{
color:#000000;
}

.districts a{
float: left;
display: block;
font: bold 11px Arial;
color: Black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;

border-top: 0px solid white;
}

.districts a:hover{
background-color: #999999; /*Brown color theme*/ 
color: white;
}

.districts a.selected{ /*currently selected tab*/
color: #ffffff;
background-color: #999999; /*Brown color theme*/ 

border-color: white; /*Brown color theme*/
t
}

.tabcontent{
display:none;
margin-left:10px;
}

@media print {
.tabcontent {
display:block !important;
}
}










/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
/* rumon*/

.districts_today1{
padding: 0;
width: 250px;

background: transparent;


voice-family: inherit;
}

.districts_container_today1{
height:100px;
width:280px;
border-bottom:1px solid #999999;
border-top:2px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
text-align:center;
font-size:11px;
color:#000000;
}

.districts_today1 ul{
margin:0;
margin-left: 13px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.districts_today1 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.districts_container_today1 a{
color:#000000;
}

.districts_today1 a{
float: left;
display: block;
font: bold 11px Arial;
color: Black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px;

border-top: 0px solid white;
}

.districts_today1 a:hover{
background-color: #999999; /*Brown color theme*/ 
color: white;
}

.districts_today1 a.selected{ /*currently selected tab*/
color: #ffffff;
background-color: #999999; /*Brown color theme*/ 

border-color: white; /*Brown color theme*/
t
}

.tabcontent_today1{
display:none;
margin-left:10px;
}

@media print {
.tabcontent_today1 {
display:block !important;
}
}

