/* (c)2009 Reilly Beacom <email@reillybeacom.id.au> */

body {
    background: #CCCCCC url("/media/background.jpg") bottom left fixed;
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
    }

a {
    color: #424fd7;
}

a.local {
    color: #424fd7;
}

a.external {
    color: #000000;
}

h1 {
    font-size: 2em;
    margin-top: 0px;
    font-weight: bold;
    clear: both;
    color: #C2C4D9;
    }
h1 a {
    text-decoration: none;
    color: #C2C4D9;
    }
h2 {
    margin-top: 0;
    font-size: 1.3em;
    font-weight: bold;
    }
h3 {
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
    }
h4 {
    margin-top: 1em;
    font-size: 1em;
    font-weight: bold;
    }

span.user_message {
    background-color: yellow;
    }

p.error {
    color: red;
}

label {
    font-size: 12px;
}

input, button {
    border: 1px solid #CCCCCC;
    font-size: 12px;
}

div.header {
    float: right;
    text-align: center;
    }


div.main {
    text-align: left;
    width: 900px;
    padding: 20px;
    margin: 0 auto 1em auto;
    background: #FDFDFD url("/media/gradient2.jpg") bottom right no-repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

div.line {
    margin-top: 20px;
    border-bottom: 1px solid #C2C4D9;
    height: 1px;
}

div.box {
    border: 1px solid #C2C4D9;
    padding: 1em;
}


div.main_menu {
    font-size: 0.8em;
    float: right;
    }
div.main_menu ul {
    margin: 0;
    padding: 0;
}
div.main_menu li {
    display: inline;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}
div.main_menu li a {
    text-decoration: none;
    color: #000000;
}
div.main_menu li a:hover {
    text-decoration: underline;
}
div.main_menu li a:focus {
    text-decoration: underline;
}


ul.menu_inline {
    margin: 0;
    padding: 0;
}
ul.menu_inline li {
    display: inline;
    margin-left: 0px;
    margin-right: 20px;
}


ul.normal_inline {
    margin: 0;
    padding: 0;
}
ul.normal_inline li {
    display: inline;
    margin: 0 0 0 0.5em;
}


div.calendar table {
    font-family: Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 893px;
    font-size: 0.8em;
    font-weight: normal;
    }
div.calendar table th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    color: #006CA8;
    }
div.calendar table th.th_hover {
    background: #EEFFEE;
}
div.calendar table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    width: 24px;
    }
div.calendar table tr.data_row:hover {
    background: #EEFFEE;
    }
td.new_measurement {
    background: #AEE5B1;
}
td.invalid_date {
    background: #F6F6F6;
}


div.last_month {
    width: 49%;
    float: left;
    }

div.this_month {
    width: 49%;
    float: right;
    }


div.form_table table {
    font-size: 1em;
    font-weight: normal;
    }
div.form_table table th {
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    }
div.form_table table td {
    text-align: left;
    vertical-align: middle;
    }
div.form_table ul.errorlist {
    color: red;
    list-style-type: none;
    margin: 0;
    padding: 0;
    }

ul.record_sheets {
    list-style-type: none;
    margin-left: 0;
    }

table.record_sheets {
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    }
table.record_sheets th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    }
table.record_sheets th a {
    text-decoration: none;
    color: #006CA8;
    }
table.record_sheets td {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    }
table.record_sheets tr.hoverme:hover {
    background: #EEFFEE;
    }

