/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   color: #000000;
   background-color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-left: 0px;
   margin-top: 0px;
   scrollbar-face-color: #990000;
   scrollbar-arrow-color: #FFFFFF;
   scrollbar-track-color: #FFFFFF;
   scrollbar-shadow-color: '';
   scrollbar-highlight-color: '';
   scrollbar-3dlight-color: '';
   scrollbar-darkshadow-color: '';
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
   COLOR: #003366;
}

H1
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  2em;
   font-weight:   700;
   font-style: normal;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

H2
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  1.75em;
   font-weight:   700;
   font-style: normal;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

H3
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  1.58em;
   font-weight:   500;
   font-style: normal;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

H4
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  1.33em;
   font-weight:   500;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

H5, DT
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  1em;
   font-weight:   700;
   font-style: normal;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

H6
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:  .8em;
   font-weight:   700;
   font-style: normal;
   text-decoration:  none;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
}

TFOOT, THEAD
{
   font-size:  1em;
   word-spacing:  normal;
   letter-spacing:   normal;
   text-transform:   none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH
{
   font-size: 7pt;
   vertical-align: middle;
   text-align:center;
   text-transform: none;
   color: white;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: #b34000;
   text-align: center;
   font-variant: normal;
}

TD
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   vertical-align: middle;
}

A:link
{
   text-decoration: underline;
   color:   #000000;
}

A:visited
{
   text-decoration: underline;
   color:   #000000;
}

A:active
{
   text-decoration:  underline;
   color:   #000000;
}

A:hover
{
   text-decoration: underline;
   color:   #000000;
}

SMALL
{
   font-size:  .7em;
}

BIG
{
   font-size:  1.17em;
}

BLOCKQUOTE, PRE
{
   font-family:   Courier New, 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;
}

P
{
   color: #000000;
   margin-top: 0px;
   margin-bottom: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

IMG
{
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}

LABEL
{
   font-size: 7pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA
{
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

INPUT
{
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Heading1
{
   color: #ffffff;
   font-family: Tahoma;
   font-size: 26px;
   font-weight: normal;
   background-color: #364763;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   padding-top: 10px;
   padding-bottom: 3px;
   padding-left: 15px;
   width: 100%;
}

.Label
{
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold
}

body
{
   margin: 0px;
}

#menuBar
{
   background-color: #c0c0c0;
   border-style: solid;
   border-width: 0px;
   border-top-color: #f0f0f0;
   border-top-width: 2px;
   border-bottom-color: #909090;
   border-bottom-width: 2px;
   color: #000000;
   padding: 0px;
   padding-top: 2px;
   padding-bottom: 2px;
   position: absolute;
   left: 140px;
   top: 100px;
   text-align: left;
   width: 50%;
   z-index: 100;
}

a.menuButton, a.menuButtonActive
{
   border-style: solid;
   border-width: 1px;
   border-color: #c0c0c0;
   color: #000000;
   cursor: default;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   padding: 2px;
   padding-left: 6px;
   padding-right: 6px;
   position: relative;
   left: 0px;
   top: 0px;
   text-decoration: none;
}

a.menuButton:hover
{
   border-color: #f0f0f0 #505050 #505050 #f0f0f0;
   color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover
{
   background-color: #909090;
   border-color: #505050 #f0f0f0 #f0f0f0 #505050;
   color: #ffffff;
   left: 1px;
   top: 1px;
}

.menu
{
   background-color: #c0c0c0;
   border-style: solid;
   border-width: 2px;
   border-top-color: #f0f0f0;
   border-right-color: #909090;
   border-bottom-color: #909090;
   border-left-color: #f0f0f0;
   padding: 0px;
   position: absolute;
   text-align: left;
   visibility: hidden;
   z-index: 101;
}

a.menuItem
{
   color: #000000;
   cursor:  hand;
   display: block;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-style: normal;
   font-weight: normal;
   margin: 0px;
   padding: 2px;
   padding-left: 12px;
   padding-right: 12px;
   text-decoration: none;
   white-space: nowrap;
}

a.menuItem:hover
{
   background-color: #000080;
   color: #ffffff;
}

.menuItemSep
{
   border-bottom: 1px solid #f0f0f0;
   border-top: 1px solid #909090;
   margin: 3px 2px 3px 2px;
}

.SideMenu
{
   background-color: #d2d2d2;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.SideMenuItem
{
   border-right: silver 1px solid;
   padding-right: 0px;
   border-top: #d2d2d2 1px solid;
   display: block;
   padding-left: 24px;
   font-weight: bolder;
   font-size: 7pt;
   padding-bottom: 2px;
   margin: 0px;
   border-left: silver 1px solid;
   cursor: hand;
   padding-top: 2px;
   border-bottom: silver 1px solid;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   white-space: nowrap;
   text-decoration: none;
}

a.SideMenuItem:hover
{
   border-style: solid;
   border-width: 1px;
   border-left-width: 1px;
   border-top-color: Black;
   border-right-color:  Black;
   border-bottom-color: Black;
   border-left-color: Black;
   color: White;
   text-decoration: none;
}

a.SideMenuItem:link
{
   color: Black;
   text-decoration: none;
}

a.SideMenuItem:visited
{
   color: Black;
   text-decoration: none;
}

.PageTitle
{
   padding-left: 5px;
   font-weight: bold;
   font-size: 10pt;
   left: 0px;
   float: left;
   padding-bottom: 7px;
   vertical-align: sub;
   width: 100%;
   color: white;
   font-family: 'Square721 BT' , 'Arial Rounded MT Bold';
   position: static;
   top: 0px;
   height: 12px;
   background-color: #b34000;
   text-align: left;
}

iFrame
{
   left: 163px;
   overflow: auto;
   width: 601px;
   position: absolute;
   top: 80px;
}
.DropDownForm
{
   border-right: black 1px solid;
   border-top: black 1px solid;
   border-left: black 1px solid;
   border-bottom: black 1px solid;
   position: absolute;
   border-collapse: collapse;
   background-color: #F9E4CB
}

.DropdownTitle
{
   padding-left: 0px;
   font-weight: normal;
   top: 0px;
   left: 0px;
   float: left;
   padding-bottom: 4px;
   padding-top: 3px;
   vertical-align: sub;
   width: 100%;
   color: White;
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   position: absolute;
   height: 12px;
   background-color: #B34000;
   text-align: center;
}
a.DropdownItem
{
   border-right: silver 1px solid;
   padding-right: 0px;
   border-top: #d2d2d2 1px solid;
   display: block;
   padding-left: 24px;
   font-weight: bolder;
   font-size: 7pt;
   padding-bottom: 2px;
   margin: 0px;
   border-left: silver 1px solid;
   cursor: hand;
   padding-top: 2px;
   border-bottom: silver 1px solid;
   font-family: Arial, Helvetica, Verdana, sans-serif;
   white-space: nowrap;
   text-decoration: none;
}

a.DropdownItem:hover
{
   border-style: solid;
   border-width: 1px;
   border-left-width: 1px;
   border-top-color: Black;
   border-right-color:  Black;
   border-bottom-color: Black;
   border-left-color: Black;
   background-color: Maroon;
   color: White;
   text-decoration: none;
}
.DropDownFormHeaderLabel
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 7pt;
   color: white;
   background-color: #364763;
}
.HeadingLabel
{
   background-color: #990000;
   color: White;
   font-size: 7pt;
   font-weight: bold;
}
.QuoteShade
{
   background-color: #ccccff;
}
