﻿body {
	background-image: url(../imagens/fundoPagina.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top: 0;
}

.tdOriginal{
	border-spacing:0;
	width: 980px;
	height: 900px;
	border:0;
}

.tdTopIndex{
	height: 167px;

}
.tdMenuIndex{
	height: 93px;
}

.tdConteudoIndex{
	height: 640px;
	vertical-align:top;
}

.menuTopo{
	background-color:#292828;
	font-family: Verdana;
	font-size: small;
	color:#666;
	text-decoration:none;
	width:53%;
	text-align:center;
}
.tdRodape{
	height: 197px;
	width:100%;
	vertical-align:top;
	background-image:url('../imagens/fundoRodape.gif');
	background-repeat:repeat-x;
	background-color:#343434;
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.tdRodapeCentro{
	border-spacing:0;
	width: 980px;
	border:0;
	border:0;

}

.tdPagLogin{
	border-spacing:0;
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	border:0;
}

/* #################################################################### */
/* FONTE PADRÃO
/* #################################################################### */

/* Menu do topo */
a.menuTopo:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuTopo:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menuTopo:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menuTopo:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	color: #666;
}

/* FIM */

.fontePadrao {
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;

}

.fontePadraoTopo {
	font-family: Verdana;
	font-size: small;
	color:#666;
	text-decoration:none;
}

.fontePadraoNegrito {
	font-family: Verdana;
	font-size: 12px;
	color:#292828;
	text-decoration:none;
	font-weight:bold;
}

.fonteRecursoTitulo {
	font-family: Verdana;
	font-size: 12px;
	color:#A30101;
	text-decoration:none;
	font-weight:bold;
}

.fonteTituloPaginaDominio {
	font-family: Verdana;
	font-size: 14px;
	color:#A30101;
	text-decoration:none;
	font-weight:bold;
}

.fonteTituloRecursos {
	font-family: Verdana;
	font-size: 18px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

.fonteMenu {
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.tituloMenu {
	height:41px;
	width:214px;
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}


.fontePadraoPagInicialLink {
	font-family: Verdana;
	font-size: small;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-width:0px;
}

.fonteRadioIndex{
	font-family: Verdana;
	font-size: 19px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	border-width:0px;
}

.fonteRodape{
	font-family: Verdana;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.img{
	border-width: 0px;
}

/* #################################################################### */
/* FORMULÁRIOS
/* #################################################################### */

.form_campos {
	background-color: #FFFFFF;
	font: 12px Verdana;
	border:1px solid #013D57;
	color:#00000;
}

.btn_dominio_pesquisar {
	background-color: #000033;
	font: 12px Verdana;
	border:1px solid #013D57;
	color:#FFFFFF;
	height:20px;
	font-weight: bold;
}

.btn_dominio_registrar {
	background-color: #660000;
	font: 12px Verdana;
	border:1px solid #013D57;
	color:#FFFFFF;
	height:20px;
	font-weight: bold;
}

.form_botao {
	background-color: #CCCCCC; 
	font: 15px Verdana; 
	border-style: outset;
}



/* CSS PÁGINA CADASTRO */
label { display: block; margin-top: 10px; }
label.error { float: none; color: red; margin: 0 .5em 0 0; vertical-align: top; font-size: 12px }
.p { clear: both; }
.submit { margin-top: 1em; }
.em { font-weight: bold; padding-right: 1em; vertical-align: top; }