/* Standard HTML tags */
BODY
{
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #0066cc;
	padding-right: 0px;
	color: #666666;
	background-image: url(img/back.gif);
	SCROLLBAR-FACE-COLOR: #82c0df;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #0066cc;
    SCROLLBAR-TRACK-COLOR: #c1e0ff;
}
div #FCKTextBoxPlaceHolderHTMLEditor
{
	background-color:#FFFFFF;
}
P
{
	margin-top: 1px;
	font-size: 10pt;
	color: #666;
	padding-top: 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #82c0df;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #0066cc;
    SCROLLBAR-TRACK-COLOR: #c1e0ff;
    SCROLLBAR-DARKSHADOW-COLOR: #264e75
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A:link
{
	font-size: 10pt;
	color: #0066cc;
	text-decoration: none;
}
A:visited
{
	font-size: 10pt;
	border-left: none;
	color: #0066cc;
	text-decoration: none;
}
A:hover
{
	color: #82c0df;
	text-decoration: none;
}
A:focus
{
	color: #82c0df;
	text-decoration: none;
}
A:active
{
	color: #82c0df;
	text-decoration: none;
}
DIV
{
	font-size: 10pt;
	color: #666;
	SCROLLBAR-FACE-COLOR: #82c0df;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #0066cc;
	SCROLLBAR-TRACK-COLOR: #c1e0ff;
	SCROLLBAR-DARKSHADOW-COLOR: #264e75;
}
H1
{
	font-weight: bold;
	font-size: 15pt;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
}
H3
{
	font-weight: bold;
	font-size: 13pt;
}
H4
{
	font-weight: bold;
	font-size: 12pt;
}
H5
{
	font-weight: bold;
	font-size: 11pt;
}
H6
{
	font-weight: bold;
	font-size: 10pt;
}
HR
{
	color: #0066cc;
	height: 1pt;
	text-align: center;
}
IMG
{
}
INPUT.CommandButton
{
	border-right: thin solid #0B5BAC;
	padding-right: 3pt;
	border-top: thin solid #A4CEF9;
	padding-left: 3pt;
	font-weight: 600;
	font-size: 8pt;
	padding-bottom: 3pt;
	border-left: thin solid #A4CEF9;
	color: #ffffff;
	line-height: 7pt;
	padding-top: 3pt;
	border-bottom: thin solid #0B5BAC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2489f1;
	text-decoration: none;
}
INPUT
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
TABLE
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
THEAD
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TH
{
	font-size: 10pt;
	vertical-align: baseline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	font-size: 10pt;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #82c0df;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #999999;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #0066cc;
    SCROLLBAR-TRACK-COLOR: #c1e0ff;
    SCROLLBAR-DARKSHADOW-COLOR: #264e75;
}
TFOOT
{
	font-size: 10pt;
}
TEXTAREA
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
OL
{
	font-size: 10pt;
}
UL
{
	font-size: 10pt;
	list-style-image: url(img/bulleye.gif);
}


/* Standard Rainbow Classes */

/* Command buttons */
.CommandButton
{
	font-size: 8pt;
	font-weight: 600;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #82c0df;
	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 #3396c6;
	border-left: 2px solid #A0D0E7;
	border-top: 2px solid #a0d0e7;
	border-right: 2px solid #3396C6;
	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: #fff;
	text-decoration: none;
}
A.CommandButton:visited
{
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
A.CommandButton:hover
{
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
A.CommandButton:focus
{
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}
A.CommandButton:active
{
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
}

.EnhancedHtmlTitlePage /* Enhanced module support */
{
	font-weight: normal;
	font-size: 12pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.EnhancedHtmlLink
{
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.EnhancedHtmlLink:link
{
	color: #000000;
	text-decoration: none;
}
A.EnhancedHtmlLink:visited
{
	color: #ff9933;
	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;
}
.Footer
{
	font-size: 8pt;
	text-align: center;
	color: #0066cc;
	background-image: url(img/footer.jpg);
	background-repeat: repeat-x;
}
.Footer A:link
{
	font-size: 8pt;
	color: #0066cc;
	text-decoration: underline;
}
.Footer A:visited
{
	font-size: 8pt;
	color: #0066cc;
	text-decoration: underline;
}
.Footer A:hover
{
	font-size: 8pt;
	color: #3396c6;

}
.FooterSmall
{
	font-size: 7pt;
}
.Grid_Header, .Grid_Header TD, .Grid_Header TH /* Search Modules */
{
	background-color: #ff9933;
	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
{
}
.Head /* Add, announcements, articles, blog, ecc ecc */
{
	font-weight: bold;
	font-size: 12pt;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT.NormalTextBox, .NormalTextBox
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
SELECT, SELECT.NormalTextBox
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
OPTION
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ItemTitle
{
	font-weight: bolder;
	font-size: 10pt;
	color: #82c0df;
}
.ItemDate
{
	font-size: 10pt;
	color: #0066cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Message /* Informative messages */
{
	font-weight: normal;
	font-size: 10pt;
	color: #0052a5;
	background-color: #ffcc00;
}
.ModuleTitle /* Title of each module */
{
	font-weight: 600;
	font-size: 12pt;
	color: #82c0df;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ModuleTitleAlt /* Title of each module */
{
	font-weight: 600;
	font-size: 12pt;
	color: #0066cc;
	line-height: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.Module /* Module */
{	
}
.ModuleNoTitle /* Module variant */
{
}

.ModuleAlt /* Module */
{
	background-color: #dfeff7;
	padding: 10px;
}

.Normal
{
	padding-right: 0pt;
	font-size: 10pt;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: normal;
}
.NormalPic
{
	padding-right: 0pt;
	font-size: 7pt;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	letter-spacing: normal;
}

.NormalBold
{
	padding-left: 5pt;
	font-weight: bold;
	font-size: 10pt;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NormalItalic
{
	font-size: 10pt;
	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: #ff9933;
}
.rb_LangSw_tbl A:focus
{
	color: #ff9933;
}
.rb_LangSw_tbl A:active
{
	text-decoration: none;
}
.rb_LangSw_sel
{
	color: #ff9933;
}

.rb_DefaultLayoutTable /* Styles for default pages */
{
	background-color: #FFFFFF;
}
.rb_DefaultPortalHeader
{
	background-color: #82c0df;
}
.rb_DefaultLayoutDiv
{
	background-color: #FFFFFF;
}
.rb_DefaultPortalFooter
{

}
/* Alternate styles for admin and edit pages */
.rb_AlternateLayoutTable
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}
.rb_AlternatePortalHeader
{
	background-color: #82c0df;
}
.rb_AlternateLayoutDiv
{
	background-color: #ffffff;
}
.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: #0066cc;
	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: #0066cc;
	text-align: center;
	text-decoration: none;
}
.SiteLink A:visited
{
	color: #0066cc;
	font-size: 7pt;
}
.SiteLink A:hover
{
	color: #3396c6;
	font-size: 7pt;
}
.SiteLink A:focus
{
	color: #3396c6;
	font-size: 7pt;
}
.SiteLink A:active
{
	color: #3396c6;
	font-size: 7pt;
}
.Date
{
	padding-top: 16px;
	padding-right: 10px;
}


.SiteTitle /* Portal title in Header, in layout file */
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 22pt;
	padding-bottom: 0px;
	color: #FFFFFF;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.SubHead
{
	font-weight: 600;
	font-size: 10pt;
	color: #0066cc;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SubSubHead
{
	margin-top: 10pt;
	font-weight: 600;
	font-size: 10pt;
	color: #0066cc;
}
.SurveyQuestion /* Survey module support */
{
	padding-right: 5px;
	padding-left: 5px;
}
.SurveyOption
{
}
.SurveyButton
{
	font-weight: 600;
}

/* Three panes */

.LeftPane
{
	background-color: #dfeff7;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 2px;
}
.RightPane
{
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 0px 0px;
}
.ContentPane
{
	margin: 0px;
	padding: 10px 20px 20px;
}




.BGTabs 
{
	background-image: url(img/bg-tabs.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 3px;
}
.Tabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */
{
	margin: 0px;
	padding: 0px 19px;
	font-size: 9pt;
}


/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.Tabs A:link
{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 9pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.Tabs A:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 9pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.Tabs A:hover
{
	color: #dfeff7;
	text-decoration: none;
}
.Tabs A:focus
{
	color: #dfeff7;
	text-decoration: none;
}
.Tabs A:active
{
	color: #dfeff7;
	text-decoration: none;
}
.SelectedTabs /* PortalTabs in Default Layout & DefaultSubTabs Layout */
{
	margin: 0px;
	padding: 0px 19px;
	font-size: 9pt;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
.SelectedTabs A:link
{
	color: #82c0df;
	text-decoration: none;
	font-weight: 600;
	font-size: 9pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.SelectedTabs A:visited
{
	color: #82c0df;
	text-decoration: none;
	font-weight: 600;
	font-size: 9pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.SelectedTabs A:hover
{
	color: #dfeff7;
	text-decoration: none;
}
.SelectedTabs A:focus
{
	color: #dfeff7;
	text-decoration: none;
}
.SelectedTabs A:active
{
	color: #dfeff7;
	text-decoration: none;
}



.MenuItem /* Menu in Default Layout */
{
	height: 20px;
	margin: 0px;
	color: #0066cc;
	text-decoration: none;
	font-weight: 600;
	font-size: 8pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-image: url(img/menu.jpg);
}
.MenuItemHi
{
	height: 20px;
	margin: 0px;
	color: #3396c6;
	text-decoration: none;
	font-weight: 600;
	font-size: 8pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-image: url(img/menu.jpg);
}
.MenuSub
{
	height: 20px;
	margin: 0px;
	color: #0066cc;
	text-decoration: none;
	font-weight: 600;
	font-size: 8pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-image: url(img/menu.jpg);
}
.MenuSubHi
{
	height: 20px;
	margin: 0px;
	color: #3396c6;
	text-decoration: none;
	font-weight: 600;
	font-size: 8pt;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-image: url(img/menu.jpg);
}

.breadcrumbs
{
	padding-bottom: 10px;
	padding-left: 0px;;
}
.bc_Text
{
	font-size: 7pt;
	color: #666;
	font-family: Verdana, Helvetica, sans;
}
.bc_Link
{
	font-size: 7pt;
	color: #666;
	font-family: Verdana, Helvetica, sans;
}
A.bc_Link:link
{
	font-size: 7pt;
	color: #0066cc;
	font-family: Verdana, Helvetica, sans;
}
A.bc_Link:visited
{
	font-size: 7pt;
	color: #0066cc;
	font-family: Verdana, Helvetica, sans;
}
A.bc_Link:hover
{
	font-size: 7pt;
	color: #82c0df;
	font-family: Verdana, Helvetica, sans;
}

