/* ================================
    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: #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;
}

/* Default font for all input and select controls */
input
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}

select
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}

/* 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; 
}

Fieldset legend
{
	font-weight: bold;
	color: #c51e3a;	
}



/*  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;
	}
}
	



/* background/border colors for the selected tab */
/* text style for the selected tab */
TD.NavTab
{
	border-left-style: solid;
	border-left-color: #eeeeee;
	border-left-width: 1px;
	
	border-top-width: 0px;
	border-right-width: 0px;
}

.SelectedTab
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}


/* hyperlink styles of the unselected tabs */
A.SelectedTab:link
{
    font-size: 10pt;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

A.SelectedTab:visited
{
    font-size: 10pt;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

A.SelectedTab:active
{
    font-size: 10pt;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

A.SelectedTab:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}


/* text style for the unselected tabs */
.OtherTabs
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}


/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

A.OtherTabs:visited
{
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

A.OtherTabs:active
{
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

A.OtherTabs:hover
{
    font-size: 10pt;
    text-decoration: none;
    color: #dddddd;
    font-weight: bold;
}

/* 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;
}



/* Tab in the Lefthand side navigation */
.TreeNav
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.TreeNav A:link
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    font-weight: normal;
}

.TreeNav A:visited
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    font-weight: normal;
}

.TreeNav A:active
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}

.TreeNav A:hover
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000066;
    font-weight: normal;
}


/* Selected tab in the Lefthand side navigation */
.TreeNavSelected
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000066;
}
.TreeNavSelected A:link
{
    text-decoration: none;
    color: #000066;
    font-weight: normal;
}

.TreeNavSelected A:visited
{
    text-decoration: none;
    color: #000066;
    font-weight: normal;
}

.TreeNavSelected A:active
{
    color: #000066;
    font-weight: normal;
    text-decoration: none;
}

.TreeNavSelected A:hover
{
    text-decoration: none;
    color: #000066;
    font-weight: normal;
}




/* hyperlink style for the site links */
.SiteLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
}

/* hyperlink style for the site links */
.SiteLink A:link
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}

.SiteLink A:visited
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}

.SiteLink A:active
{
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

.SiteLink A:hover
{
    text-decoration: none;
    color: #000066;
    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;
}

.FooterLink
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
}

/* hyperlink style for the site links */
.FooterLink A:link
{
    text-decoration: none;
    color: #666666;
}

.FooterLink A:visited
{
    text-decoration: none;
    color: #666666;
}

.FooterLink A:active
{
    color: #666666;
    text-decoration: none;
}

.FooterLink A:hover
{
    text-decoration: underline;
    color: #000066;
}

/* 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: 13px;
    font-weight: bold;
    color: #000033;
}


.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,
.NormalBig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}
.NormalBig
{
    font-size: 12pt;
}


/* 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,
.NormalRedBig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #C51E3A;
}

.NormalRedBig
{
    font-size: 12pt;
}


A.NormalRedHL:link,
A.NormalRedHL:visited,
A.NormalRedHL:active,
A.NormalRedHL:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #C51E3A;
}

A.NormalRedHL:hover
{
	text-decoration: none;
}


.NormalBold,
.NormalBoldBig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}
.NormalBoldBig
{
    font-size: 12pt;
}

.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
}
.NormalLine
{
	background-color: #666666;
}
.NormalLightLine
{
	background-color: lightgrey;
}

.NormalLightLine1
{
	background-color: #cccccc;
	color:#cccccc;
	border-style:none;
	height:1;
}
/* Styles for the Spacer Lines */
.SpacerLine1
{
	height:1;
}
.SpacerLine3
{
	height:3;
}

.SpacerLine5
{
	height:5;
}
.SpacerLine10
{
	height:10;
}



.SearchButton
{
	border-style: none;
	border-color: #001945;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background: #eeeeee;
	cursor: hand;
}
A.SearchButton:link
{
	font-size: 8pt;
	font-weight: bold;	
	text-decoration: none;
}
A.SearchButton:visited
{
	font-size: 8pt;	
	font-weight: bold;
	text-decoration: none;
}
A.SearchButton:active
{
	font-size: 8pt;	
	font-weight: bold;
	text-decoration: none;
}
A.SearchButton:hover
{
	font-size: 8pt;	
	font-weight: bold;
	text-decoration: none;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
}

Input.CommandButton 
{
	font-size: 8pt;
}



/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #666666;
    font-weight: normal;
}

A.CommandButton:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #000066;
}

@media screen, projection, tv
{
	.LeftPane
	{
		background-color: White;
		border-right-color: #e7e7e7;
		border-right-style: solid;
		border-right-width: 1px;
	}
	.RightPane
	{
		background-color: White;
	}
}
@media print
{
	.LeftPane
	{
		display: none;
	}
	.RightPane
	{
		display: none;
	}
}


