ul.tabs {
list-style: none;
margin: 0px;
padding: 0px;
}

ul.tabs li {
background: url(../images/tab.gif) no-repeat;
width: 179px;


}

ul.tabs li.CurrentTab_left {
float: left;
height: 25px;
}

ul.tabs li.AlternateTab_left {
float: left;
height: 24px;
}

ul.tabs li.CurrentTab_right {
float: right;
margin-bottom: 10px;
height: 25px;
}

ul.tabs li a {
display: block;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
text-decoration: none;
font-weight: bold;
}

ul.tabs li span {
display: block;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
text-decoration: none;
font-weight: bold;
color: #666666;
}

.bodyContent {
border-left: 1px solid #CCCCCC;
clear: both;
margin: 0px;
padding-top: 12px;
padding-left: 15px;
padding-bottom: 12px;
}

.resources {
clear: both;
padding: 0px 0 0 0px;
margin: 0px;
}

.tabline {
border-bottom: 1px solid #CCCCCC;
padding-top: 26px;
clear: none;
}
