/* newstab */

div.newstablayout {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.newstablayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(/img/pixel.gif) bottom left repeat-x;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.newstablayout li {
	margin: 0 2px 0 0;
	float: left;
}

ul.newstablayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	border: 1px solid #045DB6;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
	font-weight: bold;
}

ul.newstablayout a:hover {
	background: #fff;
}

ul.newstablayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #000099;
}

ul.newstablayout a.active_rss {
	background: #04278D;
	padding-bottom: 0px;
	cursor: default;
	color: #ffffff;
	padding: 0px 0px;
	border-style: none none;
}


ul.newstablayout a.inactive_rss {
	background: #0748C6;
	padding-bottom: 0px;
	cursor: default;
	color: #ffffff;
	padding: 0px 0px;
	border-style: none none;
}

.tabs-container {
	clear: left;
	border: 1px solid #045DB6;
	border-top: 0;
	padding: 5px 8px 15px 8px;
	background: #ffffff;
}
