/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#727272;
	background:url(../imagens/fundo.png) #f5f5f5 repeat-x;
}

form {
	margin: 0px;
}

body,td,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #65A5E6;
}

a:hover {
	text-decoration: none;
}

.wrapper {
	/*width: 600px; 736*/
	border: 0px;
	padding: 5px;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #73b83b;
}

.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}

/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 75%;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: center;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------------------------
   CLIENT AREA NAVBAR
-------------------------------------------------------------- */

.clientarealinks {
    background-color: #FDFCDD;
    padding: 10px;
}

.clientarealinks a {
	color: #555555;
}

/* --------------------------------------------------------------
   TABLES
-------------------------------------------------------------- */

table.topnavbar {
	/*width: 100%; */
}

.topnavbar ul{

}


.topnavbar li{
	background-color: #efefef;
	font-weight:bold;
	text-align: center;
	display: inline;
    list-style-type: none;
    padding: 3px 10px 3px 10px;
}

.topnavbar a {
	color: #000000;
	text-decoration: none;
}

.topnavbar a:hover {
	color: #666666;
}


table.frame {
	width: 100%;
	border: 1px solid #73b83b;
	padding: 0px;
}

.fieldarea {
	background-color: #eff9f0;
	text-align: right;
}

.clientareatable {
	width: 100%;
	background-color: #cccccc;
}

tr.clientareatableheading {
	background-color: #efefef;
	font-weight: bold;
	text-align: center;
}

tr.clientareatableactive {
	background-color: #ffffff;
	text-align: center;
}

tr.clientareatablepending {
	background-color: #FFFFE2;
	text-align: center;
}

tr.clientareatablesuspended {
	background-color: #E9FFD2;
	text-align: center;
}

tr.clientareatableterminated {
	background-color: #FFE1E1;
	text-align: center;
}

/* --------------------------------------------------------------
   NETWORK ISSUES
-------------------------------------------------------------- */

.networkissuessummary {
    background-color: #f6f6f6;
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: center;
}

.networkissuesopen {
    font-size: 16px;
    font-weight: bold;
    color: #65CC00;
    padding-right: 20px;
}

.networkissuesscheduled {
    font-size: 16px;
    font-weight: bold;
    color: #EEDD00;
    padding-right: 20px;
}

.networkissuesclosed {
    font-size: 16px;
    font-weight: bold;
    color: #888888;
}

.networkissuedescription {
    border-left: 5px solid #efefef;
    padding: 20px;
    padding-top: 1px;
}

.networkissueaffected {
    background-color: #FDFCDD;
    padding: 10px;
    margin-top: 10px;
}

/* --------------------------------------------------------------
   SUPPORT TICKETS
-------------------------------------------------------------- */

.clientticketreplyheader {
    margin-top: 20px;
    background-color: #73b83b;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.clientticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.adminticketreplyheader {
    margin-top: 20px;
    background-color: #888888;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 20px 4px 20px;
}

.adminticketreply {
    min-height: 80px;
    background-color: #ffffff;
    background-image: url('images/adminticketreplybg.gif');
    background-repeat: repeat-x;
    padding: 10px;
}

.closeticket {
    border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
    color: #cc0000;
}

/* --------------------------------------------------------------
   TEXT COLORS
-------------------------------------------------------------- */

.textblack {
	color: #000000;
}

.textblue {
    color: #224488;
}

.textgreen {
	color: #779500;
}

.textgrey {
	color: #888888;
}

.textgold {
    color: #ffbb55;
}

.textorange {
	color: #ff6600;
}

.textred {
	color: #cc0000;
}

/* */

#header{
	margin:0 auto;
	width:1078px;
	height:158px;
}

#logotipo{
	margin:0 auto;
	width:408px;
	float:left;
}



#menu{ /* Menu Horizontal */
    margin:0 auto;
	width:666px;
	float:right;
	height:32px;
	text-align:right;
	position:relative;
	padding-top:126px;
	margin-right:1px;
	background-color:#FFFFFF;
}

#contentor{ /* Inclui o esq e dir */
	margin:0 auto;
	width:1078px;
	background:url(../imagens/bg_content.png) repeat-y;
	overflow: auto;
}

/* Links */

a:link, a:visited, a:active{
	color:#5e5e5e;
	text-decoration:none;
}

#esq{
	margin:0;
	width:200px;
	float:left;
}

#esq .titulo{
	width:180px;
	background:url(../imagens/titulo.png);
	height:22px;
	color:#00a34a;
	padding-top:8px;
	padding-left:20px;
}

#dir{
	margin:0;
	margin-left:201px;
	width:875px;
}

/* Estilos do Footer */
#footer{
	width:1068px;
	height:38px;
	margin:0 auto;
	background:url(../imagens/footer.png) no-repeat;
	text-align:right;
	font-size:11px;
	padding-top:13px;
	padding-right:10px;
}

#footer a:link , #footer a:visited , #footer a:active {
	text-decoration:none;
	color:#727272;
}

#footer a:hover{
	color:#333333;
	text-decoration:underline;
}
#footer .esq{
	width: 630px;
	margin: 0 auto;
	float:left;
	padding-right:20px;
}

#footer .dir{
	width: 412px;
	margin: 0 auto;
	float:right;
}

#conteudo{
	margin: 0 auto;
	width: 860px;
	padding: 7px;
	line-height: 16px;
}

/* Estilos HomePage */

/* Banner Criação de Sites */
.csites{
	width:503px;
	height:280px;
	margin:0 auto;
	border:solid 1px #d5d5d5;
	float:left;
	background:url(../imagens/banner_webdesign.png);
	padding:10px;
	line-height:16px;
}

.csitespontos{
	margin:0px;
	margin-top:35px;	
	line-height:21px;
	margin-bottom:50px;
	padding-left:5px;
}
/* Menu Esquerdo */

.fclientes{
	padding:7px;
	font-size:11px;
	text-align:justify;
	line-height:16px;
}

/* Confie em nós */

.confie{
	background:url(../imagens/banner_confie.png);
	width:376px;
	height:159px;
	padding-top:10px;
	padding-left:50px;
	float:left;
	margin-right:6px;
}

/* Pesquisa de Domínios */

.pdominios{
	width:306px;
	height:65px;
	border:solid 1px #d5d5d5;
	float:right;
	background:url(../imagens/fundo_pdominios.png);
	padding:10px;
}

/* Estilo do Menu Drop Down */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	float:right;
}

#sddm li{ 
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	width:auto;
}

#sddm li a{	
	margin: 0;
	padding: 0;
	display: block;
	margin: 0 0px 0 0;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}

#sddm div{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F9F9F9;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#sddm div a /* Estilo do Drop Down nos links */{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #F9F9F9;
	color: #5e5e5e;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 1px #c0c0c0;
	padding-left: 14px;
	z-index: 30;
}

#sddm div a:hover /* Estilo do Drop Down sobre */{	
	background: #5eb63c url(../imagens/img_setalink.png) no-repeat left;
	color: #FFFFFF;
}

/* Banners em Flash */

.bflash{
	width: 672px;
	height: 162px;
	float: left;
	margin-bottom: 7px;

}

.binfo{
	width: 203px;
	height: 162px;
	float: right;
	margin-bottom: 7px;

}
/* CSS Costumizado */
.aviso{
	border: 1px dashed #f24915;
	font-weight: bold;
	background-color: #fee3da;
	text-align: center;
	width: 90%;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 5px;
}

.obsv{
	border: 1px dashed #21a82a;
	font-weight: bold;
	background-color: #ebfbec;
	text-align: center;
	width: 90%;
	color: #cc0000;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 5px;
}