/*TABELAS*/
table {
	border:none;
	padding:0px 0px;
	border-collapse:collapse;
; clip:  rect(   )
}

th {
	padding:0 0px 0 0px;
	color: #FFFFFF;
	background: #c40000 repeat-x ;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	height=25;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
; line-height: 25px
}
.forms {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
}

th a, th a:hover {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

th a.desc {
	background-image:url(imagens/ordenar_contra.png);
	background-position:98%;
	background-repeat:no-repeat;
}

th a.asc {
	background-image:url(imagens/ordenar.png);
	background-position:98%;
	background-repeat:no-repeat;
}

th span {
	background-repeat:no-repeat;
	background-position:100% 0;
	display:block;
	padding:4px 0 4px 0;
	font-size:0.78em;
}

tr.linha_impar {
	background-color:#F9F9F9;
}

tr.linha_par {
	background-color:#ECF5FF;

}

td {
	padding: 0px 0px;
; clip:   rect(   )
}

.paginacao {
	cursor:pointer;
}

#carregando {
	position:absolute;
	-moz-opacity:0.6;
	filter:alpha(opacity=60);
	opacity:0.6;
	left:0;
	top:0;
	width:100%;
	min-height:100%;
	z-index:2;
	color:#FFF;
	display:none;
	background:transparent;
}

/*fix position fixed mozilla*/
body > div#carregando {
	position: fixed;
}

* html body #carregando {
	height:100%;
	width:100%;
	}
	
#carregar {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	background-color:#f4f5eb;
	width:400px;
	min-height:125px;
	z-index:3;
	display:none;
	cursor:default;
}

* html body #carregar {
	height:125px;
}

/*fix position fixed mozilla*/
body > div#carregar {
	position: fixed;
	left:50%;
	top:50%;
	margin:-52px 0 0 -200px;
}

#carregar .titulo {
	position:relative;
	text-align:center;
	margin-top:0;
	padding:4px 0 0 10px;
	font-weight:bold;
	color:#Fdd;
	text-align:left;
	background-repeat:repeat-x;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: bold;
	height:26px;
}

#carregar span.fechar {
	position:absolute;
	width:19px;
	right:5px;
	top:0;
}

#carregar span.fechar a {
	cursor:pointer;
}

#carregar .imagem {
	position:relative;
	padding:5px 0 0 20px;
}

#carregar .confirma {
	text-align:right;
	padding:5px 20px 0 0;
}

#carregar input {
	width:100px;
}

.loading {
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px 0 0 -8px;
}

/*Classes da Dialog de confirmação*/

.titulo {
	background-color:#c40000
}

.fechar {
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	display:block;
}

/* links  */
a:link { 
	color:#105289;
	text-decoration:none;
 } 
