* {
	margin: 0;
	padding: 0;
}
html{
	height: 100% !important;
	min-height:100% !important;
}
body {
	font: 12px  Arial, Helvetica, sans-serif;
	color: #444444;
	background: #fff;
	height: 100% !important;
	min-height:100% !important;
}
#main{
	min-height: 100%;
	height:100%;
}

:focus { 
	outline: none; 
}

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

a:hover {
	color: #222;
	border-color: #aaa;
}

img { 
	border: 0; 
	vertical-align: middle;
}

ul, ol { 
	margin-left: 20px; 
}
	
code, pre {
	padding: 4px;
	font-family: 'Lucida Console', Monospace;
	color: #888;
	background: #fff;
}

pre {
	margin: 0 auto 25px;
	padding: 10px;
	width: 75%;
	border: 1px solid #ddd;
}

h2 {
	font-size: 16px;
	padding:5px;
	padding-bottom:0px;
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#CCC solid 1px;
	margin-bottom:10px;
}

h4{
	font-size:14px;
	color:#FFF;
	background-color:#000;
	margin-top:10px;
	*margin-top:15px;
	padding:5px;
}

/* Main Content */
#wrapper {
	width: 100%;
}

#container {
	width:990px !important;
	text-align:left;
	margin:0 auto;
}


/*** Content ****/
#content p.acoes{
	text-align:left;
	margin-top:10px;
}

h3 {
	font-size: 14px;
	background-color:#CCCCCC;
	color: #FFFFFF;
	margin-top: 10px;
	padding:3px;
}


/*** Div Bottom ****/
.bottom {
	border: 1px solid #999999;
	border-top: 0;
}

#content .bottom { 
	padding: 10px; 
}

/** BOX ***/
.box .collapse {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	text-indent: -9999px;
	background: url(../img/collapse.png) no-repeat 0 -14px;
}

.box .collapse.change { background-position: 0 0; }

/**** SIDEBAR ****/
.sidebar .box { 
	margin:0px 0px 0px 0px; 
	width:100%;
}

.sidebar .box ul {
	margin: 0 0 ;
	padding: 0;
	list-style: none;
}

.sidebar .box ul li {
	padding: 7px 5px;
	border-bottom: 1px dotted #ccc;
}

.sidebar .box ul li:hover { 
	background-color: #fff; 
}

.sidebar .box ul li a {
	color: #444; 
}

.checkboxes label {
	display: inline;
}

span.checkbox {
	margin: 3px 5px 0 0;
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background: url(../img/checkbox.png) no-repeat 0 0;
	cursor: pointer;
}

span.checkbox.active { 
	background-position: 0 -12px; 
}

div.links{
    margin-bottom: 15px;
    clear:both;
}

div.links p {
    clear:both;
    float:none;
}

div.links p a{
    display:block;
    float:left;
    width: 70px;
    font-size: 11px;
    text-align: center;
}



/* WYSIWYG */
.wysiwyg-label { margin: 0 0 5px; }
.smarkup-toolbar a { border: 0; }

/* ___ Classes */
.clear { clear: both; }
.a-center { margin-left: auto; margin-right: auto; text-align: center !important; }
.f-left { float: left; text-align: left; }
.f-right { float: right; text-align: right; }
.a-right { text-align: right !important; }
.a-left { text-align: left !important; }
.margintop { margin-top: 15px; }
.marginright { margin-right: 15px; }
.marginbottom { margin-bottom: 15px; }
.marginleft { margin-left: 15px; }
.phone { width:90px !important; }
.mini { width:50px !important; }
.peq { width:70px !important; }
.med { width:150px !important; }
.gde { width:330px !important; }
.exgde { width:500px !important; }
.fixed{
	width:1100px !important;
	margin:0 auto !important;
}

.hidden{
	visibility:hidden;
}

/* Estilos de botões */
.button {
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    background: #cbcbcb url(../img/button.png) repeat-x;
    border: 1px solid #888;
    min-width:70px;
    text-align:center;
}

.button:hover {
	cursor: pointer;
	border-color: #777;
}

input[type=button], input[type=submit], input[type=reset]{
	border: 1px solid #555555;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	text-align:center;
	padding:5px;
	min-width:90px;
	min-height:30px;
}

input[type=button].find{
	background-color:#f0f0f0;
	border-bottom:2px solid #898989;
	border-right:2px solid #898989;
	border-left:1px solid #ababab;
	border-top:1px solid #ababab;
	padding:0;
	color:#000;
	font-weight:bold;
	width:27px;
	padding-bottom:5px;
	font-size:18px;
	text-align:center;
	height:23px;
	border-radius:0px;
	margin-left:3px;
	
}

/** Estilos dos campos **/
input[type=text], input[type=password], textarea, select {
    padding: 3px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
    border: 1px solid #ddd;
    background: #fff url(../img/round.png) repeat-x 0 1px;
}

select{
	padding:0 !important;
}

.alert{
	color:#800000; 
	background-position:left center;
	background-repeat:no-repeat;
	padding:7px;
	margin-left:20px;
	margin-right:20px;
	padding-left:23px;
	text-align:left;
}

.warning { 
	background-image: url(../img/icons/warning.png);
}

.error { 
	background-image: url(../img/icons/error.png);
}

.info { 
	background-image: url(../img/icons/info.png);
}

.success { 
	background-image: url(../img/icons/success.png);
}

.loading { 
	background-image: url(../img/icons/loading_24.gif);
	padding-left:35px;
	padding-top:10px;
}

hr{
	margin-top:10px;
	margin-bottom:10px;
}

#loading{
	width:100%; 
	height:100%; 
	background-color:#000; 
	position:absolute;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	z-index:999;
}

