/* events ticker widget */

.box.ticker{
	width: 362px !important;
	margin: -1px 11px 23px 11px !important;
	padding: 0;
	border: 1px solid #A7A9AC;
	background-image: url(/images/PORTAL_EVENTS_box_background.jpg);
}

	.box.ticker .inside_box {
		color: #000222;
		font-family: 'eurostilebold', Arial, sans-serif;
		font-size: 14px;
		font-weight: normal;
		border-spacing: 0 0;
		box-shadow: -5px 5px 5px #A7A9AC;
		border-width: 0 !important;
	}

		.box.ticker .inside_box .contentWrapper {
			background: url(/images/replay/replay_highlight_background.jpg) repeat;
			background-position: 0px -17px;
		}

			.box.ticker .inside_box .content {
				background: rgba(206, 224, 206, 0.85);
				background: rgba(220, 193, 126, 0.85) none repeat scroll 0 0;
				text-align: center;
				margin-top: 12px;
				font-family: Tahoma,Arial,sans-serif;
				font-size: 13px;
				line-height: 1.4;
			}

			.box.ticker .inside_box .content a{
				font-weight: bold;
			}

			#ticker{
				background-image: -moz-linear-gradient(center top , #4A4E50 0%, #6D6E71 60%, #63686A 100%);
				color: #FCFCFC;
				font-family: 'eurostilebold',Arial,sans-serif;
				font-size: 20px;
				height: 24px;
				line-height: 26px;
				margin: 0;
				padding: 2px 12px;
				text-align: center;
				text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
			}
			
			#event_in_progress{
				/*background-image: -moz-linear-gradient(center top , #4A4E50 0%, #6D6E71 60%, #63686A 100%); */
                                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4e50+0,6d6e71+60,63686a+100 */
                                background: #4a4e50; /* Old browsers */
                                background: -moz-linear-gradient(top,  #4a4e50 0%, #6d6e71 60%, #63686a 100%); /* FF3.6+ */
                                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4e50), color-stop(60%,#6d6e71), color-stop(100%,#63686a)); /* Chrome,Safari4+ */
                                background: -webkit-linear-gradient(top,  #4a4e50 0%,#6d6e71 60%,#63686a 100%); /* Chrome10+,Safari5.1+ */
                                background: -o-linear-gradient(top,  #4a4e50 0%,#6d6e71 60%,#63686a 100%); /* Opera 11.10+ */
                                background: -ms-linear-gradient(top,  #4a4e50 0%,#6d6e71 60%,#63686a 100%); /* IE10+ */
                                background: linear-gradient(to bottom,  #4a4e50 0%,#6d6e71 60%,#63686a 100%); /* W3C */
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4e50', endColorstr='#63686a',GradientType=0 ); /* IE6-9 */

				color: #FCFCFC;
				font-family: 'eurostilebold',Arial,sans-serif;
				font-size: 20px;
				height: 24px;
				line-height: 26px;
				margin: 0;
				padding: 2px 12px;
				text-align: center;
				text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
			}



				/* jQuery Countdown styles 1.6.3. */
				.hasCountdown {
				/*	border: 1px solid #ccc; */
					background-color: #4a4e50;
				}
				.countdown_rtl {
					direction: rtl;
				}
				.countdown_holding span {
					color: #888;
				}
				.countdown_row {
					clear: both;
					width: 100%;
					padding: 0px 2px;
					text-align: center;
				}
				.countdown_show1 .countdown_section {
					width: 98%;
				}
				.countdown_show2 .countdown_section {
					width: 48%;
				}
				.countdown_show3 .countdown_section {
					width: 32.5%;
				}
				.countdown_show4 .countdown_section {
					width: 24.5%;
				}
				.countdown_show5 .countdown_section {
					width: 19.5%;
				}
				.countdown_show6 .countdown_section {
					width: 16.25%;
				}
				.countdown_show7 .countdown_section {
					width: 14%;
				}
				.countdown_section {
					display: block;
					float: left;
					font-size: 75%;
					text-align: center;
				}
				.countdown_amount {
					font-size: 200%;
				}
				.countdown_descr {
					display: block;
					width: 100%;
				}
