/* Folha de Estilos CSS para o SisCpcar
*  Desenvolvido por Hugo Magalhães Nogueira
*  NetRosas Internet
*  webmaster@net-rosas.com.br
*  hugo@dpi.ufv.br
*/

/* CLASSES */
.btnType1
{
	background-image: url(../img/botoes/bg01.png); 
	background-repeat: repeat-x;
	background-color: #8BC9EC; 
	margin-bottom:3px; 
	height: 18px; 
	font-size: 8pt; 
	vertical-align: middle; 
	color: #ffffff; 
	font-family: Verdana; 
	font-weight:bold; 
	border:solid 1px #1C76A6;
}	
.field {	
	background-color: #FAFCFE;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	color:#003366;
	border: 1px solid #4F7EB6;
	text-indent:4px;
}
.fieldDisabled {	
	background-color: #DDDDDD;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	color:#000000;
	border: 1px solid #666666;
	text-indent:4px;
}

.formContainer
{
	width: 740px;
}
.formContainer ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.formContainer ul li
{
	float: left;
	width: 100%;
	display: block;
	height: 35px;
}

.formContainer ul li label
{
	display: block;
	float: left;
	height: 35px;
	width: 250px;
	padding: 4px 10px;
	text-align: right;
}

.formContainer ul li .labelClean
{
	display: inline;
	float: none;
	height: auto;
	width: auto;
	padding: 0px;
	text-align: left;
}

.formContainer ul li label.field
{
	display: inline;
	float: none;
	height: auto;
	width: auto;
	padding: 0;
	text-align: left;
	border: 0;
}

.style1 {	font-size: 16px;
	font-weight: bold;
}
.style3 {	font-size: 10px;
	font-style: italic;
}
.div_etapa {
	margin:5px 5px 5px 12px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#075CB2;
	font-weight:bold;
}

.div_info {
	margin:5px 5px 5px 12px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000033;
	font-weight:bold;
}

.lnkDocs {
	padding:2px 2px 2px 4px;
	background-color:#FF0000;
	color:#FFFFFF;
	text-decoration:none;
	font-family:'Trebuchet MS';
	font-weight:bold;
}

.lnkDocs:hover {
	background-color:#990000;
}

.style16 {font-size: 12px}
.style18 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.style28 {font-size: 11px}
.style29 {color: #FF0000}
.style30 {
	font-size: 10
}

.informacoesIniciais
{
	font-family: verdana;
}
.informacoesIniciais ul
{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.informacoesIniciais ul li
{
	float:left;
	display: block;
	width: 100%;
	padding: 6px 0px 0px 0px;
}
.informacoesIniciais ul li label
{
	float: left;
	font-weight: bold;
	display: block;
	width: 13em;
	text-align: right;
	padding-right: 6px;
	height: 25px;
}

/* TAG's REDEFINITIONS */
body,td,th {
	font-family: Verdana;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}