﻿/* background color for the content part of the pages */
Body { background-color: white; margin: 0; font-family: Tahoma, Arial, Helvetica; font-size: 12px; }

.ControlPanel, .PagingTable { width: 100%; background-color: #FFFFFF; border-right: #003366 1px solid; border-top: #003366 1px solid; border-left: #003366 1px solid; border-bottom: #003366 1px solid; }
.SubHead { font-size: 11px; font-weight: bold; color: #003366; }
.SubSubHead { font-size: 11px; font-weight: bold; color: black; }

.Normal, .NormalDisabled { font-size: 11px; font-weight: normal; }
.NormalDisabled { color: Silver; }
.NormalBold { font-size: 11px; font-weight: bold; }
.NormalRed { font-size: 12px; font-weight: bold; color: #ff0000; }
.NormalTextBox { font-size: 12px; font-weight: normal; }

.StandardButton { padding-right: 5px; padding-left: 5px; font-weight: normal; font-size: 11px; background: #dddddd; color: #000000; font-family: Verdana, sans-serif; }
.CommandButton { font-size: 11px; font-weight: normal; }
A.CommandButton:link { text-decoration: underline; color: #003366; }
A.CommandButton:visited { text-decoration: underline; color: #003366; }
A.CommandButton:hover { text-decoration: underline; color: #ff0000; }
A.CommandButton:active { text-decoration: underline; color: #003366; }

.modalBackground { background-color: #EEEEEE; filter: alpha(opacity=60); opacity: .6; }
.modalPopup { background-color: #000000; border-width: 3px; border-style: solid; border-color: Gray; padding: 3px; width: 200px; }

/* GENERIC */
H1 { font-size: 20px; font-weight: normal; color: #666644; }
H2 { font-size: 20px; font-weight: normal; color: #666644; }
H3 { font-size: 12px; font-weight: normal; color: #003366; }
H4 { font-size: 12px; font-weight: normal; color: #003366; }
H5, DT { font-size: 11px; font-weight: bold; color: #003366; }
H6 { font-size: 11px; font-weight: bold; color: #003366; }
TFOOT, THEAD { font-size: 12px; color: #003366; }
TH { vertical-align: baseline; font-size: 12px; font-weight: bold; color: #003366; }

A:link { text-decoration: none; color: #003366; }
A:visited { text-decoration: none; color: #003366; }
A:hover { text-decoration: underline; color: #ff0000; }
A:active { text-decoration: none; color: #003366; }

SMALL { font-size: 8px; }
BIG { font-size: 14px; }
BLOCKQUOTE, PRE { font-family: Lucida Console, monospace; }

UL LI { list-style-type: square; }
UL LI LI { list-style-type: disc; }
UL LI LI LI { list-style-type: circle; }
OL LI { list-style-type: decimal; }
OL OL LI { list-style-type: lower-alpha; }
OL OL OL LI { list-style-type: lower-roman; }
OL UL LI { list-style-type: disc; }
HR { color: #696969; height: 1pt; text-align: left; }

.clear { clear: both; }
.fltl { float: left; }
.fltr { float: right; }
.center { text-align: center; }
.buttons { border-style: outset; background-color: #000000;  background-image: url(/images/nimitz/grid_header_background.gif); background-repeat:repeat-x; background-position:center ; font-family: Arial, Verdana, Times New Roman; font-size: 8pt; font-weight: normal; color: white; }
