/* ================================
    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: #A57C8D; /* #ffffff; */
}

/* background color for the content part of the pages */
Body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
    
    background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

B
{
	color: #143060;
}




/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within rainbow, not just desktopdefault.aspx */
/* This is used throughout all standard - user based pages */
.rb_DefaultLayoutDiv
{
     text-align:  left;     
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
}

.rb_DefaultLayoutTable
{
	width: 100%;
	text-align: left;     
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}



/*  DESKTOP PORTAL BANNER SETTINGS */
@media screen, projection, tv
{
	.rb_DefaultPortalHeader
	{
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-collapse: collapse;
	}
}
@media print
{
	.rb_DefaultPortalHeader
	{
		display:none;
	}
}


/*  DESKTOP PORTAL Footer SETTINGS */
@media screen, projection, tv
{
	.rb_DefaultPortalFooter
	{
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-collapse: collapse;
		background-color: #ffffff;
	}
}
@media print
{
	.rb_DefaultPortalFooter
	{
		display: none;
	}
}

@media screen, projection, tv
{
	.rb_NonPrintable
	{
	}
}
@media print
{
	.rb_NonPrintable
	{
		display: none;
	}
}


/* hyperlink style for the site links */
.PortalBannerLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: white; /*#999999;  */
    background-color: #A57C8D;
}

/* hyperlink style for the site links */
.PortalBannerLink A:link
{
    text-decoration: none;
    color: white; /*#999999;*/
    font-weight: bold;
}

.PortalBannerLink A:visited
{
    text-decoration: none;
    color: white; /*#999999; */
    font-weight: bold;
}

.PortalBannerLink A:active
{
    color: white; /* #999999; */
    font-weight: bold;
    text-decoration: none;
}

.PortalBannerLink A:hover
{
    text-decoration: underline;
    color: DarkBlue; /*#000000; */
    font-weight: bold	;
}



.Breadcrumb
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

/* hyperlink style for the site links */
.Breadcrumb A:link
{
    text-decoration: underline;
    color: #143060;
    font-weight: bold;
    font-size: 10pt;
}

.Breadcrumb A:visited
{
    text-decoration: underline;
    color: #143060;
    font-weight: bold;
    font-size: 10pt;
}

.Breadcrumb A:active
{
    color: #143060;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10pt;
}

.Breadcrumb A:hover
{
    text-decoration: none;
    color: #143060;
    font-weight: bold;
    font-size: 10pt;
}


/*  DESKTOP PORTAL Footer SETTINGS */
rb_DefaultPortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalFooter
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
background-color: #999999;
}



/* 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: 16pt;
    color: #ffffff;
    font-family: Verdana, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
/* text style for the selected tab */
.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666; 
    font-weight: bold;
    background-color: ccbdba;
}


/* hyperlink styles of the unselected tabs */
A.SelectedTab:link
{
    font-size: 10pt;
    text-decoration: none;
    color: #003366; /*#333333; */
    font-weight: bold;
}

A.SelectedTab:visited
{
    font-size: 10pt;
    text-decoration: none;
    color: #003366; /*#333333; */
    font-weight: bold;
}

A.SelectedTab:active
{
    font-size: 10pt;
    text-decoration: none;
    color: #003366; /* #333333; */
    font-weight: bold;
}

A.SelectedTab:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: #003366; /* #333333;  */
    font-weight: bold;
}


/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666699; /*#666666; */
    text-decoration: none;
    font-weight: bold;
    background-color: ccbdba;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    font-size: 10pt;
    text-decoration: none;
    color: #666699; /* #666666; */
    font-weight: bold;
}

A.OtherTabs:visited
{
    font-size: 10pt;
    text-decoration: none;
    color: #666699; /*#666666; */
    font-weight: bold;
}

A.OtherTabs:active
{
    font-size: 10pt;
    text-decoration: none;
    color: #666699; /*#666666;  */
    font-weight: bold;
}

A.OtherTabs:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: Red;  /* #999999; */
    font-weight: bold;
}



/* text style for the site links (at extreme top-right of header) */

/* Tab in the Lefthand side navigation */
.TreeNav
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666699; /*#e8a816; */
}
.TreeNav A:link
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #666699; /*#e8a816; */
    font-weight: normal;
}

.TreeNav A:visited
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #666699; /*#e8a816; */
    font-weight: normal;
}

.TreeNav A:active
{
    font-size: 11px;
    font-weight: bold;
    color: #666699; /*#e8a816; */
    font-weight: normal;
    text-decoration: none;
}

.TreeNav A:hover
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #c51e3a; 
    font-weight: normal;
}


/* Selected tab in the Lefthand side navigation */
.TreeNavSelected
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003366; /* #e8a816; */
}
.TreeNavSelected A:link
{
    text-decoration: none;
    color: #003366; /*#e8a816; */
    font-weight: normal;
}

.TreeNavSelected A:visited
{
    text-decoration: none;
    color: #003366; /*#e8a816; */
    font-weight: normal;
}

.TreeNavSelected A:active
{
    color: #003366; /* #e8a816; */
    font-weight: normal;
    text-decoration: none;
}

