/* ================================
    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: #333300;
}

/* background color for the footer at the bottom of the page  */
.FootBg
{
	background-color: #333300;
}
/* background color for the content part of the pages */
Body
{
	background-color: white;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
}

.BannerBg
{
	background-image: url(images/banner_bg.gif);
	background-color: #6699cc;
}
/* background/border colors for the selected tab */
.TabBg
{
	background-image: url(images/tabselbg.gif);
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Black;
    font-weight: bold
}

/* hyperlink styles of the selected tabs */
A.SelectedTab:link    {
    text-decoration:    none;
    color:#333300;
}
A.SelectedTab:visited    {
    text-decoration:    none;
    color:#333300;
}
A.SelectedTab:hover   {
    text-decoration:    underline;
    color:Black;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 13px;
	color: lightgrey;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:LightGrey;
}

A.OtherTabs:visited
{
	color: LightGrey;
	text-decoration: none;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:LightGrey;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    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:LightGrey;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:LightGrey;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:LightGrey;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: white;
    font-weight:    normal;
}

.DottedLine
{
	border-top-Style: dotted;
	border-width:1px;
	border-color:Gray;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    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: #000080;
}

/* style of item titles by FAQ */
.HeadSmaller   {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	height: 20px;
	color: #666644;
	vertical-align:baseline;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    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:    normal;
    color: gray;
}

/* 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: 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;
}

.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: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000080;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #000080;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #000080;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: blue;
}
    



/* 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: #000080;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000080;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000080;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000080;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000080;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000080;
}
TD  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
}


A:link  {
    text-decoration:    none;
    color:  #000080;
}

A:visited   {
    text-decoration:    none;
    color:  #000080;
}

A:active    {
    text-decoration:    none;
    color:  #000080;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

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
}

/*	Style attributes for Topic module
/* ******************************************************/

.TopicNav	{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; LEFT: 0px;  PADDING-BOTTOM: 0px; WIDTH: 173px; CURSOR: hand; COLOR: #333333; LINE-HEIGHT: 18px; PADDING-TOP: 0px; FONT-FAMILY: Arial,sans-serif; HEIGHT: 20px; BACKGROUND-COLOR: #edeeec; 
	}
	
.TopicNavHilite	{
	background-color: #BABDB6;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; LEFT: 0px;  PADDING-BOTTOM: 0px; WIDTH: 173px; CURSOR: hand; COLOR: #333333; LINE-HEIGHT: 18px; PADDING-TOP: 0px; FONT-FAMILY: Arial,sans-serif; HEIGHT: 20px;
	}
.TopicNavHeader	{
	background-color: #BABDB6;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; font-weight: bold; LEFT: 0px;  PADDING-BOTTOM: 0px; WIDTH: 173px; COLOR: #333333; LINE-HEIGHT: 18px; PADDING-TOP: 0px; FONT-FAMILY: Arial,sans-serif; HEIGHT: 20px;
	}

.TopicHeader
{
	font-size: 18px;
	color: darkslateblue;
	font-family: Verdana, Helvetica, sans-serif;
}

.TabTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
}


/* Append this CSS code to your "portal.css" (default) file
/*	this will provide the initial style for the sub tabs.
/*	Feel free to modify this to match your site style.
/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg
{
	background-color: white;
    border-color: white;
}

/* background/border colors for the unselected sub tabs */
.OtherSubTabsBg {
    background-color: #D3DBE4;
    border-color: black;
}

/* text style for the selected sub tab */
.SelectedSubTab
{
	font-weight: bold;
	font-size: 11px;
	color: darkslategray;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected sub tabs */
.OtherSubTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:darkgray;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
    text-decoration:    none;
    color:dimgray;
}

A.OtherSubTabs:visited {
    text-decoration:    none;
    color:dimgray;
}

A.OtherSubTabs:active  {
    text-decoration:    none;
    color:darkslategray;
}

A.OtherSubTabs:hover   {
    text-decoration:    none;
    color:darkslategray;
}

/* end of SUB tab section
/* *****************************************************
