/* pagestyledefault.css*/

/*
This style is used to change the display characteristics of disabled report
links.  Report links are disabled if there were no results for the report.
*/
.ttenorpt { 
    font-style: italic;
    color: silver;
}

div.ttemap {
     
}

div.ttemaptext {
    background-color: #F0F0F0;
    border: 1px solid dimgray;
    margin: auto;
    padding-right: 0px;
    padding: 8px;
    text-align: center;
    width: 98%;
}

div.ttemaptext ul {
    margin: 0px; 
    padding: 0px 0px 0px 1em;
}
