/*
 * Copyright (C) 2002 David C. Merritt, merritdc@users.sourceforge.net
 * Source distributed under the GNU General Public License
 *
 *******************************************************************************
 *
 * red theme CSS
 * 
 *******************************************************************************
 *
 * CVS Log Info:
 *   $Log: theme.css,v $
 *   Revision 1.3  2002/09/18 13:20:26  merritdc
 *   Added project module
 *
 *   Revision 1.2  2002/08/28 23:14:58  merritdc
 *   Added Copyright & CVS header
 *
 *
 */
 
.nodeco {
    text-decoration: none;
    color: #fcf0f8;
}

.headline {
	background: #640008;
	color: white;
}

.pagetitle {
    background: #640008;
    color: #fcf0f8;
    font-weight: bold;
    font-size: 20px;
}

.warn {
    font-weight: bold;
    color: blue;
}

.desc {
    font-weight: bold;
    color: black;
}

.select {
    font-weight: bold;
    color: #cc0000;
}

.menu {
    background: #940000;
}

.line_light {
    background: #ec2018;
}

.line_dark {
    background: #dc1008;
}

A:hover {
    text-decoration: underline;
}

BODY {
	background: #cc0000;
	color: #fcf0f8;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

TABLE.outer {
	background: #640008;
	margin: 0px;
	padding: 1px;
}

TABLE.inner {
	background: #dc1010;
}

TH {
	color: #fcf0f8;
	background: #9c0008;
	font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

TD {
    color: black;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

INPUT {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
}

SELECT {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

TEXTAREA {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: black;
}
