/* Geral */

* {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-style: normal;
	text-align: center;
	background-image: url(../img/att/body.jpg);
	background-position: center top;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 980px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
}
a {
	color: #003366;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
a.black {
	color: #000000;
	font-weight: bold;
}
a.black:hover {
	color: #999999;
	font-weight: bold;
}
a.red {
	color: #990000;
	font-weight: bold;
}
a.red:hover {
	color: #FFFFFF;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
img {
	border: none;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	margin-bottom: 5px;
}
h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
h3 {
	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	line-height: 20pt;
}
h4 {
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	line-height: 20pt;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
	line-height: 10pt;
}
ul li{
	list-style-type: none;
}


/*** INDEX ***/
#tableTemplate{
	width: 980px;
	height: 100%;
	background-image: url(../img/att/tableTemplate.jpg);
	background-position: left 215px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#topoTemplate{
	width: 980px;
	height: 215px;
	background-image: url(../img/att/topoTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#logo{
	width: 645px;
	height: 100px;
	float: left;
}
#titlePage{
	width: 645px;
	height: 115px;
	float: left;
}
#menuTemplate{
	width: 980px;
	height: 30px;
	float: right;
}
#animaTemplate{
	width: 335px;
	height: 215px;
	float: right;
}
#left{
	width: 780px;
	height: auto;
	float: left;
}
#right{
	width: 200px;
	height: auto;
	float: left;
}
#contentPage{
	width: 740px;
	height: auto;
	margin: 30px 0px 20px 20px;
}
#adress{
	width: 880px;
	height: 40px;
	float: left;
}
#adress p{
	color: #FFFFFF;
	font-size: 8pt;
	margin: 10px 0px 0px 10px;
}
#adress a{
	font-size: 8pt;
}
#bottom{
	width: 980px;
	height: 40px;
	background-color: #00305A;
}
#wwwLedz {
	width: 75px;
	height: 20px;
	margin-top: 10px;
	float: right;
}

/*** detail ***/
.imgDetail {
	width: 220px;
	height: auto;
	margin: 0px 0px 20px 0px;
	text-align: left;
	float: left;
}
.imgBorder{
	padding: 3px;
	border: 1px solid #999999;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#listOptions {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;
	float: left;
}
#thumbs {
	width: 90px;
	height: auto;
	margin-right: 2px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
}
.imgThumbs {
	width: 85px;
	height: auto;
	text-align: center;
	border: 2px solid #EBEBEB;
}


/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	font-size: 8pt;
	color: #000000;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	line-height: normal;
	vertical-align: middle;	
	border: 1px solid #CCCCCC;
}
label {
	font-size: 8pt;
	width: 80px;
	text-align: left;
	float: left;
}
label.longLabel {
	width: 120px;
}
input.ok {
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFF;
	margin-right: 5px;
	background-color: #900;
	border: 1px solid  #999999;
	padding: 5px;
}
#submit {
	width: auto;
	margin: 0px 0px 10px 80px;
}

/*** admin ***/
#contentAdm{
	width: 980px;
	height: auto;
	float: left;
}
#contentAdmPage{
	width: 940px;
	height: auto;
	margin: 30px 0px 20px 20px;
}
#listMenu {
	width: 100%;
	height: 20px;
	padding: 5px 5px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#listMenu:hover {
	background-color: #CCCCCC;
}
#listMenuName {
	width: 90%;
	height: auto;
	float: left;
}
#listMenuAction {
	width: 10%;
	height: auto;
	text-align: right;
	float: left;
}
