/* ================================
    CSS STYLES FOR AERIASAQS PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
    background-color:  #ffffff;
}

/* 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 Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #000066;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #000066;
    border-color: #000066;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    color: White;
    font-weight: bold;    
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold;    
}

/* background/border colors for the selected tab */
.Tab2Bg {
    background-color: #CCCCCC;
}

/* background/border colors for the unselected tabs */
.OtherTabs2Bg {
    background-color: #ffffff;
    border-color: dimgray;
}

/* text style for the selected tab */
.Selected2Tab {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    color: #000066;
    font-weight: bold;    
}

/* text style for the unselected tabs */
.OtherTabs2 {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    color:#000066;
    text-decoration:none;
    font-weight: bold;    
}

/* background/border colors for the selected tab */
.FooterTabBg {
    background-color: #ffffff;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.FooterOtherTabsBg {
    background-color: #ffffff;
    border-color: white;
    
}

/* text style for the selected tab */
.FooterSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    font-weight: bold;
}

/* text style for the unselected tabs */
.FooterOtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: black;

}

/* text style for the unselected tabs */
.Warning {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:red;
    text-decoration:none;
}

/* 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:    none;
    color:#cccccc;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs2:link    {
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs2:visited {
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs2:active  {
    text-decoration:    none;
    color:#000066;
}

A.OtherTabs2:hover   {
    text-decoration:    none;
    color:#999999;
    
}


A.FooterOtherTabs:link    {
    text-decoration:    none;
    color:blue;
}

A.FooterOtherTabs:visited {
    text-decoration:    none;
    color:blue;
}

A.FooterOtherTabs:active  {
    text-decoration:    none;
    color:blue;
}

A.FooterOtherTabs:hover   {
    text-decoration:    underline;
    color:blue;
}
 
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial,Geneva, Sans-Serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000066;
}

/* hyperlink style for the readmore link */
A.ReadMore:link {
    text-decoration:    none;
    color:darkread;
}

A.ReadMore:visited  {
    text-decoration:    none;
    color:blue;
}

A.ReadMore:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.ReadMore:hover    {
    text-decoration:    underline;
    color:#999999;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  15px;
    height: 15px;
    font-weight:    bold;
    color: #000066;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000066;
}

/* style of item titles on edit and admin pages */
.SubHeadWhite    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ffffff;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, 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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.Login
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white       
}
.LoginSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: white       
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 13px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000066;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000066;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000066;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #cccccc;
}

/******************************************
/* text style for buttons and link buttons used in the portal admin pages */
.CaseStudy     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CaseStudy:link {
    text-decoration:    none;
    color: #ffffff;
}

A.CaseStudy:visited  {
    text-decoration:    none;
    color: #cccccc;
}

A.CaseStudy:active   {
    text-decoration:    none;
    color: #cccccc;
}

A.CaseStudy:hover    {
    text-decoration:    none;
    color: #999999;
}


/* background/border colors for the selected tab */
.HOMEKBTabBg {
    background-color: #999999;
}

/* background/border colors for the unselected tabs */
.HOMEKBOtherTabsBg {
    background-color: blue;
    border-color: #ffffff;
}

/* text style for the selected tab */
.HOMEKBSelectedTab {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: White;
    font-weight: bold;    
}

/* text style for the unselected tabs */
.HOMEKBOtherTabs {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:#000000;
    text-decoration:none;
    font-weight: bold;    
}

/* hyperlink styles of the Home KB unselected tabs */
A.HOMEKBOtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.HOMEKBOtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}

A.HOMEKBOtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.HOMEKBOtherTabs:hover   {
    text-decoration:    none;
    color:blue;
}

    
/* GENERIC */
SUP
{
	font-size: 10px;
	height: 10px;  
}

H1  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000066;
	line-height: 20px;      
}

H2  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    normal;
    color: #000066;
	line-height: 17px;      
}

H3  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000066;
}

H4  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TBODY
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px    
}

TFOOT, THEAD    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}
.link     {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
A:link  {
    text-decoration:    none;
    color:  #000066;
	height: 10px;
    font-weight: bold;	      
}

A:visited   {
    text-decoration:    none;
    color:  #000066;
}

A:active    {
    text-decoration:    none;
    color:  #000066;
}

A:hover {
    text-decoration:    underline;
    color:  #cccccc;
}

SMALL   {
    font-size:  13px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}


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: dimgrey;
    height:1pt;
    text-align:left
}

