/* 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;
}

li.tteli { list-style: none }
ul.level0 { padding-left: 10px; margin: 0px }
li.tteli { padding-top: 5px }
div.ttebody { padding-bottom: 40px }
.tteicon { font-size: smaller; padding-right: 2px }
