﻿/* section menu */
#section_container {
	width: 724px;
	height: 24px;
	margin-top: 25px;
	padding-left: 6px;
	background: #f59a2b; 
	}
	
#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 */
#left_img {
	width: 132px;
	border-right: 1px white solid;
	}
	
#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 */	
#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_10{
	padding-left: 17px;
	padding-right: 36px;
	padding-bottom: 80px;
	color: #393f46;
	line-height: 18pt;
	font-size: 10pt;
	}

#content_10 P{
	margin-top: 18px;
	line-height: 19pt;
	}
	
#content P{
	margin-top: 15px;
	line-height: 15px;
	}
	
#content P.link {
	color: #f58600;
	}

#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;
	}

#content_10 UL {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
	}

#content_10 LI {
	background-image: url(imagens/list_bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 0 .9em;
	padding-left: .8em;
	}

/* print only */
#print_only {
	float: right;
	display: inline;
	margin-top: 2px;
	margin-right: 12px;
	width: 14px;
	height: 14px;
	background: white;
	}

#print_only IMG {
	border: none;
	}

/* imagens do planetario tipo AN */		
#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;
	}

#type1_img {
	display: block;
	border-bottom: 1px white solid;
	}

/* imagens */
#thumb {
	background: #505962;
	margin-right: -36px;
	margin-top: 15px;
	}

#thumb IMG{
	border: none;
	border-right: 1px white solid;
	}

/* body misc */
STRONG.orange_10 {
	color: #f58600;
	font-size: 10pt;
	}

STRONG.grey_10 {
    color: #393f46;
    font-size: 10pt;
    }

STRONG.font_10 {
	font-size: 10pt;
	}
	
#content_dotted_orange {
	margin-top: 10px;
	margin-bottom: 25px;
	/* background: url(/imagens/dotted_orange_400.png) top repeat-x; */
	background: url(/imagens/dotted_orange_400.png) top left no-repeat;
	padding-top: 3px;
	}

#content_dotted_grey {
    margin-top: 10px;
    margin-bottom: 25px;
    background: url(/imagens/dotted_grey_400px.png) top left no-repeat;
    padding-top: 3px;
    }

SPAN.orange {
	color: #f58600;
	}
	
STRONG.orange {
	color: #f58600;
	}