.shadetabs{
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;
color: #FFF;
}

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

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

.shadetabs li.selected{

}

.shadetabs li.selected a{ /*selected main tab style */
}

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

.tabcontentstyle{ /*style of tab content container*/
width: 620px;
margin-bottom: 1em;
padding: 0px;
}

.mobiletabcontentstyle{ /*style of tab content container*/
width: 100%;
margin-bottom: 1em;
padding: 0px;
}

.stabcontentstyle{ /*style of tab content container*/
width: 200px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

.tabcontent img {
margin-right: 10px;	
}

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



#newschart {
	border-collapse:collapse;
	width:260px;
	font-size:12px;
}

#newschart .chartheader {
	background-image:url(../images/news_header.gif);
	text-align:left;
	padding-left:15px;
	height:20px;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#newschart .chartbody {
	background-image:url(../images/news_background.jpg);
	background-repeat:no-repeat;
	background-color:#D3D1BA;
	color:#000000;
	vertical-align:top;
	position:absolute;
	width:260px;
	height:205px;
	overflow:auto;
}

#newschart .chartbody ul li {
	list-style:disc;
	color:#EF862A;
	padding-bottom:5px;
}
