#tsView{
	width:93%;
	overflow: auto;
	white-space: nowrap;
	float: left;
	padding: 2px;
	margin: 1px;
	display: inline;
	border:3px #E3E3E3 ridge;
	background-color: #A3A3CB;
}
#tsView ul{
	margin:0;
	padding:0;
}

#tsView{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#tsView a{
	font-weight: bold;
	color: #860000;
	text-decoration: none;
	cursor: pointer;
}

.tstool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tstool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tstool-text {
   font-size: 100%;
   margin: 0;
}
