/* Admin CSS Class for Kalens [#]version[#] */
/* (c) 2003 - [#]year[#] Iris Studios, Inc.*/

/* ################################################################### */
/*  Body and table elements */
/* ################################################################### */

/* Main window background colour and font colour */
body
{
	color: #D2D3F0;
	background: #68768A;
}

/* The row that goes on top of all other content */
.phead
{
	color: #1C1C21;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	border-bottom: outset 3px;
	background: #445B78;
	padding: 2px 25px; 2px; 25px;
}

/* Border area around tables and inbetween spacing */
.tborder
{
	border: ridge 4px;
}

/* First row set in all tables */
.tcat
{
	color: #97A9C4;
	background: #38495E url(images/admin/tcat.gif);
	border-bottom: outset 1px;
}

/* Links within the TCAT class */
.tcat a:link, .tcat a:visited, .tcat a:active
{
	color: #97A9C4;
}

/* Row under the TCAT row (often used for column headers) */
td.thead, .thead td
{
	color: #D6E1EC;
	font-weight: bold;
	background: #445B78 url(images/admin/thead.gif);
	border: inset 1px;
}

/* Links for the THEAD class */
.thead a:link, .thead a:visited, .thead a:active
{
	color: #D6E1EC;
}

/* The first type of row used in the alternation cycle */
.alt1
{
	color: #38495E;
	background: #8994A4;
}

/* The second type of row used in the alternation cycle */
.alt2
{
	color: #38495E;
	background: #ABB2BC;
}

/* The last row in the table (often used for the submit buttons) */
.tfoot
{
	color: #7D7CA3;
	background: #ECE8D8;
	border: outset 1px;
}

/* ################################################################### */
/*  Text elements */
/* ################################################################### */

/* Font settings for all non-styled elements */
body, p, td, tr, ol, ul
{
	font: 12px verdana, geneva, arial, helvetica, sans-serif;
}

/* Small text (used in copyright) */
.smallfont, .copyright
{
	font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
}

/* Table headings */
.tcat, .thead, .tfoot
{
	font: 12px tahoma, verdana, geneva, arial, helvetica, sans-serif;
}

/* Normal links */
a:link, a:visited, a:active
{
	color: #293F5B;
	background: none;
}

/* Hover links */
a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover
{
	color: #D6E1EC;
	background: #38495E;
}

.copyright a:hover, .copyright a:link, .copyright a:visited, .copyright a:active
{
	text-decoration: none;
}

/* Mono-space */
.code
{
	font: 9pt 'courier new', courier, monospace;
}

/* ################################################################### */
/*  Form styling elements */
/* ################################################################### */

/* Input elements in a form */
input, textarea, select, option
{
	font: 12px verdana, geneva, arial, helvetica, sans-serif;
}

/* Input formatting */
.input
{
	font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	text-indent: 5px;
	margin: 1px;
	margin-top: 3px;
}

/* Button styling */
.button
{
	color: #000000;
	font: bold 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	margin: 1px;
	margin-top: 3px;
}

/* ################################################################### */
/*  Navigation panel */
/* ################################################################### */

/* The background colour for the navigation frame */
.nav_body
{
	background: #38495E;
}

.nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* Formatting for groups of nav elements */
.nav_group
{
	color: #D6E1EC;
	background: #445B78;
	border: #97A9C4 solid 2px;
	border-width: 0px 2px 1px 2px;
}

/* Nav title border */
.nav_title
{
	font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	padding: 2px;
	border: #97A9C4 solid 2px;
	border-width: 0px 2px 2px 2px;
}

/* Cold nav items */
.nav_item
{
	font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	padding: 2px 2px 1px 7px;
	background: #5D7490;
	border-bottom: #97A9C4 solid 1px;
}

/* Hot nav items */
.nav_item_hot
{
	font: 11px tahoma, verdana, geneva, arial, helvetica, sans-serif;
	padding: 2px 2px 1px 7px;
	background: #4A5F78;
	border-bottom: #97A9C4 solid 1px;
}

/* ################################################################### */
/*  Template manager */
/* ################################################################### */

/* The body of the template manager */
.manager_body
{
	background: #38495E;
	color: #FFFFFF;
}

/* A group of templates */
.manager_group
{
	background: #28394E;
	color: #8994A4;
}

/* Items in a template group */
.manager_group_item
{
	background: #364D6F;
	color: #AABBD3;
}


/*=====================================================================*\
|| $RCSfile: admin.css,v $ - $Revision$
|| $Date$
\*=====================================================================*/