/*Nice Titles*/
.nicetitle {
 font-weight: bold;
 color: #333388;
 text-align: left;
 position: absolute;
 left: 0;
 top: 0;
 width: 25em;
 z-index: 20;
 max-width: 50%;
}
.nicetitle-content{
 overflow: hidden;
 background: #fff;
 color: #395127;
 border: 0px solid #395127;
 padding: 5px;
 opacity: 0.7;
}
.nicetitle p {
 margin: 0;
 line-height: 120%;
}
.nicetitle p.destination {
 font-weight: normal;
 font-size: 10px;
 color: #333388;
}
div.nicetitle p span.accesskey {
 color: #333388;
}


