@charset "UTF-8";
.TickerNews{
	height: 50px;
	line-height: 48px;
	background-color:#fff;
	overflow:hidden;
	font-weight:800;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 100%;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
}


.TickerNews.default_theme_2{
	background-color: #fff;
	position: relative;
}

.TickerNews.default_theme_2 *{
	box-sizing:border-box;
}

.TickerNews.default_theme_2 .leftside{
	position: relative;
	left:0;
	width: 120px;
	float:left;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h5{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #158D35;
	color:white;
	padding:8px 5px;
	font-size:14px;
}

.TickerNews.default_theme_2 .ti_wrapper{
	position: absolute;
	left: 120px;
	float:left;
	border:#CBCBCB solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .ti_news a{
	display: block;
	margin-right: 10px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: solid 1px #c1c1c1;
	margin-left: solid 1px #c1c1c1;
}

.TickerNews.default_theme_2 .ti_news span{
	color:red;
	font-size: 110%;
}

.header_toolbar{font-size:13px; background-color:#3366FF; padding:5px 0; color:#FFFFFF}

.high_contrast{
filter: grayscale(1) invert(1);
}
.high_contrast img{
  filter: invert(1) !important;
}
.tools{cursor:pointer; color:#FFFFFF}
.high_contrast li a, .high_contrast  a span, .high_contrast .wrapper a, .high_contrast .blog__desc, .high_contrast li a span, .high_contrast p, .high_contrast td, .high_contrast h1, .high_contrast h2, .high_contrast h3, .high_contrast h4, .high_contrast h5, .high_contrast h6{
    filter: grayscale(0) invert(1);
   /* color: #fff !important;*/
}

.high_contrast li a{
    filter: grayscale(0) invert(1);
    color: #fff !important;
}


.alphabet_tools{ border:1px solid #FFFFFF; padding:2px 4px;  border-radius: 4px;}

