/*Estilos de Tags Html*/
a:link{
	color: #285072;
	text-decoration:underline;
}

a:visited {
	color: #609EC4;
	text-decoration: underline;
}

a:hover {
	color :#B58AEE;
	text-decoration: underline;		
}


body {
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	margin:0px;
	background-color: #006699;
}
	
	
h3{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:17px;
	margin:0px; 
	padding:0px;
	font-weight:bold;
	
}

h1{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:17px;
	margin:0px; 
	padding:0px;
	font-weight:bold;
}

h4{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:20px;
	margin:0px; 
	padding:0px;
	font-weight:bold;
}

h5{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:13px;
	margin:0px; 
	padding:0px;
	font-weight:bold;
}

hr{
	color:#40A1E1;
	border-style:solid;
	height:2px;
	margin:0px;
	padding:0px; 
}


.textoContato{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:17px;
	margin:0px; 
	padding:0px;
	font-weight:normal;
}

.tblForm{
	border-color:#40A1E1;
	border-bottom-style:solid;
	border-top-style:solid;
	border-width:0px;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

.cor1{
	background-color:#DEEEFF;
}

.cor2{
	background-color:#EFF7FF;
}


/*Estilos da Tabela do Site*/

.menuSite{
	font-size:14px;
	font-weight: bold;
	height:30px;
	width:95%;
	color:#0A4768;
}

.menuSite td{
	text-align:center;
}

.menuSite td a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.menuSite td a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menuSite td a:hover{
	color:#55FF55;
	text-decoration:none;
}



.menuCyberSquare{
	font-size:14px;
	font-weight: bold; 	
	height:30px;
	width:95%;
	color:#0A4768;
}

.menuCyberSquare td{
	text-align:center;
	border-bottom-color:#0082D6;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

.menuCyberSquare td a:link{
	color:#0082D7;
	text-decoration:none;
}

.menuCyberSquare td a:visited{
	color:#0082D7;
	text-decoration:none;
}

.menuCyberSquare td a:hover{
	color:#DF9200;
	text-decoration:none;
}


.tblProgramaPrincipal{
	width:75%;	
}
.tblProgramaTopLeft{
	background-image:url(../images/awd_r1_c1.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:8px; 
}

.tblProgramaTopRight{
	background-image:url(../images/awd_r1_c6.jpg);
	background-repeat:no-repeat;
}

.tblProgramaLeftStretch{
	background-image:url(../images/awd_r2_c1.jpg);
	background-repeat:repeat-y;
	height:113px;
	width:13px; 
}

.tblProgramaRightStretch{
	background-image:url(../images/awd_r2_c6.jpg);
	background-repeat:repeat-y;
	width:13px;
}

.tblProgramaLeftDown{
	background-repeat:no-repeat;
	background-image:url(../images/awd_r6_c1.jpg);
	width:13px;
	height:74px;
}

.tblProgramaRightDown{
	background-repeat:no-repeat;
	background-image:url(../images/awd_r6_c6.jpg);
	width:13px; 
	height:74px;
}

.tblProgramaLeftMiddle{
	background-repeat:no-repeat;
	background-image:url(../images/middle_left.jpg);
	background-position:left;
	width:2%;
}

.tblProgramaRightMiddle{
	background-repeat:no-repeat;
	background-image:url(../images/middle_right.jpg);
	background-position:right;
	width:2%;
}

.tblProgramaMiddle {
	background-image:url(../images/awd_r6_c3.jpg);
	background-repeat:repeat-x ;
	width:96%;
}


/*
*
*****************
*****************
* Estilos do Site
*****************
*****************
*
*/

.fontePequena{
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 8px;
	color: #0099CC;
}

.fonteMedia{
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 10px;
	color: #0099CC;
}

.conteudo {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 12px;
	color: #006699;
}


.linkBranco {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 11px;
	color:#FFFFFF;
}

.linkBranco a:link {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:white;
}

.linkBranco a:visited {
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	color:white;
}


.linkBranco2 {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 11px;
	color:#FFFFFF;
}

.linkBranco2 a:link {
	text-decoration:none;
	font-size:11px;
	color:white;
}

.linkBranco2 a:visited {
	text-decoration:none;
	font-size:11px;
	color:white;
}


.linkLingaRodape {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 11px;
	font-weight:bold;
	color:#0A4768;
}

.linkLingaRodape a:link {
	text-decoration:none;
	font-size:11px;
	color:#0A4768;
	font-weight:bold;
}

.linkLingaRodape a:visited {
	text-decoration:none;
	font-size:11px;
	color:#0A4768;
	font-weight:bold;
}

.linkLingaRodape a:hover {
	text-decoration:none;
	font-size:11px;
	color:White;
	font-weight:bold;
}




.fundoConteudo{
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.fundoConteudoBranco{
	background-color:#FFFFFF;
}

.fundoTopoFlash{
	background-color:#0082D7;
	background-image:url(../images/bgtopo.jpg);
	background-repeat:repeat-x;
}

.bordaMenu{
	background-color:#0082D7;
	border-style:solid;
	border-bottom-color:#40A1E1;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	height:26px;
	padding:4px;
	padding-left:12px;
}

.textbox {
	margin-top: 1px;
	margin-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
	background-color:#FFFFFF;
	/*height:15px;
	padding: 1px;*/
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 11px;
	text-align: left;
	color: #006699;
}

.textbox:focus{
	border: 1px solid #00CC00;
}

.textboxRendaExtra {
	margin-top: 1px;
	margin-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	background-color:#FFFFFF;
	height:18px;
	padding-left: 2px;
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 12px;
	text-align: left;
	color: #006699;
}

.textboxRendaExtra:focus{
	border: 1px solid #00CC00;
}


.query
{
	margin-top:5px;
	background:transparent url(../images/search.png) no-repeat scroll left top ;
	background-color:#FFFFFF;
	padding-left:18px;
	height:20px;
}

.combobox {
	margin-top: 1px;
	margin-bottom: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
	background-color:#FFFFFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 11px;
	text-align: left;
	color: #006699;
}

.combobox:focus{
	border: 1px solid #00CC00;
}

.red{
	color:Red;
	font-weight:bold;
}



.botao{
	font-weight:bold;
	cursor:pointer;
}

.botaoPacote{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/botao_calcular.gif);
	background-repeat:no-repeat;
	background-position: right top;
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	color:#0082D7;
	font-size:14px;
	margin:0px; 
	padding:0px;
	font-weight:bold;	
	height:52px;
}

.botaoBranco{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/cmd.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

.botaoRefresh{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/Mail.png);
	background-repeat:no-repeat;
	background-position: left top;
}

.botaoCalc{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/calc.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

.botaoVoltar{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/back.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

.botaoDelete{
	background-color:#FFFFFF;
	border-style:none;
	font-weight:bold;
	cursor:pointer;
	background-image:url(../images/delete.png);
	background-repeat:no-repeat;
	background-position: right top;
}


/* Estilo Grid*/
.Par {
	background-color:#EFF3FB;
	font-size:11px;
	font-family:Arial;
}
.Par:hover {
	background-color:#D1DDF1;
}

.mouse{
	background-color:White;
	font-size:11px;
	font-family:Arial;
}
.mouse:hover{
	background-color:#D1DDF1;
}

.cabecalho{
	background-color:#507CD1;
	font-weight:bold;
	color:White;
	text-align:left;
	font-size:11px;
	font-family:Arial;
	text-transform:uppercase;
}

.rodape{
	background-color:#507CD1;
	font-size:15px;
	font-weight:bold;	
	color:White;
}

.rodape a:link {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#D1DDF1;
}

.rodape a:visited {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	color:white;
}

.rodape a:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	color:white;
}               

.tabela{
	color:#006699;
	border-color:#507CD1;
	border-style:solid;
	border-width:0px;
}

.upperCase{
	text-transform:uppercase;
}

/* Flags */

.flags a {
	float:left;
	width:130px;
	height:100px;
}


/* ÍCONES */

.icones {
	padding-left:30px;
	padding-right:30px;
}

.icones a {
	display:block;
	width:140px;
	height:65px;
	padding:10px 10px 150px 10px;
	font-size:14px;
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:10px;
	border: 1px solid #E6EEF3;
	text-align:center;

}


.icones a:link {
	color:#838281;
	text-decoration:none;

}

.icones a:visited {
	color:#838281;
	text-decoration:none;
	
}

.icones a:hover {
	color:#838281;
	text-decoration:none;
}

.icones a:active {
	color:#838281;
	text-decoration:none;
	
}


/* ÍCONES PRODUTO */

.iconesProduto {
	padding-left:0px;
	padding-right:0px;
}

.iconesProduto a {
	display:block;
	width:40px;
	height:30px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	margin-right:14px;
	margin-top:5px;
	margin-bottom:1px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#FFF;
	background-color:#fff;
}


.iconesProduto a:link {
	color:#838281;
	text-decoration:none;
	border-color:#ccc;
}

.iconesProduto a:visited {
	color:#838281;
	text-decoration:none;
	border-color:#ccc;
}

.iconesProduto a:hover {
	color:#838281;
	background-color:#fff;
	text-decoration:none;
	border-color:#00CC00;
}

.iconesProduto a:active {
	color:#838281;
	text-decoration:none;
	
}

/* ÍCONES VALORES */

.iconesValor {
	padding-left:30px;
	padding-right:30px;
}

.iconesValor span {
	display:block;
	width:120px;
	height:40px;
	padding:18px 3px 3px 3px;
	font-size:20px;
	background-repeat:no-repeat;
	float:left;
	margin-right:14px;
	margin-top:10px;
	text-align:center;
	border-width:5px;
	border-style:solid;
	border-color:#ccc;
	background-color:#fff;
	cursor:pointer;
	color:#838281;
}

.iconesValor span:hover {
		
	background-color:#fff;
	border-color:#B58AEE;
}

.cirulo
{

	
	float:right;
	position:relative;
	left:0px;
	top:0px;
	font-weight: bold;
	font-size: 18px;
	font-family:Arial;
	color:#fff;
	background-image:url(../images/renda-extra/circulo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:7px;
	height:41px;
	width:46px;	
	background-color: transparent;
	line-height: 18px;
	overflow: visible;
	margin-right: -6px;
	text-align:center;	
	
	
}









.ciruloTelaProdutos
{
	float:right;
	position:relative;
	left:0px;
	top:0px;
	font-weight: bold;
	font-size: 10px;
	font-family:Arial;
	color:#fff;
	background-image:url(../images/renda-extra/circulo.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:7px;
	height:41px;
	width:46px;	
	background-color: transparent;
	line-height: 18px;
	margin-right: -6px;
	text-align:center;
}



.ciruloTelaProdutos span
{
	font-size: 18px;
	line-height: 17px;

}

.valorAdicionado
{
	background-image:url(../images/renda-extra/check.gif);
	background-position:right top;
}

.totalResultadoValores{
	font-size:18px;
	font-weight:bold;
	padding-right:30px;
	padding-top:10px;
}

.td_msg{
	padding: 1px;
	font-family: Arial,Verdana , Helvetica, sans-serif;
	font-size: 12px;
	background:#FFF1A8;	
	height:24px;
	font-weight:bold;
}

.tdEsquerdaMsg{
	background-image:url(../images/msg_l.gif);
	
	background-repeat:no-repeat;
}

.tdDireitaMsg{
	background-image:url(../images/msg_r.gif);
	background-repeat:no-repeat;
}

.siteMap {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size: 7.3pt;
	color:#7788A0;
}

.siteMap a:link{
	color: #0082D7;
	text-decoration:none;
}

.siteMap a:visited {
	color: #0082D7;
	text-decoration: none;
}

.siteMap a:hover {
	color :#0082D7;
	text-decoration: underline;
}


.pathSeta{
	background-image:url(/site/images/breadCrumb.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.imgRendaExtra
{
	border-style:solid;
	border-width:2px;
	border-color:#fff;
}

.imgRendaExtra:hover {
	border-style:solid;
	border-width:2px;
	border-color:#00CC00;
}	
	
.img {
	border-style:solid;
	border-width:2px;
	border-color:White;
	
}

.img:hover {
	border-style:solid;
	border-width:2px;
	border-color:#00CC00;
}

.imgEscuro {
	border-style:solid;
	border-width:1px;
	border-color:#24C9FF;
	
}

.imgEscuro:hover {
	border-style:solid;
	border-width:1px;
	border-color:#00CC00;
}




div#half-pay {
	float:left;
	background: #F8FBF2;
	border: 1px solid #C9E7A1;
	margin:30px 0 20px 0;
	@margin:15px 0 20px 0;
	padding: 10px ;
	width: 516px;
}
*html div#half-pay{
	margin:20px 0 0 0;
}

div#half-pay p {
	font: bold 12px arial;
	color: #338604;
	}
div#half-pay ul {
	/*margin-left: 3px*/
	_margin-left: -10px;
	}
div#half-pay li {
	font: 10px arial;
	color: #000;
	text-align: center;
	margin: 8px 11px 6px 11px;
	line-height: 11px;
	height:61px;
	float: left;
	}
div#half-pay li.last {
	margin-right: 0px;
	}
div#half-pay span {
	display:block;
	height:20px;
	margin-top:6px;
	}
div#half-pay img.duas-linhas {
	margin-top:4px;
	}
