/*
 *
 * Copyright 2002-2005 (c) Mathieu Roy <yeupou--gnu.org>
 *                         Stéphane Urbanovski <s.urbanovski--ac-nancy-metz.fr>
 *                         Sylvain Beucler <beuc--beuc.net>
 *
 *
 * 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: style.css,v 1.1 2005/07/29 20:34:43 lutter Exp $
 *
*/

/* GUIDELINES VERSION FOLLOWED: 1.10 */

@import "base.css";

/**********************************************************************
 *
 * Very basic (mostly text) items:
 *
 **********************************************************************/

body { 
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 0;
  font-family: arial,helvetica;
  color: #333333;
/*  background-color: #ffe4b7; */
/*  background-color: #eae3d7; */
  background-color: #ffffff;
}

.feedback {
 position: relative;
 top: auto;
 right: auto;
 bottom: auto;
 left: auto;
 margin-left: 1%;
 margin-right: 1%;
}

.feedbackerror {
 position: relative;
 top: auto;
 right: auto;
 bottom: auto;
 left: auto;
 margin-left: 1%;
 margin-right: 1%;
}

a { text-decoration: none; color: #641212;}
a:hover { text-decoration: underline; color: #c40f0f; }
a:active { color: #ff0000; }

.unavailable {
	color: #905050;
	text-decoration: none;
}
.unavailable:hover { 
	color: #B07070;
}

.footer {
 color: #333333;
/*  background-color: #CCBB88; */
 background-color: #ffe4b7;
 text-align: center;
/*  border: solid #998855; */
 border: solid #e0c080;
 border-width: 0 thin thin 0;
 margin-left: 1%;
 margin-right: 1%;
}
.warn { color: #aa2200; }
.error { font-weight: bold; color: #aa2200; }


/* Titles */

/* <h2> Page title */
h2 {
	text-indent: 0.3em;
}
/* <h3> Section title */
h3 {
	text-indent: 1em;
	border-bottom: thin solid #e0c080;
	background-color: #fff0d0; 
}
/* <h4> Small section title */
/* <h5> Input form label */
h5 {
	font-weight: normal;
	background-color: #fff7ea; 
	border: #ffe4b2 solid thin;
}


/**********************************************************************
 *
 * Alignement, main tables
 *
 **********************************************************************/

.realbody { 
	border-spacing: 0px;
	border: none;
}

.main {
  	background-color: #ffffff; 
/* 	border-bottom: thin solid #333333;  */
/* 	border-top: thin solid #333333;   */
/* 	border-right: thin solid #333333; */
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 0;
 	margin-left: 160px;
 	margin-right: 0;
        width: auto;
}

/**********************************************************************
 *
 * Menus
 *
 **********************************************************************/

.menu { 
 background-color: #ffe4b7;
 width: 150px;
 padding: 5px;
/*  border: thin dotted #e0c080; */
}

.menutitle {
	font-weight: bold;
	text-align: left;
	color: #333333;
	border-bottom: thin dotted #e0c080;
}

.menuitem {
	list-style-type: none;
	text-align: right;
	color: #333333;
	border-bottom: thin dotted #e0c080;
	padding-right : 3%;
}

.topmenu {
	background-color: #f9e4a2;
#	margin-left: 20px;
	margin-left: 0;
	margin-right: 0;
	border-left: thin solid #000000;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	border-right: none;
	width: auto;
}


.topmenutitle {
	font-style: italic; 
}

.tabselect { text-decoration: underline; color: #000000; font-weight: bold; }
.tabselect:hover { text-decoration: underline; font-weight: bold; }

/**********************************************************************
 *
 * Boxes
 *
 **********************************************************************/

.box { 
	width: 98%;
	margin-left: 1%;
  	margin-right: 1%; 
}

.boxtitle  {	
	background-image: url("/images/savannah.theme/leopard.png");
	background-color: #eddb5a;
	border: thin outset #641212;
	color: #000000;
}

.boxitem  {
	background-color: #fffbed;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}

.boxitemalt  {	
	background-color: #ffeecc;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}

.boxhighlight  {	
	background-color: #ffe0db;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}


/**********************************************************************
 *
 * Forms
 *
 **********************************************************************/

input {
	background-color: #fff9e0;
	color: #841212;
}
input:hover { color: #ff0000; }
select {
	background-color: #fff9e0;
	color: #841212;
}

/* select:hover { color: #ff0000; } */

textarea {
	background-color: #fff9e0;
	color: #000000;
}
textarea:hover {
	color: #ff0000;
}

div.inputfield {
	margin:	10px 1px 10px 1px;
}

/* text before inputs */
.preinput {
 	color: #727272;
	font-style: italic;
}abselect { text-decoration: underline; color: #000000; font-weight: bold; }
.tabselect:hover { text-decoration: underline; font-weight: bold; }

/**********************************************************************
 *
 * Boxes
 *
 **********************************************************************/

.box { 
	width: 98%;
	margin-left: 1%;
  	margin-right: 1%; 
}

.boxtitle  {	
	background-image: url("/images/savannah.theme/leopard.png");
	background-color: #eddb5a;
	border: thin outset #641212;
	color: #000000;
}

.boxitem  {
	background-color: #fffbed;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}

.boxitemalt  {	
	background-color: #ffeecc;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}

.boxhighlight  {	
	background-color: #ffe0db;
	border-left: thin dotted #e0c080;
	border-right: thin dotted #e0c080;
	border-bottom: thin dotted #e0c080;
	color: #333333;
}


/**********************************************************************
 *
 * Forms
 *
 **********************************************************************/

input {
	background-color: #fff9e0;
	color: #841212;
}
input:hover { color: #ff0000; }
select {
	background-color: #fff9e0;
	color: #841212;
}

/* select:hover { color: #ff0000; } */

textarea {
	background-color: #fff9e0;
	color: #000000;
}
textarea:hover {
	color: #ff0000;
}

div.inputfield {
	margin:	10px 1px 10px 1px;
}

/* text before inputs */
.preinput {
 	color: #727272;
	font-style: italic;
}


/**********************************************************************
 *
 * Very basic (mostly text) items:
 *
 **********************************************************************/

body {
	font-family: arial,helvetica;
}

img { 
	border: none; 
}

.icon { 
	border: none; 
	width: 1em; 
	height: 1em;
}

.smaller { font-size: smaller; }
.small { font-size: small; }
.xsmall { font-size: xx-small; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.error { font-weight: bold; color: #c12424; }
.warn {  color: #c12424; }

.bold { font-weight: bold; }

.footer { font-size: x-small; clear: both; }

.feedback {
        vertical-align: middle;
	font-size: smaller;
	font-weight: normal;
	border: thin solid #005d23;
	background-color: #e7ffe8;
	text-align: left;
	color: #005d23;
	position: fixed;
	top: 1%;
	right: 9%;
	bottom: auto;
	/* should not interfere with the menu (width: 15%):
		so we have 9% + menu*/
	left: 24%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity: 0.90;  /* Mozilla non-standard */

}

.feedbacktitle {
        vertical-align: middle;
	font-weight: bold;
	background-color: #005d23;
	text-align: center;
	color: white;
	float: left;
	padding: 1px;
	text-indent: 0;
	width: 20%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity: 0.90;  /* Mozilla non-standard */

}

.feedbackimage { 
        vertical-align: middle;
	width: 1em;
}

.text {	
        text-align: justify;
	padding-left: 5px;
	text-indent: 1em;
	font-size: smaller;
}

.feedbackerror {
        vertical-align: middle;
	font-weight: normal;
	border: thin solid #871b00;
	background-color: #ffeae5;
	text-align: left;
	color: #871b00;
	position: fixed;
	top: 1%;
	right: 9%;
	bottom: auto;
	/* should not interfere with the menu (width: 15%):
		so we have 9% + menu*/
	left: 24%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity:0.90;  /* Mozilla non-standard */
}

.feedbackerrortitle {
        vertical-align: middle;
	font-weight: bold;
	background-color: #871b00; 
	text-align: center;
	color: white;
	float: left;
	padding: 1px;
	text-indent: 0;
	width: 20%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity: 0.90;  /* Mozilla non-standard */
}

/* this last feedback time occurs when there was both ok and error feedbacks */
.feedbackerrorandsuccess {
	font-size: smaller;
	font-weight: normal;
	border: thin solid #804206;
	background-color: #ffd1a5; 
	text-align: left;
	color: #804206;
	position: fixed;
	top: 1%;
	right: 9%;
	bottom: auto;
	/* should not interfere with the menu (width: 15%):
		so we have 9% + menu*/
	left: 24%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity:0.90;  /* Mozilla non-standard */
}

.feedbackerrorandsuccesstitle {
	font-weight: bold;
	background-color: #804206; 
	text-align: center;
	color: white;
	float: left;
	padding: 1px;
	text-indent: 0;
	width: 20%;
	opacity: 0.9;  /* CSS3 standard */
	filter:alpha(opacity=90);  /* MSIE non-standard */
	-moz-opacity: 0.90;  /* Mozilla non-standard */
}






.debug {
	width: 80%;
	border: thin solid #871b00;
	background-color: #ffbfaf; 
	text-align: center;
	color: #871b00;
	font-weight: normal;
	font-size: xx-small;
}

.unavailable {
	text-decoration: line-through;
}

.unavailable:hover { 
	text-decoration: line-through;
}

.help {
	text-decoration: underline;
}

.preinput {
	font-style: italic;
}

hr { 
	background-color: black;
	height: 1px;
	border: 0;
}

/**********************************************************************
 *
 * Alignement, main tables
 *
 **********************************************************************/

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }


.backtotop { text-align: right; clear: both; }

.indexcenter { vertical-align: top; width: 80%; }
.indexright { vertical-align: top; float: right; width: 19%; }

.splitleft { margin-left: 1%; 	margin-right: 51%; }
.splitright {  display:block;  float: right; margin-right: 1%; width: 49%; overflow: hidden; vertical-align: top;} 

.trash { vertical-align: top; text-align: right; margin-right: 0; float: right; height: 1em; }


.clear { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }

.realbody {  
	vertical-align: top;
}

/* margin-left + with must be equal to 100% (but think about body margins 
 present in many themes) */
.main {
  	vertical-align: top;
	margin-left: 16%;
	border-spacing: 0;
	border: none;
	display: block;
	width: 83.5%;
}



/**********************************************************************
 *
 * Menus
 *
 **********************************************************************/

.menu { 
	float: left; 
	font-size: small;
	vertical-align: top; 
	border-spacing:	0;
	border: none; 
	width: 15%;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.menulogo {
	list-style-type: none;
	font-size: larger;
	text-align: center;
}


.menutitle {
	list-style-type: none;
	vertical-align: top;
	padding-top: 0;
	margin-top: 15px;
}

.menuitem { 
	text-indent: 0;
	list-style-type: square;
	list-style-position: inside;
	vertical-align: middle;
	margin-left: 0;
}

.menusearch {
	text-indent: 0;
	text-align: right;
	list-style-type: none;


}

.topmenu {
  	width: 98%;
	margin-bottom: 5%;
}

.topmenutitle {   
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	width: 15%;
 }

.topmenuitem { 
	margin-left: 20%;
	border: none;
}

/**********************************************************************
 *
 * Boxes
 *
 **********************************************************************/

.box { 
	width: 96%;
	margin-left: 2%;
  	margin-right: 2%; 
	vertical-align: top; 	
	border-spacing: 1px; 
	border: 0; 
}

.boxli { 
	padding: 0;
	margin: 0;
	border: 0;
	border-spacing: 0;
}



.boxtitle {  
	font-weight: bold; 
	text-align: center; 
	text-transform: capitalize; 
}

.boxitem {   
	padding-left: 1%;
	text-indent: 0;
	list-style-type: none;
	text-align: left; 
}

.boxitemalt { 
	padding-left: 1%;
	text-indent: 0;
	list-style-type: none;
	text-align: left; 
}

.boxhighlight { 
	padding-left: 1%;
	text-indent: 0;
	list-style-type: none;
	text-align: left; 
	background-color: #f7c58f;
	color: black;
}


/**********************************************************************
 *
 * Priorities
 *
 **********************************************************************/

.priora { background-color: #fff2f2; border: thin solid #ef6e6e; 
	text-indent: 0;
	list-style-type: none; }
.priorb { background-color: #ffe8e8; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none; }
.priorc { background-color: #ffe0e0; border: thin solid #ef6e6e; 
	text-indent: 0;
	list-style-type: none; }
.priord { background-color: #ffd8d8; border: thin solid #ef6e6e; 
	text-indent: 0;
	list-style-type: none; }
.priore { background-color: #ffcece; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none;  }
.priorf { background-color: #ffc6c6; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none; }
.priorg { background-color: #ffbfbf; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none; }
.priorh { background-color: #ffb7b7; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none; }
.priori { background-color: #ffadad; border: thin solid #ef6e6e;
	text-indent: 0;
	list-style-type: none; }


.prioraclosed { background-color: #F5FFEB; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priorbclosed { background-color: #EDFFE6; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priorcclosed { background-color: #EEFFE1; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priordclosed { background-color: #E0FFD5; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.prioreclosed { background-color: #CCFFBB; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priorfclosed { background-color: #C6FFB9; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priorgclosed { background-color: #C0FFB2; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.priorhclosed { background-color: #ADFFA4; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }
.prioriclosed { background-color: #A0FF9D; border: thin solid #51DA96;
	text-indent: 0;
	list-style-type: none; }

pre {
  background-color: #cccccc;
  margin: 5px; padding: 3px
}
