table {
	font-family:Lucida Grande, Verdana;
	font-size:0.8em;
	width:100%;
	border:1px solid #ccc;
	cursor:default;
}

table.mysql_table td,
table.mysql_table th{
	padding:2px;
	font-weight:normal;
}

table.mysql_table thead td, table.mysql_table thead th {
	background:#94BEFF;
}

table.mysql_table tbody td, table.mysql_table tbody tr td {
	background: #FFF;
	padding: 2px;
	text-align: center;
}

table.mysql_table tbody tr:hover td {
	background: #a6c2e7;
	padding: 2px;
}

table.mysql_table tbody tr td:hover {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

table.mysql_table col {
	width: 0em;
}
