/* Basics and Typography */

body {
	background: url("images/background.jpg") repeat-x;
	margin: 25px;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: -moz-center;
	.text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #49B7BC;
	margin: 20px 0px 0px 0px;
}

h2 {
	font-weight:bold;
	font-size: 12px;
	margin: 30px 0px 0px 0px;
	/*color: #9AD7DA; 	/* AZUL */
	/*color: #49B7BC; 	/* NOVO AZUL */
	/*color: #B4B639;  	/* VERDE */
	/*color: #CED3B9;	/* CINZA */
	/*color: #EFA51E;	/* LARANJA */
	/*color: #C5593C;	/* VERMELHO */
}

h3 {
	font-weight:bold;
	font-size: 16px;
	color: #EFA51E;
}

.subTitle {
	font-size: 12px;
	color:#49B7BC;
}

hr {
	border: 0px;
	height: 1px;
	border-bottom: 1px dashed #266DB6;
}

a {
	text-decoration: none;
	color: #C5593C;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.textAlignRight {
	text-align: right;
}

.textRed {
	color:#C5593C;
}

.textRed a {
	color:#C5593C;
}

.menu {
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-align: right;
}

.selected a {
	color:#49B7BC;
}

.specialItem a {
	color:#EFA51E;
}

td {
	padding: 5px 0px 5px 5px;
}

.tableHeader {
	border: 0px;
	height: 1px;
	border-bottom: 1px solid #EFA51E;
	font-weight:bold;
	color:#FFFFFF;
	background: #FFFFFF url(images/box_top.gif) no-repeat top left;
	background-color:#EFA51E;
}

.tableColor {
	background-color:#FEF4D3;
}

.tableColor a {
	text-decoration: none;
	color: #333333;
}

.tableColor a:hover {
	text-decoration: none;
}

.tableLine {
	border: 0px;
	height: 1px;
	border-bottom: 1px solid #EFA51E;
}

.tableLine li {
	margin: 0px 0px 0px 10px;
}

.tableSubTitle {
	padding: 10px 5px 10px 5px;
	font-weight:bold;
	vertical-align:top;
}

.tableSmallText {
	font-size: 11px;
}

.tableContacts {
	text-align:left;
	padding: 10px 5px 10px 5px;
}

/* Main Layout */

#wrapper {
	width: 792px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border:0;
	background: url("images/content.jpg") repeat-y;
}

#header {
	height: 227px;
	background: url("images/header.jpg") no-repeat;
}

#title {
	height: 155px;
	background: url("images/title.jpg") no-repeat;
}

#container {
	margin: 0px 0px 0px 0px;
}

#contentLeftImg {
	width: 8px;
	height: 300px;
	background: url("images/left.jpg") no-repeat;
	float: left;
}

#contentLeft {
	width: 170px;
	margin: 38px 30px 0px 0px;
	.margin: 55px 30px 0px 0px;
	float: left;
}

#contentCenter {
	width: 546px;
	text-align: justify;
	float: left;
}

#contentRight {
	width: 30px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#contentRightImg {
	width: 8px;
	height: 300px;
	background: url("images/right.jpg") no-repeat;
	float: right;
}

#footer {
	height: 25px;
	background: url("images/footer.jpg") no-repeat;
	text-align:center;
	clear: both;
}

#footer img {
	margin: 10px 5px 10px 5px;
}

/* Secondary Layout */

#formWraper {
	width: 483px;
	text-align: left;
	margin: -35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

#userdiv {
	text-align:right;
	padding: 0px 0px 0px 20px;
	float: left;
}

#logindiv {
	text-align:left;
	padding: 0px 5px 0px 0px;
	float: right;
}

#infoContent {
	width: 744px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	float: left;
}

#infoSection {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	border: 0px;
	border: 1px dashed #49B7BC;
	background-color: #CDEBED;
}

#infoWraper {
	width: 744px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

/* Form Fields Layout */

#form {
	margin: 20px 0px 0px 0px;
}

#form br {
	line-height:15px;
}

#labels {
	text-align:right;
	width: 150px;
	margin: 2px 0px 0px 0px;
	float: left;
}

#fields {
	text-align:left;
	width: 320px;
	padding: 0px 0px 0px 10px;
	float: right;
}

#formSubSection {
	padding: 1px 0px 20px 0px;
	background: url("images/bg_form.jpg") repeat-y;
}

#backgroundSection {
	background: url("images/bg_form.jpg") repeat-y;
}

#formSubTitle {
	padding: 10px 0px 0px 30px;
	text-align:left;
	font-weight:bold;
}

#dynamicInput {
	padding: 20px 0px 0px 0px;
}

#buttons {
	padding: 20px 30px 0px 0px;
	text-align: right;
}

.button {
	text-align:center;
	width: 60px;
	height: 19px;
	cursor: hand;
	background: #ffffff;
}

input, textarea, select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2a7488;
	border: 1px solid #2a7488;
}

.smallTextField { 
	width: 70px;
}

.mediumTextField { 
	width: 150px;
}

.largeTextField { 
	width: 284px;
}

.largeTextField2 { 
	width: 288px;
}

.mediumTextArea { 
	width: 284px;
	height: 73px;
}

.largeTextArea { 
	width: 284px;
	height: 320px;
}

