.clsFormTitle { 
    color: #194A7B; 
    font-weight: bold; 
    font-size: 14px; 
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    text-align: right;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid #BFD1E3;
} 

.clsTableFormContainer {
    width: 10px;
}

.clsGrupoTitle { 
    background-color: #BFD1E3;
    color: #194A7B; 
    font-weight: bold;
   	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    margin-top: 10px;
    padding: 4px;
} 

.clsGrupoExclusivoEnabled {
    background-color: #fff;
}

.clsGrupoExclusivoDisabled {
    background-color: #ebf4ff;
}

.clsCampoExclusivoEnabled {
    /*background-color: #FFF;*/
}

.clsCampoExclusivoDisabled {
    /*background-color: #FFF;*/
}

.clsInputEnabled
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	color: #444;
	border: #BFD1E3 1px solid;
}

.clsInputDisabled 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #ebf4ff;
    border: 1px #BFD1E3 solid;
    padding: 2px;
    color: #444;
}

.clsCheckEnabled {
    padding: 0;
    margin: 0;
}

.clsCheckDisabled {
    padding: 0;
    margin: 0;
}

.clsTableGrupoContainer {
    width: 100%;
    border: 1px solid #BFD1E3;
}

.clsTableGrupoContainer td {
    padding: 5px;
    font-size: 11px !important;
}

.clsTableCampoContainer {
    width: 100%;
}

.clsTableCampoContainer td {
    padding: 4px;
}

.clsButtonsContainer {
    text-align: center;
    margin-top: 10px;
}

.clsButtonsContainer input
{	
	color: #194A7B;
	background: #BFD1E3;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: xx-small;
	border:solid 1px #194A7B;
	width: 135px;
	margin-right: 10px;
	cursor: pointer;
	padding: 2px;
}

/**************************/
/* FILE ATTACHMENT BLOCK  */

.clsFileAddButton
{
	font-size: 11px !important;
	color: #3B902E;
	font-weight: bold;
	white-space: nowrap;
	font-family: verdana, arial, helvetica;
	font-size: xx-small;
	background: #BFD1E3;
	cursor: pointer;
	padding: 2px;
}
.clsFileAddButton:hover
{
	color: #3B902E;
}

.clsFileRemoveButton
{
	font-size: 11px !important;
	color: #B23E3F;
	font-weight: bold;
	white-space: nowrap;
	font-family: verdana, arial, helvetica;
	font-size: xx-small;
	background: #BFD1E3;
	cursor: pointer;
	padding: 2px;
}
.clsFileRemoveButton:hover
{
	color: #B23E3F;
}

.clsNoFiles
{
	font-size: 11px !important;
	font-weight: bold;
	color: #194A7B;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.clsFileButton
{
	font-size: 11px !important;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.clsFileImage
{
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clsFileBarra
{
	width: 100%;
	background-color: #BFD1E3;
	margin: 0px;
	border: solid 1px #194A7B;
}

.clsFileSelect
{
	cursor: pointer
}
/**************************/


.clsButtonsContainer2 {
    text-align: center;
    margin:0;   
    padding:0;
}

.clsButtonsContainer2 input 
{
	border: 0;
	background-color: #999;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	margin:0;
	cursor: pointer;
}

.clsSelect
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #BFD1E3;
	padding: 1px;
}

.clsSelectContainer
{
	text-align: left;
	font-size: 11px !important;
	color: #444;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif !important; 
}

.clsSelectContainer select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	border: solid 1px #7F9DB9;
	width: 125px;
	background-color: #fffffe;
	height:20px;
	font-weight:normal;
	vertical-align: middle;
}


.clsWsaDetailLabel
{
	text-align: left;
	font-size: 11px !important;
	color: #444;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif !important; 
}

.clsMensagemErro
{
	font-size: 11px;
    border: 1px solid Red;
    background: #F1F2F3;
    padding: 3px;
    color:Red;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.clsMensagemSucesso
{
	font-size: 11px;
    border: 1px solid Green;
    background: #F1F2F3;
    padding: 3px;
    color: Green;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}