@charset "iso-8859-1";
/* Asteriscos e tags... */
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html,
body {
	min-width:1000px;
}
body {
	font-size:12px;
}
font {
	color:inherit!important;
	background:inherit!important;
	font-size:inherit!important;
}
a img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
fieldset {
	padding:5px;
}
legend {
	padding:0 5px;
}
label {
	vertical-align:top;
}
input.inputbox,
input.inputbox_busca,
select,
textarea {
	border-width:1px;
	vertical-align:top;
}
input.button,
input.button_busca {
	border-width:1px;
	font-size:10px;
	padding:0;
}
html > body input.button_busca,
html > body input.button {
	font-size:11px;
	padding:0 6px;
}
*+html input.button_busca,
*+html input.button {
	font-size:10px!important;
	padding:0!important;
}
strong {
	font-weight:bold;
}
ol,
ul {
	padding:3px 30px;
}
.counter,
.pagination {
	text-align:center;
}
.pagination li {
	display:inline;
	padding:0 0.25em;
}
.message {
	border-style:solid;
	border-width:1px;
	color:#000;
	padding:0.5em;
}
.tool-tip {
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-weight:bold;
}
/* Cabeçalhos */
h2.contentheading {
	margin-bottom:1em;
}
/* FIM - Cabeçalhos */
/* Módulos */
.poll label {
	line-height:1em;
}
.poll .ops {
	padding:1px 0;
}
/* FIM - Módulos *//* css compressor v1.6 - Breno Ribeiro (http://ribeirobreno.com.br/) */