@charset "utf-8";
/* CSS Document */

/*------------------Vertical news-notifications-circulars-scroller------------------*//* 	MULTILINES */
.titletxt {
	background: repeating-linear-gradient(  45deg,  #3c0002,  #3c0002 30px,  #4c0708 30px,  #4c0708 50px );
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin-top: 7px;
	margin-bottom: 2px;
	padding-left: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#newsevents {
	/*border:1px solid #e0e0e0; */
	padding: 5px;
	background-color: #f1f1f1;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
span.title-arrw {
	color: #fff;
	text-align: center;
	display: inline-block;
	border-right: 2px solid #fff;
	background: #bbbbbb; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(#f5f3f3 10%, #bbbbbb 80%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(#f5f3f3 10%, #bbbbbb 80%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(#f5f3f3 10%, #bbbbbb 80%); /* For Firefox 3.6-15 */
	background: radial-gradient(#f5f3f3 10%, #bbbbbb 80%); /* Standard syntax */
	float: left;
	width: 35px;
	margin-right: 6px;
	position: relative;
}
span.title-arrw img {
	position: relative;
	bottom: 2px;
}
/*------------------Vertical news-notifications-circulars-scroller------------------*//* 	MULTILINES */
#multilines .controls, #newsevents .controls {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	display: block;
	background-color: #f58220;
	padding: 3px 15px;
}
#newsevents .controls {
	background: repeating-linear-gradient(  45deg,  #3c0002,  #3c0002 30px,  #4c0708 30px,  #4c0708 50px );
	margin-top: 3px;
	border-radius: 5px;
	padding: 5px 0;
	color: #fff;
}
#multilines .controls a, #newsevents .controls a {
	margin-left: 8px; /*text-transform: uppercase;*/
	outline: none;
	border: none;
	font-weight: bold;
	display: inline-block;
	color: #fff;
}
#multilines .controls a:hover, #newsevents .controls a:hover {
	color: #19459d !important;
}
#multilines .controls div, #newsevents .controls div {
	float: left;
	width: 50%;
	padding: 0;
}
#multilines .container, #newsevents .container {
	box-shadow: none;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	padding: 5px 0 0 0;
}
#multilines .container h1, #newsevents .container h1 {
	font-size: 24px;
	color: #009ee3;
	font-weight: normal;
	text-align: center;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	background: none;
}
#multilines .container:before, #multilines .container:after, #newsevents .container:before, #newsevents .container:after {
	border-radius: none;
	bottom: 0;
	box-shadow: none;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: -1;
}
#multilines ul.newsticker, #newsevents ul.newsticker {
	display: block;
	margin: 0;
	padding: 0;
	max-height: 202px;
}
#multilines ul.newsticker > li, #newsevents ul.newsticker > li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 98px;
	padding: 0;
	border-bottom: 1px dotted #cb9a46;
	/*-o-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;*/
	overflow: hidden;
	text-align: justify; /*font-size: 14px;*/
}
#newsevents ul.newsticker > li {/*background:url(../images/blu-theme/list-bllt.png) no-repeat 0 18px;*/
}
#multilines ul.newsticker > li span, #newsevents ul.newsticker > li span { /*float: left; display:block;*/
	font-weight: bold;
	padding-top: 5px;
	width: 100%;
	font-style: normal;
	margin-bottom: 5px;
	color: #c57218;
}
#multilines ul.newsticker > li a, #newsevents ul.newsticker > li a { /*float: right;*/
	padding-top: 5px;
	color: #515151;
}
#multilines ul.newsticker > li a.nofloat, #newsevents ul.newsticker > li a.nofloat {
	float: none;
	color: #1f1f1f;
}
#multilines ul.newsticker > li a.nofloat:hover, #newsevents ul.newsticker > li a.nofloat:hover {
	color: #009ee3;
	text-decoration: none;
}
#multilines ul.newsticker > li p, #newsevents ul.newsticker > li p {
	margin: 0;
	padding: 0;
	overflow: hidden;
	max-height: 60px;
	line-height:18px;
}
#multilines ul.newsticker > li p:hover, #newsevents ul.newsticker > li p:hover {
	color: #e0f0ff;
	cursor: pointer;
}
a.newsrdmore {
	color: #5c5c5c;
	padding-right: 10px;
	float: right;
	text-decoration: none !important;
}
a.newsrdmore:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.eventdot{background-color:#f1f1f1; padding:0; border-top-left-radius:20px; border-top-right-radius:20px}