body{
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url("../img/background-fixo.png");
	background-repeat:repeat-x;
	max-width: 100%;

}

#background_topo{
	width: 100%;
	height:60px;
	background-color:#000;
	position: absolute;
	margin: 0px -8px;
	top: 0px;
	z-index: 0;
}

#background_topo_2{
	width: 100%;
	height:300px;
	background-color:#EEE;
	position: absolute;
	margin: 0px -8px;
	top: 60px;
        text-align: center;
/*	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:center 20px;*/
	z-index: 0;
}

#menu_topo{
	width: 950px;
	margin: 0 auto;
	position: relative;
	top: -12px;
	z-index: 1;
}

#menu_topo_itens{
	width: 850px;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	top: 15px;
	text-align:center;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	z-index: 2;	
	overflow: auto;
}

#menu_topo_logout{
	width: 100px;
	background-color:#000;
	position: relative;
	margin: 0 auto;
	top: 15px;
	text-align:center;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	z-index: 2;
}

#background_corpo{
	width: 90%;
	min-height: 600px;
	background-color:#FFF;
	position: relative;
	margin: 0 auto;
	top: 155px;
	border-radius: 20px;
	z-index: 1;	
}

#background_login{
	width: 300px;
	padding: 50px;
	background-color:#FFF;
	position: relative;
	margin: 0 auto;
	top: 160px;
	border-radius: 20px;
	border:solid 1px #DDD;
	z-index: 1;	
}

.span_background_login{
	margin: 0 auto;
	position: relative;
	font-family:Verdana, Geneva, sans-serif;
	z-index:2;
	padding: 30px;
}

#logar{
	width: 200px;
	text-align: center;
	background-color: #0;
	border: dotted 1px;;
	padding-bottom: 4px;
	padding-top: 4px;	
	cursor: pointer;
	margin-top: 25px;
}

.links_topo{
/*	width: 90px;*/
	display:inline-block;
	cursor: pointer;
	padding:5px;
	z-index: 3;
}

.tabela_lista_de_dominios{
	position: relative;
	z-index: 3;
	top: -20px;
	margin: 0 auto;
}

.tabela_lista_de_dominios th{
	width: 120px;
	display: inline-block;
	border-right:dashed 1px;
	padding-left:2px;
	font-family:"Arial Narrow";
	font-size:13px;
	text-align:center;
	font-weight: bold;
	color:#666;
	background-color:#EEE;
	padding-bottom: 10px;
	padding-top: 10px;	
	border-radius: 10px;
	z-index: 3;
}

#tdOnline{
	color:#0C0;
}

#tdOffline{
	color:#C00;
}

.tabela_lista_de_dominios td{
	width: 120px;
	display: inline-block;
	border-right:dashed 1px;
	padding-left:2px;
	font-family:"Verdana";
	font-size:12px;
	text-align:center;
	font-weight: bold;
	color:#BBB;
	padding-bottom: 10px;
	z-index: 3;
}

.icons{
	width: 16px;
	border: 0px;
	padding:1px;
	cursor: pointer;
}

.icons2{
	width: 24px;
	border: 0px;
	padding:1px;
	cursor: pointer;
}

.janela{
	width: 960px;
	background-color:#FFF;
	position: absolute;
	min-height: 600px;
      
	border: 1px solid;
	display: none;
	border-radius: 10px;
	box-shadow: #777 20px 20px 30px;
	
	z-index:4;	
}


.janela_titulo{
	position: relative;
	width: 100%;
	top:-1px;
	left:-1px;
	height:25px;
	cursor: move;
	border: 1px solid #000;
	color: #FFF;
	background: #59b1d8;
	background-image:url(../img/janela_gradiente.png);
	background-repeat:repeat-x;	
	z-index: 5;	
}

.janela_titulo_botao{
	padding: 5px;
	position: relative;
	margin-top: -4px;
	font-family:Verdana, Geneva, sans-serif;
	cursor: pointer;
	float:right;
}

.janela_titulo_texto{
	padding: 5px;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	font-weight:bold;
	font-size:12px;
	float:left;
	
}

.janela_conteudo{
	padding: 5px;
	position:relative;
	top: -0px;
	width: 99%;
	height: 90%;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;	
	overflow:hidden;
}

