/**************************************************************/
/* FOLHA DE ESTILOS COM ESTILOS COMUNS PARA TODAS AS P??GINAS */
/**************************************************************/

/** zerando todos os margins naturais para não atrapalhar **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, dt, dd, p, address {
	margin:0px;
	padding:0px;
}
.corpoImprensa ul, .corpoPagina ul { 
	margin-left: 15px;
}
img 
{
	border:0px;
}

input 
{
	vertical-align:middle;
}
body {

	background-color: #D1E9CE;
}
.bgConteudo {
	width: 100%;
	background-color: #FFFFFF;
}
.bgNoRepeat {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.inputTextBox {
	height: 13px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.inputTextArea {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.botaoTopo {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	background-color: #D0EFBC;
	width: 435px;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:right;
	height:16px;
	display:inline-table;
	margin-top: 1px;
	margin-left:10px;
	margin-right:0px;
}
.botaoTopo a
{
	text-decoration:none;
	color: #006600;
}
.botaoTopo a:hover {
	text-decoration: underline;
}
.botaoPadraoON
{  
	height: 18px;
	font-family: verdana; font-size: 10px; color: #2E802E;  
	background-image: url(../imgs/bg_botao_on.gif); background-repeat: repeat-x;
	border-width: 1px;
	border-color: #5B9C58;
	border-style: solid;  
	background-color: #E4F5E1; 
	padding-right: 3px;
	padding-left: 3px;
	cursor: pointer;	
}

.botaoPadraoOFF
{  
	height: 18px;
	font-family: verdana; font-size: 10px; color: #ABABAB;
	background-color: #EFEFEF;  
	background-image: url(../imgs/bg_botao_off.gif); background-repeat: repeat-x;
	border-width: 1px;
	border-color: #B8B7B4;
	border-style: solid;  
	padding-right: 3px;
	padding-left: 3px;
}

.doted
{
	height:1; 
	border-width: 0px;
	border-style: solid;
	border-color: #7FB27F;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7FB27F;
	color:#FFFFFF;
	margin-left:8px;
}
/* Novos */
.inputTextBoxBlur {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fff;
}
.inputTextBoxFocus {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #ffe;
}
.selectBlur {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	width: 148px;
	background-color: #fff;
}
.selectFocus {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	width: 148px;
	background-color: #ffe;
}
.textareaBlur {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #fff;
}
.textareaFocus {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	background-color: #ffe;
}

.textoFundo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	padding-top: 2px;
	padding-left: 4px;
	padding-right:4px;
	padding-bottom:2px;
	background-color:#D0EFBC;
}
div.corpoImprensa a.email {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
div.corpoImprensa a.email:hover {
	text-decoration: underline;
}
.navegacao {
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #006600;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-color:#D0EFBC;
	width:448px;
}
.navegacao a {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.navegacao a:hover {
	text-decoration: underline;
}
.corpoImprensa .navegacao a {
	font-weight: bold;
}
.textoconteudo {
	font-family: Verdana, Arial, Times;
	font-size: 10px;
	color: black;
}

.textoconteudo a {
	color: #006600;
	text-decoration: none;
}

.textoconteudo a:hover {
	color: #DE8013;
	text-decoration: none;
}

.corpoImprensa .unimed
{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#006600; 
	margin-bottom:7px;
	padding-bottom:2px;
}
.corpoImprensa a:hover {
	text-decoration: none;
}
.listagem .item {
	margin-top:15px;	
	display: block;
	margin-left: 9px;
}
.listagem .item img {
	margin-left: -9px;
	margin-right: 5px;
}
.listagem .item .data img {
	margin-left: 0px;
}
.listagem .item a {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
.listagem .item a:hover {
	text-decoration: underline;
}
.listagem .item .gravata {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	display: block;
}
.pautas .titulo {
	margin-top: 15px;
}
.pautas .titulo a {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}
.pautas .titulo a:hover {
	color: #993300;
	text-decoration: underline;
}
.pautas .titulo img {
	margin-right: 3px;
}
.listar {
	 float:left;
	 font-size:10px;
	 display: inline;
}
