/*----------------------------------------------------------------------------\
|                  JAF CMS - ...just another flat file CMS                    |
|-----------------------------------------------------------------------------|
|-----------------------------------------------------------------------------|
|                        Created by Salim "ph03y3nk"                          |
|               (Mail Contact : ph03y3nk@users.sourceforge.net)               |
|                For JAF CMS (http://jaf-cms.sourceforge.net/)                |
|-----------------------------------------------------------------------------|
|-----------------------------------------------------------------------------|
| JAF CMS - ...just another flat file CMS, is a Simple PHP Content Management |
| System (CMS). Consist of a powerfull set of PHP scripts, for small personal |
| homepage without database needed. Tested on Apache server 1.3.23 and PHP 4. |
|-----------------------------------------------------------------------------|
|-----------------------------------------------------------------------------|
|                   Copyright (c) 2004, Salim,SE. (ph03y3nk)                  |
|                                                                             |
|                             ___            ___                              |
|                            /\__\          /\__\                             |
|                           /:/ _/_        /:/ _/_                            |
|                          /:/ /\  \      /:/ /\  \                           |
|                         /:/ /::\  \    /:/ /::\  \                          |
|                        /:/_/:/\:\__\  /:/_/:/\:\__\                         |
|                        \:\/:/ /:/  /  \:\/:/ /:/  /                         |
|                         \::/ /:/  /    \::/ /:/  /                          |
|                          \/_/:/  /      \/_/:/  /                           |
|                            /:/  /         /:/  /                            |
|                            \/__/July,2004.\/__/                             |
|                             -Salims Softhouse-                              |
|                                                                             |
|-----------------------------------------------------------------------------|
|-----------------------------------------------------------------------------|
| This software is provided "as is", without warranty of any kind, express or |
| implied, including  but not limited  to the warranties of  merchantability, |
| fitness for a particular purpose and noninfringement. In no event shall the |
| authors or  copyright  holders be  liable for any claim,  damages or  other |
| liability, whether  in an  action of  contract, tort  or otherwise, arising |
| from,  out of  or in  connection with  the software or  the  use  or  other |
| dealings in the software.                                                   |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| This  software is  available under GNU GPL - The GNU General Public License |
| v2.  To use this software you must accept the license terms and conditions. |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| GPL - The GNU General Public License    http://www.gnu.org/licenses/gpl.txt |
| Permits anyone the right to use and modify the software without limitations |
| as long as proper  credits are given  and the original  and modified source |
| code are included. Requires  that the final product, software derivate from |
| the original  source or any  software  utilizing a GPL  component, such  as |
| this, is also licensed under the GPL license.                               |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 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                          |
|-----------------------------------------------------------------------------|
|-----------------------------------------------------------------------------|
| Created 01/07/2004 |-----------------------------------| Updated 24/04/2006 |
\----------------------------------------------------------------------------*/
a img {
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}
a:link, a:visited {
	border-bottom: #999966 1px dotted;
	color: #999966;
	text-decoration: none;
}
a:hover {
	border-bottom: #222 1px solid;
	color: #6A7C52;
}
body {
	margin: 0px;
	padding: 0px;
	background: #000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999966;
}
form {
	margin: 0px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
}
h2 {
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 0.25em 0px 5px;
	border-bottom: #222 3px double;
	color: #444;
	font-size: 18px;
	letter-spacing: 2px;
}
h3 {
	border-bottom: 1px dotted #808080;
	margin: 15px 20px 10px;
	padding: 10px;
	color: #505050;
	font-weight: bold;
	font-size: 16px;
}
h4 {
	margin: 15px 30px;
	border-bottom: #DDDDDD 1px dotted;
	padding: 8px 0px;
	background: none transparent scroll repeat 0% 0%;
	color: #333333;
	font-size: 12px;
}
h5 {
	margin: 0px 30px;
	padding: 0px;
	background: none transparent scroll repeat 0% 0%;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
}
li {
	margin-left: 10px;
	list-style-type: square;
	line-height: 1.5em;
}
p {
	padding-top: 10px;
	margin: 0.25em 0px 0.75em;
	line-height: 1.4em;
	text-align: justify;
}
pre, .note, .faq .answer {
	border-right: #222 1px solid;
	border-top: #222 1px solid;
	margin: 0px;
	border-left: #222 10px solid; /*#444 10px solid; */
	border-bottom: #222 1px solid;
	padding: 2px 5px;
	background: #444;
	font-size: 11px;
	text-align: justify;
}
td {
	font-size: 13px;
}
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.authors {
	color: #FF6600;
	font-size: 10px;
	text-align: right;
	line-height: 12px;
}
.borderrr {
	border-right: #333 3px double;
	border-top: #333 3px double;
	margin-bottom: 20px;
	border-left: #333 3px double;
	border-bottom: #333 3px double;
	padding: 10px;
	background: #111;
}
.button {
	border: 3px double #333;
	width: auto;
	padding: 0px 5px;
	margin: 1px;
	background: #222;
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 18px !important;
	height: 24px !important;
}
.caltable {
	background: #222;
	border: 1px solid #444;
	margin: 0px;
	padding: 0px;
}
.date {
	padding-left: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
.guestbook {
	clear: both;
	border: #333 1px solid;
	padding: 10px;
	background: #444;
	z-index: 2;
	position: relative;
	top: -2px;
}
.maintop {
	border-right: #444 3px double;
	border-top: #444 3px double;
	margin: 0px;
	border-left: #444 3px double;
	border-bottom: #444 3px double;
	padding: 2px 0px 2px 10px;
	background: #222;
	color: #999966;
}
.newsdate {
	float: right;
	font-size: 13px;
}
.question {
	padding-top: 10px;
	padding-bottom: 2px;
}
.right {
	float: right;
}
.sidee {
	border: #333 3px double;
	margin-bottom: 15px;
	padding: 10px 5px;
	background: #111;
}
.sidee h2{
	font-size: 12px;
	text-transform: uppercase;
}
.slogan {
	padding-right: 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
}
.tddate {
	width: 14%;
	background-color: #333;
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.tdday {
	width: 14%;
	background-color: #111;
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.tdheading {
	background-color: #222;
	color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.tdtoday {
	width: 14%;
	background-color: #FF9933;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
}
.title {
	font-size: 50px;
	font-weight: bold;
}
.verm li {
	margin-left: 0px;
	list-style-type: none;
	height: 22px;
}
.verm li a:link, .verm li a:visited {
	border-bottom: 0px;
	padding: 0px 2px 0px 20px;
	display: list-item;
	color: #999966;
	text-decoration: none;
	height: 22px;
}
.verm li a:hover, .verm li a:visited:hover {
	border-right: #222 1px solid;
	border-top: #222 1px solid;
	border-left: #222 1px solid;
	border-bottom: #222 1px solid;
	padding: 0px 2px 0px 19px;
	display: list-item;
	color: #999966;
	background-color: #444;
	text-decoration: none;
	height: 18px;
}
/* Horisontal menu StyleSheet */
#admenu {
	font-size: 12px;
	line-height: 22px;
}
#admenu #nav a {
	color: #999966;
	font-weight: bold;
	text-decoration: none;
}
#admenu #nav div a:hover {
	width: 100%;
	display: list-item;
	background: #222;
	color: #111;
}
#admenu #nav li li a {
	padding: 0.2em 10px;
	display: list-item;
	list-style-type: none;
	color: #999966;
	font-weight: normal;
	text-align: left;
}
#admenu #nav li li a:hover {
	border-right: #222 5px solid;
	border-top: #222 0px solid;
	border-left: #222 5px solid;
	border-bottom: #222 0px solid;
	padding: 0.2em 5px;
	list-style-type: none;
	background: #444;
}
#admenu a {
	border-bottom: #518CB6 0px dotted;
	text-decoration: none;
}
#admenu a:link {
	border-bottom: #518CB6 0px dotted;
	color: #008800;
}
#admenu a:visited {
	border-bottom: #518CB6 0px dotted;
	color: #779900;
}
#admenu a:hover {
	text-decoration: none;
}
#admenu a:active {
	color: #FF0000;
}
#admenu li {
	border-right: #222 1px solid;
	border-top: #222 1px solid;
	float: left;
	border-left: #222 1px solid;
	width: 12em;
	border-bottom: #222 1px solid;
	list-style-type: none;
	white-space: nowrap;
	background-color: #111;
	text-align: center;
	cursor: default;
	position: relative;
}
#admenu li li {
	border-top-width: 0px;
	border-left-width: 0px;
	float: none;
	width: 9.9em;
	border-bottom-width: 0px;
	border-right-width: 0px;
	display: list-item;
	background-color: transparent;
}
#admenu li ul {
	border-bottom: #222 1px solid;
	border-left: #222 5px solid;
	border-right: #222 1px solid;
	padding: 0.5em 0px;
	display: none;
	background: #111;
	font-weight: normal;
	left: 0px;
	position: absolute;
	top: 100%;
}
#admenu li.fgg {
	border-right: #222 1px solid;
	border-top: #222 1px solid;
	float: left;
	border-left: #222 0.75em solid;
	width: 9em;
	border-bottom: #222 1px solid;
	list-style-type: none;
	background-color: #111;
	text-align: center;
	cursor: default;
	position: relative;
}
#admenu li.first {
	border-left-width: 0.75em;
}
#admenu li:hover ul, #admenu li.over ul {
	display: list-item;
}
#admenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#admenu unknown {
	width: 32em;
	left: auto;
	top: auto;
}
#footer {
	clear: both;
	border-top: #222 3px double;
	margin: 0px;
	padding: 5px 0px;
	font-size: 85%;
	line-height: 1.4em;
	text-align: center;
}
#footer p {
	margin: 0px 0px 0.5em;
	color: #444;
}
