/* The basicTickerTape styles are required */

div.basicTickerTape {
	position: relative;
	overflow: hidden;
}

	div.basicTickerTape ul {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
	}

/* The basicTickerTape styles are required */

div.skeletonTickerTape {
	border: 1px solid red;
	width: 300px;
	height: 175px;
}

	div.skeletonTickerTape ul li {
		margin: 10px 5px 0 5px;
		position:relative;
		border: 1px solid red;
	}

div.styledTickerTape {
	font-family: Verdana, sans-serif;
	border: 1px solid #ccc;
	width: 300px;
	height: 106px;
	font-size: 11px;
}

	div.styledTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.styledTickerTape ul li {
			width: 268px;
			margin: 10px 10px 0 10px;
			background: #eee;
			padding: 5px 5px;
			border: 1px solid #ddd;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: black;
	}

div.horizontalTickerTape {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	width: 600px;
	border: 1px solid #990000;
	height: 35px;
}

	div.horizontalTickerTape ul {
		padding: 0;
		list-style: none;
		width: 500000px;
	}

	div.horizontalTickerTape li {
		float: left;
		border: 1px solid blue;
		margin: 5px;
		padding: 5px;
	}

	div.horizontalTickerTape p {
		display: none;
		margin: 0;
	}

	div.horizontalTickerTape p.tickerLink {
		display: block;
	}

div.gallicaTickerTape {
	width: 125px;
	height: 80px;
	font-size : smallest;
	font-family: Verdana,sans-serif;
}

	div.gallicaTickerTape ul {
		padding: 0;
		list-style: none;
	}

		div.gallicaTickerTape ul li {
			width: 122px;
			margin: 0px 0px 0 0px;
			padding: 0px 0px;
		}

			div.gallicaTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.gallicaTickerTape a {
		color: black;
	}

td.tickerrecordtitle {
    text-align:center;
    font-size:9px;
}
td.tickerrecordname {
    text-align:center;
    font-size:10px;
    color:red;
}
td.tickerrecordevent {
    text-align:center;
    font-size:10px;
}
td.tickerrecordtime {
    text-align:center;
    font-size:12px;
    border-color:red;
    border-width:2px;
    border-style:solid;
}

div.headerTickerTape {
	width: 250px;
	height: 110px;
	font-size : 20px;
	font-family: Verdana,sans-serif;
}

	div.headerTickerTape ul {
		padding: 0;
		height: 110px;
		list-style: none;
	}

		div.headerTickerTape ul li {
			width: 250px;
			margin: 0px 0px 0 0px;
			padding: 0px 0px;
		}

			div.headerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.headerTickerTape a {
		color: black;
	}

table.header {
    text-align:center;
    width:250px;
}
td.headerrecordname {
    text-align:center;
    font-size:20px;
    color:red;
}
td.headerrecordevent {
    text-align:center;
    font-size:20px;
}
td.headerrecordachievement {
    text-align:center;
    font-size:20px;
}

