/*
   To change colours, simply change the value of all the strings containing some kind of
   a colour (blue, red, black, etc.) or the hex values (#fff, #000, #eee, etc.)

   To find the hex values, try this site: http://www.dripz.dk/colorpicker/
*/

body{
 background-color: #eeeeee;
 position: absolute;
 left: 50%; top: 15px;
 width: 750px; height: auto;
 margin: 0 0 0 -375px; padding: 0;
 font: 1em arial, sans-serif;
 color: #000;
}

table.relatorios {
	width:100%;
	font:80% Verdana, Arial, Tahoma, 'Sans-Serif';
	color:#000000;
}
.bla {
	border-bottom:1px solid #000000;
}
table.relatorios th, table.relatorios tr td {
        border-bottom:1px solid #000000;
	text-align:center;
	padding:4px;
}

table.relatorios th {
	background:#3F92BC;
	font-weight:bold;
}

.forms{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#192D69;
 background:#D2D2D2;
 border-right:1px solid #192D69; 
 border-left:1px solid #192D69; 
 border-top:1px solid #192D69; 
 border-bottom:1px solid #192D69;
 border:1px solid #006450; 
}


#login input{
 font: 1em arial, sans-serif;
 background: #FFFFFF;
 border: 0px solid;
 color: #5588AA;
 display: block;
 margin: 5px auto;
}

 /* The header at the top. */
#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 75px;
 background-color: #eeeeee;
 text-align: left;
 z-index: 2;
}

 /* Styles the <H1> tag which is in the header div. */
#header h1{
 margin: 0 0 0 0; padding: 0 0 0 15px;
 font: 3em georgia, sans-serif;
 background-color: transparent;
 z-index: 3;
}

 /* Styles the word red (#word1) Works only with <H1> and <H2>. */
h1 .word1, h3 .word1{
 color: #3F92BC;
}

 /* Styles the word black (#word2) Works only with <H1> and <H2>. */
h1 .word2, h3 .word2{
 color: #3F92BC;
 font-weight: bold;
}

/* Styles the word black (#word2) Works only with <H1> and <H2>. */
.word3{
  font-weight: bold;
}

.word4{
  font-size: 24px;
  font-weight: bold;
}

 /* Styles the menu-holder. */
#menu{
 position: absolute;
 left: 0; top: 75px;
 width: 150px; height: auto;
 padding: 1px 0 0 0;
 background-color: #eeeeee;
 z-index: 1;
}

 /* Styles the list holder. */
#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 0.8em verdana, sans-serif;
 background-color: #d7d7d7;
}

 /* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
 display: block;
 margin: 0 0 1px 0; padding: 3px 3px 3px 3px;
 background-color: #eeeeee;
}

 /* Gives the button a hover-effect. */
#menu ul li:hover{
 margin: 0 0 1px 0; padding: 2px 3px 2px 3px;
 border-top: 1px #3F92BC solid; border-bottom: 1px #3F92BC solid;
 background-color: #eeeeee;
}

 /* Styles the link within the button. */
#menu ul li a{
 display: block;
 color: #3F92BC;
 font-weight: bold;
 text-decoration: none;
}

 /* Gives the link a hover-effect. */
#menu ul li a:hover{
 color: black;
}

 /* Styles and positions the content-holder. */
#content{
 position: absolute;
 left: 150px; top: 75px;
 width: 600px; height: auto;
 background-color: #eeeeee;
 border-left: 1px #3F92BC solid; border-top: 1px #3F92BC solid;
 padding-bottom: 4px;
 z-index: 0;
}

 /* Styles the Header (<h3>). */
#content h3{
 display: block;
 font: 1.6em georgia, serif;
 color: #000;
 margin: 1em 0 0 1em; padding: 0 0 .4em 0;
 border-bottom: 1px #ccc solid;
}

 /* Styles the paragraphs (<p>) in #content. */
#content p{
 display: block;
 margin: .6em 1em 0 2.4em; padding: 0 0 .6em 0;
 font: .8em arial, sans-serif;
 text-align: justify;
 text-indent: .8em;
 line-height: 1.4em;
}

 /* Styles the paragraphs (<p>) in #content. */
#conteudo{
 margin-left: 2.5em;
 font: .8em arial, sans-serif;
 text-align: justify;
 text-indent: .8em;
 line-height: 1.4em;
}

#conteudo input{
 font: 1em arial, sans-serif;
 font-size: 14px;
 margin: 3px; 
 background: #FFFFFF;
 border-bottom: #FFFFFF;
 border: 0px solid;
 color: #5588AA;
 border-right:1px solid #FFFFFF; 
 border-left:1px solid #FFFFFF; 
 border-top:1px solid #FFFFFF; 
}

#conteudo textarea{
 font: 1em arial, sans-serif;
 font-size: 14px;
 margin: 3px; 
 background: #FFFFFF;
 border-bottom: #FFFFFF;
 border: 0px solid;
 color: #5588AA;
 border-right:0px solid #FFFFFF; 
 border-left:0px solid #FFFFFF; 
 border-top:0px solid #FFFFFF; 
}


 /* Styles the links within the #content. */
#content a{
 color: black;
 text-decoration: none;
 border-bottom: 1px #3F92BC solid;
}

 /* Gives the links a hover effect. */
#content a:hover{
 color: #3F92BC;
 text-decoration: none;
 border-bottom: none;
}

#content ul{
 padding: 1;
 font: 0.8em verdana, sans-serif;
}


 /* The footer. */
#footer{
 position: relative;
 width: 100%; height: auto;
 font: .8em verdana, sans-serif;
 color: #ccc;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: 1px #3F92BC solid;
}

 /* Styles the <acronym> tag. */
acronym{
 border-bottom: 1px #000 dotted;
 cursor: help;
}

