/*** NICE TITLES
*********************************************************/
div.nicetitle {
background-color: #444;
/*YG01	background-color: #47589E;*/
/*YG02 background-color: #3D4566;*/
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	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: .87;
	/* changes: */
	min-width: 300px;
	width: auto;
	height: auto;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
}

div.nicetitle p.destination {
/*YG    font-size: 9px;*/
font-size : 12px;
/*YG*/
font-weight : normal;
    padding-top: 3px;
/*YG	text-align: left;*/
text-align : center;
	-moz-opacity: 1;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}