/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Segoe UI,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #DCDABE;
	font-variant: normal;
	text-decoration: none;
}
body {
	font-style: normal;
	text-align: center;
	background-image:url(../img/att/body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #312924;
	text-align: center;
}
#geral {
	margin: 0px auto;
	margin-top: 38px;
	width: 750px;
	height: 420px;
	text-align: left;
}

/*** Common ***/
a {
	color: #0A51A1;
	font-weight: bold;
}
a:hover {
	color: #990000;
	font-weight: bold;
}
a.grey {
	color: #FFFFFF;
	font-weight: bold;
}
a.grey:hover {
	color: #CCCCCC;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	font-weight: normal;
	color: #0A51A1;
	margin-bottom: 5px;
}
h3 {
	color: #FFFFFF;
	font-weight: bold;
}
hr {
	color: #999999;
}
li {
	list-style: none;
}

/* Template */
#menu {
	width: 150px;
	height: 200px;
	background-image:url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: right;
}
#content {
	width: 750px;
	height: auto;
	float: left;
}

/*** index ***/
#anima {
	width: 750px;
	height: 420px;
	float: left;
}

/*** contato ***/
#contato {
	width: 750px;
	height: 420px;
	background-image:url(../img/att/contato.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#mail {
	margin-top: 20px;
}

#playerFlv {
	margin-top: 25px;
}

/* Forms */
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 8px;
	line-height: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1pt solid #666666;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.longLabel {
	width: 100px;
}
label.autoLabel {
	width: auto;
	margin-right: 10px;
}
label.newsLabel {
	color: #FFFFFF;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #990000;
	border: 1pt solid #CCCCCC;
}
input.radio {
	background-color: transparent;
	border: none;
}
#submit {
	margin-left: 100px;
}

#submit2 {
	margin-left: 120px;
}

/* Admin */
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;
}