/* CSS Document */

.shadetabs{
padding: 0;
width: 100%;
background:#E4E4E4;
voice-family: "\"}\"";
voice-family: inherit;
height:25px;
margin:0 0 10px 0;

}

.shadetabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.shadetabs a{
float: left;
color: #336699;
text-decoration: none;
padding: 3px 10px 4px 10px;
background:#ECEBEB; /*Brown color theme*/ 
border:1px solid #CBCBCB;
font-size:11px;
border-top:1px solid #E4E4E4;
margin-left:-1px;
}

.shadetabs a:hover{
background: #CBCBCB; /*Brown color theme*/ 
color: #fff;
border-top:1px solid #CBCBCB;
}

.shadetabs a.selected{ /*currently selected tab*/
background-color: #fff; /*Brown color theme*/ 
color: #555;
border-bottom:1px solid #fff;
}
.shadetabs a.selected:hover {
	border-top:1px solid #fff;}
.tpajaxwrp {
	border:1px solid #CBCBCB;
	background:#FFFFFF;
	text-align:left;
}


/* CSS Document */

.big_shadetabs{
padding: 0;
width: 100%;
height:20px;
margin:5px 0 10px 0;
}

.big_shadetabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.big_shadetabs li{
display: inline;
padding-left: 5px;
}

.big_shadetabs a{
margin-left:10px;
float: left;
text-decoration: none;
font-size:15px;
height:20px;
padding-top: 5px;
padding-left: 15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
font-style:normal;
width:70px;
}

.big_shadetabs a:hover{
color: #336699;
text-decoration: underline;
}

.big_shadetabs a.selected{
color: #555;
text-shadow: 0.1em 0.1em 0.1em #999;
}
.big_shadetabs a.selected:hover{
text-decoration: none;
border: none;
}

