/* ================================
    CSS STYLES FOR WorkPorts PORTAL 
    v1.0, 01/2003
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #4e9ba7;
}

/*  color for the WelcomeMessage  */
.WelcomeMessage {
    color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: #eeeeee;
}

.ImageFloatR
{
	float:right;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ImageFloatL
{
	float:left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color:white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color:darkblue;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:white;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:white;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: darkblue;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
 /*   font-size: 11px;  */
    background-color: linen;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkBlue;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, sans-serif;
    font-size:  20px; 
    font-weight:    normal;
    color: CornFlower;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

.Notice    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: darkturquoise;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px; 
    font-weight: normal;
    line-height: 15px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold
}

.Notice {
    font-family: Verdana, Arial, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: black;
}
.Warning
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: red
}

/* text style for buttons and link buttons  */
.CommandButton     {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: whitesmoke;
    color:  darkBlue;
    border: 1px solid black;
 }
    
/* hyperlink style for buttons and link buttons */
A.CommandButton:link {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: whitesmoke;
    color:  darkBlue;
    border: 1px solid teal;
}

A.CommandButton:visited  {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: whitesmoke;
    color:  darkBlue;
    border: 1px solid teal;
}

A.CommandButton:active   {
   font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: white;
    color:  darkblue;
    border: 1px solid darkblue;
}

A.CommandButton:hover    {
   font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: dimgray;
    color:  white;
    border: 1px solid yellow;
}
  

/* GENERIC */
P  {
    line-height: 1.3;
}

H1  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H4  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkblue;
}

H5, DT  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

H6  {
    font-family: Verdana, Arial, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkblue;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    color: darkblue;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkblue;
}

A:link  {
    text-decoration:    none;
    color:  darkblue;
}

A:visited   {
    text-decoration:    none;
    color:  darkblue;
}

A:active    {
    text-decoration:    none;
    color:  darkblue;
}

A:hover {
    text-decoration:    underline;
    color:  darkblue;
}

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;
}

HR {
    color: dimgray;
    height:1pt;
    text-align:left
}

