/*** NICE TITLES
*********************************************************/
div.nicetitle {
	background-color: #FFFFFF;
	color: #000;
	font: normal 10px Verdana, Arial, sans-serif;
	left: 0;
	padding: 5px;
	margin:5px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
	min-width: 350px;
	width: 350;
	height: auto;
	max-height:180;
	border: 3px solid #999999;
	background-repeat: repeat-x;
}
	
div.nicetitle p {
    margin: 0;
	padding: 0 3px;
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
	color:#00FFCC;
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
.toptitle_bg {
	background-image: url(images/bannerbg.gif);
	background-repeat: repeat-x;
	height: 25px;
}
div.nicetitle:a,div.nicetitle:table,div.nicetitle:img{
font-size:0px;
width:0px;
height:0px;
}
.border_black {
	border: 1px solid #000000;
}
