/* styles that i have added */
.link a{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	text-decoration:none;
}

.link td{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	height:22px;
}

.addyText{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-size:13px;
}



/* end of styles that i have added */
.shadetabs{
display:table-row;
padding: 10px 10px 10px 10px;
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{
	/* this sets the background color of the tabs */
	display: table-cell;
	width:118px;
	margin: 0;
	padding: 10px 10px 10px 10px;
	/* this is setting the background color of the inactive tabs */
	color:#000000;
	background-color:#e4e4c5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.shadetabs li a{
text-decoration: underline;
color: #000000;
font: bold 12px Arial;
}


.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
font: bold 12px Arial;
}

.shadetabs li.selected{
position: relative;
top: 1px;
padding: 10px 10px 10px 10px;
background-color:#cecebb;

}

.shadetabs li.selected a:link{ /*selected main tab style */
background-color:# cecebb;
border-bottom:1px #FFFAC3;
padding: 10px 10px 10px 10px;
}

.shadetabs li.selected a:active{ /*selected main tab style */
background-color:#cecebb;
text-decoration: none;
padding: 10px 10px 10px 10px;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #FFFFFF;
width: 258px;
height: 165px;
margin-bottom: 1em;
padding: 29px 10px 24px 10px;
background-color:#cecebb;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

#newschart {
	border-collapse:collapse;
	width:260px;
	font-size:12px;
}

#newschart .chartheader {
	background-color:#cecebb;
	text-align:left;
	padding-left:15px;
	height:20px;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#newschart .chartbody {
	background-color:#cecebb;
	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;
}