* {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 150%;
	color: #FFCC33;
	margin: 0px 0px 10px 0px;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #CCCCCC;
	font-size: 10px;
}

INPUT:hover, INPUT:focus, TEXTAREA:hover, TEXTAREA:focus, SELECT:hover, SELECT:focus {
	border: 1px solid #FE9900;
}

TABLE TH {
	text-align: left;
}

.image,
.image:hover,
.image:focus {
	border: 0;
}

#geral {
	width: 760px;
}

#topo {
	height: 285px;
}

#topo label, #topo #webdeveloper {
	font-size: 10px;
}

#topo .w3ag {
	font-weight: bold;
	letter-spacing: 2px;
}

#topo .w3ag .menor {
	letter-spacing: 0px;
	font-weight: normal;
}

#topo .w3ag a {
	color: black;
	text-decoration: none;
}

#topo .w3ag a:hover {
	text-decoration: underline;
}

#menuPrimario {
	float: left;
	width: 213px;
}

#menuPrimario ul {
	width: 213px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 13px;
}

#menuPrimario ul li {
	width: 213px;
	height: 26px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#menuPrimario ul li a {
	display: block;
	width: 213px;
	height: 21px;
	padding-top: 5px;
}

#menuPrimario ul li a:hover {
	text-decoration: none;
}

#menuPrimario ul li img {
	padding: 0px 20px;
}

#conteudo {
	padding: 0px;
	width: 760px;
	min-height: 326px;
	overflow: hidden;
}

#rodape a {
	text-decoration: none;
}

#rodape a:hover {
	text-decoration: underline;
}

#rodape #copyright {
	font-size: 10px;
}

#sidebar #topo {
	color: #FFCC33;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	height: auto;
}

#sidebar {
	text-align: left;
}

#sidebar p {
	color: #FFFFFF;
}

#sidebar ul {
	list-style-image: url(imagens/bullet.jpg);
	padding-left: 20px;
	margin-left: 0;
}

#sidebar ul li {
	margin: 0;
	margin-bottom: 8px;
}

#sidebar li a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar li a:hover {
color: #FFCC33;
}
#sidebar #rodape {
	color: #FFCC33;
}

#conteudo .pDescricao {
	color: #000000;
	text-align: left;
}

#conteudo {
	vertical-align: top;
}

#geral {
	position: absolute;
	left:50%;
	margin-left:-380px;
}

#dominioCadTop {
	width: 100%;
	height: 35px;
	background-color: #FFBC4D;
	color: white;
}

#dominioCadTop #pessoaFisica,
#dominioCadTop #pessoaJuridica {
	width: 254px;
	height: 27px;
	text-align: center;
	padding-top: 8px;
}

#dominioCadTop #pessoaFisica {
	float: left;
}

#dominioCadTop #pessoaJuridica {
	float: right;
}

#dominioCadTop #pessoaFisica a,
#dominioCadTop #pessoaJuridica a {
	color: white;
	font-weight: bold;
	font-size: 15px;
}

#dominioCadTop #pessoaFisica a:hover,
#dominioCadTop #pessoaFisica a:active,
#dominioCadTop #pessoaJuridica a:hover
#dominioCadTop #pessoaJuridica a:active {
	text-decoration: underline;
}

#dominioCadTop div:hover {
	background-color: #FFAD24;
}

div.sucesso {
	color: #009900;
	background-color: #D9FFD9;
	padding: 5px;
	border: 1px solid #006600;
	text-align: center;
}

div.erro {
	background-color: #FFE8E8;
	border: 1px solid #990000;
	color: #FF0000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.tabela_padrao {
	background-color: #fafafa;
}

.tabela_padrao th {
    background: url(imagens/bg_barra_caixaplanos.gif) repeat-x;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    border-left: solid 1px #CCCCCC;
    padding: 0px 4px;
}

.tabela_padrao th.primeira {
    border-left-width: 0px;
    text-align: left;
}

.tabela_padrao th.canto_top {
    height: 32px;
    width: 6px;
    padding: 0px;
    border-left-width: 0px;
}

.tabela_padrao td.canto_bottom {
    height: 6px;
    width: 6px;
    padding: 0px;
    border-left-width: 0px;   
}

.tabela_padrao #top_left {
	background: url(imagens/canto_caixaplanos_left_top.gif) no-repeat;
}

.tabela_padrao #top_right {
	background: url(imagens/canto_caixaplanos_right_top.gif) no-repeat;
}

.tabela_padrao #bottom_left {
	background: url(imagens/canto_caixaplanos_left_bottom.gif) no-repeat left bottom;
}

.tabela_padrao #bottom_right {
	background: url(imagens/canto_caixaplanos_right_bottom.gif) no-repeat right bottom;
}

.tabela_padrao div#bottom {
    border-bottom: solid 1px #CCCCCC;
    font-size: 1px;
    height: 5px;
}

.tabela_padrao td#left {
    width: 4px;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
}

.tabela_padrao td#right {
    width: 5px;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
}

.tabela_padrao td.linha1 {
    border-top: 1px solid #CCCCCC;
    padding: 4px;
}

.tabela_padrao td.linha2 {
    border-top: 1px solid #CCCCCC;
    padding: 4px;
    background-color: #FFFFFF;
}


div.developerItem,
div.developerItem a {
	margin: 10px;
	font-size: 14px;
	color: #FFCC33;
	font-weight: bold;
}

span.developerItem {
	font-size: 14px;
	color: #FFCC33;
	font-weight: bold;
}

div.developerItem a:hover {
	text-decoration: none;
}

div.developerItem #dominios,
div.developerItem #hospedagens {
	font-weight: normal;
	margin-left: 25px;
}

div#legendaDeveloper {
	margin: 10px;
}

#adminConteudo div {
	margin: 10px;
	font-size: 12px;
}

/**************** JTIP *******************/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(imagens/pl.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:32px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
	cursor: help;
}