.hidden {
	display: none;
}


a.newsticker {
	color: #666666;
	text-decoration: none;
}

a:hover.newsticker, a:focus.newsticker {
	color: #11336a;
	text-decoration: underline;
}

a:visited.newsticker, a:active.newsticker {
	color: #11336a;
}


.tickLink {
	float: left;
	margin: 0px 3px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.tickContent {
	float: left;
	font-size: 12px;
	margin: 0px 2px 0px 4px;
	position: relative;
	color:#333333;
}

.tickButton {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 1px;
	position: relative;
}

#cursor {
	background: url("/admin/imgs/tpix.gif") center repeat-x;
	height: 13px;
	width: 1px;
	position: absolute;
	top: 250px;
	padding: 1px 0px 4px 0px;
	z-index: 100;
}

