
/* CSS Document */
html{
/*	background:url(../gfx/bg1px.jpg) center top repeat-y;*/
	font-family:Tahoma;	
	font-size:11px;
	text-align:justify;
	color:#00439a;

}
body{
	margin:0px auto; 
	background:url(../gfx/bg.jpg) center top no-repeat;
	line-height:18px;
	background-color:#04366e;
}


#geral{
	margin:0px auto;
	width:989px;
}
#subgeral{
	background:url(../gfx/bg_centro.jpg) center top no-repeat;
	background-color:#FFFFFF;
	min-height:520px;
	_height:520px;
	margin-left:15px;
	margin-right:17px;
	clear:both;
}

#conteudo{
	width:700px;
	padding-top:40px;	
	float:left;
}

#esquerda{
	position:absolute;
	width:246px;
}

#topo{
	position:absolute;
	padding-left:246px;
	width:743px;
	height:273px;

}
#menu{
	width:216px;
	height:306px;
	padding-left:30px;
	_margin-top:-40px;
}
#logo{
	width:246px;
	height:142px;
}

#rodape{
	clear:both;
}

.titulo{
	font-size:12px ;
	color:#a20742;
	text-align:left;
	font-weight:normal;
}

.data{
	color:#FFFFFF; 
	font-size:10px;
	font-weight:normal;
}

.data:hover{
	color:#FFFFFF; 
}
 
.colorTitulo{
	color:#a20742;
}


#emptyDiv{
	clear:both;
	height:10px;
	padding-top:10px;
	padding-bottom:10px;

}

.link{
	font-size:11px;
	font-weight:normal;
}
.normalFont
{
	font-family: Tahoma;
	font-size:11px;
	color:#00439a;
	font-weight:normal;

}

.linkOportunidade
{
	text-decoration:none;
	font-family: Tahoma;
	font-size:12px;
	color:#00439a;
	font-weight:normal;
}

.linkOportunidade:hover
{
	text-decoration:none;
	font-family: Tahoma;
	font-size:12px;
	color:#a20742;
	font-weight:normal;
}

a{ 
	text-decoration:none;
	font-family: Tahoma;
	font-size:12px;
	color:#a20742;
	font-weight:normal;
}

a:hover {
	color:#00439a;
}
input, textarea{
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#1b3a4c;
	
}

#hover img{
	display:none;
}

.normal #hover{
	display:none;
}

.hover #normal{
	display:none;
}

.hover{
	margin-bottom:-3px;
	cursor:pointer;
}

img{border:0px;}
img,input{ /*IE sucks! must have a code to make png alpha opacity works*/
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ?
	  this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
	 :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}