.textBox
{
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    height: 24px !important;
    padding: 2px 6px;
    font-size: 10pt;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.combo
{
    background-color: Transparent;
    cursor: pointer;
    font-size: 10pt;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    height: 24px !important;
    border-radius: 4px;
}

.text
{
    FONT-SIZE: 10pt;
    COLOR: black;
    LINE-HEIGHT: normal;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    TEXT-ALIGN: justify
}

.buttonNormal
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: Black;
	height: 20px
}

.labelGrupo
{
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
    font-family: Arial;
    margin-top: 22px;
    display: block;
	text-decoration: none;
}

.body
{
	margin: 0px 0px 0px 0px
}

.label
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #4A4A4A;
    FONT-FAMILY: Arial, "Trebuchet MS", Helvetica, sans-serif;
    BACKGROUND-COLOR: transparent;
}

.nota
{
    FONT-SIZE: 8pt;
    COLOR: black;
    LINE-HEIGHT: normal;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    TEXT-ALIGN: justify
}

.tabelaPanel
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid
}

.top-bar
{
	background-color: #5A555B;
}

.titulo
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    color: #000000
}

label.notas
{
	display: block;
	color: red;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

label.error
{
	display: block;
	color: red;
	font-style: normal;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input.error
{
	border: 1px solid red;
	background-color: #FFFFAF
}

div.error
{
    font-weight: bold;
    font-size: 10pt;
	color: red;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: transparent
}

select.error
{
	color: red;
	font-weight: bold;
    font-size: 10pt;
    background-color: #FFFFBF
}