/*
 *
 * Part of the Savane Project
 * Copyright 2002-2005 (c) Mathieu Roy <yeupou--at--gnu.org>
 * See the changelog file for a detailed list of changes
 *
 *  http://gna.org/p/savane
 *
 * 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: base.css.in,v 1.22 2005/03/23 11:23:58 yeupou Exp $
 *
*/

/* THIS CSS DEFINES BASIC ELEMENTS AND IS SUPPOSED TO BE IMPORTED */

/* GUIDELINES VERSION FOLLOWED: 1.10 */


/**********************************************************************
 *
 * 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; }

