/*
 *
 * the Savannah Project
 * Copyright 2002 (c) Mathieu Roy <yeupou@gnu.org>
 * See the ChangeLog file for a detailed list of changes
 *
 *  http://savannah.gnu.org 
 *
 * This program 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.
 *
 * This program 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 this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 *
 * $Id: savannah.css,v 1.1 2003/02/02 10:30:26 ciceron Exp $
 *
 *
 * As savannah.theme is the default theme of images, this css
 * is the default CSS2 style definition
 * Any valuable changes added that any theme should implement
 * should be implemented here
 *
*/

/* general stuff */
BODY { 
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #FFFFFF;
  font-family: arial,helvetica;
  font-size: small;
  color: #333333;
}

A { text-decoration: none; color: #841212;}
a:hover { text-decoration: underline; color: #FF0000; }
a:active { color: #FF0000; }

.smaller { font-size: smaller; }
.small { font-size: small; }
.xsmall { font-size: xx-small; }
.center { text-align: center; }
.left { text-align: left; }
.error { font-weight: bold; color: #ff0000; }
.bold { font-weight: bold; }
.feedback { color: red; }

PRE,TT { font-family: courier,sans-serif; }
input {
 background-color:#fff4a8;
/*
 *border: thin solid #a01b1b;
 *padding: 2px;
*/
 color: #000000;
}
select {
 background-color:#fff4a8;
/*
 *border: thin solid #a01b1b;
 *padding: 2px;
*/
 color: #000000;
}

option {
 background-color:#fff4a8;
/*
 *border: thin solid #a01b1b;
 *padding: 2px;
*/
 color: #000000;
}

textarea {
 background-color:#fff4a8;
/*
 *border: thin solid #a01b1b;
 *padding: 2px;
*/
 color: #000000;
}
.footer { font-size: x-small; color: #333333; }
.standardtable { width: 99%; border-spacing: 0; border: 0; color: #333333; }

/* content frame specific */
.contenttable { background-color: #FFFFFF; vertical-align: top; width: 99%; border-spacing: 0; border: 0; }

/* left menu specific */
.menutable { vertical-align: top; background-color: #f4d495; width: 150px; border-spacing: 0; border: 0; font-size: small;}
.menutitle { vertical-align: top; font-weight: bold; text-align: left; color: #333333; }
.menuitem { vertical-align: top; text-align: right; color: #333333; }
.menusearch { font-size: xx-small; } 

/* classic box */
.boxtable { width: 99%; vertical-align: top; border-spacing: 1px; border: 0; }
.boxtitle { background-image: url("leopard.png"); background-color: #eddb5a; font-weight: bold; text-align: center; text-transform: capitalize; color: #000000; }
.boxitem { /*background-image: url("images/savannah.theme/sand.png");*/ background-color: #fff5c6; text-align: left; color: #333333; }
.boxitemalt { background-color: #ffffff; text-align: left; color: #333333; }
.boxhighlight { background-color: #ffe0db; text-align: left; color: #333333; }

/* priority  */
.priora { background-color: #dadada; }
.priorb { background-color: #dad0d0; }
.priorc { background-color: #dacaca; }
.priord { background-color: #dac0c0; }
.priore { background-color: #dababa; }
.priorf { background-color: #dab0b0; }
.priorg { background-color: #daaaaa; }
.priorh { background-color: #da9090; }
.priori { background-color: #da8a8a; }

/* index.php */
.indexcenter { vertical-align: top; width: 65%; color: #333333; }
.indexright { vertical-align: top; width: 35%; color: #333333; }

/* tabs */
.tabs { color: #000000; }
.tabs:visited { color: #000000; }
.tabs:hover { color:#FF0000; }
.tabselect { color: #000000; font-weight: bold; }
.tabselect:visited { font-weight: bold;}
.tabselect:hover { color:#FF0000; font-weight: bold; }

.titlebar { text-decoration:none; color:#000000; font-family: Helvetica,helvetica,sans-serif; font-size: small; font-weight: bold; }
.develtitle { color:#000000; font-weight: bold; }
.legallink { color:#000000; font-weight: bold; }



/* This is the original Sourceforge css.. we let this stuff here until this savaannah css is fully used */

SPAN.center { text-align: center; }
SPAN.boxspace { font-size: 2pt; }
SPAN.alignright { text-align: right }
SPAN.maintitlebar { font-size: 10pt; color: #FFFFFF; }
SPAN.titlebar { text-align: center; font-size: larger; color: #000000; font-weight: bold; }
/*TD.featurebox { font-size: small; }*/

/*H1 { text-align: center; }*/
A.qindex {}
A.qindexRef {}
A.el { text-decoration: none; font-weight: bold }
A.elRef { font-weight: bold }
A.code { text-decoration: none; font-weight: normal; color: #4444ee }
A.codeRef { font-weight: normal; color: #4444ee }
DL.el { margin-left: -1cm }
DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 }
TD.md { background-color: #f2f2ff }
DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold }
DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller }
FONT.keyword       { color: #008000 }
FONT.keywordtype   { color: #604020 }
FONT.keywordflow   { color: #e08000 }
FONT.comment       { color: #800000 }
FONT.preprocessor  { color: #806020 }
FONT.stringliteral { color: #002080 }
FONT.charliteral   { color: #008080 }
