div.nicetitle {
	background-color: #E7E7E7;
	border: 1px solid #CCC;
	color: white;
	font-family: "Verdana", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	z-index: 20;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity=95);
	min-width: 180px;
	max-width: 500px;
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

div.nicetitle p.destination {
	font-family: "Verdana", Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

div.nicetitle p span.accesskey {
	color: #000000;
}