/*
Sistema de Franquias - estilo.css
Folha de Estilo Principal
Por Ramon
*/

/* -------- IDS -------- */

#topo {padding-top:50px;}

#menu {}

#miolo {background-image:url(../imagem/miolo.gif); background-repeat:no-repeat; background-position:top center; margin-top:20px;}
#conteudo {border:1px solid #cccccc; background-color:#fff; padding:15px; width:902px; margin:0 auto;}

#lem, #ren, #op {color:#000;}
#lem {float:left; width:32%;}
#ren { float:left; width:32%; margin-left:10px; }
#op { width:32%; margin-left:67%;}

#rodape {clear:both; text-align:center; padding-bottom:20px; background-image:url(../imagem/sistema-fundo.jpg); background-repeat:repeat-x; margin-top:20px;}
#rodape #sistema {text-align:left; color:#a2a2a2; padding-bottom:10px;}
#rodape a {text-decoration:none; color:#828282; font-weight:bold;}
#rodape a:hover {color:#fc9900}

/* ------- CLASSES ------- */

.total {font-size:16px; text-align:center}

.busca { text-decoration:none }

.saiba {}

.dir {color:#c12724; font-weight:bold; font-size:16px;}

table.exibe {border-collapse:collapse; width:100%}

table.exibe th {
	background-color:#efefef;
	color:#d10000;
	border:1px solid;	
	border-color:#dfdfdf;
	padding:3px 8px;
}

table.exibe tr:hover {background-color:#f2f2f2; color:#777}
table.exibe tr:hover a {color:#777;}

table.exibe td {
	border:1px solid;	
	border-color:#dfdfdf;
	padding:5px;
}



.sucesso {font-size:18px; color:#157100;}

.ponto {border-top:dotted 2px #6c6c6c; border-bottom:none; border-left:none; border-right:none; margin-top:15px;}

.lista { text-decoration:none; color:#6c6c6c; }

.titulo { font-size:18px; color:#c12724}

span .lista { margin-left:30px;}

.naopago {background-color:#bc2828; color:#fff;}
.naopago a {color:#fff;}

.semdata {background-color:#525252; color:#fff;}
.semdata a {color:#fff;}

.pgtook {background-color:#2ba016; color:#fff;}
.pgtook a {color:#fff;}

.historico {clear:both; text-align:center; padding:5px; background-color:#74b41a; font-size:13px; margin-top:10px; border:1px solid #2ba016;}
.historico a {display:block; color:#fff;}

/* ------- TAGS ------- */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6c6c6c;
	margin:0;
	background-color:#f2f2f2;
	line-height:2em;
}

h1 {}

h2 {}

h3 {}

a {color:#6c6c6c; text-decoration:underline}
a:hover {text-decoration:none}

a img {border:none}

form {margin:0;}

input[type=text], input[type=password], input[type=button], input[type=submit],
select, textarea {border:1px solid #e2e2e2; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; padding:4px 9px;}

input.botao {background-image:url(../imagem/botao-fundo.jpg); color:#fff;}
input.admin {border:none;}

div.int {width:950px; margin:0 auto;}