/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
TD.tdBody
{
	
	background-color: white;
}
Table.tableBody
{
	background-color: white;
}
/* background color for the header at the top of the page  */
.HeadBg {
   background-color: #660099;
}

.HeadBarBg {
   background-color: black;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

/* background/border colors for the Left Pane BG */
.LeftBg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/* background/border colors for the Right Pane BG */
.RightBg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/* background/border colors for the Content Pane BG */
.ContentBg {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rende#000000 by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: arial;
    font-size: 18px;
    color:#ECBDE0;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #FFFFFF;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #660099;
    border-color: black;
}

.OtherTabsBgSub
{
	background-color: #660099;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#660099;
    font-weight: bold;
    cursor: hand;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:#ECBDE0;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: #EEEEEE;
}
    
/* 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:black;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:black;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:black;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:black;
}

/* style for separator between site links */
.Accent
{
    color: #000000;
    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: white;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #D25696;
}

/*** START OF CHANGES ***/

/* GENERAL */
/* style for module titles */
/*.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  19px;
    font-weight:    normal;
    color: black;
}*/ /* CHANGED FROM STANDARD */

/* style of item titles on edit and admin pages */
/*.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}*/ /* CHANGED FROM STANDARD */

/* 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;
}*/ /* CHANGED FROM STANDARD */

/* text style used for most text rende#000000 by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;    
}

/* 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;
}*/ /* CHANGED FROM STANDARD */

/*.Normal#000000
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}*/ /* CHANGED FROM STANDARD */

/*.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}*/ /* CHANGED FROM STANDARD */

/* 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;
}*/ /* CHANGED FROM STANDARD */
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
/*A.CommandButton:link {
    text-decoration:    underline;
    color: #D25696;
}*/ /* CHANGED FROM STANDARD */

/*A.CommandButton:visited  {
    text-decoration:    underline;
    color: #D25696;
}*/ /* CHANGED FROM STANDARD */

/*A.CommandButton:active   {
    text-decoration:    underline;
    color: #D25696;
}*/ /* CHANGED FROM STANDARD */

/*A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}*/ /* CHANGED FROM STANDARD */
    



/* GENERIC */
/*H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: black;
    line-height: normal;
}*/ /* CHANGED FROM STANDARD */

/*H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    normal;
    color: #D25696;
    line-height: normal;
}*/ /* CHANGED FROM STANDARD */

/*H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: black;
}*/ /* CHANGED FROM STANDARD */

/*H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #D25696;
}*/ /* CHANGED FROM STANDARD */

/*H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}*/ /* CHANGED FROM STANDARD */

/*H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #D25696;
}*/ /* CHANGED FROM STANDARD */

/*TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000000;
}*/ /* CHANGED FROM STANDARD */

/*TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000000;
}*/ /* CHANGED FROM STANDARD */

/*A:link  {
    text-decoration:    none;
    color:  #D25696;
}*/ /* CHANGED FROM STANDARD */

/*A:visited   {
    text-decoration:    none;
    color:  #D25696;
}*/ /* CHANGED FROM STANDARD */

/*A:active    {
    text-decoration:    none;
    color:  #D25696;
}*/ /* CHANGED FROM STANDARD */

A:hover {
    text-decoration:    underline;
    color:  black;
}

/*SMALL   {
    font-size:  8px;
}*/ /* CHANGED FROM STANDARD */

/*BIG {
    font-size:  14px;
}*/ /* CHANGED FROM STANDARD */

/*BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}*/ /* CHANGED FROM STANDARD */


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;
}

