@charset "UTF-8";
/* CSS Document */
.qtip-content {
    font-size:12px;
}

.qtip_tbl {
	border-spacing:0;
	border:none;
	margin:0px;
	width:100%;	
}

.qtip_tbl thead {
	color:#CCC;
	background-color:#333;	
	border-bottom:1px solid #999;
}

.qtip_tbl td {
	padding:5px;
	text-align:center;
	border-bottom:1px solid #333;
}