/*
    Suggested order:
--------------------------------------------------
    display, position, float, clear
    width, height
    margin, padding
    border, background
    color, font, line-height, text-align, text-decoration
    vertical-align, white-space, overflow, cursor, list-style

    Suggested color names (grayscale preferred):
--------------------------------------------------
    white, silver, gray, black
*/

BODY {
    background: white;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
    color: black;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}
H1 {
    font-size: 16pt;
    border-bottom: 1px solid gray;
}
H2 {
    font-size: 13pt;
}
H3, H4, H5, H6 {
    font-size: 11pt;
}
UL {
    margin-left: 3em;
    list-style-type: disc;
}
OL {
    margin-left: 3em;
}
A {
    color: black;
    text-decoration: underline;
}
IMG {
    margin-top: 1em;
}

/* =layout
-------------------------------------------------- */
#content {
    padding: 1em 0;
}
#footer {
    padding-top: 1em;
    border-top: 1px solid gray;
}

#logo {
    margin: 0;
    font-size: 2em;
    font-weight: bold;
}
#logo A {
    border: none;
    text-decoration: none;
}

/* =tables
-------------------------------------------------- */
TABLE.data {
    border: 1px solid silver;
}
TABLE.data TH,
TABLE.data TD {
    padding: .2em .5em;
    border: 1px solid silver;
}
TABLE.data A {
    border: none;
    text-decoration: none;
}
TABLE.data TH {
    font-weight: bold;
}
table th, table td {
    padding: 4px 1px !important;
}

/* =main
-------------------------------------------------- */
#main #content, #wrap {
    padding-top: 0 !important;
}
#modalwrap {
    margin-top: 0 !important;
}

/* =do not show
-------------------------------------------------- */
#title + ul.tabs,
#ribbon,
#top-link,
#header,
#footer,
#page-favourites,
#nav,
#lang,
#links,
#tools,
#sidebar,
#modalpopup-wrap,
UL.steps,
DIV.action,
#title DIV UL,
#title P,
#tooltip,
.pager,
.cal-ico,
#patient-bar,
#page-favourites,
tr.filter {
    display: none !important;
}