@charset "utf-8";
/* CSS Document */

#tooltip {
	position: absolute;z-index: 3000;
	border: 1px solid #c0c0c0;
	background-color: #f9f9f9;
	padding: 5px;
	opacity: 0.85;
	width:250px;
	}
#tooltip h3, #tooltip div { 
	margin:0;
	font-size:1em;
	font-weight:normal; 
	}

.admin_options {
	margin-top: 30px;
	}
.pretty_table td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
.admin_title {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
}