/*                              -*- Mode: Css -*- 
 * simple_screen.css --- 
 * Author           : Manoj Srivastava ( srivasta@glaurung.internal.golden-gryphon.com ) 
 * Created On       : Sun Aug 29 01:53:54 2004
 * Created On Node  : glaurung.internal.golden-gryphon.com
 * Last Modified By : Manoj Srivastava
 * Last Modified On : Sun Aug 29 01:53:55 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 {
    font-family: Helvetica, Times New Roman, Minion Web, Utopia, serif;
    /* margin-left: 6%; */
    /* margin-right: 3%; */
    }
div#links a {
    display: block;
    text-align: center;
    font: bold 1em sans-serif;
    padding: 5px 10px;
    margin: 0 0 2px;
    border-width: 0;
    text-decoration: none;
    color: #ccf
    }
div#links a:first-child {
    border-top: none
    }
div#links a:hover {
    color: #644;
    background: #ccf
    }
div#links {
    /* position: absolute;  */
    position: fixed;
    top: 6.3em;
    /* was 52px */
    left: 0;
    /* width: 160px;  width: 10%; */
    width: 20ex;
    height: 650px;
    font: 14px Verdana, sans-serif;
    /* was 16px font */
    }
div#content {
    color: black;
    background-color: white;
    margin: 1em 2em 1em 2em;
    font: Verdana, sans-serif;
    padding: 10px;
    border: solid #FC9
    }
div#content h3 {
    margin-bottom: 0.25em
    }
/*
  div#content a:link {color: white;}
  div#content a:visited {color: #BBC;}
  div#content a:link:hover {color: #FF0;}
  div#content a:visited:hover {color: #CC0;}
*/
table {
    border-collapse: collapse;
    border: outset 2pt #8cacbb;
    /*   1px solid #8cacbb;*/
    /*margin:                       1.5em 0em 1.5em 0em; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1em;
    clear: both
    }
table th {
    font-weight: normal;
    white-space: nowrap
    }
table td {
    text-align: left
    }
div h2, h3, h4 {
    color: #F00;
    text-align: center;
    font-weight: bold
    }
h1 {
    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
    }
pre {
    border: 1px solid #CBCBCB;
    background-color: #FFF8ED;
    color: black
    }