@charset "utf-8";
/* CSS Document */

body{ background:url(../images/fundo.png);}
img{ border:none;}
.t10{ font-size:10px;}
.t11{ font-size:11px;}
.t12{ font-size:12px;}
.t13{ font-size:13px;}
.t14{ font-size:14px;}
.t15{ font-size:15px;}
.t16{ font-size:16px;}
.t17{ font-size:17px;}
.t18{ font-size:18px;}
.t19{ font-size:19px;}
.t20{ font-size:20px;}

.cxtxt{width:100%; background:#f3f3f3; height:15px; border:none; font-size:10px;}

.arial{font-family:Arial, Helvetica, sans-serif;}
.arialn{font-family:"Arial Narrow", Arial, Helvetica, sans-serif;}
.verdana{font-family:Verdana, Arial, Helvetica, sans-serif;}

.cxtexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background-color: #F9F9F9;
	border: 1px solid #999;
}

.linha{text-decoration:underline;}
.slinha{text-decoration:none;}

.cinza6e{color:#6e6e6e;}
.cinza42{color:#424242;}
.branco{color:#FFFFFF;}
.preto{color:#000000;}
.cinza61{color:#615F53;}
.cinzaf3{color:#f3f3f3;}
.cinza84{color:#848484;}
.vermelho{color:#FF0000;}

.bold{font-weight:bold;}

.dir5{padding-right:5px;}
.dir10{padding-right:10px;}
.dir15{padding-right:15px;}
.dir20{padding-right:20px;}
.dir25{padding-right:25px;}
.dir30{padding-right:30px;}

.esq5{padding-left:5px;}
.esq10{padding-left:10px;}
.esq15{padding-left:15px;}
.esq20{padding-left:20px;}
.esq25{padding-left:25px;}
.esq30{padding-left:30px;}

.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top15{padding-top:15px;}
.top20{padding-top:20px;}
.top25{padding-top:25px;}
.top30{padding-top:30px;}

.bot5{padding-bottom:5px;}
.bot10{padding-bottom:10px;}
.bot15{padding-bottom:15px;}

.fluxo{
	width:250px;
	background-color:#E1F0FF;
	border: 1px solid #FFA8A8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.cur_mao{
	cursor:pointer;
}
.success, .fail, .information, .attention {
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
}

.success 				{ background-color: #D5FFCF; border: 1px solid #97FF88; color: #009900; background-image: url(../images/accept.png);}
.fail 					{ background-color: #FFCFCF;border: 1px solid #FF9595;color: #CC3300; background-image: url(../images/delete.png);}
.information 			{ background-color: #DCE3FF;border: 1px solid #93A8FF;color: #0033FF; background-image: url(../images/information.png);}
.attention 				{ background-color: #FFFBCC;border: 1px solid #FFF35E;color: #C69E00; background-image: url(../images/warning.png);}

