html {
	overflow: hidden;
}

body {
	background-color: #003366;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 12px;
}
img {
	border: none;
}
a {
	color: white;
}
#degradeEsq {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	height: 2000px;
	background-image: url(../imgs/v1/degradeEsq.png);
	width: 200px;
}
#degradeDir {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	height: 2000px;
	background-image: url(../imgs/v1/degradeDir.png);
	width: 200px;
}
#back {
	position: absolute;
	width: 1024px;
	height: 768px;
	background-image: url(../imgs/v1/bodyBackground.png);
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -512px;
	margin-top: -384px;
	z-index: 1;
}
#site {
	position: absolute;
	width: 839px;
	height: 491px;
	background-image: url(../imgs/v1/contBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -420px;
	margin-top: -230px;
	z-index: 3;
}
#tela {
	position: absolute;
	top: 49px;
	left: 50px;
	width: 738px;
	height: 378px;
	/*border: 1px solid gray;*/
}
#site h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 297px;
	top: -43px;;
}
#site h1 img {
	width: 246px;
	height: 88px;
}
#descricao {
	float: left;
	font-size: 12px;
	width: 240px;
	text-align: justify;
	margin: 12px 0 0 20px;
	overflow: hidden;
}
.descTitulo {
	font-size: 25px;
	margin-bottom: 15px;
	white-space: nowrap;
}
.descVal {
	font-weight: bold;
	margin-bottom: 3px;
}
.descVal span {
	font-weight: normal;
}
#tela #separacaoVertical {
	float: left;
	background-image: url(../imgs/v1/linhaVertical.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 340px;
	width: 21px;
}
#conteudo {
	float: left;
}
#conteudo #nickSala {
	float: left;
}
#conteudo #nickSala p {
	letter-spacing: 6px;
	font-size: 11px;	
}
#conteudo #nickSalaCampos {
	float: left;
	background-image: url(../imgs/v1/nickSalaCampos.png);
	background-repeat: no-repeat;
	width: 395px;
	height: 278px;
}
#conteudo #nickSalaCampos #nick {
	position: relative;
	top: 8px;
	left: 12px;
}
.campoNick {
	border: none;
	margin: 0;
	padding: 3px 0 0 3px;
	width: 149px;
	height:19px;
	background-color: transparent;
	background-image: url(../imgs/v1/campoNick.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#filtroSala {
	background-color: transparent;
	background-image: url(../imgs/v1/filtroSala.png);
	background-repeat: no-repeat;
	width:368px;
	height:18px;
	padding: 4px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 13px;
	left: 12px;
	color: #AAA;
	cursor: pointer;
}

#listaSalasBorda {
	background-color: transparent;
	background-image: url(../imgs/v1/listaSalas.png);
	background-repeat: no-repeat;
	width:360px;
	height:192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 20px;
	left: 12px;
	color: #AAA;
	padding: 5px;
}
#listaSalas {
	overflow: auto;
	height:192px;
}
.sala {
	padding: 4px;
	margin: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-weight: bold;
	color: gray;
	font-size: 13px;
	cursor: pointer;
	overflow: auto;
}

.salaSel {
	padding: 4px;
	margin: 2px;
	border: 1px solid #ECBD00;
	background-color: #FFF0B4;
	font-size: 13px;
	color: gray;
	font-weight: bold;
	cursor: pointer;
	overflow: auto;
}

#senhaJogando {
	clear: both;
	padding-top: 8px;
}
#senhaInd {
	float: left;
	letter-spacing: 5px;
	font-size: 11px;
	padding-top: 4px;
	margin-right: 5px;
}
#semSenha {
	padding-top: 3px;
}
#senhaCampo {
	float: left;
	font-style: italic;
}
#jogandoCampo {
	float: right;
	background-image: url(../imgs/v1/setaJogando.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 64px;
	font-size: 11px;
}
#jogandoCampo span {
	font-size: 20px;
	font-weight: bold;
}	
.botoes {
	clear: both;
	padding-top: 5px;
}
.botoes div input {
	position: relative;
	margin-top: 5px;
	background-color: transparent;
	border: none;
	background-image: url(../imgs/v1/botao.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	cursor: pointer;
}
.botoes div input:hover {
	background-image: url(../imgs/v1/botao2.png);
}
.botoes div {
	float: right;
	background-color: transparent;
	border: none;
	background-image: url(../imgs/v1/botaoBackground.png);
	background-repeat: no-repeat;
	width: 121px;
	height: 70px;
	text-align: center;
}

#rodape {
	position: absolute;
	top: 469px;
	left: 47px;
	width: 740px;
	font-size: 10px;
}

#rodape #logoMini {
	float: left;
	width: 86px;
	padding-top: 11px;
}
#rodape #separacao {
	float: left;
	background-color: transparent;
	background-image: url(../imgs/v1/linhaVerticalRodape.png);
	background-repeat: no-repeat;
	width: 28px;
	height: 40px;
	background-position: center center;
}
#rodape #autor {
	float: left;
	padding-top: 7px;
}
#rodape #design {
	float: right;
	text-align: center;
}
#rodape #design p {
	margin: 0 0 4px 0;
	padding: 0;
}
#rodape .referencia {
	float: right;
	margin-top: 2px;
}
#rodape .links {
	float: right;
	width: 130px;
	margin-top: 2px;
}
#rodape .separacao2 {
	float: right;
	background-color: transparent;
	background-image: url(../imgs/v1/linhaVerticalRodape2.png);
	background-repeat: no-repeat;
	width: 3px;
	height: 20px;
	background-position: center top;
	margin: 0 4px 0 4px;
	margin-top: 2px;
}

.texto {
	width: 415px;
	height: 273px;
	background-color: transparent;
	background-image: url(../imgs/v1/bordaConteudo.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: justify;
	padding: 15px 15px 15px 18px;
	color: #FFF0B4;
	margin-bottom: 8px;
}
.texto div {
	width: 415px;
	height: 273px;
	overflow: auto;
}

#telaSobre .texto p {
	margin-top: 0;
}

table tr th {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
}
table tr td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

#janela a:link, #janela a:hover, #janela a:visited {
	color: blue;
}
#fundo {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:black;
	opacity:.60;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 4;
}
#janela {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	border: 2px solid gray;
	padding: 10px;
	width: 200px;
	text-align: center;
	background-color: white;
	color: #333;
	z-index: 5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#janelaTexto {
	margin-bottom: 10px;
}

#selectFiltro {
	position: absolute;
	background-color: white;
	border: 1px solid gray;
	display: none;
	width: 372px;
	z-index: 4;
	opacity:.80;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#selectFiltro ul {
	padding: 0;
	margin: 3px;
}

#selectFiltro ul li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
#selectFiltro ul li a {
	display: block;
	color: #555;
	background-color: white;
	padding: 2px;
	text-decoration: none;
}
#selectFiltro ul li a:hover {
	color: white;
	background-color: #003366;
}

