/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   

/*Main Layout Table*/
.MainLayout
{
	height: 100%;
	overflow: visible;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: RGB(255,255,255);
}

/* background color for the content part of the pages */
Body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;
    color: RGB(80,80,80);
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SearchBox {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10px;
}

.TopBottomBorder
{
	background-color: RGB(255,225,0);
	border-top: solid 1px RGB(165,165,165);
	border-bottom: solid 1px RGB(165,165,165);
	height: 5px;
}
/* background/border colors for the selected tab */
.TabBg {
	background: RGB(255,225,0);
	border-bottom: solid 0px RGB(165,165,165);
	border-left: solid 1px RGB(165,165,165);
	border-top: solid 1px RGB(165,165,165);
	border-right: solid 1px RGB(165,165,165);
	position: relative;
	top: 1px;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: RGB(255,165,0);
    border-color: RGB(100,100,100);
}

/* background/border colors for the separator tabs */
.TabSeparator
{
	background-color: RGB(255,255,255);
	width: 3px;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	width: 80px;
	height: 18px;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	width: 80px;
	height: 18px;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: RGB(255,255,255);
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: RGB(255,255,255);
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:RGB(255,255,255);
}

A.OtherTabs:hover   {
    text-decoration: none;
    color: RGB(165,15,20);
}

/* 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:  8pt;
    font-weight: bold;
    /*color: RGB(53,76,113);*/
	color: RGB(0,0,0);
}
/* style of item titles by Announcements and events */
.ItemDate    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    color: RGB(150,150,150);
}

/* GENERAL */
/* style for module titles */
.TitleBG
{
	background-image: url("images/HR_LINE.gif");
	background-repeat: no-repeat;
	height:1px;
}
.Head   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: RGB(73,87,120);
    height: 20px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    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;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 10pt;    
}

.Small
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  7pt;
    color: RGB(150,150,150);
}

.ProductName
{
    font-family: Century Gothic, Verdana, Helvetica, sans-serif;
    font-size:  12pt;
    color: RGB(250,133,55);	
}
.ProductImage
{
	position: relative;
	float: left;
	padding: 2px, 2px, 2px, 2px;
}
.ProductBox
{
	padding: 5px,5px,5px,5px;
}
.ProductSpecLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;   	
}
.RightFloat
{	
	position: relative;
	float: right;
	padding: 2px, 2px, 2px, 2px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.InputFieldLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
	color: RGB(80,80,80);
}

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background-color: RGB(250,250,250);
	border: inset 1px silver;
	color: RGB(80,80,80);
}

.NormalDropDown
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	background-color: RGB(245,245,245);
	border: inset 1px silver;
	color: RGB(80,80,80);
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: none;
    color: RGB(165,15,20);
}

A.CommandButton:visited  {
    text-decoration: none;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: RGB(250,133,55);
}

/* Footer styles for copyright notice and privacy statement */
.Footer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: RGB(255,255,255);
    height: 18px;
}

/* hyperlink styles for the footer */
A.Footer:link    {
    text-decoration: none;
    color: RGB(255,255,255);
}
A.Footer:visited {
    text-decoration: none;
    color: RGB(255,255,255);
}
A.Footer:active  {
    text-decoration: none;
    color:RGB(255,255,255);
}
A.Footer:hover   {
    text-decoration: none;
    color: RGB(255,255,255);
}

/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

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;
}

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: RGB(220,220,220);
    height: 1pt;
    text-align: left;
}
