/* ================================
    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: #CFCAA3f;
}

/* background color for the content part of the pages */
Body
{
    background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

/* 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; 
}
.Article
{
border-width: 3px;
background-color: #ffcc34;
}
.LeftPane
{
	background-color: #cccccc;
}
/* 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 non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */

.rb_AlternateLayoutDiv
{
     text-align:  left;
	   margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
     width: 100%;
     text-align: left;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 0px;
	 border-collapse: collapse;     
}

/*  DESKTOP PORTAL BANNER SETTINGS */

rb_AlternatePortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

rb_DefaultPortalHeader
{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

/*  DESKTOP PORTAL Footer SETTINGS */

rb_AlternatePortalFooter
{
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;
}

/* 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: 24px;
	color: #CFCAA3;
	font-family: Verdana, Helvetica, sans-serif;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: #CFCAA3;
	border-color: #CFCAA3;
	font-family: Verdana, Helvetica, sans-serif;
	color: #CFCAA3;
	text-decoration: none;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: #CFCAA3;
	border-color: #CFCAA3;
	font-family: Verdana, Helvetica, sans-serif;
	color: #CFCAA3;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #CFCAA3;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	background-color: #CFCAA3;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #CFCAA3;
	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: none;
	color: #000000;
}

/* 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;
	color: #cccccc;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
	text-decoration: none;
	color: #cccccc;
}

.SiteLink A:visited
{
	text-decoration: none;
	color: #cccccc;
}

.SiteLink A:active
{
	text-decoration: none;
	color: #cccccc;
}

.SiteLink A:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* style for separator between site links */
.Accent
{
	color: #cccccc;
	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: #CFCAA3;
}

.rb_PageKeyPhrase
{
	
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}

/* style of item dates by Announcements and events */
.ItemDate
{
	/* font-weight: bold; */
	font-size: 11px;
	color: #993333;
	font-family: Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/* 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: #000000;
}

/* 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;
	color: #000000;
}

/* 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;
	color: #000000;
}
.DataList
{
	border: 1;
 border-bottom-color: #cccccc;
 border-left-color: #cccccc;
 border-top-color: #cccccc;
 border-right-color: #cccccc;
}
.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CFCAA3;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.NormalItalic
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	border-right: black thin solid;
	padding-right: 6px;
	border-top: silver thin solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	padding-bottom: 2px;
	margin: 5px;
	overflow: visible;
	border-left: silver thin solid;
	color: white;
	line-height: 25px;
	padding-top: 2px;
	border-bottom: black thin solid;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

Input.CommandButton 
{
	color: #000000;
	line-height: 13px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: none;
	color: #000000;
}

A.CommandButton:visited
{
	text-decoration: none;
	color: #000000;
}

A.CommandButton:active
{
	text-decoration: none;
	color: #000000;
}

A.CommandButton:hover
{
	text-decoration: none;
	color: #000000;
}




/* GENERIC */
H1
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CFCAA3;
}

H2
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #CFCAA3;
}

H3
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CFCAA3;
}

H4
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CFCAA3;
}

H5, DT
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CFCAA3;
}

H6
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CFCAA3;
}

TFOOT, THEAD
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFCAA3;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CFCAA3;
}

A:link
{
	text-decoration: underlined;
	color: Blue;
}

A:visited
{
	text-decoration: underlined;
	color: Blue;
}

A:active
{
	text-decoration: underlined;
	color: Blue;
}

A:hover
{
	text-decoration: underlined;
	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: #CFCAA3;
	height: 1pt;
	text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.module
{
	background-color: #ffffff;
	padding: 10;
}

.Error
{
	font-weight: bold;
	color: #CFCAA3;
}


/* ================================
   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;
}

/* =============================
   BreadCrumbs styles
   ============================= */
.bc_Row		{padding-left:57px;border-bottom:solid 2px Black;background-color:#CFCAA3;}
.bc_Text	{FONT-SIZE:10px;}
.bc_Link, .bc_Link:link, .bc_Link:visited {padding-left:8px;FONT-SIZE:10px;font-weight:bold;text-decoration:none;color:black}
.bc_Link:hover	{text-decoration:underline;}



/* =============================
   SolpartNavigation menu styles
   ============================= */
.spm_MenuContainer	{height:27px;border-bottom:solid 2px Black;background-color:#CFCAA3;}
.spm_MenuBar		{height:27px;}
.spm_MenuBar TD		{FONT-SIZE: 12px;font-weight:bold;}
.spm_SubMenu		{z-index:200; border:solid 1px black;}
.spm_SubMenu TD		{font-weight:bold;}
.spm_MenuBreak		{}
.spm_MenuItem		{FONT-SIZE:12px;padding-left:5px; padding-right:5px;background-color:#CFCAA3;cursor:pointer;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 12px;}
.spm_MenuIcon		{border-left:solid 1px #cccccc;}
.spm_MenuItemSel	{FONT-SIZE: 12px;}
.spm_MenuItemSel TD	{FONT-SIZE: 12px;padding-left:5px; padding-right:5px;cursor: pointer; cursor: hand;}
.spm_MenuArrow		{font-family: webdings;cursor: pointer; cursor: hand; }
.spm_RootMenuArrow	{font-family: webdings;cursor: pointer; cursor: hand; }
/* ================================ */