/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/11/2014, 17:21:33
    Author     : teixeira
*/

/* CSS Para Cabecalho, Corpo e Rodape */
            
* {
margin: 0;
padding: 0;
font-family: Century Gothic, AppleGothic, sans-serif;
}

html, body {
height: 100%;

}

* html #tudo {height: 100%;}

body {
background-color: white;
}

#tudo {
width: 1300px;

margin: 0 auto;

text-align: left;

position: relative;

min-height: 100%;

}

#conteudo {
padding-bottom: 50px;
}

#rodape {
position: absolute;
bottom: 0;
height: 35px;
line-height: 35px;
text-align: center;
width: 100%;
}

#cabecalho {
margin-bottom: 50px;

}
#tbl_clientes{
    width: 80%;
    border-collapse: collapse;
	margin-left:10%; 
    margin-right:10%;
}
#tbl_clientes tr td{
	border: 1px solid black;
	text-align: center;
}
#servidores_cliente{
	border: 1px solid black;
	border-collapse: collapse;
	text-align: center;
}
#tbl_hosts{
    width: 80%;
    border-collapse: collapse;
	margin-left:10%; 
    margin-right:10%;	
}
#tbl_hosts tr td{
	border: 1px solid black;
	text-align: center;
	word-wrap: break-word;
}	

#msg_bemvindo{
	margin-bottom: 15px;
}

#titulo{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

#tbl_rodape{
	width: 90%;
	border-collapse: collapse;
	margin-left: 5%;
	margin-right: 5%;
}

#tbl_rodape tr td{
	text-align: center;
}
table.darkTable {
  font-family: Century Gothic, AppleGothic, sans-serif;
  border: 2px solid #000000;
  background-color: #4A4A4A;
  width: 100%;
  height: 50px;
  text-align: center;
  border-collapse: collapse;
  color: white;
}
table.darkTable td, table.darkTable th {
  border: 2px solid #4A4A4A;
  padding: 3px 2px;
}
table.darkTable tr:nth-child(even) {
  background: #888888;
}
table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.darkTable thead th {
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot {
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}
table.darkTable tfoot td {
  font-size: 12px;
}
