﻿/*********************************************
			BASE
********************************************/


FORM, P
		{
		margin: 0px;
		padding: 0px;
		display: inline;
		}

BR		
		{
		font-size: 11px;
		}

HR		{
		width: 98.5%;
		border:1px solid #DADADA;
		margin: 0px;
		height: 1px;
		}

			
TABLE, INPUT, 
SELECT, TEXTAREA,
 SPAN
		{	
		font-size: 11px;
		font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
		text-align: left;
		color: #3B3B3B;
		}
LABEL
{
	font-weight:bold;
	font-size: 10px;
	color: #646464;
	
}		
BUTTON
	{
		font-family: Arial;
		color: #E77817
	}

INPUT.image
		{
		display: inline;
		}		
		
SPAN
		{	
		font-size: 100%;
		font-family: Tahoma, Verdana,Arial, Helvetica, sans-serif;
		vertical-align: middle;
		display: inline;
		}		
	
SELECT
		{	
		font-size: 100%;
		}		
		
TEXTAREA
		{
		overflow: auto;
		border-left: 1px solid #559D95;
		border-top: 1px solid #559D95;		
		border-bottom: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;		
		margin-right: 1px;		
		margin-left: 1px;			
		}
		
A		{
		text-decoration: none;
		}	
		
a:active, a:hover, a:link, a:visited
{
	text-decoration: none;
	color:#3B3B3B;
	font-weight:bold;
}	

A	IMG{
		text-decoration: none;
		border: none;
		}		

IMG
		{
		margin: 0px;
		padding: 0px;
		}


FIELDSET
		{
		border:0px;
		border-top: 1px solid #b9b9b9;
		padding-bottom: 5px;
		width: 97.5%;
		vertical-align:top;
		}
		
FIELDSET.fieldgeral
		{
		border: 1px solid #b9b9b9;
		padding:2px;
		padding-bottom:5px;
		margin:0px;
		margin-left:5px;
		}

		
FIELDSET FIELDSET
		{
		width: 97.5%;
		margin-left:10px;
		}		
		
FIELDSET.semcaixa
		{
		border:none;
		
		
		}
		
		
FIELDSET LEGEND
		{
		padding:2px;
		padding-right: 4px;
		padding-left: 3px;
		padding-bottom: 3px;
		font-size: 10px;
		color: #646464;
		margin-top:5px;
		background-repeat:no-repeat;
		background-position:3px;
		font-weight:bold;
		}
		
		
FIELDSET LEGEND2
		{
		padding:2px;
		padding-right: 4px;
		padding-left: 3px;
		padding-bottom: 3px;
		font-size: 10px;
		color: #FF0000;
		margin-top:5px;
		background-repeat:no-repeat;
		background-position:top 2px;
		}

		
FIELDSET FIELDSET
		{
		width: 97.5%;
		margin-left:10px;
		}
		
		
FIELDSET.readOnly
		{
		border: 1px solid #DDDDDD;
		}			
		

FIELDSET.readOnly LEGEND
		{
		background-color: #F3F3F3;
		border: 1px solid #DCDCDC;
		}




/*     LINHA FORM           */

DIV.linhaForm
	{
	height: 40px;
	}

/* hack CSS, para contornar bugs de float no IE e Firefox */
DIV.linhaForm {height:1%;}
DIV.linhaForm:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
/* fim do hack CSS */

DIV.linhaForm DIV
{
	margin-right: 15px;
	margin-left: 12px;
	width:auto;
	float:left;
	padding: 4px 0;
}

DIV.linhaForm DIV INPUT
	{
	clear: left;
	margin-left: 0px;
	margin-top: 3px;
	}

DIV.linhaForm DIV.colC
	{
	float:right;
	margin-right:12px;
	}

DIV.linhaForm DIV.colC INPUT 
	{
	clear: left;
	margin-top:5px;
	}

DIV.linhaForm DIV.colC INPUT.text 
	{
	margin-top:3px;
	}

DIV.linhaForm DIV SPAN
	{
	color: #3B3B3B;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	display: block;
	}

DIV.linhaForm DIV SPAN.arquivo
	{
	width:auto;
	font-weight:bold;
	}

DIV.linhaForm DIV SPAN.checkRadio
	{
	width:auto;
	position:relative;
	top:2px;
	left:1px;
	}

DIV.linhaForm DIV SPAN.checkRadio LABEL
	{
	cursor:pointer;
	float:left;
	page-break-before: avoid;
	}

DIV.linhaForm DIV SPAN.checkRadio LABEL
	{
	float:left;
	cursor:pointer;
	position:relative;
	top:1px;
	}

