/* 
    Document   : print
    Created on : 15/12/2010, 3:38:54 PM
    Author     : Glyn Simpson
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    font-family: sans-serif;
}

div.nav,
div.subnav,
div.content,
div.loginwrap {
    display: none
}

img {
    border: 0
}

td {
    font-size:0.8em;
    padding: 20px 10px;
}

.labels, .totals {
    float: right
}

.labels {
    margin-right:50px
}

.total {
    font-size:0.8em;
    font-weight:Bold
}

.total h2 {
    font-size:1.2em;
    margin-top:50px;
}

.total span {
    float:left;
    clear:left;
    font-weight:normal;
    width: 100%;
}