/*
**************************************
NAME: news.css
INFO: novidades style Sheet
VERSION: 1.0.1 - 2006/Jan/10 -remote
**************************************
*/

BODY {
	margin: 0px;
	padding: 0px;
	}

/* section menu */
#section_container {
	width: 724px;
	height: 24px;
	margin-top: 25px;
	padding-left: 6px;
	background: #f59a2b;  /* COR LARANJA */
	}
	
#section_menu {
	height: 24px;
	float: left;
	}
	
#section_item {
	float: left;
	}
	
#section_dots{
	width: 10px;
	height: 24px;
	float: right;
	background: url(imagens/menus/section_dots_orange.png) white; /* <--- DIFF */
	}

/* main body */	
#main_body {
	width: 720px;
	margin-top: 7px;
	}

#main_body TD{
	font-family:  Arial, Verdana, Times, sans-serif;
	font-size: 8pt;
	}

/* colunas do main_body */
#news {
	width: 455px;
	border-right: 1px white solid;
	}

#anews {
	width: 264px;
	}
	
/* news items */
#news_container {
	width: 455px;
	}

#news_container A, A:link, A:visited{
	color: #505962;
	font-weight: bold;
	text-decoration: none;
	}

#news_container A:hover{
	text-decoration: underline;
	}

#news_container UL.blue {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
	margin-bottom: 19px;
	}

#news_container UL.blue LI {
	background: url(/imagens/news_bullet_blue.png) no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	color: #737F8C;
	margin-top: 7px;
	margin-bottom: 12px;
	line-height: 12px;
	}

#news_container UL.orange {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
	margin-bottom: 19px;
	}

#news_container UL.orange LI {
	background: url(/imagens/news_bullet_orange.png) no-repeat;
	background-position: 0 5px;
	padding-left: 12px;
	color: #737F8C;
	margin-top: 7px;
	margin-bottom: 12px;
	line-height: 12px;
	}
	
#news_header_blue {
	/* width: 443px;  width(455) - padding-left(12) */ 
	height: 24px;
	background: #e3e6e8 url(/imagens/news_header_blue.png) left no-repeat;
	color: white;
	font-weight: bold;
	line-height: 24px;
	padding-left: 12px;
	}
	
#news_header_orange {
	/* width: 443px;  width(455) - padding-left(12) */ 
	height: 24px;
	background: #e3e6e8 url(/imagens/news_header_orange.png) left no-repeat;
	color: white;
	font-weight: bold;
	line-height: 24px;
	padding-left: 12px;
	}

#news_header_blue A, A:link, A:visited {
	color: white;
	text-decoration: none;
	}

#news_header_blue A:hover{
	text-decoration: underline;
	}

#news_header_orange A, A:link, A:visited {
	color: white;
	text-decoration: none;
	}

#news_header_orange A:hover{
	text-decoration: underline;
	}

/* astronotícias items */
#anews_header {
	background: #f59a2b url(imagens/right_inner_corner.png) bottom right no-repeat;
	font-weight: bold;
	font-size: 18px;
	height: 38px; /* 42 - 4 */
	color: white;
	padding-left: 18px;
	padding-top: 4px;
	}

#anews_ptonly {
	margin-left: 145px;
	margin-top: -7px;
	font-size: 8pt;
	font-weight: normal;
	color: #844E01;
	}


#anews_container {
	height: 100px; /* 108-8 (padding-top) */
	border-top: 1px white solid;
	background: #67727e url(imagens/right_inner_corner.png) bottom right no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	color: white;
	line-height: 15px;
	}
	
#anews_container A, A:link, A:visited{
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	}

#anews_container A:hover{
	text-decoration: underline;
	}
	
#anews_container_darker {
	height: 100px; /* 108-8 (padding-top) */
	border-top: 1px white solid;
	background: #505962 url(imagens/right_inner_corner.png) bottom right no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 8px;
	color: white;
	line-height: 15px;
	}
	
#anews_container_darker A, A:link, A:visited{
	color: #f59a2b;
	font-weight: bold;
	text-decoration: none;
	}

#anews_container_darker A:hover{
	text-decoration: underline;
	}
	
#anews_container_darker SPAN{
	color: #f59a2b;
	font-size: 8pt; 
	}
	
#anews_container SPAN {
	color: #ffcc00;
	font-size: 8pt; 
	}
	
#anews_container STRONG,  #anews_container_darker STRONG{
	color: #A5A8AA;
	}