/* Fonte */
.fonte	{font-family:Arial;font-size:8pt;}
.bold {font-weight:bold;}
/* Bordas */
.borda	{border:1px solid #CAD1E3;}
.bordaT	{border-top:1px solid #CAD1E3;}
.bordaB	{border-bottom:1px solid #CAD1E3;}
.bordaL	{border-left:1px solid #CAD1E3;}
.bordaR	{border-right:1px solid #CAD1E3;}
/* Alinhamento */
.right	{text-align:right;}
.left	{text-align:left;}
.center {text-align:center;}
.middle {vertical-align:middle;}
.bottom {vertical-align: bottom}
.top	{vertical-align:top;}
/* alturas */
.hP {height:16px;}
.h1 {height:1px;}
.h20 {height:20px;}
.h30 {height:30px;}
.h40 {height:40px;}
.h50 {height:50px;}
.h100 {height:100px;}
.h200 {height:200px;}
/* Larguras */
.l10		{width:10px;}
.l20		{width:15px;}
.l25		{width:25px;}
.l30		{width:30px;}
.l35		{width:35px;}
.l40		{width:40px;}
.l50		{width:50px;}
.l60		{width:60px;}
.l70		{width:70px;}
.l80		{width:80px;}
.l80pc		{width:80%;}
.l90pc		{width:90%;}
.l90		{width:90px;}
.l100		{width:100px;}
.l100pc		{width:100%;}
.l120		{width:120px;}
.l140		{width:140px;}
.l200		{width:200px;}
.l220		{width:220px;}
.l250		{width:250px;}
.l300		{width:300px;}
.l320		{width:320px;}
.l350		{width:350px;}
.l400		{width:400px;}
.l500		{width:500px;}
.l600		{width:600px;}
/*Posicionamento*/
.absolute	{position:absolute;}
.relative	{position:relative;}
/* links */
.link A           {cursor: hand; color: #CC3333; font-size:10pt; text-decoration: none;}
.link A:link      {cursor: hand; color: #CC3333; font-size:10pt; text-decoration: none;}
.link A:visited   {cursor: hand; color: #CC3333; font-size:10pt; text-decoration: none;}
.link A:hover     {text-decoration: underline;}

/* View */
.tableView { width:100%; margin-top:5px; border:0; margin-bottom:30px;}
.view { width:100%; height:300px; text-align: left; vertical-align:top; }
.viewTexto { width:100%; height:300px; text-align:justify; text-align: left; vertical-align:top; padding-top: 20px; font-family:Tahoma,Arial; font-size:10pt; }

/* Botoes */
#botoes{HEIGHT: 26px; width:100%;  border-top:1px solid #CAD1E3; text-align:left; vertical-align:top;}
.botaoCAEPI{margin-left:4px; margin-top:3px; vertical-align:middle;}
.botao{background-color:#ece9d8;border:1px solid #CAD1E3;font-family:Arial;font-size:8pt;height:20px;}

/* DataGrid */
.datagrid{font-family:Arial;font-size:8pt;border:1px solid #ffffff; width:90%;}
.dgHeader{background-color:#f9f6f1;color:#000000;font-weight:bold;font-size:9pt;height:18px;border-bottom:1px solid #ece9e8;border-top:1px solid #ffffff;}/*bgheader fdccfa linhas ece9e8*/
.dgAltItem{background-color:#ffffff;border-bottom:1px solid #ece9e8;height:18px;border-top:1px solid #ece9e8;}
.dgItem{background-color:#ffffff;border-bottom:1px solid #ece9e8;height:18px;border-top:1px solid #ece9e8;}
.dgSelectedItem{background-color:#fedab8;border-bottom:1px solid #ece9e8;height:18px;border-top:1px solid #ece9e8; }

/* Table */
.tableForm{font-family:Arial;font-size:8pt;border:0; width:90%;}


/* CaixaMensagem */
.caixaMensagem_abaMensagem{ background-color: #FFFFFF; text-align: center;border:1px solid #CAD1E3;}
.caixaMensagem_Titulo{padding-left:10px; BACKGROUND-COLOR: #ec0000; text-align:left; vertical-align:middle; color:#FFFFFF; 
	font-family:Arial;font-size:8pt; font-weight:bold; height:20px;border-bottom:1px solid #ece9e8;}
.caixaMensagem_Scroll{font-family:Arial;font-size:8pt;overflow:auto; width:280px; height:100px; background-color:#fbfcfd;}
.caixaMensagem_Botoes{height:26px; text-align:center; vertical-align:top;}

img {border:none;}


