/*
	default styles for server2000 admin interfaces

	$Id: default.css,v 1.4 2002/02/25 14:42:09 pit Exp $

*/
BODY {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    background-color: #eee;
    color: #789
    }
TD {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt
    }
.GREY {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    background-color: #bbb;
    color: black
    }
.ACTIVE {
    background-color: green;
    color: black
    }
.DISABLED {
    background-color: red;
    color: white
    }
TH {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    background-color: #f90;
    color: white;
    font-weight: normal
    }
B {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold
    }
P {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5
    }
.navth {
    background-color: #f90;
    color: white;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px
    }
.pth {
    font-family: lucida, helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 3px
    }
TT, PRE {
    font-family: lucidatypewriter, courier, fixed;
    font-size: 10pt;
    color: black
    }
H1 {
    font-size: 36pt;
    color: #789
    }
H2 {
    font-family: lucida, helvetica, sans-serif;
    font-size: 14pt;
    color: #fff;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: 2px
    }
H3 {
    font-family: lucida, helvetica, sans-serif;
    font-size: 14pt;
    color: #f90;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
    margin-bottom: 2px
    }
H4, H5, H6 {
    font-size: 12pt
    }
A:link {
    color: black;
    text-decoration: none;
    font-size: 10pt;
    font-weight: normal
    }
A:visited {
    color: black;
    text-decoration: none
    }
A:active {
    color: black;
    text-decoration: none
    }
SUP {
    font-size: 8pt
    }
SPAN.DT {
    font-weight: bold;
    padding-top: 8pt
    }
INPUT {
    color: black;
    background-color: silver;
    border-bottom: #96ca06 1px solid;
    border-left: #96ca06 1px solid;
    border-right: #96ca06 1px solid;
    border-top: #96ca06 1px solid;
    margin-right: 4px
    }
TEXTAREA {
    color: black;
    background-color: silver;
    border-bottom: #96ca06 1px solid;
    border-left: #96ca06 1px solid;
    border-right: #96ca06 0 solid;
    border-top: #96ca06 1px solid
    }
input.blank {
    border-style: none;
    border-width: 0
    }
input.image {
    border-style: none;
    border-width: 0
    }
.COPY {
    font-family: courier, fixed;
    font-size: 6pt;
    color: #ddd
    }
.NOTE {
    font-family: courier, fixed;
    font-size: 6pt;
    color: #9AB
    }
.WARNING {
    color: #F00;
    font-family: courier, fixed;
    font-size: 9pt;
    font-weight: bold
    }
.FORUMDATA {
    color: #444;
    font-family: courier, fixed;
    font-size: 8pt;
    font-weight: normal
    }
.FORUMHEADER {
    color: #222;
    font-family: courier, fixed;
    font-size: 10pt;
    font-weight: bold
    }
.FORUMLINK {
    color: #444;
    font-family: courier, fixed;
    font-size: 10pt;
    font-weight: normal
    }
/* vi: set ts=3: */