/* by vitorgga */
a:link {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}

.compact {
 white-space:nowrap;
 text-overflow:ellipsis; /* for internet explorer */
 overflow:hidden;
 /* width:200px; */
}

hr {
 border: 1px double #F2F2F2;
 height: 1px;
}

.item { border-bottom: 1px solid #F2F2F2; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #CCCCCC; background-color: #F2F2F2; }

#conteudo {
 padding: 4px;
 width: 100%;
}

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 scrollbar-base-color: #EEEEEE;
 background-color: #FFFFFF;
 behavior:url("csshover2.htc");
 overflow-y: scroll;
}

body, table, form, input, select, button, fieldset, tr, td {
 font-size: 8pt;
 font-family: Tahoma;
}

form {
 margin: 0px;
}

table {
 border: 0px;
 border-collapse: separate;
 border-spacing: 0px;
}

div {
 scrollbar-base-color: #333333;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-arrow-color:#000000;
 scrollbar-darkshadow-color:#FFFFFF;
 scrollbar-face-color: #333333;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-shadow-color:#FFFFFF;
 scrollbar-track-color:#FFFFFF;
}

h1, h2 {
 font-family: "Trebuchet MS", Tahoma;  
 font-size: 13pt;
 margin: 6px 0px 0px 0px;
}
h3 {
 background: url("design/titulo.jpg") top left;
 font-family: "Trebuchet MS", Tahoma;  
 font-size: 13pt;
 padding: 6px;
 margin: 6px 0px 0px 0px; 
}

img, button { xbehavior: url(iepngfix.htc); vertical-align: middle; }

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

#menu td {
 width: 95px;
 height: 75px;
 text-align: center;
 font-family: "Trebuchet MS", Tahoma; 
 cursor: pointer; cursor: hand;
}

#menu td:hover {
 background-color: #D1D1D1; /* #FFE57F; */
}

.menu2 a {
 font-family: "Trebuchet MS", Tahoma; 
 font-size: 10pt;
 color: #000000;
 background-color: #F6F6F6;
 padding: 8px;
 margin-top: 1px;
 width: 100%;
}
.menu2 a:hover {
 color: #000000;
 font-weight: bold;
}

#rodape {
 width: 140px;
 padding: 8px;
 line-height: 150%;
 color: #FFFFFF;
 float: left; 
}
#rodape a {
 width: 100%;
 color: #FFFFFF;
}

#botoes {
 margin: 6px;
 width: 100%;
 height: 36px;
 background: url("design/submenu_out.jpg") top repeat-x;
}

#botoes button {
 height: 28px;
 background: #FFFFFF url("design/submenu_out.jpg") top repeat-x;
 margin: 2px;
 cursor: pointer; cursor: hand;
}

#botoes * {
 vertical-align: middle;
}

.seton {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.setoff {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#conteundo {
 margin-top: 6px;
}
#conteudo fieldset {
 width: 700px;
 text-align: left;
 margin-bottom: 10px;
}
#conteudo fieldset table {
 width: 100%;
}
.td_titulo {
 font-weight: bold;
 background-color: #F2F2F2;
 padding: 4px;
 border-bottom: 1px solid #000000; 
}
.td_titulo2 {
 font-weight: bold;
 background-color: #F2F2F2;
 white-space: nowrap;
 padding: 6px;
 border-bottom: 1px solid #CCCCCC; 
 vertical-align: top;
 text-align: right;
}
.td_edicao {
 padding: 4px;
}
.td_edicao2 {
 padding: 4px;
 border-bottom: 1px solid #CCCCCC; 
}
.td_edicao:hover, .td_edicao2:hover {
 background-color: #F2F2F2;
}
.tr_titulo td {
 font-weight: bold;
 background-color: #F2F2F2;
 padding: 4px;
 border-bottom: 1px solid #000000; 
 white-space: nowrap;
}
.tr_lista td {
 padding: 4px;
 border-bottom: 1px solid #F2F2F2;
}
.tr_lista:hover td {
 background-color: #F2F2F2;
 border-bottom: 1px solid #000000; 
}
.tr_lista a {
 font-size: 8pt;
 white-space: nowrap;
}
.tr_lista img {
 border: 0px
}

#conteudo fieldset legend, #conteudo fieldset legend * {
 font-weight: bold;
 color: #000000;
 margin: 4px;
 vertical-align: middle;
}

/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/

* {
 /* Make IE wors like FF */
	-moz-box-sizing: content-box;
 box-sizing: content-box;
	/* **************  */        
}

.ellipsis {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */