﻿body{
	margin: 0px;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 0.8em;	
}


/****************/
/**** CENTER ****/
div.center{
	position: relative;
	width: 1000px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 0px;	
}

div.centerlista{
	position: relative;
	width: 750px;
	left: 0%;
	margin-left: 0px;
	margin-top: 0px;	
}

/*** Para alinhar os logotipos ***/
div#header{
	display: block;	
	height: 65px;
	background-image: url("../images/header-bg.gif");
	background-repeat: repeat-x;
}

div#logos img.align-left,div#logos img.align-right{
border: none;
}

img.align-left{
float: left;
}

img.align-right{
float: right;
}
/*********************************/

form#login{
clear: both;
position: relative;
display: block;
color: #fff;
text-align: right;
letter-spacing: 0.06em;
margin: 0;
padding: 0;
top: 6px;
}

input{
border: 1px solid #c3c3c3;
margin: 5px;
padding: 0px;
font-size: 11px;
}

input.button{
width: auto;
outline: none;
padding: 2px;
border: 1px solid #c3c3c3;
height: auto;
background-color: #f4f8fc;
color: #000;
font-weight: bold;
font-size: small;}

input.smallbutton{
width: auto;
outline: none;
padding: 2px;
border: 1px solid #c3c3c3;
height: auto;
background-color: #f4f8fc;
color: #000;
font-weight: bold;
font-family:arial;
font-size: 8pt;
}

textarea{
border: 1px solid #c3c3c3;
margin: 5px;
padding: 0px;
font-size: 11px;
}

form#login label{
margin: 0;
padding: 0;
margin-right: 5px;
}


span#session{
position: relative;
clear: both;
display: block;
width: 200px;
background: url("../images/user.gif") left bottom no-repeat;
padding: 6px;
padding-left: 45px;
color: #fff;
top: -12px;
font-weight: bold;
font-size: 12px;
}

* html span#session{
top: -2px;
}

span#session a{
	text-decoration: none;
	color: #fff;
}

span#session a:hover{
	color: red;
}




/****************/
/***** MENU *****/
div#menu{
display: block;
width: 160px;
padding: 10px;
border-left: 1px solid #c3c3c3;
border-right: 1px solid #c3c3c3;
background-color: #f8f8f8;
height: auto;
bottom: 0;
margin-left: 0px;
float: left;
}

div#menulista{
display: block;
width: 750px;
height: 5px;
padding-top: 5px;
padding-left: 15px;
float: top;
}

ul#nav, ul#nav li,ul#nav ul{
list-style: none;
margin: 0;
padding: 0;
}


ul#nav ul li a{
 padding-left: 40px;
 width: 157px;
 font-size: 1em;
}

ul#nav li a{
display: block;
width: 177px;
text-decoration: none;
padding: 3px;
color: #00487d;
padding-left: 20px;
font-size: 1.2em;
}

ul#nav li a.plus{
background: url("../images/plus.gif") left center no-repeat;
}

ul#nav li a.minus{
background: url("../images/minus.gif") left center no-repeat;
}

ul#nav li a:hover.minus{
color: #5E9DC8;
background: url("../images/minus.gif") left center no-repeat;
}    
ul#nav li a:hover.plus{
color: #5E9DC8;
background: url("../images/plus.gif") left center no-repeat;
}

ul#nav li a:hover{
color: #5E9DC8;
background: url("../images/arrow.gif") left center no-repeat;
}

.hidden{
display: none;	
}

.visible{
display: block;	
}


ul.sub-nav{
list-style: none;
margin: 0;
padding: 5px;
border: 1px dashed #c3c3c3;
height: 16px;
background-color: #fff;
}

ul.sub-nav li{    
    float: left;
    display: block;
 
    text-align: center;
}


/****************************************
 * CÃ³digo para o menu com pop-up
 ***************************************/
