﻿
    
#tabheader ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tabheader li {
	float: left;
	border: 1px solid #888;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-bottom-width: 0;
	margin: 0 0.3em 0 0;
    background-image:url(/images/tab_grad.png);
}

#tabheader li a {
	padding: 0 1em;
    text-decoration:none;
}

#tabcontent{
	border-top: 1px solid #888;
    clear: both;
    padding: 1.5em 1em;
    
}
#subtabcontent {
	border: 1px solid #888;
    clear: both;
    padding: 1.5em 1em;
    background-color:#eeeeee;
    
}
#tabheader #selected {

	background: white;
}
#tabheader #selected a{
	position: relative;
	top: 1px;
	background: white;

}
.subtabselected {
    position: relative;
	top: 1px;
	background: white;
    background-color:#eeeeee;
    padding:2px;
}
.subtab {
    background-color:#bbbbbb;
    position: relative;
    padding:2px;
    top: 1px;
}
#subtabheader ul {
	list-style: none;
	padding:0;
	margin:0;
    
}

#subtabheader li {
	float: left;
	border: 1px solid #888;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-bottom-width: 0;
	margin: 0 0.3em 0 0;

}

#subtabheader li a {
	padding: 0 1em;
    text-decoration:none;
}

#subtabcontent{
	border-top: 1px solid #888;
    clear: both;
    padding-bottom:60px;
}

