body
{
    margin-left:0;
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    font-family:Segoe UI,Tahoma,Geneva,Trebuchet MS,sans-serif;
    font-size:8pt;
    color:black;
}
a {
	text-decoration:none;
	color:#00007f;
}
a:hover {
	text-decoration:underline;
	color:#0000bf;
}
/*
font {
	font-size:10px;
	font-weight:normal;
	font-family:Candara,Verdana,Arial,Helvetica,sans-serif;
	text-align:justify;
}
*/
table
{
/*  border-collapse:collapse;*/
    font-size:8pt;
    border-spacing:1px;
}
caption
{
    background-color:#DDD;
    text-align:center;
    font-size:8pt;
    font-weight:bolder;
}
th>select,th>input
{
    background-color:#EEE;
    font-size:8pt;
}
td>select,td>input
{
    font-size:8pt;
}
textarea
{
    font-size:8pt;
}

.link
{
    color:black;
    text-decoration:none;
}
.imgs
{
    padding-right:.3em;
    padding-left:.3em;
}
/*
.boxinvert
{
    background-color:white;
    font-family:Verdana,Arial,sans-serif;
    font-size:12px;
    border-right:2px solid #DDD;
    border-bottom:2px solid #DDD;
    border-top:2px solid #444;
    border-left:2px solid #444;
    padding:1px;
}
*/
.warning
{
    color:red;
}
.ui-widget
{
    font-family:Segoe UI,Tahoma,Geneva,Trebuchet MS,sans-serif;
}

div.rc
{
    display:table;
    table-layout:fixed;
    border:2px solid #DDD;
    -moz-border-radius:.5em;     /* FFox */
    -webkit-border-radius:.5em;  /* Saf3+,Chrome 4+ */
    border-radius:.5em;          /* Opera 10.5+,IE 9+ */
}
table.supergrid
{
/*  border-collapse:collapse;*/
    border-spacing:1px;
}

th.rowhead,th.row,th.rowtail
{
    text-align:left;
/*  font-weight:bold;*/
}
/*td.campo,
td.rowhead,td.row,td.rowtail,td.rowblank
{
    border:1px solid #DDD;
    border-bottom:1px solid black;
    vertical-align:top;
}*/
caption,
th.rowhead,th.rowtail,
td.rowhead,td.rowtail
{
    padding:0.2em;
    background-color:#DDD;
}
th.rowodd,th.roweven,
td.rowodd,td.roweven
{
    font-size:8pt;
    vertical-align:top;
    text-align:left;
}
th.rowodd,
td.rowodd
{
    background-color:#f7f7f7;
}
th.roweven,
td.roweven
{
    background-color:#EEE;
}
th.cellwhite,th.cellgray,th.cellblack
{
    vertical-align:middle;
}
td.cellwhite,td.cellgray,td.cellblack,
td.cellred,td.cellorange,td.cellyellow,td.cellgreen,td.cellblue
{
    vertical-align:top;
    -moz-border-radius:.3em;     /* FFox */
    -webkit-border-radius:.3em;  /* Saf3+,Chrome 4+ */
    border-radius:.3em;          /* Opera 10.5+,IE 9+ */
}
th.cellwhite,th.cellgray,th.cellblack,
td.cellwhite,td.cellgray,td.cellblack,
td.cellred,td.cellorange,td.cellyellow,td.cellgreen,td.cellblue
{
    text-align:center;
    background-color:white;
    border:1px solid black;
}
th.cellgray,td.cellgray
{
    background-color:#EEE;
    border-color:#333333;
}
td.cellred
{
    background-color:#ffbfbf;
    border-color:#7f0000;
}
td.cellorange
{
    background-color:#ffbf7f;
    border-color:#7f3f00;
}
td.cellyellow
{
    background-color:#ffffbf;
    border-color:#7f7f00;
}
td.cellgreen
{
    background-color:#bfffbf;
    border-color:#007f00;
}
td.cellblue
{
    background-color:#bfbfff;
    border-color:#00007f;
}

td.rowblank
{
    background-color:#AAA;
    height:1px;
}
th.campo,
td.campo
{
    background-color:#f7f7f7;
    text-align:right;
    vertical-align:top;
}
td.row
{
    padding:1px 1px 1px 1px;
    background-color:#f7f7f7;
}

table.innertable
{
    background-color:#EEE;
}

input.ly
{
    font-size:8pt;
    background-color:#EEE;
}

#cabecalho
{
/*  width:auto;*/
    width:100%;
    height:60px;
    background-color:#DDD;
    display: table;
}
#logo
{
    margin-top:16px;
    margin-left:16px;
    float:left;
}
#info
{
    float:right;
}
#user
{
    vertical-align:top;
    text-align:right;
    margin-top:6px;
    margin-right:10px;
}
#version
{
    vertical-align:bottom;
    text-align:right;
    background-color:white;
    padding:2px 1em;
    margin-top:1em;
    font-family:Cambria,Georgia,Times,Times New Roman,Serif;
    font-weight:bold;
    -moz-border-radius:1em 0 0 0;     /* FFox */
    -webkit-border-radius:1em 0 0 0;  /* Saf3+,Chrome 4+ */
    border-radius:1em 0 0 0;          /* Opera 10.5+,IE 9+ */
}
#menu
{
    height:2em;
    margin-top:2px;
    padding-right:1em;
    padding-left:1em;
    background-color:#444;
}
#canto_menu
{
    float:right;
    height:16px;
    border-width:0;
    margin-top:3px;
/*  padding:0 1em;*/
    background-color:#EEE;
    -moz-border-radius:.5em;     /* FFox */
    -webkit-border-radius:.5em;  /* Saf3+,Chrome 4+ */
    border-radius:.5em;          /* Opera 10.5+,IE 9+ */
}
#itens_menu
{
    float:left;
    margin-top:3px;
    color:white;
}
#topo_esq
{
    float:left;
}
#conteudo
{
    padding:1em;
}
