/* ================================
    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: #4D5A6B;
}

.tableHeaderStyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	background-color:#EBEDF0;
}

.rowHeaderStyle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color:#F6F7F9;
}


/* background color for the content part of the pages */

/* 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: Arial, Verdana Bold, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:#FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {background-color: #ffffff;}

/* background/border colors for the unselected tabs */
.OtherTabsBg {background-color: #ffffff;}

/* text style for the selected tab */
.SelectedTab {background-color: #ffffff; font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color:#933129; text-decoration:none; height: 20px;}

/* text style for the unselected tabs */
.OtherTabs {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #1A2D63; text-decoration:none; height: 20px;}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #933129; text-decoration:none; height: 20px;}
A.SelectedTab:visited {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #933129; text-decoration:none; height: 20px;}
A.SelectedTab:active {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #933129; text-decoration:none; height: 20px;}
A.SelectedTab:hover {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #933129; text-decoration:none; height: 20px;}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #1A2D63; text-decoration:none; height: 20px;}
A.OtherTabs:visited {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #1A2D63; text-decoration:none; height: 20px;}
A.OtherTabs:active {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #1A2D63; text-decoration:none; height: 20px;}
A.OtherTabs:hover {font-family: Lucida Sans Unicode, Verdana, sans-serif; font-weight: bold; font-size: 12px; color: #933129; text-decoration:none; height: 20px;}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial, 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:#D78B13;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#D78B13;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#D78B13;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle {font-family: Verdana, sans-serif; font-size:  11px; font-weight: bold;}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #4D5A6B;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #27396C;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #D78B13;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #D78B13;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #D78B13;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  22px;
    font-weight: normal;
    color: #4D5A6B;
}

H2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #4D5A6B;
}

H3  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #D78B13;
}

H4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #D78B13;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #D78B13;
}

H6  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #D78B13;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #D78B13;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #D78B13;
}

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: 1px;
    text-align: left
	border: none;
}

/* NEW STYLES */

body {background-color: #ffffff; font-family: Lucida Sans Unicode, Verdana, sans-serif; font-size: 11px; color: #666666;}
td {font-family: verdana, sans-serif; font-size: 11px; color: #666666;}

/* bg */
.bgNav {background-image: url(images/bg_nav.gif); background-repeat: repeat-x;}
.bgTabs {background-image: url(images/bg_tabs.gif); background-repeat: repeat-x;}
.bgMain {background-image: url(images/box_main.jpg); background-repeat: no-repeat;}
.bgSubHeaderGrey {background-image: url(images/bg_subHeader_grey.gif); background-repeat: repeat-x;}
.bgActions {background-image: url(images/box_actions.gif); background-repeat: no-repeat;}
.bgFooter {background-image: url(images/bg_footer.gif); background-repeat: repeat-x; color: #27396C; font-size: 9px;}
/* END bg */

/* text */
.blue {color: #1A2D63;}
.ltgreySM {color: #A6A6A6; font-size: 9px;}
.actions {color: #7A7A7A; font-size: 14px; font-weight: bold; text-decoration: none;}
.footer {color: #27396C; font-size: 9px;}
.justify {text-align: justify; font-family: Verdana, sans-serif; font-size: 10px;}
/* END text */

/* links */
a:link {color: #27396C; text-decoration: none;}
a:hover {color: #A2A2A2; text-decoration: none;}
a:visited {color: #27396C; text-decoration: none;}

a.sm:link {color: #27396C; font-size: 9px; text-decoration: underline;}
a.sm:hover {color: #A2A2A2; font-size: 9px; text-decoration: underline;}
a.sm:visited {color: #27396C; font-size: 9px; text-decoration: underline;}

a.actions:link {color: #7A7A7A; font-size: 14px; font-weight: bold; text-decoration: none;}
a.actions:hover {color: #cccccc; font-size: 14px; font-weight: bold; text-decoration: none;}
a.actions:visited {color: #7A7A7A; font-size: 14px; font-weight: bold; text-decoration: none;}

a.edit:link {color: #27396C; font-size: 12px; text-decoration: underline;}
a.edit:hover {color: #A2A2A2; font-size: 12px; text-decoration: underline;}
a.edit:visited {color: #27396C; font-size: 12px; text-decoration: underline;}
/* END links */

/* form */
input.signIn {background-color: #ffffff; border: 1px solid #174370; width: 110px; height: 17px; padding: 2px 2px 2px 2px; color: #999999; font-size: 9px;}
input.button {padding: 2px 2px 2px 0px;}
/* END form */

/* padding */
.ten {padding: 10px 10px 10px 10px;}
/* END padding */

/* NEW STYLES */