/*** Geral ***/
* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #000000;
	font-variant: normal;
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	font-style: normal;
	text-align: center;
	background-color: #EBEBEB;
	background-image: url(../img/att/body.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	height: 100%;
}
#geral {
	margin: 0px auto;
	width: 778px;
	height: 100%;
	background-image: url(../img/att/all.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
}
a {
	color: #FF9900;
	font-weight: bold;
}
a:hover {
	color: #990000;
	font-weight: bold;
}
a.wh {
	color: #FFFFFF;
	font-weight: bold;
}
a.wh:hover {
	color: #990000;
	font-weight: bold;
}
.txColor {
	color: #FF9900;
	font-weight: bold;
}
.txWh {
	color: #FFFFFF;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 10pt;
	color: #FF9900;
	margin-bottom: 5px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	color: #990000;
}
ul {
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
}
li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 10px 5px;
	background-image: url(../img/att/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*** template ***/
#all {
	width: 100%;
	height: 100%;
	text-align: center;
}
#main {
	width: 778px;
	height: 100%;
	background-image: url(../img/att/main.jpg);
	background-position: right 150px;
	background-repeat: no-repeat;
}
#top {
	width: 778px;
	height: 150px;
	background-image: url(../img/att/top.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#logo {
	width: 778px;
	height: 98px;
	background-image: url(../img/att/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#menu {
	width: 778px;
	height: 150px;
	float: left;
}
#left {
	width: 615px;
	background-image: url(../img/att/left.jpg);
	background-position: left 60px;
	background-repeat: no-repeat;
}
#titlePage {
	width: 615px;
	height: 60px;
	float: left;
}
#content {
	width: 615px;
	float: left;
}
#contentInfo {
	width: 565px;
	padding: 10px 20px 0px 30px;
	overflow: hidden;
}
/*#contentInfo table,
#contentInfo div table,
#contentInfo p div table {
	width: 500px;
	float: left;
}*/
#right {
	width: 163px;
	background-image: url(../img/att/right.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#sendNews {
	padding-left: 5px;
}
#bottom {
	width: 778px;
	height: 82px;
	background-image: url(../img/att/bottom.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#wwwLedz {
	width: 60px;
	height: 20px;
	float: left;
}
#bottom p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}
#bottom div {
	margin: 15px 10px 0px 0px;
}

/*** index ***/
#welcome {
	width: 395px;
	height: 170px;
	background-image: url(../img/att/welcome.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#welcome p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 55px 20px 0px 35px;
}
#tarifario {
	width: 220px;
	height: 170px;
	background-image: url(../img/att/tarifario.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}
#tarifario form {
	margin: 65px 0px 0px 25px;
}
#leftIndex {
	width: 615px;
	background-image: url(../img/att/left_index.jpg);
	background-position: left 230px;
	background-repeat: no-repeat;
}

/*** detail ***/
#imgDetail {
	width: 200px;
	height: auto;
	margin: 0px 0px 10px 10px;
	float: right;
	padding: 5px;
	border: 1px solid #666666;
}

/*** list table ***/
.listOptions {
	width: 100%;
	margin-bottom: 10px;
	background-image: url(../img/att/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
}
.tdTh {	
	background:#FF9900;
	padding: 3px 3px 3px 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.colorOn{	
	background:#EBEBEB;
	padding: 3px 3px 3px 5px;
}
.colorOff {	
	background: transparent;
	padding: 3px 3px 3px 5px;
}

/*** forms ***/
#formOrc {
	clear: both;
}
#xlaapmform1_1 input,
.noStyle {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
}
#xlaapmform1_1 textarea {
	width: 50px;
}
form {
	display: block;
}
input, textarea, select {
	color: #000000;
	margin-bottom: 10px;
	line-height: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1pt solid #FF9900;
}
.noMargin {
	margin-bottom: 0px;
}
option {
	color: #000000;
}
label {
	width: 80px;
	text-align: left;
	float: left;
}
label.labelIndex {
	width: 50px;
}
label.autoLabel {
	width: auto;
	margin-right: 5px;
}
input.radio {
	background-color: transparent;
	border: none;
}
input.ok {
	font-size: 7pt;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	margin-left: 82px;
	background-color: #FF9900;
	border: 1pt solid #CCCCCC;
}
#submit {
	margin-left: 100px;
}

/*** 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;
}