.hidden {
	display: none;
}
.hide {
	display: none;
}

.tickLink {
	float: left;
	margin: 4px 6px 0px 6px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;	
}

.tickLink  a{
	color:#E8E8E3;
}

.tickLink :hover{
	color:#5995D3;
	text-decoration:none;
}

.tickContent {	
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px 2px 0px 0px;
	position: relative;
	height: 15px;
	margin-top:3;	
}

.tickContent a{
	color:#E8E8E3;
}

.tickContent :hover{
	color:#5995D3;
	text-decoration:none;
}

.spaceTop{
	margin-top:4px;
}
.tickButton {
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 2px;
	position: relative;
	margin-top:5px;
}

#cursor {
	background: none;
	float: left;
	height: 10px;
	width: 8px;
	position: relative;
	padding: 1px 0px 4px 0px;
	z-index: 100;
}
