/* mod_results_ticker */

#tickreswrap {
	width: 525px;
	overflow: hidden;
	margin:0 auto;
	height:auto;
	background-color: #60afee;
	border-radius: 6px;
	border: 1px solid #4b88ba;
	box-shadow: 2px 2px 7px 1px #979797;
}
/*#tickreswrap:hover { cursor: pointer; }*/
#tickchamp {
	overflow: hidden;
	font-size:12px;
	font-style: italic;
	color:#fff;
	margin:0 auto;
	padding:2px 10px 0px 25px;
	height:auto;	
}
#tickchamp span {
	padding: 0px 0px 0px 15px;
	font-weight: bolder;
}
#ticker {
	width: 100%;
	overflow: hidden;
	font-size:11px;
	margin:0 auto;
	padding:0;
	height:36px;
}
#ticker:hover { cursor: pointer; }
.tick-item {
	width: 100%;
	padding:0;
	margin:0;
	height: 16px;
	color:#fff;
	padding:10px;
	text-align: center;
/*	border-bottom: 1px solid #bae2fc;*/	
}
.tick-sep {
	padding: 0px 2px;
}
.tick-tml { padding: 0px; }
.tick-tmr { padding: 0px 10px 0px 0px; }
.tick-tms { padding: 0px 5px 0px 0px; }
.tick-tmp { padding: 0px 0px 0px 8px; }
.tick-set {
	font-size: 8px;
	padding: 4px 0px 0px 1px;
}
.tick-champ { display: none; }
.tick-idch { display: none; }
.tick-chtype { display: none; }
.tick-idinc { display: none; }

#tickchid { display: none; }
#tickchtyp { display: none; }
#tickchinc { display: none; }