/* CSS Document */
body, td, input, select, textarea{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
body {
	color: #000;
	background: #999;
	margin: 0;
	padding: 0;	
}

a, a:visited{
	color: #63c;
	text-decoration: none;
}
a:hover{
	color: #96f;
	border-bottom: 1px dotted #63c;
}

code{
	font-family: 'Lucida Console', 'Courier New', monospace;
	white-space:pre;
	color: #060;
	width: 512px;
	overflow:auto;
	display:block;
	padding: 5px;
}

#boxPainel{
	width: 740px;
	clear: both;
	margin: 0 auto;
	padding: 0 0 0 40px;
	text-align: left;
	background: #999 url(/img/bg_painel.jpg) repeat-y 50% 0;
}
	#right{
		width: 165px;
		margin: 0 0 0 535px;
		position: absolute;
		text-align: center;
		background: transparent url(/img/bg_painel_top.jpg) no-repeat;
	}
	#right #ip{
		margin: 5px;
		color: #666666;
		font-size: 9px;
		text-align: justify;
	}
	#right img{
		margin: 3px 0;
	}
	
	#right form{
		margin: 5px;
		padding: 0;
	}
		#right select{
			background: #ddd;
			border: 1px solid #999;
			height: 14px;
			padding: 0;
		}
		#right option{
			width: 120px;
			display: block;
		}
	
	#right #dominios{
		color: #666666;
		border: 1px solid #999;
		border-right: none;
		padding: 3px 0;
		margin: 3px auto;
	}
	#right #logadoComo{
		color: #666666;
		border: 1px solid #999;
		border-right: none;
		padding: 3px 0;
		margin: 3px auto;
		overflow:hidden;
	}
	#right #logadoComo .logadoComo{
		font-weight: bold;
		color: #000;
	}
	#right #chat{
		color: #666666;
		border: 1px solid #999;
		border-right: none;
		padding: 3px 0;
		margin: 3px 0;
	}
	#right #telefone{
		color: #666666;
		border: 1px solid #999;
		border-right: none;
		padding: 3px;
		margin: 3px 0;
		text-align: left;
	}
	
	#right #tabs{
		background: transparent url(/img/bg_painel_bot.jpg) no-repeat;
		min-height: 400px;
	}
	ul{
		margin: 5px 0 0 9px;
		padding: 0;
		text-align: left;
		list-style-type: none;
		color: #999;
		clear:both;
	}
	li{
		margin: 0;
		padding: 0;
		padding: 3px 21px;
		background: transparent url(/img/liw.png) no-repeat 0 2px;
	}
	a{
		color: #63c;
		text-decoration: none;
	}
	ul a:hover{
		color: #96f;
		text-decoration: none;
		border:none;
		text-decoration: underline;
	}
	#right #tabs #tabLinks{
		background: url(/img/bg_tabs_painel.png) no-repeat bottom left;
		height: 17px;
		clear: both;
		padding: 0 0 0 2px;
	}
	#right #tabs #tabLinks a{
		height: 15px;
		display: block;
		float: left;
		margin: 0 1px;
	}
	#right #tabs #tabLinks a.ativo{
		background: #dedded;
		border: 1px solid #63c;
		border-bottom-color: #dedded;	
	}
	#right #tabs #tabLinks a.inativo{
		background: #ccc;
		border: 1px solid #63c;
		border-bottom-color: #63c;
	}
	#right #tabs #tabLinks a.inativo:hover{
		border-bottom-color: #63c;
	}
	#right #tabs #tabLinks a:hover{
		border: 1px solid #96f;
		border-bottom-color: #dedded;
		background: #E9E9F3;
	}
	
	#left{
		width: 520px;
		min-height: 500px;
		margin: 0;
		text-align: left;
		padding: 6px;
	}
	#left #avisos{
		width:246px;
		height: 86px;
		background: url(/img/bg_avisos_painel.jpg) no-repeat;
		position: absolute;
		margin: 0 0 0 280px;
	}
		#left #avisos #avisosTxt{
			width:218px;
			height: 36px;
			margin: 35px 0 0 12px;
			position: absolute;
			color: #333;
			overflow: auto;
		}
		#left #avisos #avisosData{
			width: 90%;
			margin: 12px 0 0 12px;
			position: absolute;
			color: #ffc;
			text-align: right;
		}
	#left #logo{
		height: 103px;
		width: 99px;
		background: url(../) no-repeat 50% 50%;
	}
	#left #topo{
		height: 99px;
		clear: both;
	}
	h2{
		height: 26px;
		line-height: 26px;
		clear: both;
		margin: 5px 0 0 0;
		background: url(/img/bg_h2_painel.jpg) repeat-x;
		color: #666666;
		font-size: 15px;
		font-weight: bold;
		font-family: Arial, sans-serif;
		border: 1px solid #ccc;
		border-style: solid solid none solid;
		padding: 1px 3px;
	}
	h3{
		clear: both;
		margin: 12px 0;
		color: #999;
		font-size: 12px;
		font-weight: bold;
		border-bottom: 1px solid #eee;
		padding: 1px 3px;
	}
	h4{
		clear: both;
		margin: 12px 0;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		border-bottom: 1px dashed #ddd;
		padding: 1px 3px;
	}


