/*** NICE TITLES
*********************************************************/
div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 11px Verdana, sans-serif;
	left: 0;
	padding: 2px 8px 4px;
	position: absolute;
	top: 0;
	z-index: 99;
	/* changes: */
	min-width: 300px; /* CHANGED 2006-06-22 FROM 240px */
	width: auto;
	height: auto;
}

*>div.nicetitle {
	background-color: transparent;
	height: 72px;
	min-height: 72px;
	padding: 0;
}

*>div.nicetitle div.left {
	background: transparent url("gfx/nicetitle-bg2.png") no-repeat top left;
	height: 72px;
	min-height: 72px;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
}

*>div.nicetitle div.right {
	background: transparent url("gfx/nicetitle-bg2.png") no-repeat top right;
	height: 62px;
	left: 16px;
	max-width: 620px;
	min-height: 62px;
	padding: 2px 8px 8px 0;
	position: relative; /* CHANGED 2006-06-20 FROM absolute */
	top: 0;
	width: auto;
}

*>div.nicetitle div.right {
	position: absolute; /* CHANGED 2006-06-22 fix for ie7 */
}

div.nicetitle p {
	display: inline;
	margin: 0;
	max-width: 620px;
	/*overflow: hidden;*/ /* CHANGED 2006-06-20 */
	white-space: nowrap;
}

div.nicetitle p span {
	padding-left: 10em;
}

div.nicetitle p span.accesskey {
	color: #0066cc;
	display: none;
	padding-left: 0;
	position: absolute;
	right: 8px;
	top: 2px;
	text-align: right;
	text-decoration: none;
}

div.nicetitle p span.accesskey span {
	text-decoration: none;
	padding-left: 0;
}

div.nicetitle p.destination {
	font-size: 9px;
	font-weight: normal;
}

