/* ################################# */
/* ## CSS FEITO POR HENRIQUE GOGÓ ## */
/* ################################# */

/* PÁGINA */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #EAEDF4;
}
#gog {
	margin: 0 auto;
	width: 767px;
}
/* /PÁGINA */

/* TAGs */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* /TAGs */

/* TOPO */
#topo {
	position: relative;
	height: 113px;
	background: url("img/topoFundoMenor.gif") repeat-x;
	z-index:2;
}
#topo #logo {
	position: absolute;
	margin-left: 10px;
	bottom: 15px;
}
/* TOPO > Menu */
#menu {
	display: block;
	height: 23px;
}
/* /TOPO */

/* MEIO */
#meio {
	position: relative;
	padding-top: 8px;
	background: url("img/meioFundoTopo.gif") repeat-x top;
	background-color: #FFFFFF;
	z-index:0;
	
}
#meio h1 {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #A12025;
}
/* MEIO > Interna */
#interna {
	padding: 15px;
	width: 600px;
}
#interna ul {
	margin: 0;
	margin-left: -15px;
	padding: 0;
	list-style: none;
	border-left: 2px dotted #AAAAAA;
}
#interna li {
	margin: 0;
	padding: 5px 15px;
	min-height: 30px;
	color: #828388;
}
#interna li.cinza {
	background: url("img/listaCinza.gif");
}
#interna li a {
	margin: 5px 0;
	color: #828388;
}
#interna h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #A12025;
}
/* MEIO > Coluna da Direita */
#colunaDir {
	float: right;
	position: absolute;
	margin-left: 630px;
	padding-bottom: 48px;
	top: -40px;
	width: 137px;
	background: url("img/colunaDirBase.gif") no-repeat bottom;
	background-color: #E9E9E9;
}
#colunaDir #sombra1 {
	position: absolute;
	top: -8px;
	left: -5px;
	width: 5px;
	height: 48px;
	background: url("img/colunaDirSombra1.gif") no-repeat;
}
#colunaDir #sombra2 {
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 5px;
	height: 48px;
	background: url("img/colunaDirSombra2.gif") no-repeat;
}
#colunaDir ul {
	background: url("img/colunaDirTitulo.gif") no-repeat top;
	margin: 0;
	padding: 0;
	padding-top: 48px;
	list-style: none;
}
#colunaDir ul li {
	margin: 2px 0;
	padding: 1px;
	background: url("img/listaCinzaEscura.gif");
}
#colunaDir ul li a {
	margin-left: 15px;
	color: #555555;
}
/* /MEIO */

/* BASE */
#base {
	padding-top: 20px;
	height: 80px;
	background: url("img/baseSombra.gif") repeat-x top;
	background-color: #EAEDF4;
}
#base address {
	float: right;
	font-size: 11px;
	font-style: normal; /* Elimina o itálico padrão do address */
	text-align: right;
	color: #828388;
}
#base address a {
	color: #828388;
}
/* /BASE */

/* Genéricos */
.esq {
	float: left;
}
.meio {
	margin: 0 auto;
}
.dir {
	float: right;
}
.preto {
	color: #000000;
}
.vermelho {
	color: #CF152A;
}


/*********************** FORMULÁRIOS  *****************************/
.bigField {font-family: Verdana; width:350px; border: 1px solid #CCCCCC; height:25px; padding: 2px 2px; color:#7B7B7B; font-size:11px; background-color:#EEEEEE;}
.bigField option {height: 20px; padding: 4px 4px;}
.bigFieldButton {font-family: Verdana; border: 0; height:25px; padding: 4px 4px; color:#DDDDDD; font-size:11px; background-color:#550000;}
.textContato {color:#7B7B7B; font-size:11px;}


/*********** DIÁLOGOS **************/
#dialog {position:absolute; width:415px; padding:10px; z-index:200; background:#fff}
#dialog-header {display:block; position:relative; padding:3px 6px 7px; height:14px; font-size:12px; font-weight:bold; width:401px; _width:411px;}
#dialog-header2 {display:block; position:relative; padding:3px 6px 7px; height:14px; font-size:12px; font-weight:bold; width:510px; _width:520px;}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(i/d/dialog_close.gif) no-repeat}
#dialog-content {display:block; height:80px; _height: 95px; padding:6px; color:#666666; font-size:13px; width:401px; _width:411px;}
#dialog-content2 {display:block; height:80px; padding:6px; color:#666666; font-size:13px; width:510px; _width:520px;}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#FFF; opacity:.75; filter:alpha(opacity=75); z-index:100}
.error {background:#fff url(i/d/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none}
.errorheader {background:url(i/d/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none}
.warning {background:#fff url(i/d/warning_bg.jpg) bottom right no-repeat; border:1px solid #c5a524; border-top:none}
.warningheader {background:url(i/d/warning_header.gif) repeat-x; color:#957c17; border:1px solid #c5a524; border-bottom:none}
.success {background:#fff url(i/d/success_bg.jpg) bottom right no-repeat; border:1px solid #60a174; border-top:none}
.successheader {background:url(i/d/success_header.gif) repeat-x; color:#3c7f51; border:1px solid #60a174; border-bottom:none}
.prompt {background:#fff url(i/d/prompt_bg.jpg) bottom right no-repeat; border:1px solid #4f6d81; border-top:none}
.promptheader {background:url(i/d/prompt_header.gif) repeat-x; color:#355468; border:1px solid #4f6d81; border-bottom:none}


.rowTopMenuA {text-decoration:none; color:white;}
.rowTopMenuA:hover {text-decoration:none; color:yellow;}