/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x                                                            x
x          LUCAS FERREIIRA - lucas_ferr@ibest.com.br         x
x                                                            x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size:12px; 
	
        background-color: #E56A9A ;
        background-image: url(../img/bg_site.jpg) ;
        background-repeat: repeat-y;        
        background-position: center;

        scrollbar-face-color: #E56A9A;
	scrollbar-highlight-color: #E1518A;
	scrollbar-3dlight-color: #E1518A;
	scrollbar-darkshadow-color: #E1518A;
	scrollbar-shadow-color: #E1518A;
	scrollbar-arrow-color: #efefef;
	scrollbar-track-color: #E1518A;
}
body a:link { color:#333333 ; text-decoration:none }
body a:active {	color:#333333 ; text-decoration:none }
body a:visited { color:#333333 ; text-decoration:none }
body a:hover { color:#D91C67 ; text-decoration:none; cursor: hand;
}

/*
xxxxxxxxxxxxxxxxxxxxxxxx PEÇAS GERAIS xxxxxxxxxxxxxxxxxxxxxxx
*/

.TxtBasico { font-size:12px; height:12px;}

.TxtHome { font-size:11px; height:11px;}

.TxtMini { font-size:10px; height:10px;}

.TxtRosa { font-size:12px; height:12px; color: #D91C67;}

.TxtVoltar { 
	font-size:12px; 
	height:10px; ]
	color:#D91C67; 
	background-image: url(../img/ponto_rosa.gif) ; 
	background-repeat: repeat-x;

	text-align: right;
}

.linhaVertical {
	background-image: url(../img/ponto_rosa.gif) ; 
	background-repeat: repeat-y;
}

.TxtVoltar a:link { color:#D91C67; text-decoration:none }
.TxtVoltar a:active { color:#D91C67; text-decoration:none }
.TxtVoltar a:visited { color:#D91C67; text-decoration:none }
.TxtVoltar a:hover { color:#D91C67; text-decoration:none;
}

.TxtBranco { font-size:12px; color: #FFFFFF; text-align: center;}

.TxtTitulo { 
	font-size:12px; 
	color:#12468D;
	font-weight:bold;  
}

.boxAzul{background-color: #F5F8FC;}

.CaixaBranca { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
        cellpadding: 0px; 
        cellspacing: 0px;
        background: #FFFFFF;
}

.caixaPadrao {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9999A2;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9999A2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8E2;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D8D8E2;
	padding: 2;
}

.botaoPadrao {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9999A2;
	border-bottom-color: #9999A2;
	border-top-color: #D8D8E2;
	border-left-color: #D8D8E2;
	cursor: hand;
}