.TreeNavSelected A:hover
{
    text-decoration: none;
    color: #c51e3a;
    font-weight: normal;
}




/* hyperlink style for the site links */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color:  #143060; 
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: underline;
    color: #143060;
    font-weight: normal;
}

.SiteLink A:visited
{
    text-decoration: underline;
    color: #143060;
    font-weight: normal;
}

.SiteLink A:active
{
    color: #143060;
    font-weight: normal;
    text-decoration: underline;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #e8a816; 
    font-weight: normal;
}


/* Links for the News Aritcle Title Link */
.NewsLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}
.NewsLink A:link
{
    font-size: 10pt;
    text-decoration: underline;
    color: #666666;
    font-weight: bold;
}

.NewsLink A:visited
{
    font-size: 10pt;
    text-decoration: underline;
    color: #666666;
    font-weight: bold;
}

.NewsLink A:active
{
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}

.NewsLink A:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}

/* Links for the alternate News Aritcle Title Link */
.NewsLinkAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
}
.NewsLinkAlt A:link
{
    font-size: 10pt;
    text-decoration: none;
    color: white;
}

.NewsLinkAlt A:visited
{
    font-size: 10pt;
    text-decoration: none;
    color: white;
}

.NewsLinkAlt A:active
{
    font-size: 10pt;
    color: white;
    text-decoration: none;
}

.NewsLinkAlt A:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: #e8a816;
}

.FooterLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

/* hyperlink style for the site links */
.FooterLink A:link
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

.FooterLink A:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

.FooterLink A:active
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.FooterLink A:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #143060;
}

/* style for separator between site links */
.Accent
{
    color:#999999;
    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: #0066ff;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 10pt;
    color: #666666;
    font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.ModuleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #003366;
}


.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12pt;
    color: #666666;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14pt;
    color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #C51E3A;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: italic;
    color: #666666;
}
.NormalError
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    color: #C51E3A;
    FONT-FAMILY: Verdana, Helvetica, sans-serif
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	/*padding-top: 1px;*/
	/*padding-bottom: 1px;*/
	/*border-style:none;*/
	/*border-color: #999999;*/
	/*border-width:thin;*/
	/*text-decoration:underline;*/
	/*background-color:#eeeeee;*/
}

Input.CommandButton 
{
	font-size: 8pt;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	font-size: 8pt;
    text-decoration: underline;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:visited
{
	font-size: 8pt;
    text-decoration: underline;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:active
{
	font-size: 8pt;
    text-decoration: underline;
    color: #143060;
    font-weight: normal;
}

A.CommandButton:hover
{
	font-size: 8pt;
    text-decoration: underline;
    font-weight: normal;
    color: Red;
}

.LeftPane
{
    background-color: ccbdba; /*#eeeeee; */
    border-right-color: #999999;
    border-right-style: solid;
    border-right-width: 1px;
}
.RightPane
{
    background-color: White;
}
.RightPaneBlack
{
    background-color: Black;
}


/* GENERIC */
H1
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A:link
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Normal;
    color: #143060;
    text-decoration: underline;
}

A:visited
{
    text-decoration: underline;
    font-size: 10pt;
    color: #143060;
    font-weight: Normal;
}

A:active
{
    text-decoration: underline;
    font-size: 10pt;
    color:#143060;
    font-weight: Normal;
}

A:hover
{
    text-decoration: none;
    font-size: 10pt;
    color: #e8a816;
    font-weight: Normal;
}

SMALL
{
    color: #666666;
    font-size: 8pt;
}
.SMALL
{
    color: #666666;
    font-size: 8pt;
}

BIG
{
    color: #666666;
    font-size: 12pt;
}
.BIG
{
    color: #666666;
    font-size: 12pt;
}

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: #666666;
    height: 1pt;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #0066ff;
}

.module
{
    background-color: #000000;
    padding: 10;
}

.Error
{
    font-weight: bold;
    color: #000000;
}

/* LastModified style */
.LastModified
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    VERTICAL-ALIGN: bottom;
}

/* ================================
   HtmlEditor
   ================================ */

DIV.edmenuback{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor{
}

TD.edmenuHTML{
	text-align: right;
	width: 35px;	
}

/* ================================
   Discussion
   ================================ */
.MessageTitle 
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11;
    font-weight: normal;
}

/* ================================
   Survey Module
   ================================ */
.SurveyQuestion
{

	color: darkred;
}

.SurveyPanel
{
	color: silver;
	background-color: silver;
}

.SurveyOption
{
	color: black;
}

.SurveyButton
{
	color: darkred;
	font-weight: bold;
}


/* ====================================
	Grids
   ==================================== */
TR.GridRow
{
	background-color: white;
}

TR.AltGridRow
{
	background-color: #e6e6e6;
}
TR.GridRowHeader
{
	background-color: #000000;
}
TD.GridRowHeader
{
	font-weight:bold;
	color: #ffffff;
}

TR.GridRowHeader A:Link
{
	font-weight:bold;
	color: #ffffff;
}

TR.GridRowHeader A:Visited
{
	font-weight:bold;
	color: #ffffff;
}

TR.GridRowHeader A:Hover
{
	font-weight:bold;
	color: #999999;
}