/* 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: 8pt;
    font-weight: Normal;
    color: #666666;
    text-decoration: underline;
}

A:visited
{
    text-decoration: underline;
    font-size: 8pt;
    color: #666666;
    font-weight: Normal;
}

A:active
{
    text-decoration: underline;
    font-size: 8pt;
    color: #666666;
    font-weight: Normal;
}

A:hover
{
    text-decoration: underline;
    font-size: 8pt;
    color: #000066;
    font-weight: Normal;
}

SMALL
{
    color: #666666;
    font-size: 8pt;
}
SMALLBold
{
    color: #666666;
    font-size: 8pt;
    font-weight: bold;
}
SMALLRed
{
    color: #C51E3A;
    font-size: 8pt;
    font-weight: bold;
}

.SMALL
{
    color: #666666;
    font-size: 8pt;
}
.SMALLBold
{
    color: #666666;
    font-size: 8pt;
    font-weight: bold;
}
.SMALLRed
{
    color: #C51E3A;
    font-size: 8pt;
    font-weight: bold;
}
.SMALLItalic
{
    color: #666666;
    font-size: 8pt;
    font-style: italic;
}


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:  10pt;
    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: #D8BABA;
}
TR.GridRowHeader
{
	background-color: #C51E3A;
}
TD.GridRowHeader
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeader A:Link
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeader A:Visited
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeader A:Hover
{
	font-weight:bold;
	color: #e6e6e6;
}

.GridRowSmall
{
	font: 8pt;
}

TR.GridRowSmall,
TR.GridRowSmall td
{
	background-color: white;
}

TR.AltGridRowSmall
{
	background-color: #D8BABA;
}
TR.GridRowHeaderSmall
{
	background-color: #C51E3A;
}
TD.GridRowHeaderSmall
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderSmall A:Link
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderSmall A:Visited
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderSmall A:Hover
{
	font-size: 8pt;
	font-weight:bold;
	color: #e6e6e6;
}



TR.AltGridRowStore
{
	background-color: #F7E1AE;
}

TR.GridHeader2
{
	background-color:#F30006;
	color:White;
	font-weight:bold;
}

TR.GridRow2
{
	background-color:white;
}

TR.GridAltRow2
{
	background-color:#1E1C89;
	color: White;
}



/* ====================================
	Green Grids
   ==================================== */
TR.GridRowGreen
{
	background-color: white;
}

TR.AltGridRowGreen
{
	background-color: #CADDC7;
}
TR.GridRowHeaderGreen
{
	background-color: #689F5E;
}
TD.GridRowHeaderGreen
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreen A:Link
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreen A:Visited
{
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreen A:Hover
{
	font-weight:bold;
	color: #e6e6e6;
}


.GridRowGreenSmall
{
	font-size: 14pt;
}

TR.GridRowGreenSmall,
TR.GridRowGreenSmall td
{
	font-size: 8pt;
	background-color: white;
}

TR.AltGridRowGreenSmall
{
	background-color: #CADDC7;
}
TR.GridRowHeaderGreenSmall
{
	background-color: #689F5E;
}
TD.GridRowHeaderGreenSmall
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreenSmall A:Link
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreenSmall A:Visited
{
	font-size: 8pt;
	font-weight:bold;
	color: white;
}

TR.GridRowHeaderGreenSmall A:Hover
{
	font-size: 8pt;
	font-weight:bold;
	color: #e6e6e6;
}


/*
CUSTOM ERROR LABEL STYLES
*/

.ErrNormalVisible
{
	color:#C51E3A;
	font:smallcaption;
	font-size: 10pt;
	display:inline;
}

.ErrNormalHidden
{
	color:#C51E3A;
	font:smallcaption;
	font-size: 10pt;
	display:none;
}


/*
Video Library Styles
*/

.vlVidListDescription
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

.vlVidListPrice
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

.vlVidListTable
{
}

.vlVidListAdditionalText
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
}

.vlPkgName
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
}

.vlPkgPrice
{
	color: #666666;
    font-size: 8pt;
}

.vlPkgValue
{
	 color: #666666;
    font-size: 8pt;
    font-weight: bold;
}



/* Club Recognition Styles */
.CRPBorderRight
{
	border-right: solid 1px #999999;
}

.CRPMain
{
	background-color: #CADDC7;
	padding: 0 0 0 0;
}

.CRPSelectedTab
{
	background-color: #CADDC7;
	padding: 10 10 10 10;
}
.CRPSelectedTab a:link,
.CRPSelectedTab a:active,
.CRPSelectedTab a:visited,
.CRPSelectedTab a:hover
{
	font-size: 12;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.CPRSelectedTabRound
{
	background-color: #CADDC7;
	background-image: url(../../../images/BottomLeftWhiteRoundSm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.CRPNotSelectedTab
{
	background-color: #689F5E;
	padding: 10 10 10 10;
	background-image: url(../../../images//BorderInsideTransp/RightMiddle.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.CRPNotSelectedTab a:link,
.CRPNotSelectedTab a:active,
.CRPNotSelectedTab a:visited,
.CRPNotSelectedTab a:hover
{
	font-size: 12;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.CRPNotSelectedTab a:hover
{
	text-decoration: underline;
}
.CPRNotSelectedTabRound
{
	background-color: #689F5E;
	background-image: url(../../../images/BottomLeftWhiteRoundSm.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.CRPNavRightBorder
{
	background-image: url(../../../images//BorderInsideTransp/RightMiddle.gif);
	background-position: right;
	background-repeat: repeat-y;
}

/*
Officials Tracking Styles
*/

.OTSTabBody
{
	background-color: #999999;
}