DIV.linhaForm DIV SPAN.check LABEL
	{
	position:relative;
	top:-18px;
	left:13px;
	}

DIV.linhaForm DIV SPAN.checkRadio INPUT
	{
	clear: none; 
	margin: 0px;
	padding: 0px;
	position:relative;
	top:3px;
	left:-5px;
	}

DIV.linhaForm DIV SPAN.checkbox INPUT
	{
	clear: none; 
	margin: 0px;
	padding: 0px;
	position:relative;
	top:4px;
	left:-3px;
	vertical-align: baseline;
	}

DIV.linhaForm DIV SPAN.checkbox 
	{
	margin:0px;
	position:relative;
	top:-2px;
	cursor:pointer;
	}

DIV.linhaForm DIV SPAN.PoupUpCheckbox INPUT
	{
	clear: none; 
	margin: 0px;
	padding: 0px;
	position:relative;
	top:1px;
	left:-3px;
	}

DIV.linhaForm DIV SPAN.PoupUpCheckbox 
	{
	margin:0px;
	position:relative;
	top:-2px;
	cursor:pointer;
	}


DIV.linhaForm DIV SPAN.chk 
	{
	width:10px;
	}

DIV.linhaForm DIV.labelPequeno SPAN
	{
	width:80px;
	}

DIV.linhaForm DIV.labelDuploMenor SPAN
	{
	width:250px;
	}

DIV.linhaForm DIV.labelDuplo SPAN
	{
	width:300px;
	}

DIV.linhaForm DIV.labelTriplo SPAN
	{
	width:550px;
	}

DIV.linhaForm DIV SELECT
	{
	position:relative;
	top:1px;
	}

DIV.linhaForm DIV.obrigatorio SPAN
	{
	color:red;
	}

DIV.linhaForm DIV.alerta SPAN
	{
	font-weight:bold;
	color:#9D9915;
	}

DIV.linhaForm DIV.alerta INPUT
	{
	background-color: #FFFFF3;
	border: 1px solid #9D9915;
	}

DIV.linhaForm DIV.erro SPAN
	{
	font-weight:bold;
	color:#DE0101;
	}

DIV.linhaForm DIV.erro INPUT
	{
	background-color: #FFEDED;
	border: 1px solid #DE0101;
	}

DIV.linhaForm DIV INPUT.imgButton
	{
	position:relative;
	top:3px;
	}

DIV.linhaForm DIV.subarea SPAN
	{
	font-style:italic;
	color:#A9A9A9;
	position:relative;
	top:10px;
	}

DIV.linhaForm SPAN.Resposta
	{
	margin-right:0px;
	margin-left:5px;
	text-align:left;
	width:auto;
	color:#66C;
	}

DIV.linhaForm SPAN.Pergunta
	{
	margin-right:2px;
	margin-left:12px;
	text-align:left;
	}

DIV.linhaForm INPUT DISABLED
	{
	color:blue;
	}
	
	
		
/* ---------TOOLBAR ---------  */


		
/* -- INPUT --*/

INPUT
	{
	clear: left;
	}

INPUT.obrigatorio
	{
	background-color: #FFCCCC;
	}

INPUT.text
	{
	font-size: 11px;
	color: #383838;
	background-color: #FFFFFF;
	border: 1px solid #9D9D9D;
	margin-right: 0px;
	margin-left: 1px;
	padding-left: 2px;
	}

INPUT.read
	{
	background-color: #e7e7e7;
	color:#656565;
	}

INPUT.read2
	{
	background-color: #F4F4F4;
	border:none;
	color:Black;
	font-weight: bold;
	}

INPUT.obr
	{
	background-color: #E6E8FA;
	}

INPUT.button
	{
	font-size:11px;
	font-weight:bold;
	background-color: #E77817;
	color: #FFFFFF;
	text-align: center;
	padding:2px;
	cursor:hand;
	border:1px solid #db4f19;
	height:14px;
	width: 100px;
	}

INPUT.item
	{
	background-image:none;
	color: #000000;
	background-color:#d4d0c8; 
	border:1px solid #9d9d9d;
	position:relative;
	height:17px;
	text-align:center;
	padding:0px;
	}

INPUT.alerta
	{
	background-color: #FFFFF3;
	border: 1px solid #9D9915;
	}

INPUT.erro
	{
	background-color: #FFEDED;
	border: 1px solid #DE0101;
	}

INPUT.file
	{
	font-size: 11px;
	color: #383838;
	background-color: #FFFFFF;
	border: 1px solid #9D9D9D;
	margin-right: 0px;
	margin-left: 1px;
	padding-left: 2px;
	margin-top: 3px
	}
