@charset "utf-8";
/* CSS Document */


body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
	
	
img.borda {
            float:left;
}


h2 {
	font-size:12px;
	font-weight:bold;
	color:#E30129;
	margin:0px;
	margin-bottom:5px;
	margin-top:5px;
	text-align:center;
}


/*.................... CHECK BOX ...............................*/


#containerRadio img
        {
            cursor:pointer;
            _cursor:hand;
        }
		
.checkBox {
	background:url('../imagens/check_ina.gif');
	background-repeat:no-repeat;
	background-position:left;
	cursor:hand;
	cursor:pointer;
	height:20px;
	text-indent:25px;
	line-height:2em;
	float:center;
}

.checkBoxTipo,.checkBoxStatus
{
	position:relative;
}

.checkBoxTipo
{
	left:19px;
}

.checkBoxStatus
{
	left:12px;
}
/*.................... COMBO ...............................*/

.container{
    clear:left;
    float:left;
    height:125px;
    width:170px;
    overflow:hidden;
    position:absolute;
    top:24px;
    *top:26px;
}
		
.containerPrincipal {
	background:url('../imagens/drop_itens_meio.gif');
	float:left;
	height:125px;
	width:125px;
	overflow:hidden;
	position:relative;
}

.containerPrincipalValor {
	width:150px;
}

.containerPrincipal .textoMateria {
	position:absolute;
	width: 133px;
}



.textoMateria p
{
	margin:0px;
	margin-bottom:2px;
	padding-right:10px;
}

.textoMateria p a
{
	color:#4f4f4f;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}


.textoMateria p a:hover
{
	color:#DA251D;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
}

.borda_dir
{
	cursor:hand;
	cursor:pointer;
}

/*.................... COMBO ...............................*/
        
input.comboStyle{
            background:transparent;
            border-width:0px;
            cursor:hand;
            cursor:pointer;
}

.borda_esq {
	position: absolute;
	float:left;
	width:7px;
	height:23px;
	background:url('../imagens/drop_esquerda.gif');
	background-repeat:no-repeat;
	background-position:left;
	}
	
.borda_dir{
	position:relative;
	float:left;
	width:23px;
	height:23px;
	background:url('../imagens/drop_direita.gif');
	background-repeat:no-repeat;
	background-position:left;
	}

.comboInput {
	float:left;
	height:23px;
	width:170px;
}
		
.combo .comboStyle {
	background:url('../imagens/drop_meio2.gif');
	color:#666;
	font-size:11px;
	float:left;
	height:17px;
	padding-left:8px;
	padding-top:5px;
	width:107px;
}

.combo .comboStyleValor
{
	width:140px;
}

.containerCombo
{
	border:solid 1px #F9F7F4;
	margin:0px 0px 10px 20px;
	*margin-bottom:1px;
	position: relative;
}

.containerComboSpan
{
 -moz-margin-start:35px;
}

.containerCombo:after
{
	content:".";
	visibility:hidden;
}


.spanCombos
{
	clear:left;
	display:block;
	float:left;
	padding-top:5px;
	margin-left:12px;
	width:24px;
}
/*.................... SCROLL ...............................*/

.divScroll {
	position: absolute;
	right: 0px;
	height: 122px;
	width: 17px;
	background:url('../imagens/fio_scroll.gif');
	background-repeat:no-repeat;
	background-position:center;
}
		
		
.divSetaUp  {
	cursor:hand;
	cursor:pointer;
	position: absolute;
	right: 0px;
	height: 15px;
	width: 17px;
	background:url('../imagens/seta_scroll_cima.gif');
	background-repeat:no-repeat;
	background-position:center;
}
		
		
.divSetaDown {
	cursor:hand;
	cursor:pointer;
	position: absolute;
	right: 0px;
	top: 100px;
	height: 15px;
	width: 17px;
	background:url('../imagens/seta_scroll_down.gif');
	background-repeat:no-repeat;
	background-position:center;
}



.bg_pagina {
	background:#F8F7F3;
}

   .logo_tabela_borda_parcial{
 	border-color:#E9E6DE;
	border-style:solid;
	border-width:1px;
	border-bottom:0;
  }
  
.logo_tabela_borda_total{
 	border-color:#E9E6DE;
	border-style:solid;
	border-width:1px;
	height: 120px;
  }

.texto_empreend_descri {
	color:#545454;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.8em;
	text-decoration:none;
}

