body {
  background:url(http://www.senado.leg.br/img/topo_bg.gif);
  background-repeat:repeat-x;
  background-position:top;
  background-color:#fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif" !important;
  /* font-size: 0.9em; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  text-align: left;
  position:relative;
}

th {
	text-align:center;
}

ol {
	margin-left: 0; margin-before:0;
}

li > a {
	text-decoration: none;
}

pre {
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	border:0;
	background-color: inherit;
	padding:0;
	margin:0;
	white-space: pre-line;
}

li.indice {
	font-size:85%;
	padding: 3px 0px 3px 0px;
	line-height: 1em;
}

ul.indice {
	padding-left: 1em;
	padding-right: 1em;
 	text-align: left;
}

a:hover {
 cursor:pointer;
}

a.indiceCapa:hover {
    cursor:pointer;
}

#conteudo {
	min-height:320px;
	background-color: #fff;
	margin-top:0px;
	padding-top:0px;	
}

#conteudoPrincipal {
	min-height:320px;
	background-color: #fff;
	margin-top:0px;
	padding-top:0px;	
}

#topoPortal {
  height: 51px;
  padding-top:5px;
}

/* Aguarde - AJAX. */
#loaderDiv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: white;
  opacity: 0.4;
}

#ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}

.tela {
	padding-right: 0;
}

.ordemdodia {
  font-size: 1.0em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

.painel-conteudo {
  min-height: 420px;
  width:100%;
}

.calendario
{
	BORDER: #08385c 1px solid;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.9em;
    LEFT: 20px;
    PADDING-BOTTOM: 3px;
    WIDTH: 90%;
    PADDING-TOP: 3px;
    FONT-FAMILY: arial;
    POSITION: relative;
    TEXT-ALIGN: center;
    SPACING: 0px
}

.sobrescrito
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    VERTICAL-ALIGN: super;
    FONT-FAMILY: Arial, Verdana
}

.dataMenu
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: white;
    FONT-FAMILY: 'Times New Roman';
    TEXT-ALIGN: center
}

.versao
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 0.9em;
    COLOR: white;
    FONT-FAMILY: 'Times New Roman';
    TEXT-ALIGN: right
}

/* Sobreposição Bootstrap */
/* -- Campos -- */

h1, .h1 {
  font-size: 36px;
}

.row {
  margin: 3px 10px 5px 0px;
}

/* -- bootstrap -- */
.panel-default > .panel-heading {
  color: #5072b8;
  padding-top: 5px;
  padding-bottom: 5px;
}

.panel-default {
  margin-top: 20px;
}

.panel-body {
  padding: 5px;
}

.form-control {
  padding: 0px 5px 0px 5px;
  height: 25px;
  display: inline;
  font-size: 1em;
}

.alert {
  padding: 5px;
  margin-top: 6px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.help-block {
  display: block;
  margin: 2px 5px 2px 10px;
}

.dropdown-menu {
  font-size: 0.8em;
}

.pagination {
  margin: 10px 5px 10px 5px;
}

.modal-header {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  position: relative;
  padding: 10px;
}

.modal-footer {
  padding: 10px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.nav, .pagination, .carousel, .panel-title a { 
	cursor: pointer; 
}

