img {
    border: 0;
}

#content table {
    border: 0;
    width: 100%;
}
/*Hack to get IE to render the table at 100%*/
* html #content table {
    margin-left: -3px;
}

#content th,
#content td {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.clearboth {
    clear: both;
}

.note, .warning, .danger, .hint {
    border: solid black 1px;
    margin: 1em 0em;
}

    .note .label {
        background: #369;
        color: white;
        font-weight: bold;
        padding: 5px 10px;
    }

    .note .content {
        background: #F0F0FF;
        color: black;
        line-height: 120%;
        font-size: 90%;
        padding: 5px 10px;
    }

    .warning .label {
        background: #FFFF00;
        font-weight: bold;
        padding: 5px 10px;
    }

    .warning .content {
        padding: 5px 10px;
    }

    .danger .label {
        background: #C00;
        color: white;
        font-weight: bold;
        padding: 5px 10px;
    }

    .danger .content {
        background: #FFF0F0;
        color: black;
        line-height: 120%;
        font-size: 90%;
        padding: 5px 10px;
    }

    .hint .label {
        background: lime;
        color: black;
        font-weight: bold;
        padding: 5px 10px;
    }

    .hint .content {
        color: black;
        line-height: 120%;
        font-size: 90%;
        padding: 5px 10px;
    }

.copyright {
    text-align: center;
}

.toc_chapter {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    text-align: left;
    text-wrap: none;
    overflow: hidden;
    width: 250px;
}

.toc_item {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    margin-left: 1.0em;
    text-wrap: none;
    overflow: hidden;
    width: 250px;
}

    .toc_item p {
        margin: 5px 0px;
    }

.toc_subitem {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    margin-left: 1.0em;
    text-wrap: none;
    overflow: hidden;
    width: 250px;
}

.toc_subitem2 {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    margin-left: 1.0em;
    text-wrap: none;
    overflow: hidden;
    width: 250px;
}


/**
 * Typography
 */

body {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    background-image: url('images/sos.png');
    background-repeat: repeat;
}

#content {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 95%;
}

#tabs {
    font-size: 70%;
}

#menu {
    font-size: 80%;
}

#footer {
    font-size: 70%;
}

dt {
    font-size: 75%;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: .5em;
}

h1 {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.4em;
    text-align: center;
}

#content h1 {
    font-size: 160%;
    margin-bottom: .5em;
}

#menu h1 {
    margin: 0;
    padding: 10px;
    background: #336699;
    color: white;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 100%;
}

h4 {
    font-size: 90%;
}

h5 {
    font-size: 80%;
}

h6 {
    font-size: 75%;
}

.hdr_ctr {
    text-align: center;
}

.hdr_link_trail {
    font-size: 110%;
    text-align: left;
    padding: 10px;
}

p {
    line-height: 100%;
    text-align: left;
    margin-top: .2em;
    margin-bottom: .2em;
}

#content li,
#content th,
#content td,
#content li ul,
#content li ol {
    margin-top: .5em;
    margin-bottom: .5em;
}


    #content li li,
    #minitoc-area li {
        margin-top: 0em;
        margin-bottom: 0em;
    }

#content .attribution {
    text-align: right;
    font-style: italic;
    font-size: 85%;
    margin-top: 1em;
}

.codefrag {
    font-family: "Times New Roman", Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 110%;
}
