@CHARSET "ISO-8859-1";

@IMPORT url("css_cabecalho.css");
@IMPORT url("default.css");
@IMPORT url("mensagem.css");

body
{
	font-family: arial, verdana;
	background-color: #3E3E3E;
	margin: 0;
	padding: 0;
}

#base
{
	height: 100%;
	background: transparent url(../images/base03.png) center repeat-y;
}

#logo
{
	background: transparent url("../images/n_Polimidia.jpg") no-repeat;
	margin-top: -1px;
	margin-left: 10px;
	float: left;
	height: 43px;
	width: 230px;	
}


#corpo
{
	clear: both;
	width: 760px;
	_width: 754px;
	height: 100%;
	border: none;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #fff;
}

#principal
{
	clear: both;
	width: 790px;
	height: 70%;
}

#menu_principal
{
	clear: left;
	width: 100%;
	height: 25px !important;
	border-bottom: 1px solid #ccc;
}

#menu_principal ul#m_itens, 
#menu_principal ul#m_itens li 
{
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-top: 2.5px;
	list-style: none;
	display: block;
	font-family: "Verdana";
	font-size: 9px;
	color: #888;
}

#menu_principal ul#m_itens li img
{
	vertical-align: middle;	
	padding-right: 2px;
}

#menu_principal ul#m_itens li input
{
	font-family: "Verdana";
	font-size: 11px;	
	border: 1px solid #666;
	vertical-align: middle;
}

#menu_principal ul#m_itens li a 
{ 
	font-family: "Verdana";
	font-size: 9px;
	color: #888;
	text-decoration: none;
}

#menu_principal ul#m_itens li a:hover 
{ 
	text-decoration: none; 
	color: #FFA500; 
}

#menu_lateral
{
	float: left;
	width: 160px;
	_width: 150px;
	height: 87%;
	_height: 90%;
	border-right: 1px solid #999;
}

#corpo_lateral
{
	float: right;
	width: 180px;
	_width: 170px;
	height: 87%;
	_height: 90%;
	border-left: 1px solid #a4a4a4;
}

#corpo_lateral #item
{
	padding: 5px;
	width: 99%;
	height: 50px;
	border-bottom: 1px solid #ddd;
	font-family: "Verdana";
	font-size: 10px;
}

#corpo_lateral #item a
{
	font-size: 10px;
	color: Orange;
	height: 15px;
}


#corpo_lateral #item a img
{
	vertical-align: middle;
	border: none;
}


