/* ----------------------------------GENERAL------------------------------------------- */
/* DARK GREEN : 014f27 */
/* MENU GREEN : 66967e */
/* ORANGE : ff8c15 */



/*-----------------------------------------------------LIST-----------------------------------------------------*/


#body_centercol .news_list {
	width:100%;
	background-image:url(../img/news_list/news_list_h_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#body_centercol .news_list_cornerR {
	background-image:url(../img/news_list/news_list_h_corner_r.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#body_centercol .news_list_cornerL {
	background-image:url(../img/news_list/news_list_h_corner_l.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#body_centercol .news_list table { width:100%; }
#body_centercol .news_list_colTitle td { padding:2px 0 0 5px; font-weight:bold; }
#body_centercol .news_list_colTitle td.first { padding-left:15px; }
#body_centercol .news_list_colTitle a {
	float:left; display:block; padding:0 15px 0 0;
	color:#014f27;
	white-space:nowrap;
	text-decoration:none;
	background-image:none;
	background-position:center right;
	background-repeat:no-repeat;
}
#body_centercol .news_list_colTitle a:hover { color:#ff8c15; background-image:url(../img/news_list/news_list_arrow_col.gif); }
#body_centercol .news_list_colTitle a.sel { color:#ff8c15; background-image:url(../img/news_list/news_list_arrow_col.gif); }

#body_centercol .news_list_colCountry { width:65px; display:none; }
#body_centercol .news_list_colLanguage { width:70px; }

#body_centercol .news_list_region td {
	color:#ff8c15;
	font-size:12px; font-weight:bold;
	text-transform:uppercase;
	border-bottom-color:#ff8c15;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding:5px 0 0 5px;
}
#body_centercol .news_list_item td, #body_centercol .news_list_item_light td, #body_centercol .news_list_item_over td {
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
	/*background-image:url(../img/news_list/news_list_item_sep.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
	padding:1px 5px 1px 5px;
}

#body_centercol .news_list_item, 
#body_centercol .news_list_item_light, 
#body_centercol .news_list_item_over {
	background-color:#E0EAE5; cursor:pointer;
}

#body_centercol .news_list_item_light { background-color:#F2F6F4; }
#body_centercol .news_list_item_over { background-color:#005027; color:#E7E7E8; }

#body_centercol .news_list_item .title, 
#body_centercol .news_list_item_light .title, 
#body_centercol .news_list_item_over .title {
	/*font-weight:bold;*/
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:10px;
}
#body_centercol .news_list_item_over .title { color:#FFF; }

#body_centercol .news_list_item .date, 
#body_centercol .news_list_item_light .date {
	color:#4c8469;
	width:80px;
}
#body_centercol .news_list_item td.read, 
#body_centercol .news_list_item_light td.read, 
#body_centercol .news_list_item_over td.read {
	background-image:none;
	width:65px;
}
#body_centercol .news_list_item .read a, 
#body_centercol .news_list_item_light .read a, 
#body_centercol .news_list_item_over .read a,
#body_centercol .news_list_item_over .read a:hover {
	color:#ff8c15; text-decoration:none; font-weight:bold;
	display:block; width:60px;
}
#body_centercol .news_list_item_over .read a {
	background-image:url(../img/news_list/news_list_arrow_read.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

#body_centercol .news_list .jlanguage {
	/*height:1px; width:1px; float:none; display:inline;
	height:auto; width:auto;*/
	background-color:#E0EAE5;
	font-size:11px;
	color:#000;
	text-align:left;
}
#body_centercol .news_list_item_light .jlanguage {
	background-color:#F2F6F4;
	color:#E7E7E8;
} 
#body_centercol .news_list_item_over .jlanguage {
	background-color:#005027;
	color:#E7E7E8;
}

#body_centercol .news_list_item .country,
#body_centercol .news_list_item_over .country { display:none; }
