.shadetabs{
padding: 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
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{

text-decoration: none;
padding: 3px 10px;
margin-right: 3px;
border: 1px solid #1c1c1c;
border-top:0px;
color: #fff;
background: #1c1c1c url(../images/modules/tab_inactive.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #70a9df;
border: 1px solid #70a9df;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/modules/tab_active.gif);
color: #70a9df;
/*border-bottom-color: white;*/
}

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

.tabcontentstyle, .tabcontent_report { /*style of tab content container*/
/*border: 1px solid gray;*/
padding-top:0px;
width: 550px;
/*margin-bottom: 1em;*/
/*padding: 10px;*/
}

.tabcontent {
display:none;
}

.tabcontent_report {
	width:400px;
	
}

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