/*
**************************************
NAME: anews.css
INFO: astronews style Sheet
VERSION: 1.0.1 - 2006/Jan/07
**************************************
*/
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_item IMG{
	border: none;
	margin-left: 18px;
	}

#section_dots{
	width: 10px;
	height: 24px;
	float: right;
	background: url(imagens/menus/section_dots_orange.png) white;
	}

/* 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 */	
#sub_menu {
	vertical-align: top;
	width: 132px;
	background: #505962 url(imagens/menus/menu_end.png) no-repeat bottom;
	border-right: 1px white solid;
	}
	
#blank_column {
	vertical-align: top;
	width: 132px;
	background: white;
	border-right: 1px white solid;
	}

#content_container {
	background: white;
	vertical-align: top;
	}


/* sub_menu << elemento principal definido nas colunas do main_body */	
#sub_menu_back {
	height: 20px;
	width: 100%;
	background: #505962;
	border-bottom: 1px #737f8c solid;
	}

#sub_menu_back_anews {
	height: 20px;
	width: 100%;
	background: #505962;
	border-bottom: 1px white solid;
	}

#sub_menu_item {
	background: url(imagens/menus/menu_dot_grey.png) left no-repeat;
	color: #C7CCD1;
	padding-left: 20px;
	line-height: 20px;
	}
	
#sub_menu_item_on {
	background: url(imagens/menus/menu_dot_white.png) left no-repeat;
	color: white;
	padding-left: 20px;
	line-height: 20px;
	}
	
#sub_menu_item A, A:link, A:visited{
	color: #c7ccd1;	
	text-decoration: none;
	}

#sub_menu_item A:hover{
	color: white;
	text-decoration: none;
	}

#sub_menu_end {
	height: 18px;
	width: 100%;
	background: #505962 url(imagens/menus/menu_end.png) bottom no-repeat;
	}

/* content_container */	
#content{
	padding-left: 17px;
	padding-right: 36px;
	padding-bottom: 80px;
	color: #393f46;
	line-height: 15px;
	}
	
#content P{
	margin-top: 15px;
	line-height: 15px;
	}

#content A, A:link, A:visited{
	color: #f58600;	
	text-decoration: none;
	}

#content A:hover{
	color: #f58600;
	text-decoration: underline;
	}

#content UL {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
	}

#content LI {
	background-image: url(imagens/list_bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .8em;
}

/* notícias */
#anews_container {
	height: 108px;
	border-bottom: 1px white solid;
	background: #67727e url(imagens/right_inner_corner.png) bottom right no-repeat;
	}
	
#anews_container_dark {
	height: 108px;
	border-bottom: 1px white solid;
	background: #505962 url(imagens/right_inner_corner.png) bottom right no-repeat;
	}
	
#anews_img_item {
	float: left;
	width: 132px;
	border-right: 1px white solid;
	}

#anews_item {
	float: right;
	width: 324px; /* 454 - 18 - 112 */
	padding-left: 18px;
	padding-right: 112px;
	padding-top: 8px;
	color: white;
	line-height: 15px;
	}
#anews_item STRONG {
	color: #A5A8AA;
	}
	
#anews_container A, #anews_container A:link, #anews_container A:visited{
	color: #ffcc00;
	font-weight: bold;
	text-decoration: none;
	}

#anews_container A:hover{
	text-decoration: underline;
	}

#anews_container_dark A, #anews_container_dark A:link, #anews_container_dark A:visited{
	color: #f59a2b;
	font-weight: bold;
	text-decoration: none;
	}

#anews_container_dark A:hover{
	text-decoration: underline;
	}


/* corpo das notícias */	
#anews_body {
	color: #505962;
	line-height: 15px;
	padding-left: 18px;
	padding-right: 21px;
	padding-top: 11px; /* para compensar o header das AstronotÃ­cias */ 
	padding-bottom: 54px;
	}
	
#anews_body P {	
	padding-top: 5px;
	background: url(imagens/dotted_orange.png) repeat-x top;
	margin-top: 10px;
	line-height: 15px;
	}

#anews_body P.limpo {
	padding: 0;
	background: none;
	margin-top: 15px;
	line-height: 15px;
	}
	
#anews_body P.moreInfo {
	padding: 0;
	background: none;
	margin-top: 36px;
	line-height: 15px;
	}

#anews_body UL {
	padding: 0px;
	padding-left: 15px;
	border: 0px;
	}

#anews_body UL LI{
	padding-bottom: 6px;
	}

#anews_body A, A:link, A:visited{
	color: #f58600;	
	text-decoration: none;
	}

#anews_body A:hover{
	text-decoration: underline;
	}


/* print only */
#print_only {
	position: absolute;
	display: inline;
	top: 147px;
	left: 694px;
	width: 14px;
	height: 14px;
	background: white;
	z-index: 1;
	}

#print_only IMG {
	border: none;
	}

/* imagens e legendas */		
#an_img_box {
	position: absolute;
	top: 186px;
	width: 265px;
	left: 0px;
	z-index: 2;
	font-family:  Arial, Verdana, Times, sans-serif;
	font-size: 8pt;
	color: white;
	border-top: 1px white solid;
	}
	
#an_img_box IMG {
	border: none;
	}

/* caixa tipo 1 */
#type1_img {
	display: block;
	border-bottom: 1px white solid;
	}
	
#type1_leg {
	margin-top: 8px;
	}

#type1_leg_left {
	width: 132px;
	margin-right: 1px;
	padding-left: 18px;
	padding-right: 6px;
	color: #C7CCD1;
	}
	
#type1_leg_right {
	width: 132px;
	color: #67727E;
	padding-left: 18px;
	padding-right: 6px;
	}


/* caixa tipo 2 */	
#type2_leg {
	width: 132px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 20px;
	color: #C7CCD1;
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	}
	
#type2_img {
	width: 132px;
	border-bottom: 1px white solid;
	}
