/*** geral ***/
* {
	margin: 0; 
	padding: 0; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #666666;
	font-variant: normal;
	text-decoration: none;
}
body {
	font-style: normal;
	text-align: center;
	background-image: url(../img/att/back.jpg);
	background-repeat: repeat-x;
}
.bodyTemplate {
	font-style: normal;
	text-align: center;
	background-image: url(../img/att/backTemplate.jpg);
	background-repeat: repeat-x;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #660000;
	font-weight: bold;
}
.txColor {
	color: #660000;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 10pt;
	color: #AA0000;
	margin-bottom: 10px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #AA0000;
	margin-bottom: 5px;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #666666;	
}
li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

/*** template ***/
#tableMain {
	width: 778px;
	height: 100%;
	background-image: url(../img/att/content.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	float: left;
}
#topTemplate {
	width: 778px;
	height: 95px;
	background-image: url(../img/att/topTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#menuTemplate {
	width: 778px;
	height: 40px;
	background-image: url(../img/att/menuTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#rightTitle {
	width: 322px;
	height: 60px;
	background-image: url(../img/att/right_title.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#titlePage {
	width: 456px;
	height: 60px;
	float: left;
}
#right_top {
	width: 312px;
	height: 220px;
	float: right;
}
#mainTemplate {
	width: 778px;
	height: 355px;
	padding: 10px 10px 10px 30px;
	background-image: url(../img/att/mainTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#content {
	width: 778px;
	height: auto;
}
#bottomTemplate {
	width: 778px;
	height: 19px;
	background-image: url(../img/att/bottomTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	margin-top: 20px;
	float: right;
}
#rodape {
	width: auto;
	height: auto;
	padding: 20px 0px 0px 15px;
	float: left;
}

/*** index ***/
#menu {
	width: 778px;
	height: 40px;
	background-image: url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#main {
	width: 778px;
	height: 175px;
	background-image: url(../img/att/main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#left {
	width: 400px;
	height: 251px;
	background-image: url(../img/att/left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#left div {
	margin: 150px 0px 0px 30px;
}
#right {
	width: 378px;
	height: 251px;
	background-image: url(../img/att/right.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#bottom {
	width: 778px;
	height: 19px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

/*** detail ***/
#imgDetail {
	width: 150px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: right;
	padding: 5px;
	border: 0px;
}
#imgThumbs {
	width: 90px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: right;
	padding: 5px;
	border: 1px solid #666666;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	background-image: url(../img/att/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}

/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
	background-color: #EFEFEF;
	border-top: solid 1px #990000;
	border-left: solid 1px #990000;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
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 #FFFFFF;
}
#submit {
	margin-left: 100px;
}
/*** admin ***/
.admin {
	width: 420px;
	height: auto;
	float: left;
}
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 72%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 25%;
	height: auto;
	float: left;
}