/* 
    Document   : style
    Created on : 11-May-2013, 23:09:55
    Author     : steve
    Description:
        Style for the view report download page 
*/
body {
    font-size: 0.8em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #e0e2e7;
    margin: 10px;
    border: 0px;
    padding: 0px;
}

h1 { 
    font-size: 120%;
}

h2 {
    font-size: 115%;
}

h3 {
    font-size: 110%;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.document-block {  
    border:thin solid black;
    border-radius: 1em;
    background-color:#ffffff;
    padding: 1em;
    margin-bottom: 1em;
}

.document-block p, .document-block li {
    line-height: 100%;
    margin-top: 1em;
}

.tight p {
    line-height: 90%;
}

.standard p {
    line-height: 100%;
}

.subtext {
    font-style: italic;
    color: #101010;
}

#narrowContainer {
    width: 600px;
    margin-left: auto;
    margin-right:auto;
}



#header {

}


#footer {
    clear:both;
    width: 100%;
    margin-top: 1em;
}