table{
	border: 1px solid #999;
	border-right: none;
	margin: 0 auto;
}
	th{
		color: #666666;
		text-align:right;
		background: #eee;
		border-bottom: 1px solid #333;
		border-right: 1px solid #999;
		white-space: nowrap;
	}
	td{
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
	}

.paginas{
	border: 1px solid #ccc; 
	background: #eee; 
	color: #333; 
	padding: 2px 2px 2px 4px;
	margin: 5px 0; 
}

#rodape{
	color: #999;
	margin: 0 auto 0 auto;
	height: 92px;
	width: 740px;
	background: url(/img/bg_rodape_painel.jpg) no-repeat 0 0;
}
	#rodape a, #rodape a:visited{
		color: #999;
	}
	#rodape #ligueja{
		position: absolute;
		margin: 28px 0 0 523px;
	}
	#rodape #menu{
		position: absolute;
		margin: 30px 0 0 30px;
	}
.centro{
	text-align:center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.cinza6{
	color: #666666;
}
.cinza9{
	color: #999;
}
.cinzaC{
	color: #ccc;
}
.roxo{
	color: #639;
}
.myDisplay{
	display: none;
}

/* =mailAdmin */
#mailAdminBox{
	margin: 15px 0 0 0;
	text-align: left;
}
#mailAdminBox #mailAdminTabs{
	margin: 0;
	clear: both;
	height: 35px;
	background: url(/img/bg_tabs_planos.png) no-repeat bottom;
}
#mailAdminBox #mailAdminTabs a{
	position: absolute;
	width: 140px;
	height: 35px;
	text-align: center;
	color: #666666;

	cursor: pointer;
	font: bold 14px/35px Arial, Helvetica, sans-serif;
}
#mailAdminBox #mailAdminTabs a.ativo{
	background-image: url(/img/tab_plano_on.png);
}

#mailAdminBox #mailAdminTabs a.inativo{
	background-image: url(/img/tab_plano_off.png);
}

#mailAdminBox #mailAdminTabs a:hover{
	border: none;
	color: #63c;
}
#mailAdminBox #mailAdminTabs a#listarMail{
	margin: 0 0 0 170px;
}
#mailAdminBox #mailAdminTabs a#criarMail{
	margin: 0 0 0 15px;
}
#mailAdminDiv{
	margin: 0;
	padding: 5px 0 0 0;
	background: rgb(250, 250, 250);
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
}


#mailAdmin label, label{
	cursor: pointer;
}


#mailAdmin	.info {
		border: 1px solid #000066;
		width: 250px;
		background-color: #d3d3d3;
		padding: 5px;
		margin: 5px;
		margin-left: 60px;
	}
