/* ============================================================================

   Nome do arquivo: config/base.css
   Filename: config/base.css

   Copyright 2004 - Kyller Costa Gorgônio

   ============================================================================

   Este arquivo é parte do programa Jararaca.

   Jararaca é um software livre; você pode redistribui-lo e/ou modifica-lo
   dentro dos termos da Licença Pública Geral GNU como publicada pela Fundação
   do Software Livre (FSF); na versão 2 da Licença, ou (na sua opinião)
   qualquer versão.

   Este programa é distribuido na esperança que possa ser util, mas SEM NENHUMA
   GARANTIA; sem uma garantia implicita de ADEQUAÇÂO a qualquer MERCADO ou
   APLICAÇÃO EM PARTICULAR. Veja a Licença Pública Geral GNU para maiores
   detalhes.

   Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este
   programa, se não, escreva para a Fundação do Software Livre(FSF) Inc., 59
   Temple Place, Suite 330, Boston, MA  02111-1307  USA

   =========================================================================

   This file is part of Jararaca.

   Jararaca is free software; you can redistribute it and/or modify it under
   the terms of the GNU General Public License as published by the Free
   Software Foundation; either version 2 of the License, or (at your option)
   any later version.

   Jararaca is distributed in the hope that it will be useful, but WITHOUT ANY
   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
   FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
   details.

   You should have received a copy of the GNU General Public License along with
   Jararaca; if not, write to the Free Software Foundation, Inc., 59 Temple
   Place, Suite 330, Boston, MA  02111-1307  USA

============================================================================= */

body {
	background-color: #f5f5dc;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-family: Verdana, Serif;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	overflow-y: auto
}

:link {
        color: #554fa0;
	font-weight: bold
}

:visited {
        color: #554fa0;
	font-weight: bold
}

img {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

table {
	background-color: #ddc;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	overflow-y: auto
	font-family: courier new;
}

tr {
	text-align: center;
}

td {
	text-align: center;
}

/* para fontes */

h1 {
        color: #955322;
	font-size: 25px;
	font-weight: bold
}

h2 {
        color: #955322;
	font-size: 14px;
	font-weight: bold
}

h3 {
        color: #955322;
	font-size: 12px;
	font-weight: bold
}

/* definição do menu */

#menu {
	position: relative;
	width: 500px;
	color: #000;
	top: 0px;
	left: 5px;
}
#menu a:visited {
	text-decoration: none;
	color: #000;
	font-family: "courier new", "sans serif";
	font-size: 14px;
}
#menu a {
	text-decoration: none;
	color: #000;
	font-family: "courier new", "sans serif";
	font-size: 14px;
}
#menu a span {
	display: none;
}
#menu a:hover {
	position: relative;
	top: 2px;
	left: 2px;
	text-decoration: none;
	color: #aaa;
	font-family: "courier new", "sans serif";
	font-size: 14px;
}
#menu a:hover span {
	display: inline;
	position: absolute;
	top: -4px;
	left: -3px;
	width: 75px;
	color: #000;
	cursor: pointer;
}
#menu a:active {
	text-decoration: none;
	background-color: #fff;
	color: #000;
	font-family: "courier new", "sans serif";
	font-size: 14px;
}

/* corpo do arquivo */

#thumbs {
	top: 0px;
        position: relative;
}
#nav {
	text-align: center;
	position: relative;
}

