/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
    background-color: #0066ff;
}

/* 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
{
      direction:ltr;
      text-align:  right;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;    
}

.rb_DefaultLayoutTable
{
    width: 769px;
    background-color:#ffffff;
    text-align: center; 
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse; 
}

/* 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:  center;     
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;      
}

.rb_AlternateLayoutTable
{
     width: 769px;
     background-color:#ffffff;
     text-align: center;     
	 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: #0066ff;
    font-family: Tahoma, Helvetica, sans-serif;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	color: #196BC8;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt
}

.SiteLink A:link
{
	color: #196BC8;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt
}

.SiteLink A:hover
{
	font-size: 8pt;
	color: #0078FF;
	font-family: Tahoma;
	text-decoration: none
}

/* style for separator between site links */
.Accent
{
    color:#999999;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #0066ff;
}

.rb_PageKeyPhrase
{
	
}

/* style of item titles by Announcements and events */
.ItemTitle
{
    font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

/* style of item dates by Announcements and events */
.ItemDate
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.TitleHead
{
	background-color: #525252;
	height:20px;
	font-family:Tahoma;
	font-weight: bold;
	font-size:8pt;
	color:#FFFFFF
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

.NormalRed
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0066ff;
}

.NormalBold
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.NormalItalic
{
    font-family: Tahoma, 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:1px solid #999999;
	background-color:#005197;
	color:White;
	font-family:Tahoma, Arial;
	font-size:8pt;
}

Input.CommandButton 
{
	line-height: 13px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton
{
    vertical-align:middle;
    PADDING-RIGHT: 3pt;
    border:solid 1px #626466;
    PADDING-LEFT: 3pt;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2pt;
    COLOR: white;
    LINE-HEIGHT: 17pt;
    PADDING-TOP: 2pt;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    background-image:url(img/BG.png);
    background-repeat:repeat-x;
    TEXT-DECORATION: none;
}
A.CommandButton:visited
{
    PADDING-RIGHT: 3pt;
    border:solid 1px #626466;    
    PADDING-LEFT: 3pt;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2pt;
    COLOR: white;
    LINE-HEIGHT: 17pt;
    PADDING-TOP: 2pt;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}
A.CommandButton:hover
{
    PADDING-RIGHT: 3pt;
    border:solid 1px #626466;    
    PADDING-LEFT: 3pt;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2pt;
    COLOR: #f3a372;
    LINE-HEIGHT: 17pt;
    PADDING-TOP: 2pt;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}
A.CommandButton:link
{
    PADDING-RIGHT: 3pt;
    border:solid 1px #626466;    
    PADDING-LEFT: 3pt;
    FONT-SIZE: 8pt;
    PADDING-BOTTOM: 2pt;
    COLOR: white;
    LINE-HEIGHT: 17pt;
    PADDING-TOP: 2pt;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    TEXT-DECORATION: none
}

.LeftPane
{
    background-color: #f6f6f6;
}
.RightPane
{
    background-color: #f6f6f6;
}


/* GENERIC */
H1
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H2
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

H3
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H4
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

H5, DT
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

H6
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

TFOOT, THEAD
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

TH
{
    vertical-align: baseline;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

A:link
{
    color: #0066ff;
    text-decoration: none;
}

A:visited
{
    text-decoration: none;
    color: #0066ff;
}

A:active
{
    text-decoration: none;
    color: #0066ff;
}

A:hover
{
    text-decoration: underline;
    color: #0066ff;
}

SMALL
{
    font-size: 8px;
}

BIG
{
    font-size: 14px;
}

BLOCKQUOTE, PRE
{
    font-family: Tahoma, 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: #b0bdcf;
    height: 1pt;
    text-align: left;
}

/* Articles */
/* style for Articles titles */
.ArticleHead
{
    font-family: Tahoma, 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: Tahoma, 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: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}
   
.MessageAuthor
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD
{
    font-family: Tahoma, 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;
}

/* ================================
   EnhancedHtml Module
   ================================ */

.EnhancedHtmlTitlePage
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:darkblue;
}

.EnhancedHtmlLink
{
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

A.EnhancedHtmlLink:link
{
    text-decoration: none;
    color: #196BC8;
}

A.EnhancedHtmlLink:visited
{
	color: #196BC8;
	text-decoration: none;
}

A.EnhancedHtmlLink:active
{
    text-decoration: none;
    color: green;
}

A.EnhancedHtmlLink:hover
{
    text-decoration: none;
    color: #0078FF;
}


/* =============================
   SolpartNavigation menu styles
   ============================= */
.spm_MenuContainer	{height:27px;border-bottom:solid 2px Black;}
.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: #0066ff;cursor:pointer;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 12px;}
.spm_MenuIcon		{border-left:solid 1px #ffcc00;}
.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; }
/* ================================ */

/* ===================================================================================
   These styles are primarily intended for use with the asp:datagrid tag.
   NOTE: PortalSearch and GoogleSearch only uses _Header, _Item and _AlternatingItem.
   =================================================================================== */
.Grid_Header
{
	color: White;
	background-color: #697898;
}
.Grid_Footer 
{
}
.Grid_Item
{
}
.Grid_AlternatingItem
{
	background-color: #F0F0F0;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}


BODY
{
	margin: 0;
	background-color: #292929;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #555555;
	SCROLLBAR-TRACK-COLOR: #EAF2FE;
	SCROLLBAR-BASE-COLOR: #BAD4EF
}
#copy
{
  	 background-color: #f6f6f6;
  	 text-align :center;
  	 height:22px;
  	 font-family:Tahoma;
	 font-size:8pt;
	 color:#294567
}
#btm
{
  	 background-color: #222222;
  	 text-align:center;
  	 height:22px;
  	 font-family:Tahoma;
	 font-size:8pt;
	 color:white
}
#tbl
{
	direction:ltr;
	background-color: #ffffff;
	BORDER-RIGHT: #b0bdcf 1px solid;
	BORDER-LEFT: #b0bdcf 1px solid;
	height:100%;
	width: 769px;
}
	
A
{
	color: #196BC8;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt
}
A:HOVER
{
	font-size: 8pt;
	color: #0078FF;
	font-family: Tahoma;
	text-decoration: none
}
.warn
{
	font-family:Tahoma;
	font-size:8pt;
	color:orangeRed
}
.text
{
	border: #D5D5D5 1px solid;
	background-color: #F9F9F9;
	font-family: Tahoma;
	font-size: 9pt;
	height: 18
}

.multi
{
	border: #D5D5D5 1px solid;
	background-color: #F9F9F9;
	font-family: Tahoma;
	font-size: 9pt;
	height: 60;
	width: 230;
}
.grid
{
	background-color: #DAE1EB;
	border-color: #839FB4;
	font-family:Tahoma;
	font-size:8pt;
}

.hgrid
{
	background-color: #5582AB;
	color: White;
	font-weight: bold;
	font-family:Tahoma;
	font-size:8pt;
}	

.hline
{
	width: 98%;
	height:1px;
	color: #D5D5D5
}
.imgBrd
{
	border: #cccccc 1px solid
}
#btnReset
{
	cursor: hand
}

/* =================================
   SimpleMenu Module - dhtml styles
   ================================= */
.MenuItem		{PADDING-RIGHT: 6px;COLOR:#4A556A;background-color:#f6f6f6;FONT-SIZE:8pt;font-family:tahoma,Verdana, Helvetica, sans-serif;border-bottom:solid 1px #B3C3DE; height:20px;}
.MenuHiItem	{PADDING-RIGHT: 6px;COLOR:#4A556A;background-color:#e3e3e3;FONT-SIZE:8pt;font-family:tahoma,Verdana, Helvetica, sans-serif;}
.MenuSubItem	{PADDING-RIGHT: 6px;COLOR:#4A556A;background-color:#f6f6f6;FONT-SIZE:8pt;font-family:tahoma,Verdana, Helvetica, sans-serif;border-bottom:solid 1px #B3C3DE; height:20px;}
.MenuHiSubItem	{PADDING-RIGHT: 6px;COLOR:#4A556A;background-color:#e3e3e3;FONT-SIZE:8pt;font-family:tahoma,Verdana, Helvetica, sans-serif;}
/* ================================ */
