/* Geral */
* { 
	margin: 0; 
	padding: 0; 
	font-family: Segoe UI,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	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: #EBEBEB;
}
body.index {
	background-image:url(../img/att/index.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}

/*** Common ***/
a {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #FFFF00;
	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: #FF6600;
	margin-bottom: 5px;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
}
h3 {
	color: #FFFFFF;
	font-weight: bold;
}
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: 115px;
	background-image: url(../img/att/top.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: 778px;
	height: 85px;
	float: left;
}
#main {
	width: 778px;
	height: auto;
	float: left;
}
#content {
	width: 698px;
	height: auto;
	padding: 20px 0px 20px 45px;
}
#wwwLedz {
	width: 140px;
	height: 20px;
	margin-top: 50px;
	float: left;
}

/*** Index ***/
#anima {
	width: 778px;
	height: 225px;
	background-image: url(../img/att/anima.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

/* Detail */ 
#imgDetail {
	width: 220px;
	height: auto;
	margin-bottom: 10px;
	float: left;
}

/* Estrutura */ 
.thumbs {
	width: 90px;
	height: 90px;
	margin-right: 7px;
	background-color: #990000;
	border: 1pt solid #990000;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
}
.thumbs {
	width: 90px;
	height: 90px;
	margin-right: 7px;
	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.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;
}

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