BODY {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #0095d7;
	scrollbar-shadow-color: #ffffff;	
	scrollbar-dark-shadow-color: #ff9900;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #0095d7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #ff9900;
	/*background-color:#0095d7;*/
	background-color:#223b8e;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #0095d7;
	font-style: normal	
}     


/*----------------*/
.borda_imagem {
	BORDER: #ff9900 1px solid;
}

/*----------------*/

.borda_cinza {
	BORDER: #72706f 1px solid; 
}
.borda_preta {
	BORDER: #000000 1px solid; 
}
.borda_branca {
	BORDER: #FFFFFF 1px solid; 
}
.borda_corpri {
	BORDER: #e02a00 1px solid; 
}
.borda_corpri_bottom {
	BORDER-BOTTOM: #0095d7 1px solid; 
}
.borda_corpri_pontilhado_right {
	border-right:dotted 1px #bde6f7;
}
.borda_corpri_pontilhado_bottom {
	border-bottom:dotted 1px #bde6f7;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size:12px;
	font-style: italic;
	margin-left: 10px;
	width: auto;
	display: inline;
}
input.required {	border: #D7D7D7 1px solid;
	font-family: Tahoma;
	font-size: 12px;  
	font-color: #000000; }
	
input.required:focus { border: #DA251E 1px solid;
	font-family: Tahoma;
	font-size: 12px;  
	font-color: #000000;  }
input.error { 
	border: 1px dotted red; 
	font-family: Tahoma;
	font-size: 12px;  
	font-color: #000000; }
input.frmInput:focus { border: #DA251E 1px solid;
	font-family: Tahoma;
	font-size: 12px;  
	font-color: #000000;  }
	
.frmInput { border: #CCCCCC 1px solid;
	font-family: Tahoma;
	font-size: 12px;  
	font-color: #000000;  }
	
.click { cursor:pointer;  }

.esconde{
   	visibility: hidden;
	display: none;
}
.mostra{
   	visibility: visible;
	display: table-row;
}
.frmButton
{
	background-color: #ffffff;
	background-image: url(../imgs/fundo.botao.jpg);
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}



#frmInscricaoProjeto {
	margin: 15px;
}

fieldset {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

legend {
	font-weight: bold;
	color: #4895d7;
}

.frmInputGR {
	width: 405px;
	padding: 6px 10px 0 15px;
	height: 30px;
	background: url(../imgs/frmInput.bg.gr.jpg) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

.frmInputMD {
	width: 205px;
	padding: 6px 10px 0 15px;
	height: 30px;
	background: url(../imgs/frmInput.bg.md.jpg) no-repeat;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

span.error {
	color: #C00;
	font-weight: bold;
}

span.sucess {
	color: #090;
	font-weight: bold;
}
