.shadetabs{
padding: 0px;
margin: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
display:block;
float:left;
height: 28px;
text-decoration: none;
padding: 0px;
/* margin-right: 3px; */
border: 2px solid #778;
border-width: 2px 2px 0px;
color: #EEEEEE;
background-color: #B1B1B1;
text-align: center;
	border-color: #d2d2d2 #777777 #4a4a4a #c6c6c6;
}

.shadetabs li a:visited{
color: #EEEEEE;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #EEEEEE;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #f49632;
background-image: none;
	border-color: #f9c289 #9e6324 #f49632 #f7b268;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
position: relative;
border: 4px solid #f49632;
width: 705px;
height: 100%;
min-height: 200px;
margin-bottom: 1em;
padding: 10px;
clear: both;
overflow: auto;
}

.tabcontent{
display:none;
height: 100%;
}

/* Testing the label tag */
label span.labelname {
	display: block;
	width: 147px;
	float: left;
	text-align: center;
}

label.attribsSelect {
	display: block;
	float: left;
	height: 24px;
	width: 164px; /* 147 + 17 = 164 */
	padding: 3px;
	color: #EEEEEE;
	font: bold 10px Verdana;
	background: #FFFFFF url('../images/label_bg_off.gif') 0px 0px no-repeat;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
label.attribsSelect:hover {
	background: #FFFFFF url('../images/label_bg_on.gif') 0px 0px no-repeat;
}
label.HighLight {
	background: #FFFFFF url('../images/label_bg_on.gif') 0px 0px no-repeat;
}

label:link {
	background-color: blue;
}

label:visited {
	background-color: orange;
}

.wrapperAttribsOptions {
	padding: 0px;
	margin: 0px;
	width: 95%;
	height: 100%;
	clear: both;
}

br.clearBoth {
	height: 0px;
}

select {
	width: 342px;
	height: 24px;
	margin: 0px;
	font-size: 14px;
}

#maintab {
	float:left;
	clear:left;
	}

/*
@media print {
.tabcontent {
display:block!important;
}
}
*/
