#bl_carregando {
    position: fixed !important;
    position: absolute;
    background-color: Yellow;
    color: Blue;
    width: 100%;
    height: 100%;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    opacity:0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
}


.carregando{
  background-image:url(../images/carregando2.gif);
  background-repeat:no-repeat;
  height:40px;
  width:40px;
  border:0px;  
}

.alterar{
  background-image:url(../images/alterar.gif);
  background-repeat:no-repeat;
 /* height:35px;
  width:35px;*/
  border:0px;  
}
.excluir{
  background-image:url(../images/excluir.gif);
  background-repeat:no-repeat;
 /* height:35px;
  width:35px;*/
  border:0px;  
}



.edit{
  
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#595858;
  text-align:left;
  font-family:Arial;
  font-size:10px;
  height:15px;
}

.edit_pesq_cli{
  
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#C5C5C5;
	border-style:solid;
	color:#595858;
	text-align:left;
	font-family:Arial;
	font-size:10px;
	height:17px;
}

.textarea {
  
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#595858;
  text-align:left;
  font-family:Arial;
  font-size:10px;
}


.number{
  
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#595858;
  text-align:right;
  font-family:Arial;
  font-size:10px;
  height:17px;

}


.text{
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#EE0000;
  text-align:center;
  font-family:Tahoma;
  font-size:13px;
  height:17px;
  background-color:#E0E0E0;
  vertical-align:center;
  font-weight:bold;
}

.text_hidden{
  
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#969696;
  text-align:left;
  font-family:Tahoma;
  font-size:11px;
  height:17px;
  background-color:transparent;
  vertical-align:center;
  font-weight:bold;
}

.text_hidden_viajantes{
  
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#969696;
  text-align:center;
  font-family:Tahoma;
  font-size:11px;
  height:17px;
  background-color:transparent;
  vertical-align:center;
}

.number_hidden{
  
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#969696;
  text-align:right;
  font-family:Tahoma;
  font-size:11px;
  height:17px;
  background-color:transparent;
  vertical-align:center;
  font-weight:bold;
}

.number_hidden_especial{
  
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  border-color:#C5C5C5;
  border-style:solid;
  color:#EE0000;
  text-align:right;
  font-family:Tahoma;
  font-size:13px;
  height:17px;
  background-color:transparent;
  vertical-align:center;
  font-weight:bold;
}



.checkbox{
  
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-color:transparent;
  border-style:solid;
  color:#595858;
  text-align:left;
  font-family:Arial;
  font-size:10px;
  height:17px;

}


body.popup{
  margin-left:0px;
  margin-top:0px;
  padding-left:0px;  
  padding-top:0px;  
  _scrollbar-arrow-color:#1C1C1C;
  _scrollbar-3dlight-color:#B5B5B5;
  _scrollbar-highlight-color:#fff;
  _scrollbar-face-color:#eee;
  _scrollbar-shadow-color:#363636;
  _scrollbar-darkshadow-color:#eee;
  _scrollbar-track-color:#FFFFFF;
 }

.label{
  color:#595858;
  text-align:left;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  
}

.subtitulo{
  color:#595858;
  text-align:center;
  font-family:Tahoma, Arial;
  font-size:14px;
  font-weight:bold;
  border-style:solid;
  border-top-width:1px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
  background-color:#FCFBFC;
}



p:first-letter
{
  font-weight:bold;
  font-size:20px;;
}



.degrade{
	background-image:url('../images/degrade_vermelho.gif');
	height:22px;
	color:white;
	font-family:Verdana;
	font-size:15px;
	width:980px;
	text-Align :left;
}


.button_circle{
	background-image: url('../images/botao_redondo.gif');
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	border-width:0px;
	background-color:transparent;
	cursor:pointer;
}

.combobox option{
  

  color:#595858;
  background-color:#F5F5F5;	
	

}
.button{

  border-width:0px; 
  font-weight:bold;
  width:110px;
  height:18px;
  font-size:13px; 
  background-image:url('../images/btn_change.gif');
  background-repeat:no-repeat;
  cursor:pointer;
  color:#313131;
  background-color:#F0F0F0;
  background-position:center left;
  font-weight:normal;
  white-space:nowrap;
  Filter: Blur(Direction=200, Strength=2);
  font-weight:bold;
  font-family:serif;
  text-align:center;    
}

.coluna{
  color:#595858;
  text-align:left;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  background-color:#F5F5F5;  
}

.pesquisa{
  
border-style:solid;
border-top-width:1px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
background-color:#FCFBFC;
border-color:#ECE9E8;
}

.rodape
{  
border-color:#ECE9E8;  
border-style:solid;
border-top-width:1px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:1px;
padding-top:1.5px;
margin-top:0px;
text-align:right;
height:25px;
}

font.cp_obg				{	color		: red;
							font-weight	: bold;
							font-size	: 16px;
							font-family	: Arial, Verdana; }	