/*
ul#menu{
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#menu li{
	position: relative;
	background-color: #f3f3f3;
	background-image: url("../images/arrow.gif"); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul#menu li:hover{
	background-color: #292C29;
	background-image: none;			
}

ul#menu li a.expand{
	background-color: transparent;
	background-image: none;					
}

ul#menu li:hover a.expand{
	color: #fff;			
}
							
ul#menu li ul{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 100%;
	width: 100%;
	border-top: 1px solid #292C29;			
	border-right: 1px solid #292C29;
	border-left: 1px solid #292C29;
	display: none;
	margin-top: 0px;						
}

* html ul#menu li ul{
	margin-left: 1px;			
}

ul#menu li ul li{
	border-bottom: 1px solid #292C29;
}
		

ul#menu li:hover ul{			
	display: block;	
	z-index:10;					
}
*/

/*****************/
/**** Conteudo ***/
div#content{
display: block;
width: 730px;
float: left;
padding: 0px;
height: auto;
margin-left: 20px;
margin-top: 20px;
}

div#contentlista{
display: block;
width: 800px;
float: left;
padding: 10px;
min-height: 300px;
height: auto;
padding-top: 37px;}

* html div#content{
	height: 300px;
}


h1{
font-size: 1.5em;
border-bottom: 1px solid #464a52;
color: #464a52;
}

h1 img{
border: none;
}

h2{
font-size: 1.1em;	
}


small{
font-size: 0.9em;
}

p{
text-align: justify;
}

code{
text-align: left;
}

/**** Footer ****/
div#footer{
position: relative;
clear: both;
display: block;
width: 100%;
background: url("../images/footer.png") left top repeat-x;
border-top: 1px solid #c3c3c3;
padding: 10px 0px 10px 0px;
color: gray;
}

div#content a,div#footer a{
text-decoration: none;
color: #00487d;
}

div#footer a{
text-decoration: none;
color: gray;
}

div#footer a:hover,div#content a:hover{
color: #00487d;
border-bottom: 1px dotted #00487d;
}

div#bottom-notes{
text-align: center;
}

div#bottom-notes img{
padding: 5px;
}

span#copyright, span#external-links{
display: inline;
width: 50%;
margin-top: 5px;
}

/*
span#copyright{
float: right;
text-align: right;
}
span#external-links{
float: left;
text-align: left;
}*/

hr.visual-clear{
clear: both;
visibility: hidden;
}


/******* Noticias ****/
div.item{
clear: both;
height: 20px;
border-top: 1px solid #c3c3c3;
}

div.selected{
clear: both;
height: 20px;
border-top: 1px solid #c3c3c3;
background-color: #FFFFBE;
color: red;
}

div.item-left{
	position: relative;
	display: block;
	float: left;
	width: 50px;
}

div.item-left input{
border: none;
}

div.item-right{
	position: relative;
	display: block;
	float: right;
	width: 478px;
}


div#content span.news_date a:hover,div#content span.news_title a:hover{
border: none;
}


fieldset.news{
border: 1px solid #c3c3c3;
background-color: #f8f8f8;
padding: 10px;
}

fieldset.news legend{
color: red;
}

fieldset.news b{
letter-spacing: 1px;
}

fieldset.news input,textarea{
border: 1px solid #c3c3c3;
letter-spacing: 1px;
padding: 2px;
}

fieldset.news input:focus,textarea:focus{
border: 1px solid #000;
background-color: #FFFFBE;
color: #000;
}

div.user{
clear: both;	
}

div.user img{
	float: left;
	margin-left: 50px;
	margin-right: 30px;
}


span.news_title{
display: block;
float: left;
width: 70%;
font-weight: bold;
font-size: 14px;
}

span.news_date{
display: block;
float: right;
text-align: right;
width: 30%;
font-style: italic;
font-weight: bold;
}

p.news_body{
clear: both;
margin-top: 20px;
text-align: justify;
}

p.news_author{
text-align: right;
font-style: italic;
}

div.newsbox{
  border-bottom: 1px solid #c3c3c3;
  padding: 5px;
}

