/* CSS RESET */
body {
	/*font-family:Tahoma,Verdana,Arial,"Trebuchet MS";*/
	/*font-family:Arial,Tahoma,Verdana,Arial,"Trebuchet MS";*/
	/*font-size:11px;*/
	line-height:16px;
}

h1, h2, h3 {
	color:#6091AA;
}

h2 {
	color:#002272;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

h3 {
	color:#3b3b3b;
	font-size:11px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	color:#f05d2a;
}

a:link, a:visited {
	color:#1C4701;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
	font-weight:normal;
} 

.subtitle {
	font-weight:bold;
	font-size:12px;
	color:#DA001F;
}

/* PROGRAM METRO */

.news-by-category {
	background:url("images/news-by-category-bg.png") bottom repeat-x;
	width:343px;
	border:solid 0px #dbdcde;
	float:left;
	margin:0px 0px 5px 5px;
	height:260px;
}

.news-by-category .news-by-category-title {
	background:#e8ebef url("images/bg_title.png") bottom repeat-x;
	text-align:right;	
	height:40px;
	overflow:hidden;
	padding:0px 5px 0px 5px;
	margin-bottom:5px;
}


.news-by-category h2 {font-family:Arial;font-size:12px;font-weight:bold;color:#002272;height:20px;}
.news-by-category .news-by-category-content {}
.news-by-category .news-by-category-contentwrapper {padding:5px 10px;}
.news-by-category .news-by-category-thumb-wrapper {width:100px;height:72px;overflow:hidden;float:left;display:block;border:solid 2px #bababa;margin:0px 8px 8px 0px;}
.news-by-category-nav {text-align: right;}

.news-by-category-nav a {  }

.news-by-category img.news-thumb {}
.news-by-category h3 {color:#002272;}
.news-by-category .news-lead {color:#002b79;margin:0px;padding:0px;line-height:15px;}
.news-by-category ul.news-by-category-list {margin:5px 0px;padding:0px;list-style-type:none;}
.news-by-category ul.news-by-category-list li {border-bottom:solid 1px #cfd6e2;}
.news-time-category{margin-right:8px;color:#002b79;}
ul.news-by-category-list li a:link, ul.news-by-category-list li a:hover, ul.news-by-category-list li a:visited {color:#002b79;line-height:20px;text-decoration:none;}
a.rss-icon:link, a.rss-icon:hover, a.rss-icon:visited {/*background:url("rss-icon.png") bottom left no-repeat;width:12px;height:12px;*/}

.news-by-category  ul.ul-tab {padding:0px;margin:0px;display:block;margin-top:-5px; }
.news-by-category  ul.ul-tab li { list-style:none; float:left; }
.news-by-category  ul.ul-tab a {display:block;padding:7px 15px 5px 15px;text-decoration:none!important;margin:0px;font:11px Arial;color:#ffffff;font-weight:bold;}
.news-by-category  ul.ul-tab a:hover {color:#ffcd00;}
.news-by-category  ul.ul-tab a.selected {margin-bottom:0;color:#002272;background:#FFFDFF;cursor:default;}