#mailAdmin	.sucesso {
		border: 1px solid green;
		background: #eee url(/img/msg_ok.png) no-repeat 5px 50%;
		color: #090;
		width: 250px;
		padding: 0;
		text-align: right;
	}
#mailAdmin	.aguarde {
		border: 1px solid #fc0;
		background: #eee url(/img/loading4.gif) no-repeat 5px 50%;
		width: 250px;
		padding: 0;
		color: #000;
	}
#mailAdmin	.erro {
		border: 1px solid red;
		background: #eee url(/img/msg_erro.png) no-repeat 5px 50%;
		color: #900;
		width: 250px;
		padding: 0;
		text-align: right;
	}
#mailAdmin	.inicial {
		border: 1px solid rgb(250, 250, 250);
		background: rgb(250, 250, 250);
		color: rgb(250, 250, 250);
	}
#mailAdmin	.barraPorCento {
		display: block;
		text-align: center;
		width: 200px;
		border: 1px solid #309;
		background-color: #fc3;
		color: #639;
		font-size: 9px;
		font-weight:bolder;
		overflow: hidden;
	}
#mailAdmin	.barraPorCentoIn {
		display: block;
		text-align: center;
		background-color: #639;
		color: #FFFFFF;
	}
#mailAdmin	.boxMail {
		text-decoration: none; 
		margin: 0px;
		padding: 5px;
		width: 500px;
		border: 1px solid #ccc;
		background-color: #eee;
	}
#mailAdd, #mailList, #mailAddcaixapostal, #mailAddcaixaspostais, #mailAddcaixapostal, #mailAddredirecionamento, #mailAddpegatudo, #mailAddtrocaSenha, #mailAddvacation {
		display: none;
	}
	
#mailAdmin	.dica {
		color: #666;
		font-size: 80%;
		margin-left: 24px;
	}
#mailAdmin	.blocoSenha {
		width: 75px;
		font-size: 9px;
		color: #ccc;
		float: left;
		text-align:center;
		background: transparent;
	}
#mailAdmin h3{
	border-color: #ccc;
	padding: 0;
	margin: 5px 0;
	clear: none;
	width: 95%;
}
#mailAdmin h4{
	border: 1px solid #ccc;
	border-style: solid none none solid;
	padding: 0 3px;
	margin: 5px 0;
	clear: none;
	width: 95%;
	font-size: 12px;
	color: #666666;
}
#mailAdmin a:hover{
	border: none;
}
#mailAdmin	#boxMSG {
		padding: 10px;
		margin: 10px 0px 2px 0px;
	}
#mailAdmin #displayStatusPop{
	border: 1px solid #ccc;
	font: 9px/120% tahoma, sans-serif;
	color:#666666;
	width: 203px;
	height: 50px;
	margin: 3px;
	padding: 3px;
	background: #eee;
	white-space: nowrap;
	position: absolute;
	margin: 0 0 0 295px;
	visibility: hidden;
}
.mailAdminBut{
	border: none;
	color: #fff;
	line-height: 16px;
	height: 16px;
	text-align: center;
	background: #99c url(/img/bg_but.png) repeat-x;
	margin: 5px 0 0 0;
	padding: 0 9px 2px 9px;
}

td a:hover{
	border: none;
}

table.w300{
	width: 300px;
}

th.d{
	text-align: right;
}

#mailAdmin	table{
	border: none;
}
#mailAdmin	th{
	color: #666666;
	border: none;
	text-align:right;
	background: #eee;
	}
#mailAdmin	td{
		border: none;
	}
#mailAdmin ul{
		margin: 5px 0 0 9px;
		padding: 0;
		text-align: left;
		list-style-type: none;
		clear:both;
	}
	#mailAdmin li{
		margin: 0;
		padding: 0;
		padding: 3px 21px;
		background: transparent url(/img/libw.png) no-repeat 0 2px;
	}