div#half-pay a {
	display: block;
	/*width: 52px;
	height: 48px;*/
	width: 57px;
	height: 55px;
	padding: 3px;
	color: #666664;
	text-decoration: none;
	/*background: url(https://pagseguro.uol.com.br/img/half-pay/box_out.gif) no-repeat;*/
	background: url('https://pagseguro.uol.com.br/img/half-pay/bg-half-pay.gif') no-repeat left top;
	overflow: hidden;
	}
div#half-pay a:hover {
	background: url('https://pagseguro.uol.com.br/img/half-pay/bg-half-pay.gif') no-repeat left bottom;
	color: #000;
	}
	
	
.imgCalendar{
	cursor:pointer;
}


.frameError {
    background: #fcc url(/site/images/error_24x24_red.png) no-repeat 10px 10px;
    padding: 14px 10px 10px 44px;
    font-size:12px;
    clear: both;
}
.frameWarning {
    background: #fffae5 url(/site/images/warning_24x24_yellow.png) no-repeat 10px 10px;
    padding: 14px 10px 10px 44px;
    font-size:12px;
    clear: both;
}
.frameSuccess {
    color: #525252;
    padding: 14px 10px 10px 44px;
    background: #e9fad0 url(/site/images/okay_24x24_green.png) no-repeat 10px 10px;
    font-size:12px;
    clear: both;
}

