/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg       { background-image: url(ENCoREPict/grey.gif) }

/* background color for the content part of the pages */
Body
  { background-color: #e6e6fa }


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle        { color: #3366cc; font-size: 15px; font-family: "Futura Bk BT", "Futura Md BT", sans-serif }

/* background/border colors for the selected tab */
.TabBg   { background-color: #191970; border: #191970 }

/* background/border colors for the unselected tabs */
.OtherTabsBg   { background-color: #e6e6fa; border: #191970 }

/* text style for the selected tab */
.SelectedTab   { color: #e6e6fa; font-weight: lighter; font-size: 12px; font-family: Verdana, sans-serif }

/* text style for the unselected tabs */
.OtherTabs    { color: #191970; font-weight: lighter; font-size: 12px; font-family: Verdana, sans-serif; text-decoration: none }

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link       { color: #191970; text-decoration: none }

A.OtherTabs:visited  { color: #191970; text-decoration: none }

A.OtherTabs:active    { color: #e6e6fa; background-color: #191970 }

A.OtherTabs:hover     { color: #0f0; background-color: #191970 }
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink    { color: #fff; font-weight: bolder; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; text-decoration: blink }   

/* hyperlink style for the site links */
A.SiteLink:link   { color: white; text-decoration: none }

A.SiteLink:visited    { color: white; text-decoration: none }

A.SiteLink:active     { color: white; text-decoration: none }

A.SiteLink:hover      { color: white; text-decoration: underline }

/* style for separator between site links */
.Accent
   { color: #ffd700; font-weight: bold }



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message     { color: #191970; font-weight: normal; font-size: 12px; font-family: Verdana, Helvetica, sans-serif; background-color: #eeeeee }   

/* style of item titles by Announcements and events */
.ItemTitle      { color: #191970; font-weight: bold; font-size: 12px; font-family: Verdana, Helvetica, sans-serif }



/* GENERAL */
/* style for module titles */
.Head    { color: #191970; font-weight: normal; font-size: 20px; font-family: Verdana, Helvetica, sans-serif }

/* style of item titles on edit and admin pages */
.SubHead     { color: #191970; font-weight: bold; font-size: 11px; font-family: Verdana, Helvetica, sans-serif }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead  { color: #191970; font-weight: bold; font-size: 11px; font-family: Verdana, Helvetica, sans-serif }

/* text style used for most text rendered by modules */
.Normal
   { color: #191970; font-weight: normal; font-size: 12px; line-height: 16px; font-family: Verdana, Helvetica, sans-serif }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
 { color: #191970; font-weight: normal; font-size: 12px; font-family: Verdana, Helvetica, sans-serif }

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link    { color: #bdb76b; text-decoration: underline }

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover     { color: #fa8072; text-decoration: underline }
    



/* GENERIC */
H1     { color: #191970; font-weight: lighter; font-size: 20px; font-family: Verdana, Helvetica, sans-serif; background-color: transparent }

H2     { color: #191970; font-weight: lighter; font-size: 20px; font-family: Verdana, Helvetica, sans-serif }

H3    { color: #191970; font-weight: lighter; font-size: 18px; font-family: Verdana, Helvetica, sans-serif }

H4    { color: #191970; font-weight: lighter; font-size: 16px; font-family: Verdana, Helvetica, sans-serif }

H5, DT    { color: #191970; font-weight: bold; font-size: 14px; font-family: Verdana, Helvetica, sans-serif }

H6    { color: #191970; font-weight: bold; font-size: 13px; font-family: Verdana, Helvetica, sans-serif }

TFOOT, THEAD      { color: #191970; font-size: 12px; font-family: Verdana }

TH    { color: #191970; font-weight: bold; font-size: 12px; font-family: Verdana; vertical-align: baseline }

A:link     { color: #4169e1; font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

A:visited    { text-decoration: none }

A:active       { color: #191970; font-family: Verdana, Verdana; text-decoration: none }

A:hover  { text-decoration: underline }

SMALL    { font-size: 8px }

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI      { font-size: 12px; list-style-type: disc }

UL LI LI     { font-size: 12px; list-style-type: disc }

UL LI LI LI  { list-style-type: disc }

OL LI     { font-size: 12px; line-height: 16px; list-style-type: decimal }

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI  { list-style-type: decimal }

HR  { text-align: left; height: 1pt }
p   { color: #191970; font-size: 12px; line-height: 16px; font-family: Verdana }
address { color: #191970; font-style: italic; font-weight: normal; font-size: 12px; font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: #191970; font-size: 12px; font-family: Verdana }
LI  { font-weight: normal; font-size: 11px; line-height: 16px; font-family: verdana }
