/*
Copyright (c) 2008, Vetor Design - Agencia de Criao Digital 
Dev: Tioni Oliv
http://vetor.net
*/
html{
	color:#333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
em{
	color: #666;
	font-style:italic;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
.hr{
	height: 1px;
	margin: 10px 0;
	width: 100%;
	background: #ddd;
}
/* Formularios */
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
legend {
	color:#000;
}
label, button {
cursor:pointer;
}
input, select, textarea {
	font-size: 100%;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}
fieldset {
	border: none;
}
/* Clases tiles */
.full{
	width: auto!important;
}
.margin-auto{
	margin: 0 auto;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.foto{
	border: 3px solid #206CAE;
	background: #003366;
	padding: 1px;
	margin: 0 5px 3px 0;
}
a:hover .foto{
	background: #fff;
}
.float-right {
	float: right;
}
.limpo{
	border: 0!important;
	background: none!important;
	margin: 0!important;
	padding: 0!important;
	color: #000!important;
	text-decoration: none!important;
	text-indent: 0!important;
	display: inline!important;
	width: auto!important;
	height: auto!important;
	line-height: 1em!important;
}
/*LINKS*/
a, a:visited{
	color: #900;
	text-decoration: none;
}
a:hover{
	color: #f00;
	text-decoration:none;
}
a:focus{
	outline: none;
}
/*TEXTO DINAMICO*/
.texto{
	font: normal 1.1em Arial, Helvetica, sans-serif!important;
	line-height: 1.5em!important;
	color: #555!important;
}
.texto p{
	padding: 0 0 0.8em 0!important;
}
.texto strong, .texto b{
	font-weight: bold!important;
}
.texto em, .texto i{
	font-style: italic!important;
}
.texto h1, .texto h2, .texto h3, .texto h4, .texto h5{
	font-family:"Trebuchet MS", Tahoma, Verdana!important;
	margin: 1em 0 0.5em!important;
	border-bottom: 1px dotted #eee!important;
	font-weight: 500!important;
	background: none!important;
	color: #333!important;
}
.texto h1{
	font-size: 1.6em!important;
}
.texto h2{
	font-size: 1.5em!important;
}
.texto h3{
	font-size: 1.4em!important;
}
.texto h4{
	font-size: 1.3em!important;
}
.texto h5{
	font-size: 1.2em!important;
}
.texto ul, .texto ol{
	margin: 10px 0 10px 20px!important;
}
.texto ul li{
	list-style: disc inside!important;
	line-height: 1.6em;
}
.texto ol li{
	list-style: decimal inside!important;
	line-height: 1.6em;
}
.texto ol li ol li{
	list-style: lower-alpha inside!important;
	line-height: 1.6em;
}
.texto ol li ol li ol li{
	list-style: square inside!important;
	line-height: 1.6em;
}

/*MENSAGENS*/
.success, .error, .warning{
	display: block;
	padding: 0.8em 1em;
	border-width: 1px;
	border-style:solid;
	width: auto;
	margin-bottom: 1em;
	font-size: 1.2em;
}
.success{
	border-color:#9c0;
	background:#E9FFBF;
	color:#390;
}
.error{
	border-color:#c00;
	background:#fee;
	color:#c00;
}
.warning{
	border-color:#f90;
	background:#fec;
	color:#f60;
}
/*PAGINAÇÃO*/
.paginacao{
	padding: 5px 0 20px 0;
	width: 500px;
	clear:both;
}
.paginacao li a, .paginacao li a:visited{
	padding: 0.3em 0.7em;
	display: block;
	display: inline-block;
	color: #333;
	width: auto;
}
.paginacao li{
	display: inline-block;
	width: auto;
	float: left;
	text-align: center;
	margin: 2px;
	margin-top: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font: 1em Verdana, Helvetica, sans-serif;
	background: #ccc;
	cursor:pointer;
}
.paginacao li:hover{
	color: #000;
	border-color: #efefef!important;
	border-bottom-color: #000!important;
	border-right-color: #000!important;
}
.paginacao .paginas{
	display: block;
	float: none;
	border: none;
	background: none;
	padding: 0;
	text-align: left;
}
.paginacao .paginas:hover{
	cursor: default;
}
p{
	line-height: 1.4em;
}
/*TABELAS*/
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 1px;
	float: left;
	background: #fff;
}
table caption {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin:0;
	background: #999;
	padding: 0.3em 0.5em;
}
table a {
	font-weight: bold;
}
table tr:hover {
	background: #efefef;
}
table th {
	padding: 0.5em;
	border-right: 1px dotted #ccc;
	width: 11em;
	border-bottom: 1px dotted #ccc;
	background: #efefef;
	color: #333;
	vertical-align: top;
}
table td {
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	padding: 0.5em 0.7em;
	font-size: 1.1em;
}