#legenda{
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	color: #666666;
	margin: 15px;
	line-height: 25px;
}
#legenda h3{
	margin-top: 0; 
}

#mkt{
	margin: 0;
	color: #999;
	text-align: center;
}
#mkt a{
	color: #999;
}
#mkt a:hover{
	color: #63c;
}
a.painelLink{
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border: 1px solid #ccc;
	border-color: #ddd #ccc #ccc #ddd;
	background: #eee;
	color: #309;
	white-space: nowrap;
	line-height: 280%;
}
a:hover.painelLink{
	border: 1px solid #63c;
	background: #ddd;
	color: #63c;
}

.verde{
	color: #060;
}
.red{
	color: #c00;
}
#crumbs{
	margin: 5px 0;
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px;
	color: #999;
}
#msgBox{
	display: none;
	width: 250px;
	padding: 5px;
	margin: 5px auto;
	text-align: right;
	min-height: 20px;
	*height: 20px;
}
#msgBox.ok {
		border: 1px solid green;
		background: #eee url(/img/msg_ok.png) no-repeat 5px 50%;
		color: #090;
}

#msgBox.erro {
		border: 1px solid red;
		background: #eee url(/img/msg_erro.png) no-repeat 5px 50%;
		color: #900;
}

ul.database{
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	list-style-type: none;
	color: #999;
	clear:both;
}
ul.database li{
	margin: 0;
	padding: 0;
	padding: 3px 21px;
	background: transparent url(/img/lidb.png) no-repeat 0 2px;
}
ul.database li a{

}
ul.database li a:hover{

}

.trE{
	background: #eeeeee;
}
.hand{
	cursor: pointer;
}

/* painel - junho 2006 */
 form#trocarDominio{
 	height: 21px;
	margin: 15px 0;
	padding: 0;
	line-height: 21px; 
	font: bold 14px/21px Arial, sans-serif; 
	color: #639;
 }
  form#trocarDominio select{
	font: bold 14px/21px Arial, sans-serif; 
	color: #639;
	width:180px;
 }
 form#trocarDominio option{
	display: block;
	width:180px;
 }

 table#infoDominio{
 	border: 1px solid #ccc;
	padding: 0;
	margin: 5px auto;
	width: 100%;
	background: url(/img/bg_info_dominios.gif);
 }

 table#infoDominio tr{
 	border: none;
	padding: 0;
	margin: 0;
	height: 20px;
 }

 table#infoDominio th{
 	border: none;
	padding: 0 3px;
	margin: 0;
	background: none;
	color: #666666;
	font-weight: normal;
 }
 
  table#infoDominio td{
 	border: none;
	padding: 0 3px;
	margin: 0;
	font-weight: bold;
 }
 
 .bgPaineis{
 	width: 520px;
	background: url(/img/bg_paineis.jpg) repeat-x;
	overflow:auto;
 }
 .bgPaineis .bigIcon{
	width: 64px;
	height: 64px;
	position: absolute;
	margin-left: 456px;
	background: url() no-repeat;
 }
 .bgPaineis h3{
 	padding: 19px 0 0 5px;
	margin: 0;
	border: none;
	clear:none;
	color: #666666;
 }
 .bgPaineis .icones{
	width: 90%;
	margin: 9px auto 9px auto;
	background: #fff url(/img/bg_icones.jpg) repeat-y right;
	border: 1px solid #ccc;
	padding: 5px;
 }
 .bgPaineis table.icones{
	margin: 0;
	width:95%;
	border: none;
 }
	  .bgPaineis table.icones td{
	  	border: none;
		text-align:center;
		padding: 0 9px;
	  }
.loadingBackup {
		margin: 0 auto;
		font-size: 9px;
		font-weight: bolder;
		color: #777;
		text-align: center;
		background: url(/img/loading_assine.gif) center center no-repeat;
		height: 20px;
		padding-top: 7px;
}

