/* Menu Lateral */

#menuLateral
{ 
  position: absolute;
  top: 210px;
  left: 0;
  width: 127px;
  overflow: hidden;
 }

#menuLateral ul
{ 
  text-align: right;
 }

#menuLateral li
{ 
  position: relative;
  left: -50px;
  list-style: none;
  text-transform: lowercase;
  margin: 11px 0 11px 0;
  #margin: 12px 0 12px 0;
  padding-bottom: 5px;
  padding-right: 10px;
  #padding-right: 11px;
  width: 131px;
  background: url(../imagens/menu_lat_divisor.gif) bottom right no-repeat;
 }

#menuLateral a
{ 
  margin-right: 2px;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  letter-spacing: -1px;
  color: #ffffff;
 }

/*****************/
/*   MAIN BODY   */
/*****************/
body {
	font-size: 62.5%;
	margin: 0em auto;
	padding: 0em;
	background: url(../imagens/fundo3.jpg) top center no-repeat;
	background-color:#009933;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}

#wrap {
        position: relative;
	width: 770px;
	margin: 0em auto;
}

h1{
	color:#66FF00;
	font-size:14px;
	text-transform:uppercase;
}

h2 {
	color:#66FF00;
	font-size:11px;
	margin-bottom:0em;
}

a.pagetitle 
{ 
  color: white; 
  }

h2 a{
	font-size:1em;
	padding:0em;
	margin:0em;
	text-decoration:none;
	color: rgb(51,51,51);
}

h2 a:hover{
	font-size:1em;
	padding:0em;
	margin:0em;
	text-decoration:underline;
	color: rgb(100,100,100);
	background-color: rgb(147,190,255);
}

h3{ 
	font-size:0.9em;
	padding:0em;
	margin-top:0em;
	margin-bottom:0.1em;
	color: rgb(100,100,100);
	font-weight:bold;
}

h3 a{
	font-size:1em;
	padding:0em;
	margin:0em;
	color: rgb(100,100,100);
	font-weight:bold;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

/**************/
/*   HEADER   */
/**************/

#logo
{ 
  position: absolute;
  top: 37px;
  left: 24px;
  z-index: 100;
  }

#logo img 
{ 
  border: 0;
  }

#header-section {
	width: 770px;
        height: 214px;
        position: relative;
	text-align:right;
}

#header-section img {
       position: relative;
       top: 157px;
}

#header-background {
	width: 100%; 
	height: 100%;
	float: left;
	border: none;
	margin: 0em 0em 0em 0em;
}

#header-background-left {
	width: 265px;
	float: left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

#header-background-right {
	width: 167px;
	float: right;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
}

.simplebox
{ 
  position: absolute;
  width: 610px;
  height: 31px;
  margin-left: -5px;
  font-weight: bold;
  background-color: rgb(33,77,120);	
  line-height: 1.0em;
  overflow: hidden;
 }
.simplebox ul 
{ 
  margin-top: -0.6em;
  margin-left: 0;
  list-style: none;
  border-top: solid 0.1em white;
  border-bottom: solid 0.1em white;
  padding: 3px 0 3px 5px;
  }

.simplebox li
{
  border-right: solid 0.1em white;
  margin-right: 10px;
  padding-right: 10px;  
  display: inline;
  font-size: 0.8em;
  padding: 5px 10px 4px 5px;
  }

/*
.simplebox 
{
  padding: 0;
  margin: 0;
  background-color: rgb(33,77,120);	
  text-transform: uppercase;
  color: rgb(50,50,50);
  }

.simplebox ul 
{	
  }	

.simplebox li 
{
  display: inline;
  background-color: rgb(33,77,120);	
  text-decoration: none;
  color: rgb(255,255,255);
}

.simplebox a:hover {
	color: rgb(255,255,255);
}
*/



/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/

