/*************************************************************************/
/** GERAL ****************************************************************/
/*************************************************************************/
body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 150%;
}

h1,
h2,
h3{
	clear: both;
	margin: 0;
	padding: 0;
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
}

h1{
	margin-bottom: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #E68E2D;
	color: #70ABD1;
}

h2{
	margin: 5px 0;
	font-weight: bold;
	color: #E68E2D;
	color: #70ABD1;
}

h3{
	margin: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #70ABD1;
}

p{
	margin: 5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
}

ul{
	padding: 0;
	margin: 5px 0;
	font-size: 13px;
	list-style-position: outside;
	list-style-type: none;
}

li{
	clear: both;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 150%;
}

li a{
	text-decoration: none;
}

table,
tr,
th,
td{
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
table{
	border-collapse: collapse;
	text-align: left;
}

tr{
	height: 25px;
}

tr.cabecalho{
	background-color: #F3F3F3;
}

tr:hover{
	background-color: #F1F1F1;
}

th,
td{
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #CCC;
}

th{
	color: #5E5E5E;
	font-weight: bold;
}

a, a.underline,
a:active, a:active.underline,
a:focus, a:focus.underline,
a:visited, a:visited.underline{
	color: #000;
    text-decoration: underline;
	outline: none;
}

table a,
table a:active,
table a:focus,
table a:visited{
    text-decoration: none;
}

a:hover{
    color: #333;
	outline: none;
}

a img{
	outline: none;
}

img{
	border: 0px;
}

em{
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 1px;
}

/*************************************************************************/
/** FORMS ****************************************************************/
/*************************************************************************/
form,
input,
select,
textarea{
	font-family: 'Maven Pro', 'Trebuchet MS', "Arial", Helvetica, sans-serif;
	color: #000;
}

input,
select,
textarea{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
}

input[type="button"],
input[type="submit"]{
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	/* font-weight: bold; */
	text-align: center;
	color: #4D4D4D;
	border: 1px solid #B2B2B2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	behavior: url(css/pie.htc);
	background-image: url(../images/bg_botao.png);
	background-position: center;
	background-repeat: repeat-x;
	cursor: pointer;
}

input[type="button"]:hover,
input[type="submit"]:hover{
	color: #2B7CB1;
}

span.error {
	display: none !important;
}

.error{
	background-color: #FFE5E5;
}

/*************************************************************************/
/** CLEARFIX *************************************************************/
/*************************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*************************************************************************/
/** OUTROS ***************************************************************/
/*************************************************************************/
div#preloader{
	display: none;
}
