/********* BASE STYLES ********/

/* Body Styles */
body {
	font-family: "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	font-size:76%;
	background:#DBDFDE;
}

body#mainlayout-empty{
	background:#fff;
}

/* Reset */
ol,ul,img,h1,h2,h3,h4,h5,fieldset,input,p{
	margin:0;
	padding:0;
}
img,fieldset{
	border:none
}
ul{
	list-style:none
}

/* Links */
a{
	text-decoration:none;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#000000;
}
a:focus{
	outline:none
}

/* Headings */
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}

/******** HELPER STYLES *********/

/* tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
th{
	/*font-size:1.05em;*/
}

/* Forms */
form {
	display: inline;
	margin: 0;
}
input, select {
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
}
textarea, select {
    font-size:1.0em;
	font-family: "Times New Roman", Times, serif;
}
textarea{
	overflow:auto;
}
radio, checkbox {
	vertical-align: middle;
	float: left;
	width: 10%;
}
legend {
	display: none;
}
fieldset label {
	float: left;
	width: 33%;
}
fieldset div {
	clear: both;
}
#buttons{
	overflow:hidden;
	clear:both
}

/* Common classes */
.first {
	border-left: 0;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dontFloat{
	float:none
}
.clear-all {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.re-waiHide {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.error{
	color:#FF0000;
	font-size:1em;
	padding:5px 0;
	margin:0;
}
.error a, 
.error a:hover, 
.error a:visited{
	color:#FF0000;
	text-decoration:underline;
}
.capitalize{
	text-transform:capitalize
}
.lowercase{
	text-transform:lowercase
}
.uppercase{
	text-transform:uppercase
}
#popups{
	margin:10px;
}
#popups h1,#popups h2,#popups ul,#popups p{
	margin:10px 0;
}
.invisible { 
visibility:hidden; 
}


/* admin elements */
#admin {
	margin:0;
	padding:.5em 0;
	color:#FFFFFF;
	background:#FF0000;
	text-align:center;
}
#admin a {
	text-decoration:underline;
}

/* Communication option */
.smsbox,.postbox, .emailformat {
	display:none;
}

/*no javascript*/
#noscript {
	margin:0;
	padding:.5em 0;
}
#noscript a {
	text-decoration:underline;
}

/* venda logo */
#vendalogo{
	float:right;
}
.pcilogo{
	float:left;
}
