.ts, .tsError {
	background-color: #ffffff;
	width: 250px;
}

.ts, .ts *, .tsError {
	color: #00000;
	font-family: Verdana;
	font-size: 10px;
}

.ts label {
	border-bottom: 1px solid #aaaaaa;
}

.tsItem a {
	color: #000000;
}

.tsItem a:hover {
	background-color: #f6f6f6;
	color: #000099;
}

.tsError {
	color: #ff0000;
}

.ts, .ts *{
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.ts {
	position: relative;
	overflow: hidden;
}

.ts label {
	display: block;
	padding: 2px 0;
}

.tsItem {
	margin-left: 16px;
	position: relative;
	white-space:nowrap;
}

.tsItem a {
	display: block;
	text-decoration: none;
}

.tsItem img {
	border: 0;
	vertical-align: middle;
	margin-right: 2px;
}

.tsFlags {
	position: absolute;
	right: 0;
	top: 0;
}

.tsServer {
	margin-left: 0;
}
