﻿/**************************************************************/
/* 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, ol, dt, dd, p, address {
	margin:0px;
	padding:0px;
}

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: 439px;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	text-align:right;
	height:16px;
	display:table;
}
.botaoTopo a
{
	text-decoration:none;
	color: #006600;
}

.botaoPadraoON
{  
	height: 18px;
	font-family: verdana; font-size: 10px; color: #2E802E;  
	background-image: url(../_imgs/bg_botao_on.gif); background-repeat: repeat-x;
	border: 1px #5B9C58 solid;  
; background-color: #E4F5E1
; padding-right: 3px; padding-left: 3px
}

.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: 1px #B8B7B4 solid;  
; padding-right: 3px; padding-left: 3px
}

.doted
{

	border: 0px solid #7FB27F;
	border-top: 1px dotted #7FB27F;
	color:#FFFFFF;
	margin-left:8px;
}