/* ================================
    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: #413F38 /* darkred */;
}

.HeaderImg 
{
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    height: 100%;
}

/* 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: 'Cooper Black', 'Times New Roman', 'Times', serif;
    font-size: 17pt;
    font-weight: normal;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 0px white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #705F49;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 0px black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: 'Amery Wide', 'Times New Roman', 'Times', serif;
    font-size: 13pt;
    color: DarkRed;
    padding: 4px 4px 5px 4px;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: 'Amery Wide', 'Times New Roman', 'Times', serif;
    font-size: 13pt;
    color: Gainsboro;
    padding: 4px 4px 5px 4px;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #D7DBD4;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #D7DBD4;
}

A.OtherTabs:active  {
    text-decoration: none;
    color: #D7DBD4;
}

A.OtherTabs:hover   {
    text-decoration: underline;
    color: white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: serif;
    font-size: 11pt;
    font-weight: normal
}   

/* 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: #2D8D9B;
    font-weight: bold;
}

.AccentSmall
{
    color: #2D8D9B;
    font-weight: bold;
    font-size: 9pt;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: serif;
    font-size: 11pt;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: serif;
    font-size:  11pt;
    font-weight: bold;
    color: #EAA40B;
}


/* text style for the footer (at extreme bottom of footer) */
.Footer {
    font-family: 'Amery Wide', 'Times New Roman', 'Times', serif;
    font-size: 10pt;
    font-weight: normal;
    color: white;
    text-align: center;
}   

/* position of the footer (at extreme bottom of page) */
.FooterPlacement 
{
	position: absolute;
	z-index: 101;
    width: 100%;
	height: 25px;
    background-image: url(images/bars.gif);
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: 'Amery Wide', 'Times New Roman', 'Times', serif;
    font-size:  17pt;
    font-weight: bold;
    color: #EAA40B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: 'Amery Wide', 'Times New Roman', 'Times', serif;
    font-size:  11pt;
    font-weight: bold;
    color: #2D8D9B;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: serif;
    font-size:  11pt;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: serif;
    font-size: 11pt;
    font-weight: normal;
    line-height: 13pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: serif;
    font-size: 11pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: serif;
    font-size: 11pt;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: serif;
    font-size: 11pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: serif;
    font-size: 11pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #2D8D9B;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #2D8D9B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #2D8D9B;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #EAA40B;
}
    
#glideDiv { 
  position: absolute; 
  left: 20px; 
  top: 300px; 
  z-index: 200;
  width: 170px; 
  height: 140px; 
  padding: 3px;
  background-color: White;
}


/* GENERIC */
H1  {
    font-family: serif;
    font-size: 17pt;
    font-weight: normal;
    color: #2D8D9B;
}

H2  {
    font-family: serif;
    font-size: 17pt;
    font-weight: normal;
    color: #2D8D9B;
}

H3  {
    font-family: serif;
    font-size: 12pt;
    font-weight: normal;
    color: #2D8D9B;
}

H4  {
    font-family: serif;
    font-size: 12pt;
    font-weight: normal;
    color: #2D8D9B;
}

H5, DT  {
    font-family: serif;
    font-size: 11pt;
    font-weight: bold;
    color: #2D8D9B;
}

H6  {
    font-family: serif;
    font-size: 11pt;
    font-weight: bold;
    color: #2D8D9B;
}

TFOOT, THEAD    {
    font-family: serif;
    font-size: 12pt;
    color: #2D8D9B;
}

TH  {
    vertical-align: baseline;
    font-family: serif;
    font-size: 12pt;
    font-weight: bold;
    color: #2D8D9B;
}

A:link  {
    text-decoration:    none;
    color:  #2D8D9B;
}

A:visited   {
    text-decoration:    none;
    color:  #2D8D9B;
}

A:active    {
    text-decoration:    none;
    color:  #2D8D9B;
}

A:hover {
    text-decoration:    underline;
    color:  #EAA40B;
}

SMALL   {
    font-size:  9pt;
}

BIG {
    font-size:  14pt;
}

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
}


