/**
* $Id: colors.css,v 1.1.2.3 2006/01/02 12:47:16 thorstenr Exp $
*
* In this CSS file you'll find all color defintions for phpMyFAQ
*
* @author		Jens Grochtdreis <jens@grochtdreis.de>
* @author		Thorsten Rinne <thorsten@rinne.info>
* @since		2005-03-12
* @copyright	(c) 2005-2006 phpMyFAQ Team
* 
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
* 
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
* License for the specific language governing rights and limitations
* under the License.
*/

/**
* Main body
*/
body,td {
  font-size :12px;color: #636E76;
   }
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 120%;
}
.top {
	color:#636E76;
}
.top:link {
	color:#636E76;
	text-decoration: none;
}
.top:visited {
	color: #636E76;
	text-decoration: none;
}
.top:hover {
	color:#636E76;
	text-decoration: none;
}
.pic {
	border: 1px solid #E6E6E6;
}
.s13 {
      font-size: 14px; LINE-HEIGHT: 160%;
      font-family: Arial,Helvetica, geneva,sans-serif;
	  }
.BORDER	{
     border: 1px solid #BBBBBB;
 }
#categories li ul li {
   margin: 0;
   border-left: 0px
}
#categories li ul a {
   padding-left: 15px;
}
#categories ul ul ul a {
   padding-left: 25px;
}
#categories ul ul ul ul a {
   padding-left: 25px;
}
#categories .active {
}
#categories .subcat a {
}
#categories .subcat .active {
}
/* CSS Document */

/**
* Categories
*/
#categories {
    background-color: #F2F2F2;
}
#categories li {
    margin: 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
}
#categories li a {
    background-color: #F2F2F2;
    color: #0070BC;
}
#categories li a:hover {
    background-color: #FFFFFF;
    color: #FF3300;
	text-decoration:none;
}

#categories .active {
	background-color: #D0D9D9;
}
#categories .subcat a {
	background-color: #F2ECEC;
}
#categories .subcat .active {
	background-color: #ECF2ED;
} 
