/*** NICE TITLES
*********************************************************/
div.nicetitle {
	background-color: rgb(255,255,200);
	color: #000;
	left: 0;
	padding: 2px;
  padding-left:6px;
  padding-right:6px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
  /** Mozilla */
	-moz-border-radius: 10px;
	-moz-opacity: .95;
  /** IE */
  filter:Alpha(opacity=95);
	/* changes: */
/*	min-width: 200px;*/
	width: auto;
	height: auto;
  border: 1px solid #555;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
	-moz-opacity: 1;
  text-align:center;
	font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
}
div.nicetitle p small {
  display:block;
  padding-top:5px;
  text-align:left;
  font-size: 11px;
  font-weight:normal
}


div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	-moz-opacity: 1;
  display:none;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}