/*** geral ***/
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 14pt;
	font-variant: normal;
	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-repeat: repeat-y;
	height: 100%;
}
#container {
	margin: 0px auto;
	width: 780px;
	height: 100%;
	text-align: left;
}
a {
	color: #FFCC00;
	font-weight: bold;
}
a:hover {
	color: #669236;
	font-weight: bold;
}
a.branco {
	color: #FFFFFF;
	font-weight: normal;
}
a.branco:hover {
	color: #FFCC00;
	font-weight: normal;
}

p {
	margin-bottom: 10px;
}
img {
	border: none;
}
h1 {
	font-size: 10pt;
	color: #FFCC00;
	margin-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #FFCC00;
	text-align: left;
}
h2 {
	font-size: 9pt;
	color: #FFCC00;
	margin-bottom: 10px;
}
h3 {
	font-size: 10pt;
	color: #FFCC00;
	margin-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*** INDEX ***/
#tableTemplate {
	width: 780px;
	height: 100%;
	background-image: url(../img/att/tableTemplate.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #000000;
}

#left {
	width: 200px;
	height: 500px;
	float: left;
}
#right {
	width: 580px;
	height: auto;
	float: right;
}
#logo {
	width: 200px;
	height: 150px;
	float: left;
}
#menu {
	width: 200px;
	height: 400px;
	float: left;
}
#titlePage{
	width: 580px;
	height: 80px;
}
#content{
	width: 500px;
	height: auto;
	margin: 5px 0px 10px 40px;
}
#bottomTemplate{
	width: 780px;
	height: 75px;
	background-image: url(../img/att/bottomTemplate.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#bottomTemplate p{
	display: block;
	font-size: 9pt;
	text-align: center;
	font-weight: 7pt;
	margin-left: 180px;
	*margin-left: 160px;
	_margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 10px;
	float:left;
}
#personal{
	width: 100px;
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
}
#empresa{
	width: 200px;
	height: 150px;
	border: 1px solid #666666;
	padding: 5px;
	float:right;
}
/*** INDEX ***/
#tableindex {
	width: 780px;
	height: 100%;
	background-color: #000000;
}
#menuIndex{
	width: 200px;
	height: 520px;
	background-image: url(../img/att/menuIndex.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#anima{
	width: 580px;
	height: 520px;
	float: left;
}
#bottomIndex{
	width: 780px;
	height: 65px;
	background-image: url(../img/att/bottomIndex.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#bottomIndex p{
	display: block;
	color:#FFFFFF;
	font-size: 7pt;
	margin-left: 15px;
	float: left
}

/*** forms ***/
form {
	display: block;
}
form.contato {
	display: block;
	margin-top: 20px;
}
form.login {
	display: block;
	margin-left: 180px;
	margin-top: 40px;
}
input, textarea, select {
	font-size: 8pt;
	color: #666666;
	line-height: normal;
	vertical-align: middle;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
option {
	color: #000000;
}
.radio {
	background-color: transparent;
	border: none;
	margin-bottom: 6px;
}
label {
	width: 100px;
	text-align: left;
	float: left;
}
#submit {
	margin-left: 100px;
	margin-bottom: 10px;
}

/*** detail ***/
.imgDetail {
	width: 200px;
	height: auto;
	margin: 30px 0px 10px 10px;
	float: right;
}
.imgBorder {
	border: 1px solid #666666;
	padding: 5px;
}
.imgDetail2 {
	width: 200px;
	height: auto;
	margin: 0px 0px 10px 10px;
	border: 1px solid #666666;
	padding: 5px;
	float: right;
}
.links {
	width: auto;
	height: auto;
	margin: 10px;
	border: 1px solid #666666;
	padding: 5px;
	float: right;
}

/*** list ***/
.listOptions {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
	float: left;
}
.thumbs {
	width: 90px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imgThumbs {
	width: 90px;
	height: auto;
	text-align: center;
	border: 3px solid #EBEBEB;
}

/*** admin ***/
.listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
.listMenuName {
	width: 80%;
	height: auto;
	float: left;
}
.listMenuAction {
	width: 20%;
	height: auto;
	float: left;
}