#corpo_lateral #item ul,
#corpo_lateral #item ul li
{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#corpo_lateral #item ul li a
{
	font-family: "Arial";
	margin-top: 5px;
	color: #333333;
	text-decoration: none;
	height: 18px;
}

#corpo_lateral #item ul li a:hover
{
	font-family: "Arial";
	margin-top: 5px;
	color: Orange;
	text-decoration: none;
	height: 18px;
	text-decoration: underline;
}

#corpo_lateral #item input
{
	font-family: "Verdana";
	font-size: 11px;	
	border: 1px solid #666;
	vertical-align: middle;
}

#corpo_lateral #item.on  { background-color: #fff; }
#corpo_lateral #item.off { background-color: #f4f4f4; }


#menu_lateral #titulo
{
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #888;
	padding: 4px;
	margin-left: 2px;
	border-bottom: 1px dashed #888;
}

#menu_lateral ul#m_itens,
#menu_lateral ul#m_itens li
{
	font-family: "Verdana";
	font-size: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_lateral ul#m_itens li
{
	background-color: #fff;
	padding-top: 6px;
	_padding-top: 5px;
	padding-left: 10px;
	margin-top: 2px;
	height: 20px;
	_height: 25px;
	/*line-height: 25px;*/
	border-bottom: 1px solid #f4f4f4;
}

#menu_lateral ul#m_itens li a
{
	color: #888;
	text-decoration: none;	
}

#menu_lateral ul#m_itens li a:hover
{
	color: #FFA500;
	text-decoration: none;	
}


#corpo_conteudo
{
	float: left;
	padding: 5px;
	width: 480px;
	_width: 470px;
	height: 87%;
	_height: 90%;
}


#container
{
	clear: left;
	width: 180px;
	margin: 2px 2px;
	padding: 1px 1px;
	border: 1px solid Black;
}

#container table thead tr th
{
	width: 180px;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	background-color: #2E8B57;
	color: #FFFFF0;
	height: 25px;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#container table tbody tr td
{
	text-align: left;
	background-color: #FFFFF0;
	height: 25px;
	border-bottom: 1px solid #333;
	padding-left: 6px;
}

#container table tbody tr td a
{
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	color: #888;
	text-transform: uppercase;
	text-decoration: none;
}


#container table tbody tr td a:hover
{
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}



/* Tabelas de Conteúdo */
#conteudo
{
	clear: left;
	font-family: "Arial";
	font-size: 10px;
	width: 630px;	
}

#divisoria
{
	height: 10px;
	background: transparent url("../images/divisoria.png") repeat-x;
	width: 100%;
	float: inherit;
}

#conteudo #titulo
{
	clear: left;
	width: 100%;
	font-family: "Verdana";
	font-size: 15px;
	font-weight: bolder;
	height: 28px;
	background-color: #fff;
	color: #666;
	border: 2px sold #fff;
	border-bottom: 1px dashed #999;
	
}


.tb_conteudo
{
	border-bottom: 1px solid #FFBB53;
	width: 100%;
}

/* Título */
.tb_conteudo thead
{
	width: 100%;
	color: #0002C1;
	font-family:Verdana;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.tb_conteudo thead tr th
{
	background-color: #CEBC13;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#FFFFF0;
	line-height:15px;
	text-align:center;
}

/* Conteúdo */
.tb_conteudo tbody
{
	width: 100%;
	color: #FFBB53;
	font-family:Verdana;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

.tb_conteudo tbody tr.even { background-color: #F5DEB3; }
.tb_conteudo tbody tr.odd { background-color: #FAFAD2; }

.tb_conteudo tbody tr td
{
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	color: #333;
	line-height:20px;
	text-align:center;
	vertical-align: middle;
}

.tb_conteudo tbody tr td.col_ord { font-weight: bolder; }
.tb_conteudo tbody tr td.descricao { text-align: left; }

.tb_conteudo tbody tr td input,
.tb_conteudo tbody tr td select
{
	font-family: "Arial";
	font-size: 10px;
	border: 1px solid #333;
}

.tb_conteudo tbody tr td.botoes,
.tb_conteudo thead tr td.botoes
{
	line-height: 20px;
	text-align: right;
	background-color: #FFFACD;
}

.tb_conteudo tbody tr td.botoes input,
.tb_conteudo thead tr td.botoes input
{
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFF0;
	background-color: #FFBB53;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	text-transform: uppercase;
	width: 75px;
}

.tb_conteudo tbody tr td img.btn_acao { cursor: pointer; }


#titulo_colunas
{
	width: 100%;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bolder;
	color: #6a6a6a;
	border-bottom: 1px solid #a4a4a4;
}

#resultado_pesquisa
{
	width: 100%;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bolder;
	color: #6a6a6a;
	padding: 5px;
}

#tipo_noticia
{
	width: 100%;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bolder;
	color: Orange;
	/*border-bottom: 1px solid #9a9a9a;*/
	padding: 8px auto;
}

#form_busca
{
	width: 100%;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	/*border-bottom: 1px solid #9a9a9a;*/
	padding-left: 8px;
}

#form_busca input
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
	color: #000;	
	border: 1px solid #6a6a6a;
}

#detalhe_noticia
{
	clear: both;
	width: 450px;
	font-family: "Arial";
}

#detalhe_noticia #resumo
{
	clear: both;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #4a4a4a;
}

#detalhe_noticia #fonte 
{
	clear: both;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	color: #4a4a4a;
	padding-top: 8px;
}

#detalhe_noticia #conteudo
{
	width: 100%;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding-top: 6px;
}

#link_noticias a
{
	font-size: 10px;
	color: Orange;
	height: 15px;
}


#lista_noticias
{
	font-family: "Arial";
	font-size: 12px;
}

#lista_noticias img
{
	text-align: left;	
}

#lista_noticias ul,
#lista_noticias ul li
{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	height: 20px;		
	padding-left: 3px;
	padding-top: 5px;
}

#lista_noticias ul li a
{
	text-decoration: none;
	color: #4a4a4a;
}

#lista_noticias ul li a:hover
{
	text-decoration: underline;
	color: Orange;
	text-align: left;
}
