/*Enterprise*/

@font-face 
{
	font-family : Arial;
	font-style  : normal;
	font-weight : normal	
	src: url(../fontes/arial.ttf);
}

@font-face 
{
	font-family : Arial;
	font-style  : normal;
	font-weight : normal	
	src: url(../fontes/arialbd.ttf);
}

.movemsg
{
    font-Size        : 12px;
    font-family      : Arial;
    color            : #FFFFFF;
    font-weight      : normal;
    border-collapse  : collapse;
    position         : relative;
}

.msg
{
    font-Size              : 12px;
    font-family            : Arial;
    font-weight      	   : normal;
    color                  : #000000;
    border-left-color      : #006699;
    border-left-style      : solid;
    border-left-width      : 2px;
    border-left-collapse   : collapse;
    border-right-color     : #006699;
    border-right-style     : solid;
    border-right-width     : 2px;
    border-right-collapse  : collapse;
    border-bottom-color    : #006699;
    border-bottom-style    : solid;
    border-bottom-width    : 2px;
    border-bottom-collapse : collapse;
}

.linha
{
    border-width: 1px;
	border-style: solid;
	border-color: #2a6398;
}

.box
{
    border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

.titulo
{
    font-style : normal;
	font-weight: normal;
	font-size  : 32px;
	font-family: Arial;
	color      : #2a6398;
}

.titulo2
{
    font-style : normal;
	font-weight: normal;
	font-size  : 32px;
	font-family: Arial;
	color      : #FFFFFF;
}

.subtitulo
{
    font-style : normal;
	font-weight: bold;
	font-size  : 16px;
	font-family: Arial;
	color      : #2a6398;
}

.subtitle2
{
    font-style : normal;
	font-weight: bold;
	font-size  : 16px;
	font-family: Arial;
	color      : #c17171;
}


.subtitle3
{
    font-style : normal;
	font-weight: bold;
	font-size  : 16px;
	font-family: Arial;
	color      : #FFFFFF;
}

.sub_label
{
    font-style : normal;
	font-weight: bold;
	font-size  : 9px;
	font-family: Arial;
	color      : #FFFFFF;
}

.sub_label2
{
    font-style : normal;
	font-weight: normal;
	font-size  : 11px;
	font-family: Arial;
	color      : #000000;
}

.label
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : black;
}

/* Marrom */
.finalizado
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #873707;
}

/* Vermelho */
.destaque
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #AF1D07;
}

/* Verde */
.infor
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #288316;
}

/* Azul */
.alerta
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #0070A6;
}

/* Branco */
.texto
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : white;
}

/* Preto */
.aviso
{
    font-style : normal;
	font-weight: bold;
	font-size  : 12px;
	font-family: Arial;
	color      : black;
}

/* Laranja */
.parcial
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #e7ae40;
}

/* Cinza */
.disable
{
    font-style : normal;
	font-weight: bold;
	font-size  : 11px;
	font-family: Arial;
	color      : #aea8a8;
}

.campo_enabled
{
    border          : 1px;
    border-color    : #839BC6;
    border-style    : solid;
    background-color: #FFFFFF;
	font-weight		: normal;
    font-style      : normal;
	font-size       : 11px;
	font-family     : Arial;
	color           : #000000;
    height          : 18px;
}

.campo_disabled
{
    border-width    : 1px;
    border-color    : #c0c0c0;
    border-style    : solid;
    background-color: #FFFFFF;
    font-style      : italic;
    font-weight		: bold;
	font-size       : 11px;
	font-family     : Arial;
	color           : #636363;
    height          : 18px;
}

.file_enabled
{
    border          : 1px;
    border-color    : #839BC6;
    border-style    : solid;
    background-color: #FFFFFF;
    font-style      : normal;
	font-weight     : normal;
	font-size       : 11px;
	font-family     : Arial;
	color           : #000000;
    height          : 18px;
}

.file_disabled
{
    border-width    : 1px;
    border-color    : #c0c0c0;
    border-style    : solid;
    background-color: #FFFFFF;
    font-style      : italic;
	font-weight     : bold;
	font-size       : 11px;
	font-family     : Arial;
	color           : #636363;
    height          : 18px;
}


.editor_enabled
{
    border          : 1px;
    border-color    : #839BC6;
    border-style    : solid;
    background-color: #FFFFFF;
    font-style      : normal;
	font-weight     : normal;
	font-size       : 11px;
	font-family     : Arial;
	color           : #000000;
}

.editor_disabled
{
    border          : 1px;
    border-color    : #c0c0c0;
    border-style    : solid;
    background-color: #FFFFFF;
    font-style      : italic;
	font-weight     : bold;
	font-size       : 11px;
	font-family     : Arial;
	color           : #636363;
}

.botao
{
    width           : 92px;
    height          : 25px;
}