/*                              -*- Mode: Css -*- 
 * simple_print.css --- 
 * Author           : Manoj Srivastava ( srivasta@glaurung.internal.golden-gryphon.com ) 
 * Created On       : Sun Aug 29 01:53:46 2004
 * Created On Node  : glaurung.internal.golden-gryphon.com
 * Last Modified By : Manoj Srivastava
 * Last Modified On : Sun Aug 29 01:53:47 2004
 * Last Machine Used: glaurung.internal.golden-gryphon.com
 * Update Count     : 1
 * Status           : Unknown, Use with caution!
 * HISTORY          : 
 * Description      : 
 * 
 */
@import "defaults.css";
@import "hints.css";
@import "paragraphs.css";
@import "sections.css";
body {
    color: black;
    margin-left: 6%;
    margin-right: 3%;
    font-family: Helvetica, Times New Roman, Minion Web, Utopia, serif
    }
div#links {
    display: none
    }
div#content {
    background-color: white;
    font: Verdana, sans-serif;
    padding: 10px
    }
div#content h3 {
    margin-bottom: 0.25em
    }
table {
    border-collapse: collapse;
    border: outset 2pt #8cacbb;
    /*   1px solid #8cacbb;*/
    /*margin:                       1.5em 0em 1.5em 0em; */
    margin-left: auto;
    margin-right: auto;
    clear: both
    }
table th {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
    }
div h3 {
    color: #F00;
    text-align: center;
    font-weight: bold
    }
dt {
    padding-top: 0.5em;
    font-weight: bold
    }
dd {
    padding-top: 0.5em;
    padding-bottom: 0.5em
    }
dl.metrics {
    display: compact
    }
/* dd.metricDesc { text-align: center; } */
dt.score {
    text-decoration: underline;
    display: inline;
    text-align: left
    }
dt.info {
    text-decoration: underline
    }
dt.metricDesc {
    text-decoration: underline
    }
dd.score {
    display: inline;
    text-align: right
    }