/* 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: #000000;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-style: normal;
	text-align: center;
	background-image:url(../img/att/body.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #666666;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
table.main {
	width: 778px;
	height: 100%;
	background-image:url(../img/att/table.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
table.template {
	width: 778px;
	height: 100%;
	background-image:url(../img/att/template.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #000000;
}

/*** Common ***/
a {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
a.wh {
	color: #FFFFFF;
	font-weight: bold;
}
a.wh:hover {
	color: #FFFF00;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 13pt;
	font-weight: normal;
	color: #666666;
	margin-bottom: 5px;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
h3 {
	color: #FFFFFF;
	font-weight: bold;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
hr {
	color: #999999;
}
li {
	list-style: none;
}

/* Navegacao */
#nav{		
	width: 120px;
}
#nav li {
	width: 120px;
	margin-top: 10px;
	list-style-type: none;	
	/*margin: 0px;	 No margin - needed for Opera */
	padding: 0px;
}
#nav ul {	
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#nav ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left: 5px;
}
#nav li a{	/* Main menu links */
	display: block;
	padding: 3px 0px 3px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}
#nav li a:hover,
#nav .activeMainMenuItem {
	color: #FFFFFF;
	background-color: #000000;
}
.nav_subMenu {
	width: 120px;
	visibility: hidden;
	position: absolute;
	background-color: #000000;
	text-align: left;
	overflow: hidden;
}
.nav_subMenu ul {
	width: 120px;
	margin: 0px;
	padding: 0px;
}
.nav_subMenu ul li {
	margin: 0px;
	padding: 1px;
	width: 120px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}
.nav_subMenu ul li a {	/* Sub menu items */
	white-space: nowrap;	/* No line break */
	text-decoration: none;	/* No underline */
	color: #FFFFFF;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}
.nav_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	color: #000000;
	background-color: #EBEBEB;
}

/* Template */
#top {
	width: 778px;
	height: 70px;
	background-image: url(../img/att/top_template.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logo {
	width: 230px;
	height: 70px;
	float: left;
}
#left {
	width: 120px;
	height: auto;
	/*background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;*/
	float: left;
}
#right {
	width: 658px;
	float: left;
}
#titlePage {
	width: 350px;
	height: 80px;
	float: left;
}
#composite {
	width: 308px;
	height: 50px;
	float: left;
}
.mainTemplate {
	width: 658px;
	background-image: url(../img/att/content.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
.content {
	width: 658px;
	height: 300px;
	padding: 0px 25px 0px 25px;
	background-image: url(../img/att/content_td.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.contentBottom {
	width: 658px;
	height: 20px;
	background-image: url(../img/att/content_bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.address {
	width: 658px;
	height: 115px;
	background-image: url(../img/att/template_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.address p {
	margin-top: 40px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
#wwwLedz {
	width: 140px;
	height: 20px;
	margin-top: 50px;
	float: left;
}

/*** Index ***/
#topIndex {
	width: 778px;
	height: 70px;
	background-image: url(../img/att/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#anima {
	width: 350px;
	height: 235px;
	background-image: url(../img/att/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#institucional {
	width: 308px;
	height: 320px;
	background-image: url(../img/att/institucional.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
}
#institucional div {
	margin-left: 15px;
	margin-top: 175px;
}
#welcome {
	width: 270px;
	height: 90px;
}
#noticias {
	width: 350px;
	height: 195px;
	background-image: url(../img/att/noticias.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#noticias ul {
	margin-top: 35px;
	margin-left: 18px;
}
#listNoticias {
	width: 320px;
	height: 150px;
	overflow: auto;
}
#news {
	width: 308px;
	height: 110px;
	background-image: url(../img/att/news.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
}
#news form {
	margin-top: 30px;
	margin-left: 13px;
}
#sendNews h3,
#sendNews input {
	margin-bottom: 5px;
}
#destaques {
	width: 350px;
	height: 200px;
	background-image: url(../img/att/destaques.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#turmasAbertas {
	width: 350px;
	height: 200px;
	background-image: url(../img/att/turmas.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#destaques ul {
	margin-top: 45px;
	margin-left: 18px;
}
.destaquesImg {
	width: 110px;
	float: left;
}
#listDestaques {
	width: 320px;
	height: 150px;
	overflow: auto;
}
#diferenciais {
	width: 308px;
	height: 200px;
	background-image: url(../img/att/diferenciais.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#diferenciais ul {
	margin-top: 45px;
	margin-left: 10px;
}
td.bottom {
	width: 778px;
	height: 30px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
td.bottom p {
	margin-bottom: 0px;
}
#wwwLedzIndex {
	width: 120px;
	height: 20px;
	float: left;
}

/*** Cursos ***/ 
.grade {
	background-image: url(../img/att/novos.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.grade td {
	padding: 5px;
}
.tdWh {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
}
.tdYel {
	background-color: #FFF500;
}


/*** Detail ***/ 
#imgDetail {
	width: 220px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#imgMuseu {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: right;
}
.listGaleria {
	width: 100%;
	height: auto;
	float: left;
}
.listOptions {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	float: left;
}

/*** Traducoes ***/ 
#quadroDetail {
	width: 550px;
	padding: 10px;
	background-color: #F7F7F7;
	display: none;
}

/*** Estrutura ***/ 
.thumbs {
	width: 90px;
	height: auto;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: 90px;
	text-align: center;
	background-color: #990000;
	border: 1pt solid #990000;
	float: left;
}
#detail {
	width: 105px;
	height: auto;
	margin-bottom: 15px;
	float: left;
}


/* 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: 130px;
}
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;
}