.contenttabsnews {
	border:1px solid #CCCCCC;
	width:309px;
	
	padding: 4px;
	position: relative;
	right: -1px;
	background-color: #F9F9F9;

}
.newstabs{
	padding: 0px;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}

.newstabs li{

margin: 0;
}

.newstabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;
	height: 20px;
	width: 128px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	display: block;
	border: 1px solid #D1D1D1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	line-height: 20px;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: normal;
	background-color: #ECEEFB;
}

.newstabs li a:visited{
color: #2d2b2b;
}

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

.newstabs li a.selected{ /*selected main tab style */
position: relative;

}

.newstabs li a.selected{ /*selected main tab style */
	width: 134px;
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F9F9F9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

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

.tabcontentnews{
display:none;
}

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

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


.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;/*background: black url(indentbg.gif) center center repeat-x;*/
	z-index: 1;
	top: 1px;
	position: relative;
	height: 26px;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 17px;
	background-color: #8E745F;
	width: 141px;
}
.indentmenu ul li a:hover{
	color: #FFFFFF;
}

.indentmenu ul li a:visited{
	
}
.indentmenu ul li a.selected{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;/*background: black url(indentbg2.gif) center center repeat-x;*/
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
	background-color: #F5F5F5;
	width: 142px;
}
.indentmenu ul li a.selected:hover{
	color: #000000;
}
.tabcontent{
display:none;
}
.tabs_content {
	border:1px solid #999999;
	width:426px;
	padding: 4px;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;
	float: left;
}
.tabs_content_m {
	border:1px solid #999999;
	width:446px;
	padding: 5px;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;

	float: left;
}
.tabs_content300 {
	border:1px solid #999999;
	width:290px;
	padding: 4px;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;
	float: left;
}
.tabs_content_m300 {
	border:1px solid #999999;
	width:566px;
	padding: 3px;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.tabs_content_m440 {
	border:1px solid #999999;
	width:450px;
	padding: 3px;
	background-color: #F5F5F5;
	position: relative;
	height: 100%;
	float: left;
	margin-top: 6px;
}
@media print {
.tabcontent {
display:block !important;
}
}