/* AJAX SIDE TABS CSS */
.shadetabs {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.shadetabs:after {
    display: block;
    clear: both;
    content: " ";
}
.shadetabs li {
    float: left;
    margin: 0 0 0 0;
    min-width: 15px;
	width: 15px;
	color: #fff;
}
.shadetabs a, .shadetabs a span {
    display: block;
	padding-left:0px;
	width: 15px;
    background: #1b4949;
}
.shadetabs a, .shadetabs a:visited, .shadetabs a:active{
    
	color:#fff;
	position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	
}
.shadetabs .shadetabs-selected a{
    color: #38aa7c;
}

.shadetabs a{
    color: #fff;
}

.shadetabs a:hover
{
	color: #38aa7c;
}
.shadetabs .shadetabs-selected a, .shadetabs a:hover, .shadetabs a:focus {
    outline: 0;
    background: #1b4949;
	width: 15px;
	color: #38aa7c;
}
.shadetabs a, .shadetabs .shadetabs-disabled a:hover, .shadetabs .shadetabs-disabled a:focus, .shadetabs .shadetabs-disabled a:active {
    background-position: 100% -100px;
}
.shadetabs a span {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    padding-top: 6px;
    padding-right: 0;
}
*>.shadetabs a span {
    width: auto;
    height: auto;
}
.shadetabs .shadetabs-selected a span {
    padding-top: 6px;
	color: #38aa7c;
}
.shadetabs .shadetabs-selected a span, .shadetabs a:hover span, .shadetabs a:focus span, .shadetabs a:active span {
    background-position: 0 -50px;
}

.shadetabs a span, .shadetabs .shadetabs-disabled a:hover span, .shadetabs .shadetabs-disabled a:focus span, .shadetabs .shadetabs-disabled a:active span {
    background-position: 0 0;
}
.shadetabs .shadetabs-selected a:link, .shadetabs .shadetabs-selected a:visited, .shadetabs .shadetabs-disabled a:link, .shadetabs .shadetabs-disabled a:visited {
    cursor: text;
}
.shadetabs a:hover, .shadetabs a:focus, .shadetabs a:active {
    cursor: pointer;
}
.shadetabs .shadetabs-disabled {
    opacity: .4;
}
.shadetabs-container {
    width:430;
	height:auto;
	border:none;
    background: #1b4949;
}
.shadetabs-ajaxcontentarea {
    width:430;
    height:285;
	border:none;
    background: #1B4949;
	color:#ffffff;
}
.shadetabs-loading em {
    padding: 0 0 0 0;
    background: #1B4949;
}

.contentstyle{
	padding: 0 0 0 0;
    width:430;
    height:170;
	border:none;
    background: #1B4949;
	color:#ffffff;
}

a{ color:#ffffff;}
a:hover{color: #38aa7c;}

BODY{
	margin: 0;
	color: #fff;
}

