/* Standard HTML tags */
BODY
{
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #FFFFe5;
	padding-right: 0px;
}
P
{
	margin-top: 1px;
	font-size: 8pt;
	color: #666666;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link
{
	font-size: 8pt;
	color: #ad2c52;
	text-decoration: none;
}
A:visited
{
	font-size: 8pt;
	border-left: none;
	color: #ad2c52;
	text-decoration: none;
}
A:hover
{
	color: #e391ab;
	text-decoration: none;
}
A:focus
{
	color: #e391ab;
	text-decoration: none;
}
A:active
{
	color: #e391ab;
	text-decoration: none;
}
DIV
{
	font-size: 8pt;
}
H1
{
	font-weight: bold;
	font-size: 13pt;
}
H2
{
	font-weight: bold;
	font-size: 12pt;
}
H3
{
	font-weight: bold;
	font-size: 11pt;
}
H4
{
	font-weight: bold;
	font-size: 10pt;
}
H5
{
	font-weight: bold;
	font-size: 9pt;
}
H6
{
	font-weight: bold;
	font-size: 8pt;
}
HR
{
	color: #42824a;
	height: 1pt;
	text-align: center;
}
IMG
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
INPUT.CommandButton
{
	border-right: thin solid #0c221b;
	padding-right: 3pt;
	border-top: thin solid #42824a;
	padding-left: 3pt;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 3pt;
	border-left: thin solid #42824A;
	color: #ffffff;
	line-height: 7pt;
	padding-top: 3pt;
	border-bottom: thin solid #082018;
	font-family: Verdana, Helvetica, sans;
	background-color: #0b5239;
	text-decoration: none;
}
INPUT
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
TABLE
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
THEAD
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TH
{
	font-size: 8pt;
	vertical-align: baseline;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans;
}
TFOOT
{
	font-size: 8pt;
}
TEXTAREA
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
OL
{
	font-size: 8pt;
}
UL
{
	font-size: 8pt;
	list-style-image: url(img/bulleye.gif);
}


/* Standard Rainbow Classes */

/* Command buttons */
.CommandButton
{
	font-size: 8pt;
	font-weight: 600;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans;
	background-color: #ad2c52;
	text-decoration: none;
	white-space: nowrap;
	line-height: 18pt;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 2px solid #6B1C31;
	border-left: 2px solid #DE829C;
	border-top: 2px solid #DF829D;
	border-right: 2px solid #6C1C34;
	display: inline;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

A.CommandButton:link
{
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
A.CommandButton:visited
{
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
}
A.CommandButton:hover
{
	font-size: 8pt;
	color: #e391ab;
	text-decoration: none;
}
A.CommandButton:focus
{
	font-size: 8pt;
	color: #e391ab;
	text-decoration: none;
}
A.CommandButton:active
{
	font-size: 8pt;
	color: #e391ab;
	text-decoration: none;
}

.EnhancedHtmlTitlePage /* Enhanced module support */
{
	font-weight: normal;
	font-size: 12pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans;
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family: Verdana, Helvetica, sans;
}
A.EnhancedHtmlLink:link
{
	color: #333333;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #999999;
	text-decoration: none;
}
A.EnhancedHtmlLink:hover
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:focus
{
	color: #cccccc;
	text-decoration: none;
}
A.EnhancedHtmlLink:active
{
	color: #333333;
	text-decoration: none;
}

.Error /* Error and warning messages */
{
	color: #FF0000;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #999999;
	font-weight: 600;
}
.Grid_Footer
{
}
.Grid_Item
{
}
.Grid_Item TD A
{
	font-weight: 600;
}
.Grid_AlternatingItem
{
	background-color: #CCCCCC;
}
.Grid_AlternatingItem TD A
{
	font-weight: 600;
}
.Grid_SelectedItem
{
}
.Grid_Pager
{
}
.Footer
{
	color: #666666;
}
.FooterSmall
{
	font-size: 7pt;
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 10pt;
	color: #999999;
	font-family: Verdana, Helvetica, sans;
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
SELECT, SELECT.NormalTextBox
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
OPTION
{
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 8pt;
	color: #ad2c52;
}
.ItemDate
{
	font-size: 8pt;
	color: #0b5239;
	font-family: Verdana, Helvetica, sans;
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 8pt;
	color: #ee7a35;
	background-color: #ffcc00;
}
.ModuleTitle /* Title of each module */
{
	font-weight: 500;
	font-size: 16pt;
	color: #42824a;
	font-family: "Times New Roman", Times, serif;
	white-space: nowrap;
	overflow: hidden;
	font-style: italic;
}
.Module /* Module */
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.ModuleAlt /* Module variant */
{
}
.Normal
{
	padding-right: 0pt;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans;
	line-height: normal;
	letter-spacing: normal;
}
.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans;
}
.NormalItalic
{
	font-size: 8pt;
	font-style: italic;
}

.rb_LangSw_tbl /* Language switcher */
{
	text-decoration: none;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.rb_LangSw_tbl A:link
{
	text-decoration: none;
}
.rb_LangSw_tbl A:visited
{
	text-decoration: none;
}
.rb_LangSw_tbl A:hover
{
	color: #f7d384;
}
.rb_LangSw_tbl A:focus
{
	color: #f7d384;
}
.rb_LangSw_tbl A:active
{
	text-decoration: none;
}
.rb_LangSw_sel
{
	color: #f7d384;
}

.rb_DefaultLayoutTable /* Styles for default pages */
{
}
.rb_DefaultPortalHeader
{
}
.rb_DefaultLayoutDiv
{
}
.rb_DefaultPortalFooter
{
}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.rb_AlternatePortalHeader
{
}
.rb_AlternateLayoutDiv
{
}
.rb_AlternatePortalFooter
{
}

.rb_mod_btn /* Buttons support */
{
	display: block;
	margin: 0px 0px 0px 2px;
}
.btn-img-txt
{
}
.btn-img-only
{
}
.btn-img-txt
{
	overflow: hidden;
}
.btn-img-only-css
{
	overflow: hidden;
}
DIV.btn-img-only
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-only-css
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-img-txt
{
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
DIV.btn-txt-only
{
	font-size: 9pt;
	line-height: 0.8;
}
.rb_mod_btn
{
	display: block;
	margin: 0px 0px 0px 2px;
}

.SiteLink /* Used on Header menu in Layouts */
{
	font-weight: normal;
	font-size: 7pt;
	color: #666666;
	font-family: Verdana, Helvetica, sans;
	text-align: center;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */

.SiteLink A:link
{
	display: block;
	font-size: 7pt;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
.SiteLink A:visited
{
	color: #666666;
	font-size: 7pt;
}
.SiteLink A:hover
{
	color: #e391ab;
	font-size: 7pt;
}
.SiteLink A:focus
{
	color: #e391ab;
	font-size: 7pt;
}
.SiteLink A:active
{
	color: #666666;
	font-size: 7pt;
}

.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 22pt;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 10pt;
	color: #ad2c52;
	padding-top: 4px;
	font-family: Verdana, Helvetica, sans;
}
.SubSubHead
{
	margin-top: 10pt;
	font-weight: 600;
	font-size: 10pt;
	color: #0b5239;
}
.SurveyQuestion /* Survey module support */
{
	padding-right: 5px;
	padding-left: 5px;
}
.SurveyOption
{
}
.SurveyButton
{
	font-weight: 600;
}

/* Three panes */
.LeftPane
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 10px;
}
.RightPane
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 30px;
}
.ContentPane
{
	border-right: none;
	padding-right: 30px;
	border-top: none;
	padding-left: 30px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: none;
	padding-top: 30px;
	border-bottom: none;
}

.DefaultBanner1 /* Graphics */
{
	background-color: #ee7a35;
}
.DefaultBanner2 /* Graphics */
{
	background-color: #333333;
}
.DefaultTD /* Graphics */
{
	background-image: url(img/menu-back.gif);	
}
.menuEnd /* Graphics */
{
	background-image: url(img/menu-end.gif);
	background-repeat: no-repeat;
}
.menuStart /* Graphics */
{
	background-image: url(img/menu-start.gif);	
}
.DefaultTDSub /* Graphics */
{
}

.Tabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: 500;
	font-size: 8pt;
	padding-bottom: 3px;
	margin: 0px;
	overflow: visible;
	line-height: normal;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
	text-align: center;
}

/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}
.Tabs A:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 8pt;
}
.Tabs A:hover
{
	color: #e391ab;
	text-decoration: none;
	font-size: 8pt;
}
.Tabs A:focus
{
	color: #e391ab;
	text-decoration: none;
	font-size: 8pt;
}
.Tabs A:active
{
	color: #e391ab;
	text-decoration: none;
	font-size: 8pt;
}
.SelectedTabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 3px;
	margin: 0px;
	overflow: visible;
	line-height: normal;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans;
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A:link
{
	border-right: none;
	padding-right: 0px;
	border-top: none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: none;
	color: #ffffff;
	padding-top: 0px;
	border-bottom: none;
	text-decoration: none;
	font-size: 8pt;
}
.SelectedTabs A:visited
{
	border-right: none;
	border-top: none;
	border-left: none;
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
	font-size: 8pt;
}
.SelectedTabs A:hover
{
	border-right: none;
	border-top: none;
	border-left: none;
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
	font-size: 8pt;
}
.SelectedTabs A:focus
{
	border-right: none;
	border-top: none;
	border-left: none;
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
	font-size: 8pt;
}
.SelectedTabs A:active
{
	border-right: none;
	border-top: none;
	border-left: none;
	color: #ffffff;
	border-bottom: none;
	text-decoration: none;
	font-size: 8pt;
}

.MenuItem /* Menu in Default Layout */
{
	border: none;
	font-weight: 500;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
	background-image: url(img/menuitem.gif);
	color: #ad2c52;
	padding-right: 15px;
	background-position: right;
}
.MenuItemHi
{
	background-image: url(img/menuitem.gif);
	color: #e391ab;
	background-position: right;
	border: none;
	font-size: 8pt;
	padding-right: 15px;
}
.MenuSub
{
	border: none;
	font-weight: 500;
	font-size: 8pt;
	font-family: Verdana, Helvetica, sans;
	background-image: url(img/menuitem.gif);
	color: #ad2c52;
	padding-right: 15px;
	background-position: right;
}
.MenuSubHi
{
	background-image: url(img/menuitem.gif);
	color: #e391ab;
	background-position: right;
	border: none;
	font-size: 8pt;
	padding-right: 15px;
}

.PortalMenuItem /* Top menu in DefaultPortalMenu Layout */
{
	font-weight: 600;
	font-size: 10pt;
	border-bottom: 1px #FFFFFF;
	font-family: Verdana, Helvetica, sans;
	background-color: #cccccc;
}
.PortalMenuItemHi
{
	color: #FFFFFF;
	background-color: #999999;
}
.PortalMenuSub
{
	border-bottom: #FFFFFF 1px solid;
	background-color: #cccccc;
}
.PortalMenuSubHi
{
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
	background-color: #999999;
}

.SubTabs /* PortalTabs in DefaultSubTabs Layout */
{
	border-right: #FFFFFF thin;
	padding-right: 10px;
	border-top: #FFFFFF thin;
	padding-left: 10px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #FFFFFF thin;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 2px;
	border-bottom: #FFFFFF thin;
	font-family: Verdana, Helvetica, sans;
	background-color: #999999;
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SubTabs A:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTabs A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTabs A:hover
{
	color: #666666;
	text-decoration: none;
}
.SubTabs A:focus
{
	color: #666666;
	text-decoration: none;
}
.SubTabs A:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.SelectedSubTabs /* PortalTabs in DefaultSubTabs Layout */
{
	border-right: #FFFFFF thin;
	padding-right: 10px;
	border-top: #FFFFFF thin;
	padding-left: 10px;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #FFFFFF thin;
	color: #333333;
	line-height: normal;
	padding-top: 2px;
	border-bottom: #FFFFFF thin;
	font-family: Verdana, Helvetica, sans;
	background-color: #f9ccb0;
	text-align: center;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedSubTabs A:link
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:visited
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:hover
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:focus
{
	color: #666666;
	text-decoration: none;
}
.SelectedSubTabs A:active
{
	color: #666666;
	text-decoration: none;
}

