/*
 * Style sheet for the DomReg website
 * $Id: default.css,v 1.1.1.1 2002/05/01 02:09:27 greaves Exp $
 */

BODY {
    color: black;
    background-color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

A:link {
    text-decoration: none;
    color: blue;
}
A:active {
    text-decoration: none;
    color: red;
}
A:visited {
    text-decoration: none;
    color: green;
}

H1 {
    font-weight: bold;
    font-size: 1.8em;
}

H2 {
    font-weight: bold;
    font-size: 1.4em;
}

H3 {
    font-weight: bold;
    font-size: 1.2em;
}

H3.ul { text-decoration: underline; }

H4 {
    font-weight: bold;
    font-size: 1.1em;
}

img { border: 0 }

TH.emhdr { 
    text-align: center;
    color: green;
    font-weight: bold;
    font-style: italic;
    font-size: 1.40em;
}

P.col { 
    font-size: 0.80em;
    text-align: justify; 
    margin-bottom: 1.0em; 
}

P.privacy {
    border-width: medium;
    border: solid; 
    text-align: justify;
    background: #ffffcc;
    padding: 10px 10px 10px 10px;
    font-size: 0.80em;
}

DIV.boxed {
    color: black;
    border-color: black;
    border-width: thin;
    border-style: solid;
    background: #ffffcc;
    text-align: left;
    margin: 2em;
    padding: 10px 10px 10px 10px;
    font-size: 1.0em;
    font-weight: bolder;
}

SPAN.em {
    color: red;
    font-weight: bold;
    font-size: 1.10em;
}

SPAN.bolder {
    font-weight: bold;
}

SPAN.bigBolder {
	font-weight: bold;
	font-size: 1.10em;
}

SPAN.emErr {
    color: red;
    font-weight: bolder;
    font-style: normal;
}

SPAN.emWarn {
    color: blue;
    font-weight: bolder;
    font-style: normal;
}

SPAN.emOk {
    color: green;
    font-weight: bolder;
    font-style: normal;
}

DIV.justified {
    text-align: justify; 
    margin-bottom: 1.0em;
}

DIV.emhdr {
    color: green;
    font-weight: bolder;
    font-style: italic;
    font-size: 1.10em;
}

DIV.paledate { 
    color: #cccccc; 
    font-weight: normal;
    font-style: italic;
    font-size: 0.33em;
}

DIV.smallhelp {
    color: black;
    border-color: black;
    border-width: thin;
    border-style: solid;
    background: #ffffcc;
    text-align: justify;
    margin: 0 0 1em;
    padding: 10px 10px 10px 10px;
    font-size: 0.70em;
}

DIV.gpgkey {
    color: black;
    border-color: #0033cc;
    border-width: thin;
    border-style: solid;
    background: white;
    text-align: left;
    margin: 0 0 1em;
    padding: 8px 8px 8px 8px;
    font-size: 0.8em;
}

DIV.errorBox {
    color: black;
    border-color: black;
    border-width: thin;
    border-style: solid;
    background: #aaff00;
    margin: 0 0 1em;
    padding: 10px 10px 10px 10px;
}

DIV.simpleForm {
}

TABLE.simpleForm {
    background: #cccc99;
    border-width: thin;
    border-style: solid;
    border-color: black;
    padding: 0.5em;
}

TD.redBar {
  background: #ff6666;
}

TD.amberBar {
  background: #ffcc33;
}

TD.greenBar {
  background: #66cc66;
}

TABLE.navbar {
  background: #cccccc;
  font-size: 0.7em;
}

TH.navbar {
	font-style: italic;
}

TABLE.authNavbar {
  background: #ccffcc;
  font-size: 0.7em;
}

TABLE.formTab {
	background: #ffff99;
	padding: 5px 5px 0;
	border-width: thin thin 0;
	border-style: solid solid none;
	border-color: black;
}

DIV.dialog { 
    background: #cccc99;
    padding: 10px 10px 10px 10px;
    white-space: nowrap;
    border-color: black;
    border-width: thin;
    border-style: solid;
}
