/* 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 #FFFFFF; cursor: pointer; cursor: hand; }
.item:hover { border-bottom: 1px solid #0065AA; }

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;
}

* {
 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;
}

button, button * {
 behavior: url(iepngfix.htc);
 vertical-align: middle;
 padding: 4px;
}

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

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

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

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

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

#botoes button {
 height: 28px;
 background: #FFFFFF url("design/submenu_out.jpg") top repeat-x;
 margin: 2px;
 padding: 0px;
 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;
}

#conteudo {
	margin: 6px auto;
	padding: 4px;
	text-align: center;
}
#conteudo fieldset {
	text-align: left;
	margin-bottom: 10px;
	clear: both;
}
.td_titulo {
 font-weight: bold;
 background-color: #F2F2F2;
 padding: 8px;
 border-bottom: 1px solid #000000; 
}
.td_edicao {
 padding: 8px;
 border-bottom: 1px dashed #CCCCCC;
}
.td_edicao:hover {
 background-color: #F2F2F2;
}
.td_edicao table td {
	padding: 5px;
}
.tr_titulo td {
 font-weight: bold;
 background-color: #F2F2F2;
 padding: 4px;
 border-bottom: 1px solid #000000; 
 white-space: nowrap;
}
.tr_lista td {
 padding: 6px;
 border-bottom: 1px solid #F2F2F2;
}
.tr_lista:hover td {
 background-color: #F2F2F2;
 border-bottom: 1px solid #000000; 
}
.tr_lista a {
 font-size: 8pt;
}
.tr_lista img {
 border: 0px
}

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

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