/***************************************************************************
 *
 * 	d9 Authentication System
 *
 ***************************************************************************
 *
 *	file		: style.css
 *	------------------------------------------------------------
 *	last modified	: 2007/08/17
 *	------------------------------------------------------------
 *	version		: 1.2
 *	------------------------------------------------------------
 *	copyright	: (C) 2007 Danyell
 *
 ***************************************************************************
 *
 *	License
 *	------------------------------------------------------------
 *
 *	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.
 *
 ***************************************************************************/ 

/* body */

body {

        color: #000000;
	/* background-color: #FBF8E9; */
	font-family: Arial;
	font-size: 12px;

}

/* links */

a {

	color: #666666;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;

}

a:hover {

	color: #b10809;

}

/* menu */

.loginbox {

	border-style:ridge; border-width:3px; color: #666666;
	font-size: 12px;
	font-family: arial;
	background-color: #C0C0C0;
	bordercolorlight: #C0C0C0;
	bordercolordark:  #666666

}

/* categories */

a.authmenucat {

	color: #000000;
	font-size: 12px;
	font-family: arial;

}

a:hover.authmenucat {

	text-decoration: underline;

}

/* links of menu */

a.authmenu {

	padding: 3px;
	color: #000000;
	font-size: 11px;
	font-family: arial;
	display: block;

}

a:hover.authmenu {

	border-left: 1px solid #000000;
	background-color: #ffffff;
	text-decoration: none;

}

/* shortmenu description */

.adminlist {

	color: #000000;
	font-size: 11px;
	font-family: arial;

}

/* content */

.box {

	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #999999;

}

.fieldset {

        color: #000000;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #999999;
	padding-left: 10px;

}

/* colors of listitems */

.list1 {

	background-color: #F4F2EE;

}

.list2 {

	background-color: #FFFFFF;

}

/* text */

.text {

        color: #000000;
	font-family: Arial;
	font-size: 12px;

}

/* shortmenu ( top of the site) */

.mlist {

        color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 99%;
	border-bottom: 1px dashed #999999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

/* advantaged item */

.warn {

	color: #ff0000;

}

/* simple item */

.suc {

	color: #15b000;

}

/* warning message */

.warnmsg { 

	margin-bottom: 5px;
	background-color: #ffa9a9;
	border: #000000 1px dashed;

}

/* successfully message */

.sucmsg { 

	background-color: #7cff7f;
	border: #000000 1px dashed;

}

/* input box */

input {

	color: #000000;
	font-size: 12px;
	font-family: arial;
	background-color: #ffffff;
	border: 1px solid #989898;

}

/* select box */

select {

	color: #000000;
	font-size: 12px;
	font-family: arial;
	background-color: #ffffff;
	border: 1px solid #989898;

}

/* textarea box */

textarea {

	color: #000000;
	font-size: 12px;
	font-family: arial;
	background-color: #ffffff;
	border: 1px solid #989898;

}

/* small text, maily used for comments */

.smtext {

	font-size: 11px;
	padding-left: 10px;

}