/****** FormataÃ§Ã£o das tabelas ****/
table {
margin-left: 0px;
margin-right: auto;}

/*
table.sortable{
    width: 100%;    
}
*/
table th{
background-color: #ccc;
padding: 5px;
width: 120px;
}
table th.alt{
	background-color: #99CCFF;
	padding: 5px;
	width: 120px;
}

/*
table td{
background-color: #eee;
padding: 5px;}
*/

table td.alt{
	background-color: #CCCCCC;
	padding: 5px;
}

table th.titulos{
width: 300px;
}

table td.estatisticas{
text-align: center;
}

div#container{width: 500px; margin: 0em auto 0em auto; margin: 1em 0 0; letter-spacing: -2px; }
p{margin: 0 0 1.7em; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url("bubble.gif") no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url("bubble_filler.gif") repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url("bubble.gif") no-repeat bottom;
}

.alerta{
color: #ff0000;
}

.forte{
font-weight: bold;
}

.italico {
font-style: italic;
}

.azulDI{
color: #254577;
}

input.checkbox {
font-family:arial;
font-size: 8pt;
}

.pequeno{
font-family:arial;
font-size: 8pt;
}



/* NOVA TABELA */
pre {
	padding: 1em;
	background-color: #F2F2F2;
}
code {
	font-size: 1.2em;
	background-color: #F2F2F2;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #00adef;
	padding: 1em;
	background-color: #FFF;
	margin: 0;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabs li {
	position: relative;
	float: left;
}
#tabs a {
	float: left;
	padding: 5px 8px;
	margin-right: 6px;
	border: 1px solid #00adef;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
	color: #000;
}
#tabs a:hover {
	background-color: #8dd8f8;
	color: #FFF;
}
#tabs a.active-tab {
	background-color: #00adef;
	color: #FFF;
}
table.sortable {
	border-collapse: collapse;
	table-layout: fixed;
}

td.sortable, th.sortable {
	padding: 0.5em;
	border: 1px solid #CCC;
	font-size:x-small;
	/*white-space: nowrap;
	overflow: hidden;*/
}

/* Classes used for hiding more detail, by default */
th.moreDetail {
	display: none;
}			
td.moreDetail {
	display: none;
}

/* Classes used for showing more detail */
table.showDetail th.moreDetail {
	display: table-cell;
}
table.showDetail td.moreDetail {
	display: table-cell;
}
/* Style rule for IE 6 */
* html table.showDetail .moreDetail {
	display: block;
}


/*th {
   white-space: pre;
}*/

thead.sortable, tfoot.sortable {
	background-color: #DDD;
}

tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #F2F2F2;
}

tr.highlight {
	color:white;
	background-color: #165B9F;
}

.corAzul {
    color: #165B9F;
    font-family:Tahoma;
	font-size:small;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;
    border: 0px solid #000000; 
}

.corDisabled {
    color: #C0C0C0;
    font-family:Tahoma;
	font-size:small;
    font-weight: normal;
    text-decoration: none;    
    cursor: default;
    border: 0px solid #000000; 
}

.botaoCorAzul {
    color: #165B9F;
    font-family:Tahoma;
	font-size:small;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;
}

.pg-normal {
    color: #165B9F;
    font-family:Tahoma;
	font-size:small;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}
.pg-selected {
    color: #165B9F;
    font-family:Tahoma;
	font-size:small;
    font-weight: bold;        
    text-decoration: underline;
    cursor: pointer;
}

#cache {
	position:absolute; Left=10; top:10px; z-index:10; visibility:hidden;
}
.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: #FFA500;
}
.urg4 {
	background-color: #E13E00;
}
.urg5 {
	background-color: Red;
}

th.resize-handle-active {
	cursor: e-resize;
}

div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 1px dashed #1E90FF;
	position:absolute;
	top:0;
	left:0;
}

.caixa {
display: block;
padding: 10px;
border: 1px solid #c3c3c3;
background-color: #C6DEFF;
width: auto;
height: auto;
}
