/*  BASE  */


html, body {
	height: 100%;
}



hr {
	border: 0;
	height: 2px;
	color: #5b5b5b;
	background-color:#5b5b5b;
	border-bottom:1px solid #333333;
	border-top:1px solid #5b5b5b;
}


body {
	padding: 0;
	margin: 0;
	background-image: url(/media/images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbfbf;
	line-height: 16px;
	background-color: #4b4b4b;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5e600;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a5e600;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #a4e600;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
	background:url(/media/images/seta_title.gif) no-repeat center left;
	padding:0 0 0 15px;
	margin:0 0 10px 0;
}

h2 {
	color: #777777;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

h3 {
	color: #333;
	background-color: #a4e600;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	display: inline;
	margin: 0px;
}

h4,
h4 a:link,
h4 a:visited,
h4 a:hover {
	color: #a4e600;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	text-decoration:none;
}

/*  FORM INPUTS */
form {
	margin: 0px;
}

/*
#radio input {
	border:0;
}

table.form {
        margin-left:auto;
        margin-right:auto;
}

table.form td {
        padding:3px;
}

table.form td label {
        float:right;
}  */ /*  MESSAGES  */
.messages {
	padding: 10px;
}

.messages .error {
	color: #ec0000;
	font-weight: bold;
	background-color:#333333;
	padding:12px 0px 12px 60px;
	border-top:1px dashed #ec0000;
	border-bottom:1px dashed #ec0000;
	background-image:url(/media/images/error2.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

.messages .message {
	color: #a4e600;
	font-weight: bold;
	background-color:#333333;
	border-top:1px dashed #a4e600;
	border-bottom:1px dashed #a4e600;
	background-image:url(/media/images/sucesso.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:12px 0px 12px 60px;
}

.error_message {
	color: #999999;
	font-size: 10px;
}

label.required {
	font-weight: bold;
}

/*  PAGINATOR  */
#paginator {
	font-size: 12px;
	text-align: center;
	font-weight:bold;
}

#paginator .link_next {
	background:url(/media/images/bg_link.gif) no-repeat;
	width:28px;
	height:24px;
	text-decoration: none;
	font-size:11px;
	text-transform:uppercase;
	padding: 4px 0 0 0;
}

#paginator .link_next a { display:block;}



#paginator .current {
	background:url(/media/images/bg_current.gif) no-repeat;
	width:28px;
	height:24px;
	color:#333333;
	padding: 4px 0 0 0;
}

/* MAPA SITE */
#mapa_site ul a {
	font-size: 18px;
}

#mapa_site li a {
	font-size: 11px;
}

/* NEWSLETTER */
#news .bt input {
	width: 96px;
	padding: 0px;
	border: none;
	background: none;
}

#news .bt input:hover {
	width: 96px;
	padding: 0px;
	border: none;
	background: none;
}

#news  input,#news  textarea,#news  select {
	background-color: #555555;
	border: none;
	padding: 2px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
}

#news  input,#news  textarea {
	width: 200px;
}

#news  textarea {
	height: 80px;
}

#news  input:hover,#news  textarea:hover,#news  select:hover {
	background-color: #444444;
	border: none;
	padding: 2px;
	border-top: 1px solid #6c8135;
	border-left: 1px solid #6c8135;
	border-bottom: 1px solid #a5e600;
	border-right: 1px solid #a5e600;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
}

#news  input:focus,#news  textarea:focus,#news  select:focus {
	background-color: #333333;
	border: none;
	padding: 2px;
	border-top: 1px solid #a5e600;
	border-left: 1px solid #a5e600;
	border-bottom: 1px solid #a5e600;
	border-right: 1px solid #a5e600;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 11px;
}

input#remover {
	width: 14px;
}

#news .enviar input {
	width: 96px;
	border: none;
	padding: 0px;
}