/* ######### CSS for Shade Tabs. Remove if not using ######### */
.news-container
{
	width:250px;
	height:auto;
	margin:0px 11px 0px 10px;
	float:left;
	display:inline;
	overflow:hidden;
}
.shadetabs{
padding: 0px 0;
margin:0px;

font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left; display:inline;
}

.shadetabs .internal-shadetabs{
display: inline;
margin: 0;
float:left; display:inline;
}

.shadetabs .internal-shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
/*padding: 3px 7px;*/
/*margin-right: 3px;*/
/*border: 1px solid #778;*/
color: #2d2b2b;
/*background: white url(shade.gif) top left repeat-x;*/
/*background-color:#FF9900;*/
font-weight:normal;
width:125px;
height:28px;
line-height:30px;
text-align:center;
float:left;
display:inline;

}

.shadetabs .internal-shadetabs a:visited{
color: #2d2b2b;
}

.shadetabs .internal-shadetabs a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs .internal-shadetabs a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background-image:url(../images/news-nav-bg);
font-weight:bold;
}

.shadetabs .internal-shadetabs a.selected{ /*selected main tab style */
/*background-color:#E8EAF5;*/
background-image:url(../images/news-nav-bg.jpg);
font-weight:bold;

}

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

.tabcontent1{
display:none;
float:left; 
display:inline;
color:#000000;
text-decoration:none;
}

.tabcontent{
display:none;
float:left; 
display:inline;
color:#000099;
text-decoration:Underline;
}
.tabcontent:hover{
color:#6699FF;
text-decoration:none;
}

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

