
.shadetabs{
padding: 1px 0;
margin-left: 1px;
margin-top: 1px;
margin-right:-13px;
margin-bottom: 0;
text-align:center;
border:0px #ff0000 solid;
}

.shadetabs li{
display: inline;
margin: 0;
height:90px;
padding:0px;
text-align:center;
margin:2px;
}

.shadetabs li a{
text-decoration: none;
text-align:center;
position: relative;
z-index: 1;
padding-top:5px;
padding-bottom:5px;
padding-right:7px;
padding-left:7px;
margin-right: 3px;
color: #808080;
/*
border: 1px solid #ea6e00;
background-color:#fff66b;
*/
/* background-image: url('../../images/body/tabs/tab-orange-bg.jpg');
background-repeat: no-repeat; */
background-color: #f0f0f0;
font-size:12px;
font-family:Georgia, Garamond, Arial;
font-style:italic;
}

.shadetabs li a:visited{
color: #2d2b2b;
text-align:center;
}

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

.shadetabs li a.selected{ 
position: relative;
text-align:center;
top: 0px;
/*
border: 1px solid #7a0c1a;
background-color:#b5293a;
*/
/*background-image: url('../../images/body/tabs/tab-red-bg.jpg');
background-repeat: no-repeat; */
background-color: #ffff33;
color:#000;
}

.shadetabs li a.selected{ 
border-bottom-color: #7a0c1a;
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

.tabcontent{
display:none;
}

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

#tabsbox {
	width:300px;
	margin-bottom: 1em;
	margin-top:3px;
	padding: 10px;
}
#latestarticles a{
	font-family:Georgia, Geramond, Arial;
	font-size:13px;
	font-style:italic;
	color:#de001a;
	width:220px;
	font-weight:normal;
}
#latestarticles p{
	font-family:verdana, tahoma, Arial;
	font-size:11px;
	font-style:normal;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}
#selectedarticles a{
	font-family:Georgia, Geramond, Arial;
	font-size:13px;
	font-style:italic;
	color:#de001a;
	font-weight:normal;
}
#selectedarticles p{
	font-family:verdana, tahoma, Arial;
	font-size:11px;
	font-style:normal;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}
#mostread a{
	font-family:Georgia, Geramond, Arial;
	font-size:13px;
	font-style:italic;
	color:#de001a;
	font-weight:normal;
}
#mostread p{
	font-family:verdana, tahoma, Arial;
	font-size:11px;
	font-style:normal;
	color:#000;
	padding-bottom:10px;
	padding-top:5px;
}

