/**
* $Id: style.css,v 1.4.2.8 2006/01/02 12:47:16 thorstenr Exp $
*
* This is the main style sheet file for phpMyFAQ 1.5
* If you want to change only the colours, use colors.css
*
* @author		Domingos Teruel <dteruel@bireme.br>
* @since       2006-03-02
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*/ 

/**
* main definitions
*
* NOTE: You may remove them because they are global
*/
body {
	text-align: center;
	vertical-align: top;	
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}
body, td {
   font-family: "Bitstream Vera Sans", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-size: 80.01%; 
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
   margin: 0;
   padding: 0;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 100%;
}
a {
	border: none;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
   }
h1 {
   font-size: 200%;
}
h2 {
   font-size: 175%;
}
h3 {
   font-size: 125%;
}
form {
   margin: 0;
   padding: 0;
}
fieldset {
   margin-bottom: 1em;
   padding: .5em;
}
img {
   border: 0;
}
pre, code {
   font-size: 11px;
}
hr {
   height: 1px;
   border: 1px solid gray;
}
p {
   padding: 0;
   margin: 0;
   margin-bottom: 0.8em;
}
code {
   white-space: pre;
}
TD {
	font-family : Verdana, arial;
	font-size: 8pt;
	color: #000000;
}

A {
	font-family : Verdana, arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.top {

}

.top_parent {	
	text-align: right;
}

.top_identification {
	xbackground-color: #404C91;	
}
.banner {
background: url(/direve/images/banner.jpg) no-repeat top right;
}
.site_name {
	margin-left: 20%;
	font-family: Verdana, arial;
	font-size: 15pt;
	font-weight: bold;
	color: #FFF;
	visibility: hidden;	
}

.name {
	font-size: 9pt;
	text-decoration: none;
}

.name:hover {
	text-decoration: underline;
}

.navigation {
	background-color: #C4D9D9;
	color: #000066;
	font-weight: bold;
}

.title {
	font-family: Verdana, arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
}

.search {
	background-color: #C6CFDC;
}

.searchTitle,.date {
	font-family: Verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;	
}

INPUT, SELECT {
	font-family: Verdana, arial; 
	font-size: 8pt; 
}

.input_submit {
	font-family: Verdana, arial; 
	font-size: 9pt; 
	font-weight: bold; 
	border: 1px #000066 solid; 
	background-color: #EFF5F5; 
	color: #000066;
}

.box {
	border: 2px #C6CFDC solid; 
}

.box_title {
	background-color: #C6CFDC;
	color: #000066;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.box_content {
	background-color: #EFF5F5;
}
#main{
	width: 760px;
	margin: 2px auto;
	padding: 0;
	text-align: left;
}
