/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
body {
	font-style: normal;
	text-align: center;
	background-color: #000000;
}
#geral {
	margin: 0px auto;
	width: 770px;
	height: 100%;
	text-align: left;
}
table.main {
	width: 770px;
	height: 100%;
}
a {
	color: #999900;
}
a:hover {
	color: #CCCCCC;
}
p {
	margin-bottom: 10px;
}
.txColor {
	color: #000066;
}
.txColor:hover {
	color: #877A3B;
}
h1 {
	font-size: 11pt;
	line-height: 15pt;
	color: #999900;
	margin-bottom: 10px;
}
h2 {
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #999900;
	margin-bottom: 10px;
}

/* Template */
table.mainTemplate {
	width: 770px;
	height: 420px;
	float: left;
}
#menu {
	width: 280px;
	height: 420px;
	background-image: url(/grupo/img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#menuTemplate {
	width: 280px;
	height: 420px;
	background-image: url(/grupo/img/att/menu_template.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}	
#titlePage {
	width: 490px;
	height: 66px;
	float: left;
}
div#mainTemplate {
	width: 490px;
	height: 355px;
	background-image: url(/grupo/img/att/main_2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#content { 
	width: 465px;
	height: 330px;
	margin-top: 10px;
	padding-right: 15px;
	overflow: auto;
}
#wwwLedz {
	width: 120px;
	height: 50px;
	padding-top: 10px;
	background-image: url(/img/att/lateral_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#wwwLedz a {
	padding-left: 15px;
}

/* Index */
#main {
	width: 490px;
	height: 420px;
	background-image: url(/grupo/img/att/main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

/* Videos */
#halfVideos {
	width: 50%;
	height: auto;
	float: left;
}
#videos {
	width: 150px;
	height: 200px;
	margin-bottom: 10px;
	float: left;
}
#videosConcierto {
	width: 150px;
	height: 200px;
	margin-bottom: 10px;
	float: left;
}

/* Audios */
#halfAudios {
	width: 50%;
	height: auto;
	float: left;
}
#audios {
	width: 150px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	float: left;
}

/* Galeria */
#thumbs {
	width: 92px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
table.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	background-color: #E9AA66; 
}
table.imgZoom {
	width: 200px;
	height: auto;
	text-align: center;
	background-color: #E9AA66; 
}
table.imgZoom td,
table.imgThumbs td {
	padding: 1px;
}
#galeriaDetail {
	width: 100%;
	height: auto;
	text-align: center;
}
#listGaleria {
	width: 100%;
	height: auto;
	float: left;
}

/* Curriculo */
table.imgCurriculo {
	width: 100%;
	height: auto;
	text-align: center;
}
table.imgCurriculo td {
	padding: 4px;
}

/* Forms */
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
	background-color: #EBEBEB;
	border: 1pt solid #666666;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	background-color: #EBEBEB;
	border: 1pt solid #FFFFFF;
}
#submit {
	margin-left: 100px;
}