/*********************************** Accessability stuff *************************************/
.access			{position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
A.dbsSkip		{display:block; font-size:0; line-height:0;}
A.dbsSkip IMG	{border-style:none; width:0; height:0;}
IMG.dbsSkip		{border-style:none; width:0; height:0; position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

@media print {
	#accessability	{display:none;}
}

/*** active & focus ***/
.A:active, A:focus		{outline:none;}
.show-focus .was-access:focus		{position:relative; background-color:#ffffcc; color:#123456;}
.show-focus A:active, .show-focus A:focus	{background-color:#ffffcc; color:#123456; text-decoration:none; outline:red solid medium; background-image:none;}
*:focus					{outline:none;}
.show-focus *:focus		{outline:red solid medium;}

.show-focus INPUT:focus, .show-focus TEXTAREA:focus, .show-focus SELECT:focus		{outline:red solid medium;}
A:active FONT, A:focus FONT		{color:#123456;}

.show-focus A.button:active, .show-focus A.button:focus		{color:#123456 !important;}
.show-focus A:active FONT, .show-focus A:focus FONT			{color:#123456;}


/*** access content shortcut ***/
#skip					{width:300px; height:30px; overflow:hidden; text-align:center; position:absolute; top:0px; right:50%; margin-right:-150px; z-index:-1;}
.LTR #skip				{right:auto; left:50%; margin-right:0; margin-left:-150px;}
#skip UL				{margin:0px; padding:0px;}
#skip UL LI				{margin:0px; padding:0px; line-height:20px; list-style-image:none; list-style-type:none;}
#skip UL LI A			{opacity:0; display:block; font-size:18px; height:30px; line-height:30px; margin:5px; text-decoration:none;}
#skip UL LI A:hover		{opacity:0; cursor:default;}
#skip UL LI A:active,
#skip UL LI A:focus		{background-color:#ffffcc; color:#123456 !important; text-decoration:none; opacity:1;}
#skip.skip-visible		{z-index:5;}





/*************************************************************************************/
/*********************************** Accessability Box ******************************/
#access-but								{position:fixed; top:15px; right:-10px; background:#307aff; color:#fff; display:table; border-radius:6px 0 0 6px; cursor:pointer; z-index:11000;}
#access-but:hover, #access-but:focus	{background-color:#22d1ff; color:#fff;}
#access-but .fa-wheelchair				{font-size:18px; font-weight:bold; margin:8px 15px 8px 10px;}
.LTR #access-but						{right:auto; left:-10px; border-radius:0 6px 6px 0;}
.LTR #access-but .fa-wheelchair			{margin:8px 10px 8px 15px;}

@media screen and (min-width: 1024px) {
	#access-but .fa-wheelchair				{font-size:21px; font-weight:bold; margin:10px 25px 10px 15px;}
	.LTR #access-but .fa-wheelchair			{margin:10px 15px 10px 25px;}
}

#access-items .iconW				{height:40px; position:relative;}
#access-items .fa-wheelchair		{position:absolute; top:0; left:0; font-size:25px; font-weight:bold;}
#access-items .fa-times-circle		{font-size:21px; color:inherit; cursor:pointer;}
H5#access-elements					{display:block; margin:0 40px 0 40px; padding:5px 0 0 0; text-align:center; font-size:19px; line-height:20px;}
.LTR #access-items .fa-wheelchair	{left:auto; right:0;}

#access-items .iconX A										{display:table; position:absolute; top:10px; left:10px; color:#123456;}
#access-items .iconX A:hover								{}
#access-items .iconX A:hover .fa-times-circle				{font-size:27px; margin:-3px;}
#access-items .iconX A:active, #access-items .iconX A:focus	{outline:red solid medium;}
.LTR #access-items .iconX A			{left:auto; right:10px;}

DIV.door		{position:absolute; top:40px; width:50%; height:100%; background:#307aff; z-index:999; box-sizing:border-box;}
#rigght-door	{right:0;}
#lefft-door		{left:0;}

#access-items				{display:none; position:fixed; top:6px; right:-3px; background-color:#307aff; padding:5px; box-shadow:0px 0px 10px rgba(0,0,0,0.5), inset 0px 0px 10px rgba(0,0,0,0.5); border-radius:6px 0 0 6px; direction:rtl; text-align:right; z-index:10000;}
#access-items-inner			{position:relative; background-color:#fff; padding:10px 15px 5px 15px; border-radius:3px 0 0 3px; overflow:hidden;}
.LTR #access-items			{right:auto; left:-3px; border-radius:0 6px 6px 0; direction:ltr; text-align:left;}
.LTR #access-items-inner	{border-radius:0 3px 3px 0;}
#access-elements UL			{outline:none !important;}
#access-items UL.access-container				{display:table; margin:0; padding:0;}
#access-items UL.access-container *				{font-family:arial, sans-serif;}
#access-items UL.access-container > LI			{/*border:red 1px solid;*/ padding-bottom:5px; list-style:none;}

/***  control buttons  ***/
#access-items A.ab-button					{display:block; padding:10px 7px 10px 10px; font-size:17px; line-height:145%; font-weight:bold; color:#000; box-shadow:inset 0px 0px 20px rgba(0,0,0,0.1); border:#ddd 1px solid; text-decoration:none;}
#access-items A.ab-button-13				{min-width:90px; margin:4px 3px 0 3px; font-size:14px; padding:10px 5px; text-align:center; box-sizing:border-box;}
#access-items A.ab-button-23				{min-width:186px; margin:4px 3px 0 3px; font-size:14px; text-align:center; box-sizing:border-box;}
#access-items A.ab-button SPAN.ab-img		{width:40px; height:36px; float:right; display:block; margin:-8px 0px 0px 7px; background-position:center top; background-size:cover;}
.LTR #access-items A.ab-button				{padding:10px 10px 10px 7px;}
.LTR #access-items A.ab-button SPAN.ab-img	{float:left; margin:-8px 7px 0px 0px;}

#access-items A {
    -webkit-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -o-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    transition: all .10s ease-in-out;
}

#access-items A.ab-button.selected		{font-weight:bold; background-color:#123456; color:#fff; text-decoration:none;}
#access-items A.ab-button:hover,
#access-items A.ab-button:active,
#access-items A.ab-button:focus			{background-color:#ffb33b; color:#000; text-decoration:none;}

/*#access-items A.ab-button:hover IMG,
.show-focus #access-items > #access-items A.ab-button:active IMG,
.show-focus #access-items > #access-items A.ab-button:focus IMG,*/
#access-items A.ab-button.selected SPAN.ab-img		{background-position:center bottom;}

#access-items A:hover SPAN.ab-img					{margin:2px auto 8px auto;}
#access-items A.ab-button:hover SPAN.ab-img			{margin:-8px -3px 0 10px;}
.LTR #access-items A.ab-button:hover SPAN.ab-img	{margin:-8px 10px 0 -3px;}

UL.access-container UL			{display:table; padding:0px; margin:-4px -3px 0px -3px;}
UL.access-container UL LI		{display:table-cell; list-style-type:none; list-style-image:none;}


/********  Function Font Size ********/
/*** CSS for Text Size Toggler control ***/
UL.text_resizer				{/* css in UL.access-container UL */}
UL.text_resizer LI			{/* css in UL.access-container UL LI */}

A.texttoggler				{width:66px; display:block; text-align:center; color:#000; font-size:17px; line-height:115%; font-weight:bold; margin:4px 3px 0 3px; padding:5px 0px; box-shadow:inset 0px 0px 20px rgba(0,0,0,0.1); border:#ddd 1px solid; box-sizing:border-box; text-decoration:none;}
A.texttoggler SPAN.ab-img	{display:block; width:30px; height:29px; margin:5px auto 5px auto; background-position:center top; background-size:cover;}

#access-items A.texttoggler:hover,
#access-items A.texttoggler:active,
#access-items A.texttoggler:focus			{background-color:#ffb33b; color:#000; text-decoration:none;}
#access-items A.texttoggler.selected		{font-weight:bold; background-color:#123456; color:#fff; text-decoration:none;}

#access-items A.texttoggler.selected SPAN.ab-img		{background-position:center bottom;}


/********  other buttons ********/
A.otherloggler				{width:66px; display:block; text-align:center; color:#000; font-size:17px; line-height:115%; font-weight:bold; margin:4px 3px 0 3px; padding:5px 0px; box-shadow:inset 0px 0px 20px rgba(0,0,0,0.1); border:#ddd 1px solid; box-sizing:border-box; text-decoration:none;}
A.otherloggler-3			{width:90px;}
A.otherloggler SPAN.ab-img	{display:block; width:30px; height:29px; margin:5px auto 5px auto; background-position:center top; background-size:cover;}

A.otherloggler:hover,
A.otherloggler:active,
A.otherloggler:focus		{background-color:#ffb33b; color:#000; text-decoration:none;}
A.otherloggler.selected		{font-weight:bold; background-color:#123456; color:#fff; text-decoration:none;}

A.otherloggler.selected SPAN.ab-img		{background-position:center bottom;}



/********  Function Contrast ********/
/* CSS for Contrast Toggler control */
UL.contrast_changer				{/* css in UL.access-container UL */}
UL.contrast_changer LI			{/* css in UL.access-container UL LI */}

A.contrastloggler				{width:66px; display:block; text-align:center; color:#000; font-size:17px; line-height:115%; font-weight:bold; margin:4px 3px 0 3px; padding:5px 0px; box-shadow:inset 0px 0px 20px rgba(0,0,0,0.1); border:#ddd 1px solid; box-sizing:border-box; text-decoration:none;}
A.contrastloggler SPAN.ab-img	{display:block; width:30px; height:29px; margin:5px auto 5px auto; background-position:center top; background-size:cover;}

#access-items A.contrastloggler:hover,
#access-items A.contrastloggler:active,
#access-items A.contrastloggler:focus			{background-color:#ffb33b; color:#000; text-decoration:none;}
#access-items A.contrastloggler.selected		{font-weight:bold; background-color:#123456; color:#fff; text-decoration:none;}



/********  Languages fixes ********/
.heb-ab A.contrastloggler, .heb-ab A.texttoggler, .heb-ab A.otherloggler		{font-size:15px !important;}
.eng-ab A.contrastloggler, .eng-ab A.texttoggler, .eng-ab A.otherloggler		{font-size:14px !important;}
.rus-ab A.contrastloggler, .rus-ab A.texttoggler, .rus-ab A.otherloggler		{font-size:14px !important;}
.arb-ab A.contrastloggler, .arb-ab A.texttoggler, .arb-ab A.otherloggler		{font-size:15px !important;}

A.texttoggler				{width:66px !important;}
A.contrastloggler			{width:66px !important;}
A.otherloggler				{width:66px !important;}
A.otherloggler-3			{width:90px !important;}
.rus-ab A.texttoggler		{width:100px !important;}
.rus-ab A.contrastloggler	{width:100px !important;}
.rus-ab A.otherloggler		{width:100px !important;}
.rus-ab A.otherloggler-3	{width:135px !important;}






/*******************************************************************************************************************/
/****************************************************** Site *******************************************************/

/******************************  Zoom  ******************************/
@-moz-document url-prefix() {
	HTML BODY.zoom-page > :not(#access-items) 			{transform:scale(1.4); transform-origin:100% 0;}
}
HTML BODY.zoom-page > :not(#access-items) 			{zoom:1.4;}
HTML BODY.zoom-page > :not(#access-items) *		{line-height:130% !important;}
HTML BODY.zoom-page A.PageContentShortcut		{padding-top:7px; box-sizing:border-box;}


/**************************  Arial font   **************************/
HTML BODY.Arial-View,
HTML BODY.Arial-View > :not(i) * 			{font-family:arial, helvetica, sans-serif !important;}


/**************************  marked Titles   **************************/
HTML BODY.mark-titles *[role="heading"],
HTML BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle,
HTML BODY.mark-titles H1,
HTML BODY.mark-titles H2,
HTML BODY.mark-titles H3,
HTML BODY.mark-titles H4,
HTML BODY.mark-titles H5,
HTML BODY.mark-titles H6		{font-weight:bold; padding:2px 4px; background:#ccffcc; color:red; border-radius:5px;}

HTML BODY.mark-titles *[role="heading"] *,
HTML BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle *,
HTML BODY.mark-titles H1 *,
HTML BODY.mark-titles H2 *,
HTML BODY.mark-titles H3 *,
HTML BODY.mark-titles H4 *,
HTML BODY.mark-titles H5 *,
HTML BODY.mark-titles H6 *		{font-weight:bold; color:red !important;}

HTML BODY.mark-titles *[role="heading"] A:hover,
HTML BODY.mark-titles *[role="heading"] A:active,
HTML BODY.mark-titles *[role="heading"] A:focus,
HTML BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:hover,
HTML BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:active,
HTML BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:focus,
HTML BODY.mark-titles H1 A:hover, HTML BODY.mark-titles H1 A:active, HTML BODY.mark-titles H1 A:focus,
HTML BODY.mark-titles H2 A:hover, HTML BODY.mark-titles H2 A:active, HTML BODY.mark-titles H2 A:focus,
HTML BODY.mark-titles H3 A:hover, HTML BODY.mark-titles H3 A:active, HTML BODY.mark-titles H3 A:focus,
HTML BODY.mark-titles H4 A:hover, HTML BODY.mark-titles H4 A:active, HTML BODY.mark-titles H4 A:focus,
HTML BODY.mark-titles H5 A:hover, HTML BODY.mark-titles H5 A:active, HTML BODY.mark-titles H5 A:focus,
HTML BODY.mark-titles H6 A:hover, HTML BODY.mark-titles H6 A:active, HTML BODY.mark-titles H6 A:focus		{background:#ffffcc !important; color:blue !important;}


/**************************  marked Links   **************************/
HTML BODY.mark-links A			{border-bottom:#00cc99 2px dotted !important;}


/**************************  hide Flash   **************************/
HTML BODY.hide-flash OBJECT		{visibility:hidden;}




/*******************************************************************************************************************/
/************************************************ Css for site Font ************************************************/

/** "small font" setting **/ 
.Small-View BODY				{}


/** "medium font" setting **/
.Medium-View *				{line-height:115% !important;}
.Medium-View .freebox		{height:auto !important;}

.Medium-View TABLE.navigationBar		{background-size:cover;}
.Medium-View TABLE.navigationBar TD		{height:auto !important;}

.Medium-View TABLE.VerticalBarContainer			{background-size:cover;}
.Medium-View DIV.MenuRowMainContainer			{background-size:cover;}
.Medium-View TABLE.VerticalBarContainer TD,
.Medium-View TABLE.VerticalBarContainer DIV		{height:auto !important;}


/** "large font" setting **/
.Large-View *				{line-height:115% !important;}

.Large-View TABLE.navigationBar			{background-size:cover;}
.Large-View TABLE.navigationBar TD		{height:auto !important;}

.Large-View TABLE.VerticalBarContainer			{background-size:cover;}
.Large-View DIV.MenuRowMainContainer			{background-size:cover;}
.Large-View TABLE.VerticalBarContainer TD,
.Large-View TABLE.VerticalBarContainer DIV		{height:auto !important;}





/*******************************************************************************************************************/
/************************************************ Css for site Contrast ************************************************/

/************************ Default Contrast **********************/
.Default-Contrast *			{}


/************************ Light Contrast ************************/
.Light-Contrast				{background-color:#c2d3fc;}
.Light-Contrast *			{background-color:#c2d3fc; color:#000;}

.Light-Contrast A, .Light-Contrast A FONT, .Light-Contrast A SPAN							{color:#013d7d !important;}
.Light-Contrast A:hover, .Light-Contrast A:hover FONT, .Light-Contrast A:hover SPAN			{color:#000 !important; outline:red 1px solid;}
.Light-Contrast .show-focus A:active, .Light-Contrast A:active FONT, .Light-Contrast A:active SPAN,
.Light-Contrast .show-focus A:focus, .Light-Contrast A:focus FONT, .Light-Contrast A:focus SPAN			{background-color:#c6e7f6 !important; color:#000 !important;}


/** grid stuff **/
.Light-Contrast #header,
.Light-Contrast #header *				{background-color:#c8f3ec;}
.Light-Contrast #footer					{background-color:#aceaf1; border-top:#777 1px solid;}
.Light-Contrast #footer *				{background-color:#aceaf1;}
/****/


/** TD.description & oteher editor stuff **/
.Light-Contrast #ctlBody *:not(input):not(textarea):not(select),
.Light-Contrast TD.description *:not(input):not(textarea):not(select),
.Light-Contrast TD.FreeBoxBody *:not(input):not(textarea):not(select)	{background-color:#c2d3fc !important; color:#000 !important;}
.Light-Contrast #ctlBody TD,
.Light-Contrast TD.description TD,
.Light-Contrast TD.FreeBoxBody TD										{border-color:#555 !important;}


/** form stuff **/
.Light-Contrast INPUT[type="text"],
.Light-Contrast INPUT[type="email"],
.Light-Contrast INPUT[type="number"],
.Light-Contrast INPUT[type="password"],
.Light-Contrast INPUT[type="tel"],
.Light-Contrast INPUT[type="url"],
.Light-Contrast INPUT[type="password"],
.Light-Contrast INPUT.input,
.Light-Contrast INPUT.wizard,
.Light-Contrast INPUT.wizardNarrow,
.Light-Contrast INPUT.login,
.Light-Contrast INPUT.Search,
.Light-Contrast TEXTAREA,
.Light-Contrast SELECT,
.Light-Contrast TEXTAREA.wizard,
.Light-Contrast SELECT.wizard,
.Light-Contrast .subscribeForm,
.Light-Contrast .subscribeFormWide			{background:#ddd !important; color:#333 !important; border:#333 1px solid !important; box-shadow:inset 0px 0px 10px #999;}
.Light-Contrast  input:-webkit-autofill		{-webkit-box-shadow: 0 0 0px 1000px #ddd inset !important;}
.Light-Contrast INPUT.button				{background:#e8befe !important; color:#000 !important; border:#666 1px solid !important;}
.Light-Contrast INPUT.button:hover			{background:#76e8bc; border:red 1px solid;}

.Light-Contrast *::-webkit-input-placeholder	{color:#333 !important; opacity:1 !important;}
.Light-Contrast *:-moz-placeholder				{color:#333 !important; opacity:1 !important;} /* FF 4-18 */
.Light-Contrast *::-moz-placeholder				{color:#333 !important; opacity:1 !important;} /* FF 19+ */
.Light-Contrast *:-ms-input-placeholder			{color:#333 !important; opacity:1 !important;} /* IE 10+ */

.Light-Contrast INPUT:focus,
.Light-Contrast INPUT[type="text"]:focus,
.Light-Contrast INPUT[type="email"]:focus,
.Light-Contrast INPUT[type="number"]:focus,
.Light-Contrast INPUT[type="password"]:focus,
.Light-Contrast INPUT[type="tel"]:focus,
.Light-Contrast INPUT[type="url"]:focus,
.Light-Contrast INPUT[type="password"]:focus,
.Light-Contrast INPUT.input:focus,
.Light-Contrast INPUT.wizard:focus,
.Light-Contrast INPUT.wizardNarrow:focus,
.Light-Contrast INPUT.login:focus,
.Light-Contrast INPUT.Search:focus,
.Light-Contrast TEXTAREA:focus,
.Light-Contrast SELECT:focus,
.Light-Contrast TEXTAREA.wizard:focus,
.Light-Contrast SELECT.wizard:focus,
.Light-Contrast .subscribeForm:focus,
.Light-Contrast .subscribeFormWide:focus,
.Light-Contrast INPUT.button:focus				{box-shadow:0px 0px 15px #145c93;}

.Light-Contrast .red, .Light-Contrast .red *						{color:#fe0000;}
.Light-Contrast .wizardRequired, .Light-Contrast .wizardRequired *	{color:#fe0000;}
.Light-Contrast .water-form LEGEND					{background:#76e8bc; color:#fe0000;}
.Light-Contrast .water-form TABLE.wizard TD			{color:#333;}
.Light-Contrast .water-form TABLE.wizard LABEL		{color:#0072b4;}


/** box **/
.Light-Contrast .box1Background,
.Light-Contrast .box1Background *,
.Light-Contrast .box1Background A		{background:#99ffcc; color:#000 !important;}

.Light-Contrast .box1Color,
.Light-Contrast .box1Color *,
.Light-Contrast .box1Color A			{color:#000 !important;}

/** box light **/
.Light-Contrast .box1Background_LightVersion,
.Light-Contrast .box1Background_LightVersion *,
.Light-Contrast .box1Background_LightVersion A		{background:#ccffff; color:#333 !important;}

.Light-Contrast .box1Color_LightVersion,
.Light-Contrast .box1Color_LightVersion *,
.Light-Contrast .box1Color_LightVersion A			{color:#333 !important;}

/** breadcrumbs **/
.Light-Contrast TD.navigationTab		{color:#000;}

/** page title **/
.Light-Contrast DIV.PageTitle,
.Light-Contrast DIV.PageTitle *		{color:#000;}

/** Lightbox **/

/** Articles **/
.Light-Contrast .ArticleSummary,
.Light-Contrast .ArticlesListSummary,
.Light-Contrast .ArticlesGallerySummary,
.Light-Contrast .ArticleMainSummary			{color:#000;}
.Light-Contrast .ArticleAuthor				{color:#013d7d;}

/** gallery view **/
.Light-Contrast TD.CategoryItemTitle,
.Light-Contrast TD.CategoryItemTitle *		{background-color:#ccffff; color:#000;}
.Light-Contrast A.CategoryItemTitle			{color:#000 !important;}

/** Events **/
.Light-Contrast TD.EventListTitle, .Light-Contrast TD.EventListTitle *		{background:#ccffff;}
.Light-Contrast TD.EventListDate, .Light-Contrast TD.EventListDate *		{background:#ccffff;}
.Light-Contrast TD.EventListInfo, .Light-Contrast TD.EventListInfo *		{background:#ccffff;}

/** forum **/
.Light-Contrast TD.forumMessageContent									{background:#c2d3fc; color:#000;}
.Light-Contrast TABLE.forumIndexTableContainer TD.forumMessageContent	{background:#c2d3fc; color:#000;}
.Light-Contrast TABLE.forumIndexTableContainer TD.forumMessagePostedBy	{background:#c2d3fc; color:#000;}
.Light-Contrast TABLE.forumIndexTableContainer TD.forumMessageDate		{background:#c2d3fc; color:#000;}

/** Site map **/
.Light-Contrast .SiteMapMain *		{background:#c2d3fc; color:#000; border-bottom-style:none;}

/** Lexicon **/
.Light-Contrast TD.ArticlesLexicon, .Light-Contrast TD.ArticlesLexicon *	{background:#ccffcc;}

/** read more **/
.Light-Contrast A.ReadMore:hover		{text-decoration:underline;}


/** top Bar **/
.Light-Contrast TABLE.navigationBar						{background:#ffcc99;}
.Light-Contrast TABLE.navigationBar TD					{background:#ffcc99 !important; color:#333 !important; outline:#777 1px solid;}
.Light-Contrast TABLE.navigationBar TD > A				{background:#ffcc99 !important; color:#333 !important;}
.Light-Contrast TABLE.navigationBar TD A:hover,
.Light-Contrast TABLE.navigationBar TD A:active,
.Light-Contrast TABLE.navigationBar TD A:focus			{background:#99ffcc !important; color:#000 !important;}

.Light-Contrast TD.first_navigationImage,
.Light-Contrast TD.last_navigationImage					{display:none !important;}

.Light-Contrast DIV.navigationSub,
.Light-Contrast DIV.navigationSub A						{background:#ccffcc; color:#000 !important;}
.Light-Contrast DIV.navigationSub A:hover,
.Light-Contrast DIV.navigationSub A:active,
.Light-Contrast DIV.navigationSub A:focus				{background:#ccffff !important; color:#333 !important; box-shadow:inset 0px 0px 10px #50cdbe;}


/** side bar **/
.Light-Contrast TD.NavigationTitle		{background-color:#c6e7f6; color:#333; outline:#fff 1px solid; outline-bottom:0;}

.Light-Contrast TABLE.VerticalBarContainer *			{border-color:#777;}
.Light-Contrast TABLE.VerticalBarContainer				{background:#b7eccf; outline:#bbb 1px solid;}
.Light-Contrast TABLE.VerticalBarContainer > TD,
.Light-Contrast DIV.MenuRowMainContainer,
.Light-Contrast DIV.menuRowContainer,
.Light-Contrast DIV.menuRowContainer A				{background:#b7eccf; text-decoration:none;}
.Light-Contrast DIV.menuRowContainerOver,
.Light-Contrast DIV.menuRowContainerOnOver A		{background:#99ffcc; color:#000 !important;}
.Light-Contrast DIV.menuRowContainerOn,
.Light-Contrast DIV.menuRowContainerOn A			{background:#99ffcc; color:#000 !important;}
.Light-Contrast DIV.menuRowContainerOnOver,
.Light-Contrast DIV.menuRowContainerOver A			{background:#99ffcc; color:#000 !important;}

.Light-Contrast DIV.menuSubRowContainer,
.Light-Contrast DIV.menuSubRowContainer A			{background:#b7eccf; text-decoration:none;}
.Light-Contrast DIV.menuSubRowContainerOver,
.Light-Contrast DIV.menuSubRowContainerOver A		{background:#ccffff !important; color:#000 !important;}
.Light-Contrast DIV.menuSubRowContainerOn,
.Light-Contrast DIV.menuSubRowContainerOn A			{background:#ccffff !important; color:#000 !important;}
.Light-Contrast DIV.menuSubRowContainerOnOver,
.Light-Contrast DIV.menuSubRowContainerOnOver A		{background:#ccffff !important; color:#000 !important;}


/** ticker **/
.Light-Contrast TD.tickerTitle				{color:#000 !important;}

/*** footer ***/


/*** access box ***/
.Light-Contrast #access-but, .Light-Contrast #access-but *		{background-color:#c6e7f6;}
.Light-Contrast #access-but:hover, .Light-Contrast #access-but:hover *	{background-color:#e8befe !important; outline:none;}
.Light-Contrast #access-items									{background-color:#c6e7f6;}
.Light-Contrast DIV.iconX A, .Light-Contrast DIV.iconX A *		{background-color:#c6e7f6;}
.Light-Contrast DIV.iconX A:hover								{outline:none;}
.Light-Contrast DIV.iconW, .Light-Contrast DIV.iconW *			{background-color:transparent;}
.Light-Contrast #access-items DIV.door							{background-color:#c6e7f6;}
.Light-Contrast #access-items-inner								{background-color:transparent;}
.Light-Contrast #access-items UL								{background-color:transparent;}
.Light-Contrast #access-items UL LI								{background-color:transparent;}
.Light-Contrast #access-items UL LI A							{background-color:#c2d3fc; text-decoration:none !important;}
.Light-Contrast #access-items UL LI A *							{background-color:transparent !important;}
.Light-Contrast #access-items UL LI A.selected					{background-color:#dff0c6 !important; box-shadow:inset 0 0 20px #888;}
.Light-Contrast #access-items UL LI A.selected *				{color:#000;}
.Light-Contrast #access-items UL LI A:hover			{background-color:#ffcc66 !important; outline:none;}
.Light-Contrast #access-items UL LI A:hover *		{outline:none;}
.Light-Contrast #access-items UL LI A:active,
.Light-Contrast #access-items UL LI A:focus			{background-color:#ffcc66 !important;}

.Light-Contrast #access-items UL LI A.selected SPAN.ab-img		{background-position:center top;}

/*** access content shortcut ***/
.Light-Contrast #skip, .Light-Contrast #skip *	{color:#c2d3fc; background:#c2d3fc; text-decoration:none;}
.Light-Contrast #skip UL LI A					{color:#c2d3fc !important; background:#c2d3fc; text-decoration:none;}
.Light-Contrast #skip UL LI A:hover				{color:#c2d3fc; background-color:#c2d3fc !important;}
.Light-Contrast #skip UL LI A:active,
.Light-Contrast #skip UL LI A:focus				{background-color:#c6e7f6; color:#000 !important; text-decoration:none;}


/***  marked Titles   ***/
.Light-Contrast BODY.mark-titles *[role="heading"],
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle,
.Light-Contrast BODY.mark-titles H1,
.Light-Contrast BODY.mark-titles H2,
.Light-Contrast BODY.mark-titles H3,
.Light-Contrast BODY.mark-titles H4,
.Light-Contrast BODY.mark-titles H5,
.Light-Contrast BODY.mark-titles H6			{font-weight:bold; padding:2px 4px; background:#ccffcc !important; color:red; border:#ff6600 1px solid; border-radius:5px;}

.Light-Contrast BODY.mark-titles *[role="heading"] *,
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle *,
.Light-Contrast BODY.mark-titles H1 *,
.Light-Contrast BODY.mark-titles H2 *,
.Light-Contrast BODY.mark-titles H3 *,
.Light-Contrast BODY.mark-titles H4 *,
.Light-Contrast BODY.mark-titles H5 *,
.Light-Contrast BODY.mark-titles H6 *		{font-weight:bold; background:#ccffcc !important; color:red !important;}

.Light-Contrast BODY.mark-titles *[role="heading"]:focus,
.Light-Contrast BODY.mark-titles *[role="heading"] A:hover,
.Light-Contrast BODY.mark-titles *[role="heading"] A:active,
.Light-Contrast BODY.mark-titles *[role="heading"] A:focus,
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle:focus,
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:active,
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:hover,
.Light-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:focus,
.Light-Contrast BODY.mark-titles H1 A:hover, .Light-Contrast BODY.mark-titles H1 A:active, .Light-Contrast BODY.mark-titles H1 A:focus,
.Light-Contrast BODY.mark-titles H2 A:hover, .Light-Contrast BODY.mark-titles H2 A:active, .Light-Contrast BODY.mark-titles H2 A:focus,
.Light-Contrast BODY.mark-titles H3 A:hover, .Light-Contrast BODY.mark-titles H3 A:active, .Light-Contrast BODY.mark-titles H3 A:focus,
.Light-Contrast BODY.mark-titles H4 A:hover, .Light-Contrast BODY.mark-titles H4 A:active, .Light-Contrast BODY.mark-titles H4 A:focus,
.Light-Contrast BODY.mark-titles H5 A:hover, .Light-Contrast BODY.mark-titles H5 A:active, .Light-Contrast BODY.mark-titles H5 A:focus,
.Light-Contrast BODY.mark-titles H6 A:hover, .Light-Contrast BODY.mark-titles H6 A:active, .Light-Contrast BODY.mark-titles H6 A:focus		{background:#ffcc99 !important; color:blue !important;}


/*** marked Links ***/
.Light-Contrast BODY.mark-links A			{border-bottom:#990000 2px dotted !important;}






/************************ High Contrast ************************/
.High-Contrast				{background-color:#000;}
.High-Contrast *			{background-color:#000; color:#ffff0f;}

.High-Contrast A, .High-Contrast A FONT, .High-Contrast A SPAN							{color:#99ccff !important;}
.High-Contrast A:hover, .High-Contrast A:hover FONT, .High-Contrast A:hover SPAN		{color:#99ffcc !important; outline:white 1px solid;}
.High-Contrast .show-focus A:active, .High-Contrast A:active FONT, .High-Contrast A:active SPAN,
.High-Contrast .show-focus A:focus, .High-Contrast A:focus FONT, .High-Contrast A:focus SPAN		{background-color:#391d04; color:#99ffcc !important; text-decoration:none; outline-color:white !important;}


/** grid stuff **/
.High-Contrast #header,
.High-Contrast #header *				{background-color:#003333;}
.High-Contrast #footer					{background-color:#000e07; border-top:#ddd 1px solid;}
.High-Contrast #footer *				{background-color:#000e07;}
/****/


/** TD.description & oteher editor stuff **/
.High-Contrast #ctlBody *:not(input):not(textarea):not(select),
.High-Contrast TD.description *:not(input):not(textarea):not(select),
.High-Contrast TD.FreeBoxBody *:not(input):not(textarea):not(select)		{background-color:#000 !important; color:#fff !important;}
.High-Contrast #ctlBody TD,
.High-Contrast TD.description TD,
.High-Contrast TD.FreeBoxBody TD											{border-color:#fff !important;}

/** box **/
.High-Contrast .box1Background,
.High-Contrast .box1Background *,
.High-Contrast .box1Background A	{background:#000099; color:#ffff0f !important;}

.High-Contrast .box1Color,
.High-Contrast .box1Color *,
.High-Contrast .box1Color A			{color:#ffff0f !important;}

/** box light **/
.High-Contrast .box1Background_LightVersion,
.High-Contrast .box1Background_LightVersion *,
.High-Contrast .box1Background_LightVersion A	{background:#003333; color:#fff !important;}

.High-Contrast .box1Color_LightVersion,
.High-Contrast .box1Color_LightVersion *,
.High-Contrast .box1Color_LightVersion A		{color:#fff !important;}


/** form stuff **/
.High-Contrast INPUT.input,
.High-Contrast INPUT.wizard,
.High-Contrast INPUT.wizardNarrow,
.High-Contrast INPUT.login,
.High-Contrast INPUT.Search,
.High-Contrast TEXTAREA,
.High-Contrast SELECT,
.High-Contrast TEXTAREA.wizard,
.High-Contrast SELECT.wizard,
.High-Contrast .subscribeForm,
.High-Contrast .subscribeFormWide		{background:#222 !important; color:#fff !important; border:#66ffff 1px solid !important; outline-color:white !important;}
.High-Contrast  input:-webkit-autofill	{-webkit-box-shadow: 0 0 0px 1000px #222 inset !important;}
.High-Contrast INPUT.button				{background:#000099 !important; color:#ffff0f !important; border:cyan 1px solid !important; outline-color:white !important;}
.High-Contrast INPUT.button:hover		{background:#00363e !important; border:yellow 1px solid;}

.High-Contrast *::-webkit-input-placeholder		{color:#fff !important; opacity:1 !important;}
.High-Contrast *:-moz-placeholder				{color:#fff !important; opacity:1 !important;} /* FF 4-18 */
.High-Contrast *::-moz-placeholder				{color:#fff !important; opacity:1 !important;} /* FF 19+ */
.High-Contrast *:-ms-input-placeholder			{color:#fff !important; opacity:1 !important;} /* IE 10+ */

.High-Contrast INPUT:focus,
.High-Contrast INPUT.input:focus,
.High-Contrast INPUT.wizard:focus,
.High-Contrast INPUT.wizardNarrow:focus,
.High-Contrast INPUT.login:focus,
.High-Contrast INPUT.Search:focus,
.High-Contrast TEXTAREA:focus,
.High-Contrast SELECT:focus,
.High-Contrast TEXTAREA.wizard:focus,
.High-Contrast SELECT.wizard:focus,
.High-Contrast .subscribeForm:focus,
.High-Contrast .subscribeFormWide:focus,
.High-Contrast INPUT.button:focus				{box-shadow:0px 0px 10px #fff, 0px 0px 10px #fff;}

.High-Contrast .red, .High-Contrast .red *							{color:#fca3ff;}
.High-Contrast .wizardRequired, .High-Contrast .wizardRequired *	{color:#fca3ff;}


/** breadcrumbs **/
.High-Contrast TD.navigationTab		{color:#ffff0f;}

/** page title **/
.High-Contrast DIV.PageTitle,
.High-Contrast DIV.PageTitle *			{color:#ffff0f;}


/** portal jquery **/
.High-Contrast .main_image .block, .High-Contrast .main_image .block *											{background:#000099; color:#ffff0f !important;}
.High-Contrast DIV.image_thumb ul li, .High-Contrast DIV.image_thumb ul li *									{background:#000099; color:#ffff0f !important;}
.High-Contrast .image_thumb ul li.hover, .High-Contrast .image_thumb ul li.active								{background:#003333; color:#fff;}
.High-Contrast .image_thumb ul li.hover *, .High-Contrast .image_thumb ul li.active *							{background:#003333; color:#fff;}
.High-Contrast .image_thumb ul li.hover A.titlesColor, .High-Contrast .image_thumb ul li.active A.titlesColor	{background:#003333; color:#fff;}


/** Articles **/
.High-Contrast .ArticleSummary,
.High-Contrast .ArticlesListSummary,
.High-Contrast .ArticlesGallerySummary,
.High-Contrast .ArticleMainSummary			{color:#ffff0f;}
.High-Contrast .ArticleAuthor				{color:#fff;}

/** gallery view **/
.High-Contrast TD.CategoryItemTitle,
.High-Contrast TD.CategoryItemTitle *		{background-color:#000099; color:#ffff0f;}
.High-Contrast A.CategoryItemTitle			{color:#ffff0f !important;}

/** Events **/
.High-Contrast TD.EventListTitle, .High-Contrast TD.EventListTitle *	{background:#0e1027;}
.High-Contrast TD.EventListDate, .High-Contrast TD.EventListDate *		{background:#0e1027;}
.High-Contrast TD.EventListInfo, .High-Contrast TD.EventListInfo *		{background:#0e1027;}

/** forum **/
.High-Contrast TD.forumMessageContent									{background:#000; color:#ffff0f;}
.High-Contrast TABLE.forumIndexTableContainer TD.forumMessageContent	{background:#000; color:#ffff0f;}
.High-Contrast TABLE.forumIndexTableContainer TD.forumMessagePostedBy	{background:#000; color:#ffff0f;}
.High-Contrast TABLE.forumIndexTableContainer TD.forumMessageDate		{background:#000; color:#ffff0f;}

/** Site map **/
.High-Contrast .SiteMapMain *		{background:#000; color:#fff; border-bottom-style:none;}

/** Lexicon **/
.High-Contrast TD.ArticlesLexicon, .High-Contrast TD.ArticlesLexicon *	{background:#0e1027;}

/** paging **/
.High-Contrast SPAN.dbsPaging		{background-color:#000;}

/** read more **/
.High-Contrast A.ReadMore:hover		{text-decoration:underline;}

/** Lightbox **/

/** top Bar **/
.High-Contrast TABLE.navigationBar						{background:#000033;}
.High-Contrast TABLE.navigationBar TD					{background:#000033; color:#fff !important; outline:#ddd 1px solid;}
.High-Contrast TABLE.navigationBar TD > A				{background:#000033; color:#fff !important;}
.High-Contrast TABLE.navigationBar TD A:hover,
.High-Contrast TABLE.navigationBar TD A:active,
.High-Contrast TABLE.navigationBar TD A:focus			{background:#000033 !important; box-shadow:inset 0px 0px 10px #7ef4ff; color:#ffff0f !important;}

.High-Contrast TD.first_navigationImage,
.High-Contrast TD.last_navigationImage					{display:none !important;}

.High-Contrast DIV.navigationSub,
.High-Contrast DIV.navigationSub A						{background:#003333; color:#fff !important;}
.High-Contrast DIV.navigationSub A:hover,
.High-Contrast DIV.navigationSub A:active,
.High-Contrast DIV.navigationSub A:focus				{background:#000066 !important; color:#ffff0f !important; box-shadow:inset 0px 0px 10px #fff;}


/** side bar **/
.High-Contrast TD.NavigationTitle		{background-color:#003333; color:#fff; outline:#bbb 1px solid; outline-bottom:0;}

.High-Contrast TABLE.VerticalBarContainer *			{border-color:#777;}
.High-Contrast TABLE.VerticalBarContainer			{background:#000033; outline:#bbb 1px solid;}
.High-Contrast TABLE.VerticalBarContainer > TD,
.High-Contrast DIV.MenuRowMainContainer,
.High-Contrast DIV.menuRowContainer,
.High-Contrast DIV.menuRowContainer A				{background:#000033; text-decoration:none;}
.High-Contrast DIV.menuRowContainerOver,
.High-Contrast DIV.menuRowContainerOnOver A			{background:#330033; color:#ffff0f !important;}
.High-Contrast DIV.menuRowContainerOn,
.High-Contrast DIV.menuRowContainerOn A				{background:#330033; color:#ffff0f !important;}
.High-Contrast DIV.menuRowContainerOnOver,
.High-Contrast DIV.menuRowContainerOver A			{background:#330033; color:#ffff0f !important;}

.High-Contrast DIV.menuSubRowContainer,
.High-Contrast DIV.menuSubRowContainer A			{background:#000033; text-decoration:none;}
.High-Contrast DIV.menuSubRowContainerOver,
.High-Contrast DIV.menuSubRowContainerOver A		{background:#330033; color:#ffff0f !important;}
.High-Contrast DIV.menuSubRowContainerOn,
.High-Contrast DIV.menuSubRowContainerOn A			{background:#330033; color:#ffff0f !important;}
.High-Contrast DIV.menuSubRowContainerOnOver,
.High-Contrast DIV.menuSubRowContainerOnOver A		{background:#330033; color:#ffff0f !important;}


/** ticker **/
.High-Contrast TD.tickerTitle				{color:#fff !important;}

/*** footer ***/


/*** access box ***/
.High-Contrast #access-but										{background-color:#000066; box-shadow:inset 0px 0px 10px #fff;}
.High-Contrast #access-but *									{background-color:#000066;}
.High-Contrast #access-but:hover, .High-Contrast #access-but:hover *	{background-color:#990066; color:#fff; outline:none;}
.High-Contrast #access-items									{background-color:#000066; box-shadow:inset 0px 0px 10px #fff;}
.High-Contrast DIV.iconX A, .High-Contrast DIV.iconX A *		{background-color:#000066;}
.High-Contrast DIV.iconX A:hover								{outline:none;}
.High-Contrast DIV.iconW, .High-Contrast DIV.iconW *			{background-color:transparent;}
.High-Contrast #access-items DIV.door							{background-color:#000066;}
.High-Contrast DIV.iconX A:focus, .High-Contrast DIV.iconX A:active		{outline-color:white !important;}
.High-Contrast #access-items-inner								{background-color:transparent;}
.High-Contrast #access-items UL									{background-color:transparent;}
.High-Contrast #access-items UL LI								{background-color:transparent;}
.High-Contrast #access-items UL LI A							{background-color:#000; text-decoration:none !important;}
.High-Contrast #access-items UL LI A *							{background-color:transparent !important;}
.High-Contrast #access-items UL LI A.selected					{background-color:#000 !important; box-shadow:inset 0 0 40px #00ffff;}
.High-Contrast #access-items UL LI A.selected *					{color:#fff;}
.High-Contrast #access-items UL LI A:hover			{background-color:#00363e !important; outline:none;}
.High-Contrast #access-items UL LI A:hover *		{outline:none;}
.High-Contrast #access-items UL LI A:active,
.High-Contrast #access-items UL LI A:focus			{background-color:#00363e !important;}

.High-Contrast A.ab-button SPAN.ab-img,
.High-Contrast UL.text_resizer LI A SPAN.ab-img,
.High-Contrast UL.others_changer LI A SPAN.ab-img,
.High-Contrast UL.contrast_changer LI:nth-of-type(1) A SPAN.ab-img		{background-position:center bottom !important;}

/*** access content shortcut ***/
.High-Contrast #skip, .High-Contrast #skip *	{color:#000; background-color:#000; text-decoration:none;}
.High-Contrast #skip UL LI A					{color:#000 !important; background:#000; text-decoration:none;}
.High-Contrast #skip UL LI A:hover				{color:#000; background-color:#000 !important;}
.High-Contrast #skip UL LI A:active,
.High-Contrast #skip UL LI A:focus				{background-color:#00363e; color:#ffff0f !important; text-decoration:none;}


/***  marked Titles   ***/
.High-Contrast BODY.mark-titles *[role="heading"],
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle,
.High-Contrast BODY.mark-titles H1,
.High-Contrast BODY.mark-titles H2,
.High-Contrast BODY.mark-titles H3,
.High-Contrast BODY.mark-titles H4,
.High-Contrast BODY.mark-titles H5,
.High-Contrast BODY.mark-titles H6			{font-weight:bold; padding:2px 4px; background:#003399 !important; color:#fff; border-radius:5px; border:#99ccff 1px solid;}

.High-Contrast BODY.mark-titles *[role="heading"] *,
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle *,
.High-Contrast BODY.mark-titles H1 *,
.High-Contrast BODY.mark-titles H2 *,
.High-Contrast BODY.mark-titles H3 *,
.High-Contrast BODY.mark-titles H4 *,
.High-Contrast BODY.mark-titles H5 *,
.High-Contrast BODY.mark-titles H6 *		{font-weight:bold; background:#003399 !important; color:#fff !important;}

.High-Contrast BODY.mark-titles *[role="heading"]:focus,
.High-Contrast BODY.mark-titles *[role="heading"] A:hover,
.High-Contrast BODY.mark-titles *[role="heading"] A:active,
.High-Contrast BODY.mark-titles *[role="heading"] A:focus,
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle:focus,
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:active,
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:hover,
.High-Contrast BODY.mark-titles DIV[id^="FreeBox_Section"] .FreeBoxTitle A:focus,
.High-Contrast BODY.mark-titles H1 A:hover, .High-Contrast BODY.mark-titles H1 A:active, .High-Contrast BODY.mark-titles H1 A:focus,
.High-Contrast BODY.mark-titles H2 A:hover, .High-Contrast BODY.mark-titles H2 A:active, .High-Contrast BODY.mark-titles H2 A:focus,
.High-Contrast BODY.mark-titles H3 A:hover, .High-Contrast BODY.mark-titles H3 A:active, .High-Contrast BODY.mark-titles H3 A:focus,
.High-Contrast BODY.mark-titles H4 A:hover, .High-Contrast BODY.mark-titles H4 A:active, .High-Contrast BODY.mark-titles H4 A:focus,
.High-Contrast BODY.mark-titles H5 A:hover, .High-Contrast BODY.mark-titles H5 A:active, .High-Contrast BODY.mark-titles H5 A:focus,
.High-Contrast BODY.mark-titles H6 A:hover, .High-Contrast BODY.mark-titles H6 A:active, .High-Contrast BODY.mark-titles H6 A:focus		{background:#000 !important; color:#99ccff !important;}


/*** focused elements ***/
.High-Contrast .show-focus *:focus		{outline:#fff solid medium;}

/*** marked Links ***/
.High-Contrast BODY.mark-links A			{border-bottom:#ff99ff 2px dotted !important;}





/************************ Grey Contrast ************************/
.Grey-Contrast {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}





/***********************************************************************************************************/
/************************************************ Additions ************************************************/
/** Ticker **/
TD.tickerTitle				{position:relative; text-align:right;}
.ticker-play-pause			{display:block; position:absolute; top:2px; left:2px; /**/width:20px; height:20px; cursor:pointer; z-index:9;}
#ticker-play				{background:#333 url('../StartTicker.png') no-repeat center center !important;}
#ticker-pause				{background:#333 url('../PauseTicker.png') no-repeat center center !important;}
.ticker-play-pause:hover, .ticker-play-pause:active, .ticker-play-pause:focus	{}



