/*** NICE TITLES *****/
div.nicetitle {
	background-color: #84c0ef;
	color: #000000;
	left: 0;
	padding: 6px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	/*
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0px;
	-moz-opacity: 0.90;
	*/
	/* changes: */
	min-width: 300px;
	width: 300px;
	height: auto;
	border-color : white;
	border-width : 2px;
	border-style : solid;
	font-size: 12px;
	letter-spacing: 1px;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	/*
	-moz-opacity: 1;
	*/
}

div.nicetitle p.destination {
	font-family : 'Arial CE', 'Helvetica CE', sans-serif;
	text-decoration: none;
    padding-top: 3px;
	text-align: left;
	/*
	-moz-opacity: 1;
	*/
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}

