




// this is the stylesheet for 'bad browsers' like NS4
// all attempts are made to work around ugly UI bugs whilst still making the UI tolerable

/* top nav bar */
.navItemOver { font-size: 10px; font-family: Verdana, Sans-Serif; font-weight: bold; color: #ffffff; background-color: #003366; }
.navItemOver a { color: #ffffff; text-decoration: none; }
.navItem { font-size: 10px; font-family: Verdana, Sans-Serif; font-weight: bold; color: #ffffff; }
.navItem a { color: #ffffff; text-decoration: none; }

/* Column header styles */
TD.colHeaderLink  {	font-family: Arial, Helvetica;	font-size: 12px; }
.colHeaderLink a { text-decoration: none; }
.colHeaderOver { background-color: #bbbbbb;	font-family: Arial, Helvetica;	font-size: 12px; }
.colHeaderOver a { text-decoration: none; }

/* titles and headings */
.pagetitle { font-size: 24px; font-weight: bold; font-family: Arial, sans-serif; margin: 0 0 0 0; }
.formtitle { font-size: 16px; font-weight: bold; font-family: Arial, sans-serif; margin: 0 0 0 0; }
.bluetext { color: #003366; }

/* font styles */
BODY { margin: 0px; font-family: Arial, Sans-Serif, sans-serif; color:black; }
BLOCKQUOTE { font size: 11px; font-family: Arial, Sans-Serif, sans-serif; color:black; }

P, UL, OL, DL, LI, TD { font-family: Arial, Sans-Serif; font-size: 12px; color:black; }
STRONG { font-weight: bold; }
B { font-weight: bold; }

H1 { font-weight: bold; font-size: 24px; font-family: Arial, Sans-Serif; margin-bottom: 0px; }
H2 { font-weight: bold; font-size: 18px; font-family: Arial, Sans-Serif; margin-top: 10px; margin-bottom: 0px; }
H3 { font-weight: bold; font-size: 16px; font-family: Arial, Sans-Serif; margin-top: 10px; margin-bottom: 0px; }
H4 { font-weight: bold; font-size: 12px; font-family: Arial, Sans-Serif; margin-top: 10px; margin-bottom: 0px; }
H5 { font-weight: bold; font-size: 11px; font-family: Arial, Sans-serif; margin-bottom: 0px; }
H6 { font-weight: bold; font-size: 10px; font-family: Arial, Sans-Serif; margin-bottom: 0px; }

/* WebWork Stles */
.label { }
.errLabel { color: red; }
.errMsg { color: cc0000; font-weight: bold; text-align: center}
.checkboxLabel {}
.checkboxErrLabel { color: red }
