/*Design Scheme=Slideshow */



/***********
Import/common/actions.css
************/
.md .actions_dropdown{
    background-color: ContentActionsDropdownBackgroundColor;
    border-color: ContentActionsDropdownBorderColor;
}
.actions_dropdown a:hover{
    background-color: ContentActionsDropdownHoverColor;
}
/***********
Import/common/bars.css
************/
.md .bar_background{
    background-color: ContentBarBackgroundColor;
    color: ContentBarFontColor;
}
/***********
Import/common/progressBar.css
************/
.progressBarContainer{
    color: ProgressBarsFontColor;
    border-color: ProgressBarsContainerBorderColor;
    background-color: ProgressBarsContainerBackgroundColor;
}
.progressBarContainer_over .progressBar{
    border-color: ProgressBarsOverBorderColor;
    background-color: ProgressBarsOverBarColor;
}
.progressBarContainer_under .progressBar{
    border-color: ProgressBarsUnderBorderColor;
    background-color: ProgressBarsUnderBarColor;
}
.progressBarContainer_near .progressBar{
    border-color: ProgressBarsNearBorderColor;
    background-color: ProgressBarsNearBarColor;
}
.progressBarContainer_negative .progressBar{
	background-color: ProgressBarsCreditBarColor
}
/***********
Import/common/buttons.css
************/
.md .btn{
    background-color: ContentButtonsBackgroundColor;
    border-color: ContentButtonsBorderColor;
    color: ContentButtonsFontColor;
}
.md .btn_gradient{
    background-image: -moz-linear-gradient(top, rgb(ContentButtonsGradientColor1) 25%, rgb(ContentButtonsGradientColor2) 100%);
    background-image: -ms-linear-gradient(top, rgb(ContentButtonsGradientColor1) 25%, rgb(ContentButtonsGradientColor2) 100%);
    background-image: -o-linear-gradient(top, rgb(ContentButtonsGradientColor1) 25%, rgb(ContentButtonsGradientColor2) 100%);
    background-image: -webkit-linear-gradient(top, rgb(ContentButtonsGradientColor1) 25%, rgb(ContentButtonsGradientColor2) 100%);
    background-image: linear-gradient(top, rgb(ContentButtonsGradientColor1) 25%, rgb(ContentButtonsGradientColor2) 100%);
}
.md .btn_icon{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentIconsMatrix);
}
.md .btn_cta{
    background-color: CallToActionButtonBackgroundColor;
    border-color: CallToActionButtonBorderColor;
    color: CallToActionButtonFontColor;
}
.md .btn_cta:hover{
    background-color: CallToActionButtonHoverBackgroundColor;
    border-color: CallToActionButtonHoverBorderColor;
}
.md .btn_cta_primary{
    background-color: CallToActionButtonPrimaryBackgroundColor;
    border-color: CallToActionButtonPrimaryBorderColor;
    color: CallToActionButtonPrimaryFontColor;
}
.md .btn_cta_primary:hover{
    background-color: CallToActionButtonPrimaryHoverBackgroundColor;
    border-color: CallToActionButtonPrimaryHoverBorderColor;
}
/***********
Import/common/headings.css
************/
.md .heading_split{
    border-bottom-color: ContentHeaderSplitBorderColor;
}
/***********
Import/common/modal.css
************/
.md .modal{
    background-color: ModalDialogBackgroundColor;
    border-color: ModalDialogBorderColor;
}
.md .modal_noChrome{
    border-color: ModalDialogNoChromeBorderColor;
}
.md .overlay_decorator{
    background-color: ModalOverlayBackgroundColor;
}
.md .dialog{
    border-color: ModalDialogBorderColor;
}
.md .modal_close{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentIconsMatrix);
}
.md div .selectedBox {
	border: 2px solid ContentSummaryDataTableOddSelectedBackgroundColor;
}
.md .modal .modal_heading{
	border-bottom: 1px solid ModalHeaderBorderColor;
}
/***********
Import/common/tips.css
************/
.md .tip{
    background-color: ContentTipBackgroundColor;
    -webkit-box-shadow: ContentTipBoxShadowColor;
    box-shadow: ContentTipBoxShadowColor;
}
.md .tip:before{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTipPointerBackgroundImage);
}
div.contentCallout {
    background-color: SimpleContentCalloutBackgroundColor;
    background-image: -moz-linear-gradient(top, SimpleContentCalloutBackgroundColor, SimpleContentCalloutBackgroundColor);
    color: SimpleContentCalloutFontColor;
}
div.contentCallout.bottom::before {
    border-top: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.top::before {
    border-bottom: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.right::before {
    border-left: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.left::before {
    border-right: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.bottom-left::before {
    border-top: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.bottom-right::before {
    border-top: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.top-left::before {
    border-bottom: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.top-right::before {
    border-bottom: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.right-bottom::before {
    border-left: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.right-top::before {
    border-left: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.left-bottom::before {
    border-right: 10px solid SimpleContentCalloutBackgroundColor;
}
div.contentCallout.left-top::before {
    border-right: 10px solid SimpleContentCalloutBackgroundColor;
}
/***********
Import/common/containerTreatments.css
************/
div.contentColumns{
    color: ContentColumnsFontColor;
}
div.contentColumnsBackground{
    background-color: ContentColumnsBackgroundColor;
    color: ContentColumnsBackgroundFontColor;
}
div.contentColumnsBorder{
    border-color: ContentColumnsBorderColor;
}
div.contentColumnsBackgroundImage{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentColumnsBackgroundImage);
}
div.contentColumnsBackgroundImage_rightTop{
    background-position: 100% 0;
}
div.contentColumnsBackgroundImage_leftTop{
    background-position: 0 0;
}
div.contentColumnsBackgroundImage_verticalRepeat{
    background-repeat: repeat-y;
}
div.contentColumnsBackgroundImage_horizontalRepeat{
    background-repeat: repeat-x;
}
div.contentColumnsBackgroundImage_noRepeat{
    background-repeat: no-repeat;
}
/***********
Import/common/contentTreatment.css
************/
.md .positive .value{
    color: PositiveValueFontColor;
}
.md .negative .value{
    color: NegativeValueFontColor;
}
.md .subduedText_color{
    color: SubduedFontColor;
}
.md a.noLinkAnchor {
	color: inherit;
	cursor: default;
}
/***********
Import/common/contentTabs.css
************/
.md .contentTabsContainer,
.md .contentTabsContainerFaked,
.contentTabsContainer .contentTabs,
.contentTabsContainerFaked .contentTabs{
    border-bottom-color: ContentTabsBorderBottomColor;
}
.tabify_decor_image .tabify_menu_container,
.tabify_decor_image.tabify_vertical .tabify_content_frame{
    border-color: ContentTabsBorderBottomColor;
}
.tabify_decor_border .tabify_tab_content{
    background-color: ContentTabsInactiveBackgroundColor;
}
.tabify_decor_border .tabify_tab_active .tabify_tab_content,
.tabify_decor_border .tabify_content_frame{
    background-color: ContentTabsBackgroundColor;   
}
.tabify_decor_border .tabify_tab_content,
.tabify_decor_border .tabify_menu_container,
.tabify_decor_border .tabify_content_frame{
    border-color: ContentTabsSimpleBorderColor;
}
.contentTabs a,
.contentTabs span,
.tabify .tabify_tab_label,
.tabify .tabify_tab_label_text{
    color: ContentTabsLinkColor;
}
.contentTabs a,
.contentTabs span,
.tabify_decor_image .tabify_tab_label,
.tabify_decor_image .tabify_tab_label_text{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTabsBackgroundImage);
}
.contentTabs .current a,
.tabify_tab_active .tabify_tab_label,
.tabify_tab_active .tabify_tab_label_text{
    color: ContentTabsLinkCurrentColor;
}
.Form .contentTabs a,
.Form .contentTabs span,
.Form .tabify_tab_label,
.Form .tabify_tab_label_text{
    color: ContentTabsFormLinkColor;
}
.Form .contentTabs a,
.Form .contentTabs span,
.Form .tabify_decor_image .tabify_tab_label,
.Form .tabify_decor_image .tabify_tab_label_text{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTabsFormBackgroundImage);
}
.Form .contentTabs .current a,
.Form .tabify_tab_active .tabify_tab_label,
.Form .tabify_tab_active .tabify_tab_label_text{
    color: ContentTabsFormLinkCurrentColor;
}
.Online .contentTabs a,
.Online .contentTabs span,
.Online .tabify_menu .tabify_tab_label,
.Online .tabify_menu .tabify_tab_label_text{
    color: ContentTabsOnlineLinkColor;
}
.Online .contentTabs a,
.Online .contentTabs span,
.Online .tabify_decor_image .tabify_tab_label,
.Online .tabify_decor_image .tabify_tab_label_text{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTabsOnlineBackgroundImage);
}
.Online .contentTabs .current a,
.Online .tabify_tab_active .tabify_tab_label,
.Online .tabify_tab_active .tabify_tab_label_text{
    color: ContentTabsOnlineLinkCurrentColor;
}
.tabify_decor_image.tabify_vertical .tabify_tab_label,
.tabify_decor_image.tabify_vertical .tabify_tab_label_text{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTabsVerticalTabBackgroundImage);
}
.tabify_decor_image.tabify_vertical.tabify_opposed .tabify_tab_label,
.tabify_decor_image.tabify_vertical.tabify_opposed .tabify_tab_label_text{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentTabsVerticalOpposedTabBackgroundImage);
}

/***********
Import/common/icons.css
************/
/*Icons - When used as Image Replacement*/
.md .icon_withLabel_lower,
.md .icon_none,
.md .icon_success,
.md .icon_alert,
.md .icon_lock,
.md .icon_news,
.md .icon_plus:before,
.md .icon_plus:after,
.md .icon_repeat:before,
.md .icon_repeat:after,
.md .icon_complete:before,
.md .icon_info:before,
.md .icon_warning:before,
.md .icon_error:before,
.md .icon_close,
.md .icon_repeat,
.md .icon_payment,
.md .icon_transfer,
.md .icon_config{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentIconsMatrix);
}
/***********
Import/common/lists.css
************/
ul.iconChecklist {
    list-style-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentIconChecklistImage);
}
ul.iconChecklist_tick{
    list-style-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRoot/Images/Icons/success.gif);
}
/***********
Import/common/toggles.css
************/
.md .toggle_tip,
.md .toggle_errortip,
.md .toggle_visibility a,
.md .toggle_chart a{
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRootContentIconsMatrix);
}
.md .toggle_errortip{
    color: ContentTogglesErrorFontColor;
}
/******
Import/portlet/portletOnlineDetails.jsp
*******/
.Online .portlets .online_details{
	background-color: PortletDetailsOnlineBackgroundColor;
	border-color: PortletDetailsOnlineBorderColor;
	color: PortletDetailsOnlineTextColor;
}
.Online .portlets .online_details a{
	color: PrimaryLinkColor;
}
.Online .portlets .online_details a:hover{
	color: PrimaryLinkColor;
}
.Online .portlets .online_details h2{
	color: PortletDetailsOnlineHeaderColor;
}
.Online .portlets .online_details .label_color{
	color: PortletDetailsOnlineLabelColor;
}
/*****
Short Call to action
******/
.md .Component-ShortCallToAction a {
    background-color: ShortCallToActionBackgroundColor;
    background-image: url(/Personal/OnlineBanking/Accounts//BrandedResourceRoot/Images/Icons/bullet_arrow_right.gif);
    background-position: 2px 7px;
}
/*****
Button Button - Note other components use this component with variations
******/
.md .Component-Button a {
    color: Component-ButtonColor;
    background-color: Component-ButtonBackgroundColor;
}
.md .Component-Button a:hover {
    color: Component-ButtonHoverColor;
    background-color: Component-ButtonHoverBackgroundColor;
}
/*****
New Rate as Component-RatesTable
.Component-RatesTable large and compact
.Component-RatesTableCompact only compact
******/
.md .Component-RatesTable tr.even td,
.md .Component-RatesTable tr.odd td,
.md .Component-RatesTable tr.even th,
.md .Component-RatesTable tr.odd th{
    color: Component-RatesTableFontColour;
    background-color: Component-RatesTableBackgroundColour;
}
.md .Component-RatesTable table.rates,
.md .Component-RatesTable table.rates td,
.md .Component-RatesTable table.rates th{
    border-color: Component-RatesTableBorderColor;
}
.md .Component-RatesTableCompact table.rates th{
    background-color: Component-RatesTableCompactThBackgroundColour;
    color: Component-RatesTableCompactThFontColour;
}
.md .Component-RatesTableCompact tr.even td,
.md .Component-RatesTableCompact tr.odd td,
.md .Component-RatesTableCompact tr.even th,
.md .Component-RatesTableCompact tr.odd th{
    background-color: Component-RatesTableCompactTrBackgroundColour;
}
/*****
Global Warning style
******/
.md div.globalWarning{
    border-color: StandardFormsWarningBlockBorderColor;
}
/*****
Core Branding Styles 
******/
.brand-canvas-background { background-color: #d4d6d8; }
.brand-canvas-background-override { background-color: #d4d6d8 !important; }
.brand-page-background { background-color:  #FFFFFF; }
.brand-page-background-override { background-color:  #FFFFFF !important; }
.brand-text { color: #000000; }
.brand-text-override { color: #000000 !important; }

.brand-primary-color1-text { color: #001c3c; }
.brand-primary-color1-text-override { color: #001c3c !important; }
.brand-primary-color1-background {  background-color: #001c3c; }
.brand-primary-color1-background-override {  background-color: #001c3c !important; }
.brand-primary-color1-border { border-color: #001c3c; }
.brand-primary-color1-border-override { border-color: #001c3c !important; }

.brand-primary-color2-text { color: #b7c9d8; }
.brand-primary-color2-text-override { color: #b7c9d8 !important; }
.brand-primary-color2-background {  background-color: #b7c9d8; }
.brand-primary-color2-background-override {  background-color: #b7c9d8 !important; }
.brand-primary-color2-border { border-color: #b7c9d8; }
.brand-primary-color2-border-override { border-color: #b7c9d8 !important; }

.brand-primary-color3-text { color: #b7c9d8; }
.brand-primary-color3-text-override { color: #b7c9d8 !important; }
.brand-primary-color3-background {  background-color: #b7c9d8; }
.brand-primary-color3-background-override {  background-color: #b7c9d8 !important; }
.brand-primary-color3-border { border-color: #b7c9d8; }
.brand-primary-color3-border-override { border-color: #b7c9d8 !important; }

.brand-primary-color4-text { color: #b7c9d8; }
.brand-primary-color4-text-override { color: #b7c9d8 !important; }
.brand-primary-color4-background {  background-color: #b7c9d8; }
.brand-primary-color4-background-override {  background-color: #b7c9d8 !important; }
.brand-primary-color4-border { border-color: #b7c9d8; }
.brand-primary-color4-border-override { border-color: #b7c9d8 !important; }

.brand-primary-color5-text { color: transparent; }
.brand-primary-color5-text-override { color: transparent !important; }
.brand-primary-color5-background {  background-color: transparent; }
.brand-primary-color5-background-override {  background-color: transparent !important; }
.brand-primary-color5-border { border-color: transparent; }
.brand-primary-color5-border-override { border-color: transparent !important; }

.brand-primary-color6-text { color: ; }
.brand-primary-color6-text-override { color:  !important; }
.brand-primary-color6-background {  background-color: ; }
.brand-primary-color6-background-override {  background-color:  !important; }
.brand-primary-color6-border { border-color: ; }
.brand-primary-color6-border-override { border-color:  !important; }

.brand-primary-color7-text { color: #FFFFFF; }
.brand-primary-color7-text-override { color: #FFFFFF !important; }
.brand-primary-color7-background {  background-color: #FFFFFF; }
.brand-primary-color7-background-override {  background-color: #FFFFFF !important; }
.brand-primary-color7-border { border-color: #FFFFFF; }
.brand-primary-color7-border-override { border-color: #FFFFFF !important; }

.brand-secondary-color1-text { color: #060708; }
.brand-secondary-color1-text-override { color: #060708 !important; }
.brand-secondary-color1-background {  background-color: #060708; }
.brand-secondary-color1-background-override {  background-color: #060708 !important; }
.brand-secondary-color1-border { border-color: #060708; }
.brand-secondary-color1-border-override { border-color: #060708 !important;}

.brand-secondary-color2-text { color: #fae373; }
.brand-secondary-color2-text-override { color: #fae373 !important; }
.brand-secondary-color2-background {  background-color: #fae373; }
.brand-secondary-color2-background-override {  background-color: #fae373 !important; }
.brand-secondary-color2-border { border-color: #fae373; }
.brand-secondary-color2-border-override { border-color: #fae373 !important; }

.brand-secondary-color3-text { color: transparent; }
.brand-secondary-color3-text-override { color: transparent !important; }
.brand-secondary-color3-background {  background-color: transparent; }
.brand-secondary-color3-background-override {  background-color: transparent !important; }
.brand-secondary-color3-border { border-color: transparent; }
.brand-secondary-color3-border-override { border-color: transparent !important; }

.brand-secondary-color4-text { color: transparent; }
.brand-secondary-color4-text-override { color: transparent !important; }
.brand-secondary-color4-background {  background-color: transparent; }
.brand-secondary-color4-background-override {  background-color: transparent !important; }
.brand-secondary-color4-border { border-color: transparent; }
.brand-secondary-color4-border-override { border-color: transparent !important; }

.brand-secondary-color5-text { color: #001c3c; }
.brand-secondary-color5-text-override { color: #001c3c !important; }
.brand-secondary-color5-background {  background-color: #001c3c; }
.brand-secondary-color5-background-override {  background-color: #001c3c !important; }
.brand-secondary-color5-border { border-color: #001c3c; }
.brand-secondary-color5-border-override { border-color: #001c3c !important; }

.brand-secondary-color6-text { color: ; }
.brand-secondary-color6-text-override { color:  !important; }
.brand-secondary-color6-background {  background-color: ; }
.brand-secondary-color6-background-override {  background-color:  !important; }
.brand-secondary-color6-border { border-color: ; }
.brand-secondary-color6-border-override { border-color:  !important; }

.brand-table-border { border-color: ; }
.brand-table-border-override { border-color:  !important; }
.brand-table-row-background { background-color: #FFFFFF; }
.brand-table-row-background-override { background-color: #FFFFFF !important; }
.brand-table-row-alt-background { background-color: #dfeaf4; }
.brand-table-row-alt-background-override { background-color: #dfeaf4 !important; }
.brand-table-row-selected-background { background-color: #bed2e3; }
.brand-table-row-selected-background-override { background-color: #bed2e3 !important; }
.brand-table-header-text { color: #001c3c; }
.brand-table-header-text-override { color: #001c3c !important; }
.brand-table-header-background { background-color: #B7C9D8;}
.brand-table-header-background-override { background-color: #B7C9D8 !important; }

/*----------------------------------- Wicket AutoComplete Styles -----------------------------*/
div.wicket-aa-container {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px;
    z-index: 3000 !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.wicket-aa {
    background-color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 2px 0 2px 0;
    text-align: left;
}

div.wicket-aa ul {
    list-style: none outside none;
    margin: 0;
    padding: 2px 0;
}

div.wicket-aa ul li {
    padding: 2px;
}

div.wicket-aa ul li.selected {
    background-color: #F1F1F1;
    /*margin: 0 0 5px;*/
}

/* end wicket autocomplete styles */



/*Design Scheme=Slideshow */

body{
	background-image: url('/Resources/Images/Furniture/topBorder.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}
body .mdi{
	padding-top: 15px;
}
.mdi a {
    text-decoration: none;
    color:#335277;
}
.mdi a:hover {
	text-decoration: underline;
    font-weight: bold;
}
div.header{
    background-color: transparent;
}
body div.footer{
   background-image: url('/Resources/Images/Custom/footerBg.gif');
   background-color: transparent;
	background-repeat: repeat-x; 
	background-position: 0 0;
	padding-top: 13px; /*avoid the file*/
}
div.primary{
	background-image: url('/DynamicContent/Resources/Images/Custom/primaryBg.gif');
	background-repeat: repeat-x; 
	background-position: 0 0;
}
ul.primary li{
	background: transparent;
    }
.section .Home ul.context {
	border-width: 3px medium;
}
body .portlets .locatorportlet a {
    color: #FFFFFF;
}
.portlets .portlet h3, .portlets .portlet h4{
	color:001C3C;
}
body .portlets .locatorportlet h3{
	color: #FFF;
}
body .portlets .locatorportlet {
	background-color:#7196AF;
    }
.promoActions .actionPrimary a {
    background-color: #001C3C;
    border-color: #001c3c;
    color: #FFFFFF;
}
.promoActions h2{
	color: #162839;
}
ul.context li a{
	color: #000000;
}
.portlets .portlet {
	background-color: #B7C9D8;
    color: #001C3C;
}
.Online .contentTabs a, .Online .contentTabs span{
    color: #FFF;
}
.contentTabs a, .contentTabs span{
    color: #FFF;
}
    /*Context Root Context Nav Color and Background Image*/
    
	ul.context li a{
		color:Color;
}	
ul.context .depth1 li a {
		color: #001c3c;
	}
/*Context Nav Color
	ul.context li.self li a,
	ul.context li.current li a,*/
	ul.context li li.current li a,
	ul.context li li li.current li a,
	ul.context li li li li.current li a,
	ul.context li li li li li.current li a,
	ul.context li li li li li li.current li a,
	ul.context .depth1 li.self li a,
	ul.context .depth1 .depth2 li.self li a,
	ul.context .depth1 .depth2 .depth3 li.self li a,
	ul.context .depth1 .depth2 .depth3 .depth4 li.self li a,
	ul.context .depth1 .depth2 .depth3 .depth4 .depth5 li.self li a{
		color:#001c3c;
	}
/*Context Nav Current Color
	ul.context li.self a,
	ul.context li.current a,*/
	ul.context li li.current a,
	ul.context li li li.current a,
	ul.context li li li li.current a,
	ul.context li li li li li.current a,
	ul.context li li li li li li.current a,
	ul.context .depth1 li.self a,
	ul.context .depth1 .depth2 li.self a,
	ul.context .depth1 .depth2 .depth3 li.self a,
	ul.context .depth1 .depth2 .depth3 .depth4 li.self a,
	ul.context .depth1 .depth2 .depth3 .depth4 .depth5 li.self a{
		color:#000;
	}
    .sitemap li {
    color: #000000;
}
ul.context li li.current li a, ul.context li li li.current li a, ul.context li li li li.current li a, ul.context li li li li li.current li a, ul.context li li li li li li.current li a, ul.context .depth1 li.self li a, ul.context .depth1 .depth2 li.self li a, ul.context .depth1 .depth2 .depth3 li.self li a, ul.context .depth1 .depth2 .depth3 .depth4 li.self li a, ul.context .depth1 .depth2 .depth3 .depth4 .depth5 li.self li a:hover{
	font-weight: bold;
}
.Content .mdi .loginPortlet .authentication{
	background-color:none;
}

.Home .loginPortlet .authentication h3 {
  text-align: center;
}

ul.context li.self li a:hover {
    font-weight: bold;
}