.botao{
	padding: 4px;
	padding-bottom: 7px;
	padding-top: 7px;
	display: block;
	background-color:#999;
	width: 150px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	border: dashed 1px #000;
	color: white;
}


#tbl_versoes td{
	padding-left: 20px;
	padding-bottom: 10px;	
}

.carregando{
	position: absolute;
	z-index: 100;	
	color:#000;
	font-weight: bold;
	text-align: center;
	background-color:#CCC;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.5;
}

#carregando2{
	position: absolute;
	margin-left: 2%;
	margin-top: 8px;
	z-index: 100;	
	width: 0px;
	color: white;
	text-align: center;
	width: 250px;
}

.tabela_padrao{
	width: 100%;
}

.tabela_padrao th{
	background-color:#EEE;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.menu_lateral{
	background-color:#FFF;
	position:absolute;
	width: 120px;
	height: 30px;
	z-index:-1;
	border:solid #DDD 1px;
	cursor: pointer;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	text-align: center;
}

.item_menu_lateral{
	position: relative;
	top: 6px;
}

#conteudo_bg_corpo{
	width: 95%;
	float:left;
	position: relative;
	margin: -20px 20px;
	padding-bottom: 30px;
}

h1{
	font-size: 18px;
}

hr{
	border: dashed 1px #CCC;
}

#errorMessage{
	color: red;
	text-align: center;
	display:none;
}

#rodapelogin{
	text-align:center; 
	clear: both; 
	margin-top: 200px;
}

#chat{
	position: absolute;
	top:100px;
	
}

#online{
	color:#0C6;
}

#offline{
	color:#900;
}

.tdLegenda{
	width:4%; 
	background-color:#EEE; 
	text-align: center; 
	cursor:pointer;
	padding:5px;
	height: 35px;
}

#backgroundFooter{
	width: 100%;
	height: 160px;
	background-color:#EEE;
	position: absolute;
	margin: 0 -8px;
	z-index: 0;
	top: 90%;
	text-align:center;
}

#caixa_busca{
	position: absolute;
	z-index: 1;
	right: 20%;
	top: 138px;
	border: 2px outset;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;	
	opacity: 0.5;
	background-color:#CCC;
	
}

#caixa_creditos{
	position: absolute;
	z-index: 1;
	top: 138px;
	width:200px;
	left: -00px;
	border: 2px outset;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;	
	left:273px;
	opacity: 0.5;
	background-color:#CCC;
	
}


.btn{
    border: 1px solid #BFBFBF;
    border-radius: 3px 3px 3px 3px;
    min-width: 70px;
    min-height: 30px; 
    border:0;
} 
.btn-primary{
    background-color:  #4B8DC3;
    color:#FFF;
    border-color:#2e6da4;
    font-weight: bold;
}
.btn-primary:hover{
    background-color:   #79bff8;
    
}

.btn-danger{
     background-color: #d9534f;
     color:#FFF;
     border-color:#2e6da4;
     font-weight: bold;
}
.btn-danger:hover{
    background-color:     #e78d99 ;
    
}


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info{
     background-color: #d9534f;
     color:#FFF;
     border-color:#2e6da4;
     font-weight: bold;
}
.btn-info:hover{
    background-color:     #e78d99 ;
    
}


.left{
    float:left;
}
.right{
    float:right;
}

.clear{
    clear: both;
}

.text-center{
    text-align: center;
}

.descricao{
    font-style: italic;
    color:  #cccccc;
}

   #menu_idioma{
            margin-top:10px;
            background-color:  #98978D;
           padding: 7px 5px 5px 5px;
        }
        #menu_idioma a{
            padding: 7px 5px 5px 5px;
         
            text-decoration: none;
            font-weight: bold;
            color:#FFF;
        }
         #menu_idioma a:hover{
             text-decoration: underline;
             background-color: #3399ff;
         }
        
         .area_selecionada{
              background-color: #3399ff;
         }
         
         
         .bold{
             font-weight:bold;
         }
         
         
         
         
          .table_gerenciamento{
             border-collapse: collapse;
             border: 1px solid #000;
        }
        .table_gerenciamento tr{
             border: 1px solid #b3b5b3;
        }
        .table_gerenciamento td{
             border: 1px solid #b3b5b3;
             padding: 3px;
        }
        .table_gerenciamento thead{
              background-color: #ccc;
              font-weight: bold
        }