ul.shadetabs {
list-style-type: none;
text-align: left;
margin:20px 20px 0 0;
}

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

.shadetabs li a{
text-decoration: none;
padding: 6px 12px;
font:bold 14px/26px arial;
margin-right: 2px;
color: #2276bc;
background: #eee;
}

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

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background:#2276bc;
color:#fff;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border-top:1px solid #eee;
display:block;
}

.tabcontent{
font:normal 100%/150% arial;
}

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