/* $omdoc.org Custom CSS Style Sheet
   specialize this to make the site look nicer */

@import url(../wsml/wsml.css);

div#toprightEmpty {
    background-image: url(omdoc.png);
}

.main p#note {
    font-size: small;
    font-style: italic;
    margin-bottom: 0px;
}

/*change: added new ul with list-style-type: circle*/
.main ul.circle {
    /*margin: top right bottom left*/
    margin-top: 10px;
    margin-left: 25px;
    line-height: .4em;
    font-size: 15px;
}

/*readmap table*/
.main table.roadmap {
    font-family: "Lucida Grande", Tahoma, Helvetica; 
    vertical-align:top;
    color: #444;
    border: 1px;
    margin: 10px 0 10px 0;
}

.main table.roadmap td.heading {
    background: #a69494;
    font-weight: bold;
}

.main table.roadmap td {
    padding: 5px 15px 5px 15px;
    background: #e6e6e6;
    vertical-align:top;
}
