.box {
	position:relative;
	width:670px;
	z-index:10;
}
.box a:link, .box a:visited {
	color: #FC0;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}
.col1 {
	width:80px;
	float: left;
}
.col2 {
	width:80px;
	float: left;
}
.col3 {
	width:80px;
	float: left;
}
.col4 {
	width:80px;
	float: left;
	margin-right:40px;
}
.col5 {
	position: relative;
	width: 660px;;
}

.col5 div {
	position: absolute;
	top:0px;
	left: 300px;
	z-index:100;
	background-color: #111; 
	padding:10px;

}


.row {
	clear: both;
	position: absolute;
	top:20px;
	left:0px;
}
.bkg {
	background: #C89B00;
	position: absolute;
	top:0;
	left:0;
	width: 670px;
	z-index:-10;
}
.detailRow {
	cursor:hand;
	cursor:pointer;
}
.detailRow a {
	position:absolute;
	text-decoration:none;
}
.rowHover {
	background:#FF7373;
}
.tooltip {
	display: none;
}
.vtooltip {
	display:block;
	position:absolute;
	top:1.8em; left:0; width:21em;
	border:1px solid #333;
	background-color:#ffffe1; color:#000;
	text-align: center;
	z-index:210;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	padding-top:2px;
	padding-bottom:2px;
}
.vtooltip p {
	margin:0;
}