/* boxes */

/* standard box */
.boxtop{
	height: 5px;
	font-size: 5px;
}

.boxbottom{
	background: transparent url('/static/gfx/tables/bottomleft.gif') no-repeat bottom left;
}

/* tooltip box */
.tooltipboxtop {
	background-image: url('/static/gfx/tables/tooltipboxtop.gif');
	background-repeat: no-repeat;
	width: 470px;
	height: 16px;
	font-size: 8px;
}
.tooltipboxbottom {
	background-image: url('/static/gfx/tables/tooltipboxbottom.gif');
	background-repeat: no-repeat;
	width: 470px;
	height: 12px;
}
.tooltipboxContent {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	padding: 0px;
	width: 468px;
}
#tooltip{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
    position: absolute;
    width: 150px;
    padding: 0px;
    margin: 0px;
    /*visibility: hidden;*/
    display: none;
    z-index: 100;
    cursor: move;
    text-align: left;
}
.searchboxtop {
	height: 5px;
	font-size: 5px;
}
.searchboxbottom {
	background: transparent url('/static/gfx/tables/bottomleft.gif') no-repeat bottom left;
}
