/*--------------------------------------------------------------------
Corpo Style / Estruturas comuns (IE6 FF1.5)

Version: 	1.0
author: 		Burocratik (alexandre gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
@import url(texto.css);

/* =Submenu principal: esquerda + dta
------------------------------------------------------*/
ul#mainSubMenuEsq{
	position: absolute;
	top: 57px; left: 225px; 
	width: 160px; height: 100px;
	padding: 0;	margin: 0;
	list-style: none;
	border: none;
}
ul#mainSubMenuEsq li { /* :INFO: Cria as linhas de separacao*/
	width: 160px; 	height: 15px;
	padding: 1px 0 1px 0; margin: 0;
	border-bottom: 1px solid #a5dfea;
}
ul#mainSubMenuEsq li a {
	position: relative;
	display: block;
	width: 160px; height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif; font-size: 10px; font-weight: normal;
	text-decoration: none; text-indent: 5px;
	color: #526d84;
	border: 0; /* :INFO: para anular no visited o formato global (texto.css) dos links*/
}
*html ul#mainSubMenuEsq li a, *html ul#mainSubMenuEsq li strong, 
*html ul#mainSubMenuDta li a, *html ul#mainSubMenuDta li strong{ /* :HACK: IE <=6*/
	line-height: 14px; 
}
ul#mainSubMenuEsq li a:hover, ul#mainSubMenuDta li a:hover {
	visibility: visible; /* :BUG: para no IE  para as imagens voltarem ao posicao non-hover*/
}
ul#mainSubMenuEsq li a:hover span, /* :INFO: necessario para a imagem do roll over*/
ul#mainSubMenuEsq li a:focus span,
ul#mainSubMenuDta li a:hover span,
ul#mainSubMenuDta li a:focus span { 
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	top: -1px; left: -5px;
	width: 5px;	height: 15px;
	background: transparent url(../imgs/submenu-over.gif) no-repeat left center;
}
ul#mainSubMenuEsq li strong{ /* :INFO: botao on*/
	position: relative;
	display: block;
	width: 160px;	height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: none; text-indent: 5px;
	color: #526d84;
	background: #e4f5f9;
}

ul#mainSubMenuDta{
	position: absolute;
	top: 57px; left: 405px; 
	width: 245px; height: 100px;
	padding: 0;	margin: 0;
	list-style: none;
	border: none;
}
ul#mainSubMenuDta li { /* :INFO: Cria as linhas de separacao*/
	width: 242px; 	height: 15px;
	padding: 1px 0 1px 0; margin: 0;
	border-bottom: 1px solid #a5dfea;
}
ul#mainSubMenuDta li a{
	position: relative;
	display: block;
	width: 242px; height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif; font-size: 10px; font-weight: normal;
	text-decoration: none; text-indent: 5px;
	color: #526d84;
	border: 0; /* :INFO: para anular no visited o formato global (texto.css) dos links*/
}
ul#mainSubMenuDta li strong{ /* :INFO: botao on*/
	position: relative;
	display: block;
	width: 242px;	height: 15px;
	margin: 0; padding: 0;
	line-height: 15px;
	font-family: Tahoma, verdana, sans-serif; font-size: 10px; font-weight: bold;
	text-decoration: none; text-indent: 5px;
	color: #526d84;
	background: #e4f5f9;
}

/* = Content Esquerda: conteudo de texto
------------------------------------------------------*/
#content-esq {
	float: left;
	width: 665px;
	margin: 30px 10px 0 0; padding: 0;
	font-family: "Lucida Sans Unicode", sans-serif; font-weight: normal; font-size: 12px;
	line-height: 1.5em; letter-spacing: normal;
	color: #485056;
}
#content-esq h2 { /* :INFO: titulo */
	margin: 0; padding: 0 0 26px 0;
	color: #00407a;
	font-size: 40px; font-weight: normal; line-height: .8em; letter-spacing: -3px;
}

table {
	border-collapse: collapse;
	width: 665px;
}
caption {
	font-size: 14px; font-weight: bold; line-height: 1em; 
	text-align: center;
	color: #1f92b5;
	margin: 5px; padding: 0;
}
caption a:link, caption a:visited  {color: #1f92b5;border: 0;}
caption a:focus, caption a:hover  {color: #00407a;	border: 0;}
* html caption {
	padding: 5px;
}
thead th {
	background-color: #4bbfd6;
	font-weight: bold; font-size: 11px; text-align: left;
	color: #d2eff5;
	width: 215px; height: auto;
	border-right: 10px solid #ffffff;
	padding-left: 20px;
}
td {
	padding: 5px 20px 5px 20px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	border-right: 10px solid #ffffff;
}

td.listagem{
	text-align: left;
}

th.last, td.last {
	border: none;
}
tr {
	background-color: #e1f6fd;
}
tr.odd{
	background-color: #eefafe;
}
tr.odd:hover, tr.odd:focus {
	background-color: #eefafe;
}
tr:hover, tr:focus {
	background-color: #e1f6fd;
}
tr a:link, tr a:visited  {color: #485056; border: 0;}
tr a:focus, tr a:hover  {color: #30a7c5; border-bottom: 1px solid #30a7c5;}

/* = Content dta: topicos e sublinks
------------------------------------------------------*/
#content-dta {
	float: left;
	width: 215px;
	margin: 32px 0 0 0; padding: 0;
	color: #485056;
}
#content-dta h6{
	width: 215px; height: 30px;
	margin: 0;	padding: 0;
	overflow: hidden; 
	text-indent: -5000px; 
	background: url(../imgs/ambiente-header-topicos.gif) no-repeat;
}
#content-dta ul {
	width: auto; 
	margin: 0; padding: 0;
	list-style: none;
	font-family: Tahoma, verdana, sans-serif; font-size: 11px;
	border-left: 1px dotted #a4d9e3;
	border-right: 1px dotted #126997;
}
#content-dta li {
	display: block; 
	width: auto; height: auto;
   padding: 0; margin: 0; 
	border-bottom: 1px solid #dddddd;
	color: #485056;
	background-color: transparent;
}
#content-dta li.last {
	border-bottom: 1px solid #30a7c5;
}
#content-dta li.on {
	display: block;
   padding: 5px 5px 5px 10px; margin: 0; 
	color: #30a7c5;
}
#content-dta a {
	display: block;
   padding: 5px 5px 5px 10px; margin: 0; 
	color: #485056;
	border: none;
	background-color: transparent;
}
#content-dta a:hover, #content-dta a:focus { background-color: #eaf6f9;}

