/*Posicionamento do rodape na base sem passar por cima do conteúdo*/

*
{
	margin:0;
	padding:0;
}

body, html, form { height:100%; } /* Necessário */

#ctl00_ctl00_UpdatePanel{height:100%;}	
.main{height:100%;}

/**/

.carregando
{
    display: none;
    position:absolute;
    top: 0px;
    padding: 5px;
    right:0px;
    font-size: 10px;
    margin-right: 10px;
    background-color:White;
    color: Black;
}

.body
{
	font:14px "Book Antiqua", "Palatino Linotype", Times, Serif;
	color:#000;
}

h2
{
	font-size:22px;
}

h3
{
	font-size:28px;
}

.laranja
{
	color:#f48000;
}

.verde
{
	color:#6f7436;
}

.branco
{
	color:#fff;
}

.cinza
{
	color:#999;
}

/* Início - Css master pages */

.page_position
{
	width:100%;
	position:relative;
	margin:0 auto;
	min-height:100%;
	background:#cdcebd url(/images/com/bg_top.jpg) repeat-x;
}

.conteudo
{
	width:1000px;
	margin:0 auto;
	padding-bottom:135px;
}

.topo
{
	width:1000px;
	height:402px;
}

.full
{
	width:1000px;
}

.topo-corpo
{
	width:1000px;
	height:14px;
	background:url(/images/com/corpo-topo.png) no-repeat;
}

.corpo
{
	width:1000px;
	display:table-cell;
	background:url(/images/com/repeticao.jpg) repeat-y;
}

.corpo .esquerda
{
	width:349px;
	float:left;
}

.corpo .direita
{
	width:650px;
	float:right;
}

.base-corpo
{
	width:1000px;
	height:14px;
	background:url(/images/com/corpo-base.png) no-repeat;
}

.footer
{
	width:100%;
	height:125px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	background:#ececec url(/images/genericas/bg_rodape.jpg) repeat-x;
}

.rodape-container
{
	width:1000px;
	margin:0 auto;
}

.rodape
{
	width:1000px;
}

/* Fim - Css master pages */

/* paginacao */
.paginacao
{
    width: 100%;
    float: left;
    clear: both;
    margin-top:20px;
}
.paginacao ul
{
    width: 100%;
    text-align: right;
}

.paginacao ul li
{
    list-style-type: none;
    margin: 3px;
    display: inline;
}

.paginacao ul li a
{
    padding: 3px;
    color: #fff;
    background-color: #999;
}

.paginacao ul li a:hover
{
    cursor: pointer;
    padding: 3px;
    color: #fff;
    background-color: #666;
}

.paginacao ul li a.selected
{
    cursor: text;
    padding: 3px;
    color: #fff;
    background-color: #333;
}

