/*
 * HTML Styles
 */

/* background color for the content part of the pages */
BODY
{
  background-color: #ffffff;
  font-family: Verdana Bold, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0px;
}

TABLE
{
  border-style: solid;
  border-width: 0;
}

TD
{
  font-size: 11px;
  font-weight: normal;
}

INPUT
{
  font-size: 11px;
  font-weight: normal;
}

LABEL
{
  font-size: 11px;
  font-weight: normal;
}

TEXTAREA
{
  font-family: Verdana Bold, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #003399;
}

HR
{
  color: 003399;
  height: 1pt;
  text-align: left;
}

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;
}

/* Portal Specific */

.PortalLightBg
{
  background-color: #6699cc;
}

.PortalDarkBg
{
  background-color: #003399;
}

.PortalTitle
{
  font-size: 20px;
  font-weight: bold;
  color: #eeeeff;
}

/* text style for the unselected tabs */
.Tab
{
  font-size: 12px;
  color: #eeeeff;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  height: 100%;
  white-space:nowrap;
}

.TabBg
{
  background-color: #003399;
  border-color: #003399;
}

/* text style for the selected tab */
.TabSelected
{
  font-size: 12px;
  color: #003399;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  height: 100%;
  white-space:nowrap;
}

.TabSelectedBg
{
  background-color: #eeeeff;
  border-color: #eeeeff;
}

/* hyperlink styles of the unselected tabs */
A.Tab:link
{
  text-decoration: none;
  color: #eeeeff;
}

A.Tab:visited
{
  text-decoration: none;
  color: #eeeeff;
}

A.Tab:active
{
  text-decoration: none;
  color: #eeeeff;
}

A.Tab:hover
{
  text-decoration: none;
  font-weight: bold;
  background-color: #6699cc;
}

/* text style for the unselected sub tabs */
.SubTab
{
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1;
  font-size: 10px;
  color: #003399;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  height: 100%;
  white-space:nowrap;
}

.SubTabBg
{
  background-color: #FFFFFF;
}

/* text style for the selected tab */
.SubTabSelected
{
  font-size: 10px;
  color: #eeeeff;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  height: 100%;
  white-space:nowrap;
}

.SubTabSelectedBg
{
  background-color: #003399;
  border-color: #003399;
}

/* hyperlink styles of the unselected tabs */
A.SubTab:link
{
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1;
  color: #003399;
  text-decoration: none;
}

A.SubTab:visited
{
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1;
  color: #003399;
  text-decoration: none;
}

A.SubTab:active
{
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1;
  color: #003399;
  text-decoration: none;
}

A.SubTab:hover
{
  border-color: #003399;
  border-style: solid;
  border-width: 1;
  color: #003399;
  text-decoration: none;
}

/* text style for the unselected menu */
.Menu
{
  font-size: 11px;
  text-decoration: none;
  color: #003399;
  text-align: left;
  vertical-align: middle;
  height: 100%;
  white-space:nowrap;
}

.MenuBg
{
  background-color: #ffffff;
  border-color: #ffffff;
}

/* text style for the selected menu */
.MenuSelected
{
  font-size: 11px;
  color: #eeeeff;
  vertical-align: middle;
  text-align: left;
  height: 100%;
  white-space:nowrap;
}

.MenuSelectedBg
{
  background-color: #003399;
  border-color: #003399;
}

/* hyperlink styles of the unselected menus */
A.Menu:link
{
  text-decoration: none;
  color: #003399;
}

A.Menu:visited
{
  text-decoration: none;
  color: #003399;
}

A.Menu:active
{
  text-decoration: none;
  color: #003399;
}

A.Menu:hover
{
  text-decoration: none;
  color: #6699cc;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
  font-size: 11px;
  font-weight: bold;
  color: #eeeeff;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
  text-decoration: none;
  color: #eeeeff;
}

A.SiteLink:visited
{
  text-decoration: none;
  color: #eeeeff;
}

A.SiteLink:active
{
  text-decoration: none;
  color: #eeeeff;
}

A.SiteLink:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

/* style for separator between site links */
.Accent
{
  color: #eeeeff;
  font-weight: bold;
}

/* 
 * General Styles
 */

.ModuleTitleLight
{
  font-size: 12px;
  font-weight: bold;
  color: #eeeeff;
}

.ModuleTitleLightBg
{
  background-color: #6699cc;
}

.ModuleTitleDark
{
  font-size: 12px;
  font-weight: bold;
  color: #003399;
}

.ModuleTitleDarkBg
{
  background-color: #003399;
}

.BorderLight
{
  border-style: solid;
  border-width: 1;
  border-style: solid;
  border-color: #6699cc;
  border-bottom-color: #6699cc;
  border-left-color: #6699cc;
  border-right-color: #6699cc;
  border-top-color: #6699cc;
}

TABLE.BorderLight
{
}

.BorderDark
{
  border-style: solid;
  border-width: 1;
  border-bottom-color: #003399;
  border-left-color: #003399;
  border-right-color: #003399;
  border-top-color: #003399;
}

TABLE.BorderDark
{
}

.ColumnHeader
{
  font-size: 11px;
  font-weight: bold;
  color: #eeeeff;
  background-color: #003399;
}

.ColumnHeaderDark
{
  font-size: 11px;
  font-weight: bold;
  color: #eeeeff;
  background-color: #003399;
}

.ColumnHeaderLight
{
  font-size: 11px;
  font-weight: bold;
  color: #eeeeff;
  background-color: #6699cc;
}

.SectionTitle
{
  font-size: 11px;
  font-weight: bold;
  color: #003399;
}

.Label
{
  color: #003399;
  white-space: nowrap;
}

.LabelRight
{
  color: #003399;
  text-align: right;
  white-space: nowrap;
}

.Data
{
  font-size: 11px;
  color: #555555;
}

.Bold
{
  font-weight: bold;
}

.Red
{
  color: red;
}

.RedBold
{
  font-weight: bold;
  color: red;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
  font-size: 11px;
  font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
  text-decoration: underline;
  color: #003399;
}

A.CommandButton:visited
{
  text-decoration: underline;
  color: #003399;
}

A.CommandButton:active
{
  text-decoration: underline;
  color: #003399;
}

A.CommandButton:hover
{
  text-decoration: underline;
  color: #0000ff;
}


A:link
{
  text-decoration: none;
  color: #003399;
}

A:visited
{
  text-decoration: none;
  color: #003399;
}

A:active
{
  text-decoration: none;
  color: #003399;
}

A:hover
{
  text-decoration: underline;
  color: #0000ff;
}

.WizardTextLarge
{
  font-size: 16px;
  font-weight: bold;
  color: #003399;
}

.WizardText
{
  font-size: 12px;
  font-weight: bold;
  color: #003399;
}

.WizardTextSmall
{
  font-size: 10px;
  font-weight: bold;
  color: #003399;
}

@media print 
{
  .PrintHidden{ display : none; }
}

