/* ######### CSS for Shade Tabs. Remove if not using ######### */

#dynamic {display:block;width:373px; height:370px; background-color:#efefef; Border:solid 1px; border-color:#efefef; margin-top:10px; }

#dynamic ul{width:373px; background-color:#f0f0f0;}

#dynamic a {Text-Decoration:none; color:#000; font-weight:bold;}
#dynamic a:hover {color:#fff;}

/*.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 

} */
.eventer {background-color:#E5E5E5; height:292px;width:354px;padding:5px;}
.eventer img {padding:2px;}
.eventer img:hover{border:solid 1px red;padding:1px;}
.eventer p {line-height:6px;}
.shadetabs{
padding:0;
margin-left:0px;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; 
width:105px;
}

.shadetabs li{
display: inline;
margin: 0;
width:105px;
}


/*.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 5px;
border: 1px solid #778;
color: #2d2b2b;
background-image:url(../images/latestnewsbg.jpg);background-repeat:no-repeat;float:left; width:113px; height:23px;
} */

.shadetabs li a{
	text-decoration: none;
	position: relative;
	width:100px;
	/*padding-left:5px;*/
	z-index: 1;
	/*padding: 2px 2px 0px 2px;*/
	text-align:center;
	line-height:22px;
	/*margin-right:2px;*/
	margin-left:5px;
	/*margin-right:5px;*/
	border:none;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/latestnewsbg.jpg);
	background-repeat:no-repeat;
	float:left;
	height:23px;
/*background-position:right;*/
}


.shadetabs li a:visited{
color: #2d2b2b;
width:105px;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position:relative;
top: 0px;
color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/latestnewsbg2.jpg);
	height:23px;
	float:left;
	border-bottom:solid 1px;
	border-color:#fff;
	width:100px;
}

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

.tabcontent{
display:none;
padding:5px;
text-align:left;
font:12px Arial;
}
.tabcontent h3 {font:bold 12px Arial, verdana; margin-bottom:2px;padding-top:20px;}

.tabcontent newstitle {font:bold 12px Arial, verdana; margin-bottom:2px;padding-top:20px; color:#cc0000;}
.tabcontent newstitle a{color:#cc0000;}
.tabcontent newstxt {
font:11px Arial;
font-weight:normal;
}

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

