/*
Knowledge stylesheets (dark theme) - knowledge-dark.css
copyright (c) 2004- Shawn Sulma (omghax0r@omgrawr.net)

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.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

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
*/

/* COLOUR SCHEME - dark/alternate */

div.titlebar_category,div.admin_root {
	background: #e6e8f8;
}
div.titlebar_issue,div.admin_category {
	background: #d4d8e0;
}
div.titlebar_response, div.admin_issue {
	background: #b0bccc;
}
div.admin_response {
	background: #8c9cb0;
}
div.nodebody {
	border-color: #e0e0e0;
}
span.restricted_root,span.restricted_category,span.restricted_issue,span.restricted_response {
	background: #DCBA50;
	color: white;
}
a.link_root,a.link_category,a.link_issue,a.link_response {
	color: #355674;
}
a.link_root:hover,a.link_category:hover,a.link_issue:hover,a.link_response:hover {
	background: #bbccdd;
	color:#355674;
}
span.focus a {
	font-weight: bold;
}
a.link_root {
	color: #000000;
}
div.path {
	border-color: #e0e0e0;
	background-color: #e0e8f0;
}

