/*
   *@=@=@=@ START LICENSE @=@=@=@*
   Copyright or © or Copr. Stéphane TRICHET and Nicolas SOTRON
   
   stephane.t@simpliciweb.net and nicolas.s@simpliciweb.net
   
   This software is a computer program whose purpose is to make a
   web hosting platform
   
   This software is governed by the CeCILL  license under French law and
   abiding by the rules of distribution of free software.  You can  use, 
   modify and/ or redistribute the software under the terms of the CeCILL
   license as circulated by CEA, CNRS and INRIA at the following URL
   "http://www.cecill.info". 
   
   As a counterpart to the access to the source code and  rights to copy,
   modify and redistribute granted by the license, users are provided only
   with a limited warranty  and the software's author,  the holder of the
   economic rights,  and the successive licensors  have only  limited
   liability. 
   
   In this respect, the user's attention is drawn to the risks associated
   with loading,  using,  modifying and/or developing or reproducing the
   software by the user in light of its specific status of free software,
   that may mean  that it is complicated to manipulate,  and  that  also
   therefore means  that it is reserved for developers  and  experienced
   professionals having in-depth computer knowledge. Users are therefore
   encouraged to load and test the software's suitability as regards their
   requirements in conditions enabling the security of their systems and/or 
   data to be ensured and,  more generally, to use and operate it in the 
   same conditions as regards security. 
   
   The fact that you are presently reading this means that you have had
   knowledge of the CeCILL license and that you accept its terms.
   *@=@=@=@ END   LICENSE @=@=@=@*

*//* Normal, standard links. */
#plici_mod_tag a:link, #plici_mod_tag a:visited
{
	color: #5f7700;
	background-color: transparent;
	text-decoration: none;
}
#plici_mod_tag a:hover
{
	color: #9e2e02;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
#plici_mod_tag .nav, #plici_mod_tag .nav:link, #plici_mod_tag .nav:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
#plici_mod_tag a.nav:hover
{
	font-weight: bold;
	color: #9e2e02;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
#plici_mod_tag table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
#plici_mod_tag body, #plici_mod_tag td
{
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
#plici_mod_tag input, #plici_mod_tag textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f7ffbf;
}

/* Checkboxes shouldn't have a background color. */
#plici_mod_tag input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
#plici_mod_tag select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f7ffbf;
}

/* Standard horizontal rule.. */
#plici_mod_tag hr
{
	color: #1c6400;
	background-color: transparent;
}
/* A more colorful hr.. */
#plici_mod_tag .hrcolor
{
	height: 1px;
	border: 0;
	color: #1c6400;
	background-color: #1c6400;
}

/* A quote, perhaps from another post. */
#plici_mod_tag .quote
{
	color: #000000;
	background-color: #f7ffbf;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
#plici_mod_tag .code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* The "Quote:" and "Code:" header parts... */
#plici_mod_tag .quoteheader, #plici_mod_tag .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
#plici_mod_tag .help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
#plici_mod_tag .meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
#plici_mod_tag .editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
#plici_mod_tag .highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
#plici_mod_tag .windowbg
{
	color: #000000;
	background-color: #e6ffb0;
}
#plici_mod_tag .windowbg2
{
	color: #000000;
	background-color: #f8f8f8;
}

/* Titles - such as table headers. */
#plici_mod_tag .titlebg, #plici_mod_tag tr.titlebg td, #plici_mod_tag .titlebg a:link, #plici_mod_tag .titlebg a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #3b3b3b;
}
#plici_mod_tag .titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
#plici_mod_tag .catbg
{
	font-weight: bold;
	background-color: #e6ffb0;
	background-image: url(images/catbg.gif);
	color: #000000;
}

/* The borders around things. */
#plici_mod_tag .bordercolor
{
	background-color: #1c6400;
}
#plici_mod_tag .tborder
{
	border: 1px solid #1c6400;
}

/* Default font sizes. */
#plici_mod_tag .smalltext
{
	font-size: x-small;
}
#plici_mod_tag .normaltext
{
	font-size: small;
}
#plici_mod_tag .largetext
{
	font-size: large;
}
