/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkRed;
}

/* background color for the content part of the pages */
Body
{
    background-image: url(Images/waybkgnd.gif);
    background-color: white;
    background-position: left top;
    background-repeat: repeat;
}


/* 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: Georgia, 'Verdana Bold' , sans-serif;
    font-size: 12pt;
    color: wheat;
}

.SiteTitleOAP
{
    font-family: Georgia, 'Verdana Bold' , sans-serif;
    font-size: 12pt;
    color: wheat;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, 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:#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: darkred;
}

/* Used for Firefly Footer  */
A.footerText
{
    font-family: Georgia,Arial,Helvetica;
    font-size: 12px;
}

A.footerText:link
{
    text-decoration: none;
    color: #66cc00;
}

A.footerText:visited  
{
    text-decoration: none;
    color: #66cc00;
}

A.footerText:active   
{
    text-decoration: none;
    color: #66cc00;
}

A.footerText:hover
{
    text-decoration: underline;
    color: turquoise;
}


/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

.TitleText   {
    font-family: Georgia, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #ff9900;
}

.H2CLS  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.SubHeadSmall    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.SubHeadLogin {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: white;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #f5deb3;    
    line-height: 12px;
}

/* text style used for most text rendered by modules */
.Normal-Small
{
	font-weight: normal;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 11px;
    color: #f5deb3;    
    font-weight: bold;
}

/*Table styles*/    
.TableRowHeader
{ background-color: buttonshadow;
}
.TableRowHeaderText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.TableCellText
{
	text-align:left;
}

/* GENERIC */
H1  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    normal;
    color: #ff9900;
}

H4  {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #ff9900;
}

H5, DT
{
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: gold;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #ff9900;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

A:link  {
    text-decoration:    none;
    color:  #0000cc;
}

A:visited   {
    text-decoration:    none;
    color:  #0000cc;
}

A:active    {
    text-decoration:    none;
    color:  #0000cc;
}

A:hover {
    text-decoration:    none;
    color:  #0066ff;
}

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: dimgrey;
    height:1pt;
    text-align:left
}

.BottomText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: white
}   

/* Used for Firefly Menu  */
.MenuGroup
{
/*  background-color: #cccccc;
  border:1px;
  border-style:solid;
  border-color:Gray; */
}

/* Used for Firefly Menu Text  */
.NonActiveMenuItem
{
/*  background-color: #ff9900; */
    font-family: Georgia, 'Book Antiqua' , verdana;
    font-size: 11pt;
    padding: 2px;
    padding-left: 5px;
    padding-right: 15px;
    color: gold;
    font-weight: bold;
/*  border-right: white 1px;
    border-top: white 1px;
    border-left: white 1px;
    border-bottom: white 1px; */
}

.MenuItem
{
/*  background-color: #ff9900; */
    font-family: Georgia, 'Book Antiqua' , verdana;
    font-size: 11pt;
    padding: 2px;
    padding-left: 5px;
    padding-right: 15px;
    cursor: hand;
    color: #ff9900;
    font-weight: bold;
/*  border-right: white 1px;
    border-top: white 1px;
    border-left: white 1px;
    border-bottom: white 1px; */
}

.MenuItem:active
{
    text-decoration: none;
    color: #66cc00;
}

.MenuItem:visited
{
    text-decoration:    none;
    color: #66cc00;
}

.MenuItem:link 
{
    text-decoration:    none;
    color: #66cc00;
}

.MenuItem:hover
{
    /*    background-color: #cccccc; */
    text-decoration: underline;
    color: gold;
    font-weight: bold;
}

.SubMenuItem
{
/*  background-color: #ff9900; */
    font-family: Georgia, 'Book Antiqua' , verdana;
    font-size: 9pt;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: hand;
    color: #ff9900;
    font-weight: bold;
/*  border-right: white 1px;
    border-top: white 1px;
    border-left: white 1px;
    border-bottom: white 1px; */
}

.SubMenuItem:active
{
    text-decoration:    none;
    color: #66cc00;
}

.SubMenuItem:visited
{
    text-decoration:    none;
    color: #66cc00;
}

.SubMenuItem:link 
{
    text-decoration:    none;
    color: #66cc00;
}

.SubMenuItem:hover
{
    /*    background-color: #cccccc; */
    text-decoration: underline;
    color: turquoise;
    font-weight: bold;
}

.MenuItemOver 
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:12px; 
  border:1px;
  border-style:solid;
  border-color:Gray;
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.ImageBorder
{
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}

/* Used for Firefly Events  */
.EventHead
{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #f5deb3;
    text-decoration: underline;
}

.EventNormal
{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #f5deb3;
    line-height: 12px;
}

.EventNormalBold
{
    font-family: Georgia, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #f5deb3;
    line-height: 12px;
}