/**
 * The nicetitle feature created by Stuart Landridge in 1997 (updated 2003), released under MIT license.
 *
 * Modified by Alain Lesage
 *	070118 : various cosmetic changes
 */

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: #26a;		/* original is white */
    font-size: 11px;		/* original is 13px */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 15em;		/* original is 25em */
    font-weight: normal;	/* original is bold */
    background: url("images/nicetitle_background.png"); /* semi-transparent image, original is #8C8C8C */
    border: #36a 1px solid;	/* original is none */
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0;
    padding: 0 3px;
    text-align: left;
}
div.nicetitle p.destination {
    font-size: 9px;
    font-style: italic;		/* original is normal */
    padding-top: 3px;
    text-align: left;
}