.frameNotification {
    color: #525252;
    padding: 14px 10px 10px 44px;
    background: #dff7fc url(/site/images/notification_24x24_blue.png) no-repeat 10px 10px;
    font-size:12px;
    clear: both;
}


.quadroBranco{
	background-color:#FBFBFB;
	border-color:#F4F4F4;
	border-style:solid;
	border-width:1px;
	padding: 15px 15px 15px 15px;
}

.quadroRecurso{
	background-color:#91FFE9;
	border-color:#00F4C4;
	border-style:solid;
	border-width:1px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}

.quadroRecurso1
{
		background-color:#FBFBFB;
	border-color:#F4F4F4;
	border-style:solid;
	border-width:1px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
}


.comentarioData
{
	font-size:10px;	
	color:#0082D7;
}

.tachado {
	text-decoration: line-through;
}

#google_translate_element a:link {
	color:#006699;
}

div.sTitulo  { 
	position:absolute;
	top:-1px;
	left:-1px;
	color:#fff;
}

div.sSombra {
	position:relative;
	color:#003399;
}


.roundedDivLaranja .header ul {				 
	background: url(/site/images/canto2.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivLaranja .header ul li {
	float: right;
	background: url(/site/images/canto2.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
 
.roundedDivLaranja .footer ul {
	background: url(/site/images/canto2.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivLaranja .footer ul li {				 
	float: right;				 
	background: url(/site/images/canto2.gif) 0px 0px no-repeat;				 
	width: 15px;				 
	line-height: 15px;				 
}
 
.roundedDivLaranja {				 
	width: 100%;				 
	background: #EAB800;				 
	color: #000;				 
}
 
#contentLaranja {				 
	padding: 0 15px;				 
	display: block;				 
}


.roundedDivClaro .header ul {				 
	background: url(/site/images/canto3.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivClaro .header ul li {
	float: right;
	background: url(/site/images/canto3.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
 
.roundedDivClaro .footer ul {
	background: url(/site/images/canto3.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivClaro .footer ul li {				 
	float: right;				 
	background: url(/site/images/canto3.gif) 0px 0px no-repeat;				 
	width: 15px;				 
	line-height: 15px;				 
}
 
.roundedDivClaro {				 
	width: 100%;				 
	background: #E9FAD0;				 
	color: #000;				 
}
 
#contentClaro {				 
	padding: 0 15px;				 
	display: block;				 
}




.roundedDivAzul .header ul {				 
	background: url(/site/images/canto1.gif) -15px -15px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivAzul .header ul li {
	float: right;
	background: url(/site/images/canto1.gif) 0px -15px no-repeat;
	width: 15px;
	line-height: 15px;
}
 
.roundedDivAzul .footer ul {
	background: url(/site/images/canto1.gif) -15px 0px no-repeat;
	height: 15px;
	list-style: none;
	margin: 0;
}
 
.roundedDivAzul .footer ul li {				 
	float: right;				 
	background: url(/site/images/canto1.gif) 0px 0px no-repeat;				 
	width: 15px;				 
	line-height: 15px;				 
}
 
.roundedDivAzul {				 
	width: 100%;				 
	background: #00CCFF;				 
	color: #000;				 
}
 
#contentAzul {				 
	padding: 0 15px;				 
	display: block;				 
}	


.tituloQuadro{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size:17px;
	margin:0px; 
	padding:0px;
	font-weight:bold;
}	

.introducaoQuadro
{
	color:#333333;	
}

.corpoQuadro
{
	color:#006699;
}


.BotaoRendaExtra{
	background-image:-ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1');
	background-color:#f5f5f5;
	background-image:linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image:-o-linear-gradient(top,#f5f5f5,#f1f1f1);
	border:1px solid #dcdcdc;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-radius:2px;
	color:#666;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:29px;
	line-height:27px;					
	text-align:center;
}


.BotaoRendaExtra:hover{
	background-color:#f8f8f8;
	background-image:-ms-linear-gradient(top,#f8f8f8,#f1f1f1);						
	background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-webkit-gradient(linear,left top,left bottom, from(#f8f8f8),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	border:1px solid #c6c6c6;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	color:#333
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f8f8',EndColorStr='#f1f1f1');
}




.BotaoRendaExtraAzul{
	background-color:#4d90fe;
	background-image:-webkit-gradient(linear,left top,left bottom, from(#4d90fe),to(#4787ed));
	background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image:-ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image:-o-linear-gradient(top,#4d90fe,#4787ed);
	background-image:linear-gradient(top,#4d90fe,#4787ed);
	border:1px solid #3079ed;
	border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;
	display:inline-block;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorStr='#4d90fe',EndColorStr='#4787ed');height:29px;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:29px;
	line-height:27px;					
	text-align:center;
	
}




.BotaoRendaExtraAzul:hover{
	background-color:#357ae8;
	background-image:-webkit-gradient(linear,left top,left bottom, from(#4d90fe),to(#357ae8));
	background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image:-ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image:-o-linear-gradient(top,#4d90fe,#357ae8);
	background-image:linear-gradient(top,#4d90fe,#357ae8);
	border:1px solid #2f5bb7;
	color:#fff;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorStr='#4d90fe',EndColorStr='#357ae8')
}		

.BotaoRendaExtra:focus, .PesquisaRendaExtra:focus{
	border:1px solid #4d90fe;
	outline:none
}

.BotaoRendaExtraAzul:focus{
	border:1px solid #013EA3;
	outline:none
}

.PesquisaRendaExtra{	
	background: #fff; 
	border: 1px solid #0082D7;
	color: #666; 
	padding-left:10px;
	padding-top:4px;
	height:20px;
	font-weight:normal;
	font-size:14px;
}

.PesquisaRendaExtra:hover{
	border-color:#166090;
}


.CampoDataRendaExtra
{
	font-size:10px;
	padding-left:4px;
	height:16px;
}

.FundoAvisoRendaExtra{
	background-image:url(../images/renda-extra/fundo-aviso.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:26px;
	padding-top:5px;
}

.QuadroPequisaRendaExtra{
	font-weight:normal;
	font-size:12px;
	color:#fff;
	height:20px;
	padding:0px;
	margin:0px;
}


.ComboRendaExtra
{
	font-family:Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size:10px;	
	cursor:pointer;
}

.linkBrancoRendaExtra:link {
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
	color:#FFFFFF;
}

.linkBrancoRendaExtra:hover {
	text-decoration:underline;
	font-weight:bold;
	font-size:9px;
	color:#FFFFFF;
}

.linkBrancoRendaExtra:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:9px;
	color:#FFFFFF;
}

.linkBrancoRendaExtra {
	font-family: Arial, Helvetica, sans-serif,tahoma,verdana;
	font-size:9px;
	color:#FFFFFF;
}


.icoSearchSite{
	background-image:url(../images/searchSite.png);
	background-repeat:no-repeat;
	background-position:center;
}

.icoSearchSite:hover{
	background-image:url(../images/searchSite.png);
	background-repeat:no-repeat;
	background-position:center;
}
