#tabHeader{
	padding-left:8px;
	height:22px;
	clear:right;
}
#tabBody{
/* Insert Optional Height definition here to give all the content a unified height */
padding: 15px;
border: 1px solid #bdc8e4;
}

.tabContent{
display:none;
}



/* main navigation tabs 
   - WARNING: some of the styling is done in the javascript code.
 */
#tabList {
	display:inline;
    list-style:none;
    margin:12px 9px 0 0;
    padding:0;
	
}
#tabList li {
    float:left;
    margin:0 0 0 1px;
    padding:0;
    background: url(../images/tabs/tab_r.gif) no-repeat 100% 0px;
	font-size: 12px;
}
#tabList a {
    color:#333;
    border:0;
    text-decoration:none;
    float:left;
    display:block;
    background: url(../images/tabs/tab_l.gif) no-repeat 0 0px;
    padding:5px 11px 3px;
}
#tabList li span{
	display:block;
	margin:0;
	padding:0;
}
#tabList li.tabon {
    background:url(../images/tabs/tab_r.gif) no-repeat 100% -60px;
}

#tabList li.tabon a {
    background:url(../images/tabs/tab_l.gif) no-repeat 0 -60px;
    color:#fff;
}