/* Sections */
/************/
#middle-column
{
  float: right;
  width: 100%;
  margin: 0;
  padding: 0em 0.6em 0em 0.7em;
  background-color: rgb(33,77,120);
  color: rgb(255,255,255);
  line-height: 1.3em;
  font-size: 1.2em;
  min-height:400px;
  height:auto !important;
  height:400px;
  }
#middle-column-interno
{
  float: right;
  width: 80%;
  margin: 1.1em 0em 0em 0em;
  padding: 0em 0.6em 0em 0.7em;
  background-color: rgb(33,77,120);
  color: rgb(255,255,255);
  line-height: 1.3em;
  font-size: 1.2em;
  min-height:360px;
  max-height:360px;
  height:auto !important;
  height:360px;
  overflow:auto;
  text-align:justify;
  }

/* blog */
.posthead, .posthead h3, .blogtitle, .blogdesc, .bloginfo, .blogtools, .postbody
{ 
  color: #fff;
 }

.posthead h3
{ 
  margin-top: 20px;
  font-size: 1.3em;
 }

.blogtitle
{
  font-size:1.8em;
  margin:20px 0;
 }

.bloginfo
{ 
  border: 1px dashed white;
  margin: 8px 0 10px 0;
  padding: 3px;
 }

.blogtools
{ 
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid white;
 }

.blogtools input
{ 
  border: 1px solid #555588;
 }

#middle-column-interno2 {
	float: right;
	width: 80%;
	margin: 1.1em 0em 0em 0em;
	padding: 0em 0.6em 0em 0.7em;
	background-color: rgb(33,77,120);
	color: rgb(255,255,255);
	line-height: 1.3em;
	font-size: 1.2em;
  min-height:334px;
  max-height:334px;
  height:auto !important;
  height:334px;
  overflow:auto;
  text-align:justify;
  }
#middle-column-interno0 {
	float: right;
	width: 80%;
	margin: 1.1em 0em 0em 0em;
	padding: 0em 0.6em 0em 0.7em;
	background-color: rgb(33,77,120);
	color: rgb(255,255,255);
	line-height: 1.3em;
	font-size: 1.2em;
  min-height:400px;
  max-height:400px;
  height:auto !important;
  height:400px;
  overflow:auto;
  text-align:justify;
  }
#left-column {
	width: 132px;
	margin: -1px 0 0 -1px;
	#margin: 0;
	float: left;
	vertical-align: top;
	background-color: rgb(33,77,120);
	font-size: 1.1em;
	color: rgb(50,50,50);
}

/* Tabela dos roteiros de pesquisa */

table.wikitable {
  border-collapse:collapse;
}

td.wikicell 
{
  border-collapse:collapse;
  border: 1px solid #8CACBB;
  padding: 5px;
  text-align: left;              
}





/* Images */
/**********/
.middle-column-img-left{
	float: left;
	margin: 0.3em 0.5em 0em 0em;
	border: solid 1px rgb(100,100,100);
}

.middle-column-img-right{
	float: right;
	margin: 0.3em 0em 0em 0.5em;
	border: solid 1px rgb(100,100,100);	
}

.middle-column-img-center{
	margin: 0.3em 0em 0em 0.5em;
	border: none;
	text-align:center;
}

/*******************/
/***   FOOTER    ***/
/*******************/
#footer {
	float: left;
	width: 770px;
	height: 1.5em;
	margin: 1em 0em 1.0em 0em;
	padding: 0.3em 0em 0.3em 0em;
	background-color: #5d2e8e;
	text-align: center;
	color: #FFF;
	font-size: 1.0em;
}

/**************************/
/***   MISCELLANEOUS    ***/
/**************************/

a:hover {
	color:#CCFFFF;
	text-decoration: none;
}
a{
	font-size:1em;
	padding:0em;
	margin:0em;
	color:#CCCCFF;
	text-decoration:none;
}

.fraseindex{
	font-size:12px;
	margin-top:10px;
}
