/*** geral ***/
* { 
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #333333;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
} 
body {
	font-style: normal;
	text-align: center;
	background-color: #669900;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	text-align: left;
}
a {
	font-weight: bold;
	color: #003300;
}
a:hover {
	font-weight: bold;
	color: #669900;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 11pt;
	color: #003300;
	margin-bottom: 10px;
}
h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #336600;
}
ul {
	margin-bottom: 10px;
}
li {
	list-style: none;
}

/*** template ***/
#tableMain {
	width: 778px;
	height: 100%;
	background-image: url(../img/att/content.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}
#tdMain {
	width: 778px;
	height: 100%;
	background-image: url(../img/att/mainTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#tdBottom {
	width: 778px;
	height: 30px;
	background-color: #669900;
}
#menuTemplate {
	width: 778px;
	height: 95px;
	background-image:url(../img/att/menuTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#leftTitle {
	width: 541px;
	height: 40px;
	background-image:url(../img/att/leftTitle.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#titlePage {
	width: 237px;
	height: 40px;
	float: left;
}
#leftTemplate {
	width: 195px;
	height: auto;
	background-image: url(../img/att/leftTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	float: left;
}
#logos {
	width: 195px;
	height: 100%;
	padding-top: 190px;
	text-align: center;
	float: left;
}
#mainTemplate {
	width: 583px;
	height: auto;
	float: left;
}
#content {
	width: 500px;
	height: 100%;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}
#bottomTemplate {
	width: 778px;
	height: 40px;
	background-image:url(../img/att/bottomTemplate.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#studio {
	width: 400px;
	height: 10px;
	float: right;
}


/*** index ***/
#menu {
	width: 778px;
	height: 60px;
	background-image:url(../img/att/menu.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#left {
	width: 480px;
	height: 520px;
	background-image:url(../img/att/left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#rightTop {
	width: 298px;
	height: 306px;
	background-image:url(../img/att/rightTop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#rightBottom {
	width: 298px;
	height: 214px;
	background-image:url(../img/att/rightBottom.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: 1px solid #666666;
}

/*** thumbs ***/
#thumbs {
	width: 90px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: left;
	padding: 5px;
}

/*** list table ***/
.colorOn{	
	background:#EBEBEB;
	padding: 3px 3px 3px 5px;
}
.colorOff {	
	background: transparent;
	padding: 3px 3px 3px 5px;
}

/*** forms ***/
form {
	display: block;
}
input, textarea, select {
	color: #333333;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
	background-color: #EBEBEB;
	border: 1pt solid #999999;
}
input.busca {
	margin-top: 5px;
	margin-bottom: 0px;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.labelNews {
	color: #FFFFFF;
	font-weight: bold;
}
label.autoLabel {
	width: auto;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #669900;
	border: 1pt solid #CCCCCC;
}
#submit {
	margin-left: 100px;
}

/*** briefing ***/
.tdTitle {
	background-color: #669900;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.tdBriefing {
	padding-left: 5px;
	color: #336600;
	font-weight: bold;
}
#submitBriefing {
	margin-left: 150px;
}

/*** admin ***/
#listMenu {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#listMenuName {
	width: 75%;
	height: auto;
	float: left;
}
#listMenuAction {
	width: 25%;
	height: auto;
	float: left;
}