/* Dusk over the shifting sands */

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: #ffffff;
background-color: #203d5d;
background-image: url("bgtexture.jpg");
border-top: 15px #008000 solid; /* Barra acima do Título */
font-size: 14px;
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top:5px;  /* Corrigir no original, que era 15 */
padding-bottom: 8px;
padding-left: 25px;
padding-right: 0;
background-color: #808000;
border-top: 1px black solid;
border-bottom: 1px black solid;
color: #f8f8f8;
font-weight: bold;
font-size: 16px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 5px;
margin-left: 190px;
margin-right: 60px;
font-size: 18px;
color: #72711a;
border-bottom: 1px #999 dashed;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 
{
margin-top: 0;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 17px;
color: #ffffff;
font-weight: bold;
}

h3 
{
margin-top: 0;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 16px;
color: #ffffff;
font-weight: bold;
}

h4
{
margin-top: 0;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 15px;
color: #ffffff;
font-weight: bold;
}

/* Adicionei para botão de form */
#botao {
color: #808080;
background-color: #c0c0c0;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 50px;
margin-left: 170px;
margin-right: 50px;
height: 180px;}

p, ul, ol {
font-size: .8em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
padding: 0;
}

.aButton {
background-color: red;
color: yellow;
font-weight: bold;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: white;
text-decoration: none;
font-weight: normal;
font-size: 11px;
}

a:hover {
color: white;
text-decoration: none;
font-weight: bold;
}


#top-menu {
position: absolute;
top: 5px;
left: 25px;
text-align: left;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 50px;
left: 25px;
width: 120px;
border-right: 1px #999 dashed;
text-align: right;
}

#left-menu p {
padding-right: 10px;
margin-bottom: 5px;
font-size: 11px;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
}

#left-menu a:hover, #left-menu a.current {
color: #ffffff;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: left;
background-color: #404040;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
font-size: 11px;
word-spacing: 5px;
}

#footer_inf{
background-color: #000000;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px black solid;
}

#footer a:link, #footer a:visited {
color: white;
}

#footer a:hover {
color: white;
text-decoration: underline;
}

table {
background-color: #808080;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: black;
}

a {
	color: #000000;
	text-decoration: none;
}
/*
img {
	border-top: 2px #149614 solid;
	border-bottom: 2px #149614 solid;
}
*/
form {
	margin-left: 0;
    background-color: #404040;
    text-align: left;
}
/*
.fstooltips {

border: 1px solid #000000;
width: 180;

}

.tipheader {

background-color: #000000;
color: #c0c0c0;
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;

}

.tipcontent {

background-color: #404040;
color: #ffffff;
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;

}
