/* CSS Document */
#tab { 
 font-weight: bold;
 text-align: center;
 height:38px;
}

.tabTab1 { float: left; width: 105px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab2 { float: left; width: 100px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab3 { float: left; width: 105px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab4 { float: left; width: 115px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab5 { float: left; width: 75px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab6 { float: left; width: 75px; margin-top:4px; cursor:pointer; color:#1A1B1F; }
.tabTab7 { float: left; width: 110px; margin-top:4px; cursor:pointer; color:#1A1B1F; }



#tabs ul {
 margin:0;
 padding:0;
 list-style:none;
}

#tabs li {
 display:inline;
 margin:0 0 0 0;
 padding:0;
}

#tabs a {
 float:left;
 margin:0 0 0 0;
 padding:0 0 0 0;
 text-decoration:none;
 color:#666;
}

#tabs a span{
 float:left;
 display:block;
 padding:4px 0 0 0;
}

#tabs a span{float:none;}
#tabs a:hover{color: #fff;}
#tabHeaderActive span, #tabHeaderActive a { color:#900;}

.tabContent {
 clear:both;
 border-left: solid 1px #ccc;
 border-bottom: solid 1px #ccc;
 border-right: solid 1px #ccc;
 padding:5px;
 height:340px;
 text-align:left;
 background-color:#FFFFFF;
 background-image: url('../images/layout/box_tab_background.gif'); background-repeat: repeat-x; background-position:bottom;
}

#tabsContainer {
 clear:both;
 margin-left:1px;
 padding:0px;
 width:682px;
}

div.tabsHome1 { width: 100%; height: 38px; background-image: url('../images/layout/01.gif'); background-repeat: no-repeat; }
div.tabsHome2 { width: 100%; height: 38px; background-image: url('../images/layout/02.gif'); background-repeat: no-repeat; }
div.tabsHome3 { width: 100%; height: 38px; background-image: url('../images/layout/03.gif'); background-repeat: no-repeat; }
div.tabsHome4 { width: 100%; height: 38px; background-image: url('../images/layout/04.gif'); background-repeat: no-repeat; }
div.tabsHome5 { width: 100%; height: 38px; background-image: url('../images/layout/05.gif'); background-repeat: no-repeat; }
div.tabsHome6 { width: 100%; height: 38px; background-image: url('../images/layout/06.gif'); background-repeat: no-repeat; }
div.tabsHome7 { width: 100%; height: 38px; background-image: url('../images/layout/07.gif'); background-repeat: no-repeat; }
