/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
body {
	background-image: url(../img/att/fundo.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #990000;
	text-align: center;
}
body.noBg {
	background-image: none;
	background-color: #990000;
	text-align: center;
}
div#geral {
	margin: 0px auto;
	width: 779px;
	height: 100%;
	text-align: left;
}
table.main {
	width: 779px;
	height: 100%;
	border: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
.txColor {
	color: #FF6600;
	font-weight: bold;
}
.txColor a:hover {
	color: #CCCCCC;
	font-weight: bold;
}
h1 {
	font-size: 12pt;
	line-height: 15pt;
	color: #FFFFFF;
	margin-bottom: 10px;
}
h2 {
	font-size: 11pt;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
h3 {
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

/* Template */
div#menu {
	width: 779px;
	height: 200px;
	float: left;
}
div#anima { 
	width: 320px;
	height: 340px;
	background-image: url(../img/att/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
div#titlePage {
	width: 779px;
	height: 79px;
	float: left;
}
div#content { 
	width: 779px;
	height: auto;
	float: left;
}
table.contentInfo { 
	margin: 0px 0px 10px 150px;
	width: 479px;
	height: auto;
}
div#version {
	width: 779px;
	height: 20px;
	text-align: center;
	float: left;
}
div#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}

/* Index */
div#filme {
	width: 779px;
	height: 450px;
	float: left;
}

/* Escute */
div#player {
	width: 479px;
	height: 40px;
	float: left;
}
div#playerFlv {
	width: 479px;
	height: 399px;
	float: left;
}
td.fundopalhinha {
	color: #000000;
	padding: 10px;
	background-image: url(../img/att/fundo_palhinha.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td.fundopalhinha p {
	color: #000000;
}
td.fundochimarrao {
	padding: 10px;
	background-image: url(../img/att/fundo_chimarrao.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#escute {
	width: 420px;
	height: 250px;
	float: left;
}

/* Intuicoes */
div#intuicoes {
	width: 479px;
	height: 126px;
	float: left;
}

/* Galeria */
div#thumbs {
	width: 105px;
	height: auto;
	margin-bottom: 15px;
	float: left;
}
table.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	background-color: #FFFFFF; 
}
table.imgZoom {
	width: 200px;
	height: auto;
	text-align: center;
	background-color: #852521; 
}
table.imgZoom td,
table.imgThumbs td {
	padding: 3px;
}
div#galeriaDetail {
	width: 100%;
	height: auto;
	text-align: center;
}
div#listGaleria {
	width: 100%;
	height: auto;
	float: left;
}

/*** Downloads ***/
.listDownloads {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listDownloads td {
	border-bottom: 1px dotted #000000;
	padding: 5px 0px 5px 0px;
}

/* Forms */
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	line-height: normal;
	vertical-align: middle;
	background-color: #FF9900;
	border: 1pt solid #FFFFFF;
	margin-bottom: 5px;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
input.ok {
	margin-left: 82px;
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1pt solid #FFFFFF;
}
div#submit {
	margin-left: 100px;
}

/* Admin */
div#menuAdm {
	width: 779px;
	height: 200px;
	float: left;
}
div#listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
div#listMenuName {
	width: 81%;
	height: auto;
	float: left;
}
div#listMenuAction {
	width: 19%;
	height: auto;
	float: left;
}
