/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tab_section {
	clear: both;
	width: 380px;
	margin-bottom: 0px;
}

.topnews {
	float: left;
	padding:5px;
	}
.newslist {
	float: left;
	width: 240px;
	border-left: 1px dotted #ddd;
	}

.newslist ul{
	clear: both;
	margin: 0;
	padding: 0 0 0px 0px;
	list-style:none;
}
.newslist li {
	padding-left:5px;
	}

.newslist li a{
	font-weight: normal;
	font-size:14px;
	font-family:Mangal;
	color:#333;
	line-height:20px;
}
h2{font: bold 14px mangal; color:#ff0000; line-height:20px;}

.tabcontent_section {
	clear: both;
	float:left;
	width:380px;
	margin-bottom: 1em;
	padding: 0px;
	border: 1px solid #ddd;
}

.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px mangal;
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;
position: relative;
z-index: 1;
padding: 2px 15px;
margin-right: 3px;
border: 1px solid #ddd;
color: #FFFFFF;
background: #750a20;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #750a20;
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#fff url(../images/shadeactive1.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tab_section1 {
	clear: both;
	width: 520px;
	margin-bottom: 0px;
}

.newslist1 {
	float: left;
	width: 380px;
	border-left: 1px dotted #ddd;
	}

.newslist1 ul{
	clear: both;
	margin: 0;
	padding: 0 0 0px 0px;
	list-style:none;
}
.newslist1 li {
	
	padding-left:5px;
}

.newslist1 li a{
	font-weight: normal;
	font-size:14px;
	font-family:Mangal;
	color:#333;
}

.tabcontent_section1 {
	clear: both;
	float:left;
	width:520px;
	margin-bottom: 1em;
	padding: 0px;
	border: 1px solid #ddd;
}
.shadetabs1{
padding: 5px 0;
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*/
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 15px;
margin-right: 3px;
border: 1px solid #ddd;
color: #FFFFFF;
background: #750a20;
}

.shadetabs1 li a:visited{
color: #FFFFFF;
}

.shadetabs1 li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs1 li a.selected{ /*selected main tab style */
color: #750a20;
position: relative;
top: 0px;
}

.shadetabs1 li a.selected{ /*selected main tab style */
background:#fff url(/images/shadeactive1.gif);
border-bottom-color: white;
}

.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}





