body {
	background: url('line-background.png') repeat;
	background-color: #00699e;
}

#container {
	margin: 40px auto;
}

#header {
	margin: 0 auto;
	margin-bottom: 0px;
	width: 850px;
	/*height: 130px;*/
	background: transparent;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#body {
	position: relative;
	margin: 0 auto;
	margin-bottom: 40px;
	padding-bottom: 20px;
	width: 850px;
	background: url('bk_page.png') 0 50px no-repeat;
	background-color: #fff;
}

#main {
	position: relative;
	background-color: transparent;
	margin: 0;
	padding: 10px;
	width: 660px;
}

#sidebar {
	background: transparent;
	margin: 0;
	padding: 0;
}

#rightSidebar {
	background: transparent;
	float: right;
	width: 150px;
	margin: 0;
	padding: 10px;
}

#sidebarLanguageToggle span {
	font-weight: bold;
}

a {
	color: #0063b8 !important;
}

a:hover {
	background: #0063b8;
	color: #fff !important;
}

.defaultButton {
	background: #0063b8 !important;
}

span.blockTitle {
	color: #444;
}

table {
	background: transparent !important;
}

.block {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #00699E;
	border-radius: 10px;
}

.block .blockTitle {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	background: #00699E;
	color: #fff;
}

.block a.blockTitle {
	background: none;
	text-align: center;
}

.block a.blockTitle:hover {
	color: #00699E;
}
/*Listagem de Indexadores*/
.listaIndexadores  {
    background: rgba(255, 255, 255, 0.5); /* 255, 255, 255, 0.75 */
    border-radius: 5px;
    border:1px solid rgb(215, 215, 215);
    margin-right: 1em;
}
ul.listaIndexadores_ul {
  list-style: none;
  display: block;
  list-style-type: disc;
  max-width: 790px;
}
  
li.listaIndexadores_li {
    display:inline-block; /*!important;*/
    text-decoration: none;
    /*padding:1em;
    border:thin;
    border-width:thin;
    border-color:#181818;
    /*margin-right:6em;*/
    vertical-align: middle;
    margin: 1.5em;
    text-align: center;
    /*width: 16em;*/
    -webkit-margin-start: 0px;
}

li.listaIndexadores_li a {
    text-decoration: none;
}
dd.listaIndexadores_dd {
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size:xx-small;
    margin:0em;
    max-width:22em;
    -webkit-margin-start: 0px;
}

/*RODAPÉ: Endereco sem formatacao */ 
address p{
    font-style: normal;