/* CSS Document */

* {
    color: black !important;
    background: white !important;
}

body {
    margin: 2.5cm;
    width:  16cm;
}

p, pre, ol, ul, td {
    font: 12pt "Times New Roman", Times, serif;
}

th, h1, h2, h3, h4, h5, h6 {
    font: 12pt san-serif;
}

/* Link properties */

a:link, a:visited {
    color: #333;
    font-weight: bolder;
    text-decoration: none;
}

/* Main text */

p {
    text-align: justify;
}

pre {
    font-size: 11pt;
}

/* Numbered Lists */

ol {
    list-style: decimal;
}

/* Bullet list */

ul {
    list-style-type:disc;
}

/* Headings */

h1 {
    margin: 0 0 0.5em;
    font-size: 18pt;
    text-align: center;
}

h2 {
    margin: 0.5em 0 0.2em;
    border-bottom: 1px solid #000;
    font-size: 14pt;
    width: 50%;
}

h3 {
    margin: 0.2cm 0 0 0;
    font-size: 14pt;
    text-align: left;
}

h4 {
    margin: 0.2cm 0 0 0;
    font-size: 12pt;
    font-style: italic;
    text-align: left;
}

h5 {
    margin: 0.2cm 0 0 0;
    font-size: 11pt;
    font-style: italic;
    text-align: left;
}

h6 {
    margin: 0.2cm 0 0 0;
    font-size: 10pt;
    font-style: italic;
    text-align: left;
}

/* Headings */

img {
    display: none;
}

/* Tables */

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 16cm;
}

th {
    font-weight: bold;
    text-align: left;
}

th.title {
    padding: 0.5cm 0 0;
}

tr.heading td {
    padding: 0.5cm 0 0;
    text-align: right;
}

tr.bottom th, tr.mRow th {
    font-weight: 500;
    font-size: 10pt;
}

table.breadCrumbs  {
    display: none;
}

table.calendar tr td {
    border: 1px solid #000;
    text-align: left;
}

table.calendar tr td.today {
    border: solid 2px #000;
}

table.calendar tr th {
    padding: 0;
    text-align: center;
    border: 1px solid #000;
}

table.calendarBrowser tr th {
    padding: 0;
    text-align: center;
    border-style: none;
}

table.calendarBrowser tr th img {
    float: none;
    vertical-align: middle;
}

table.dayCalendar tr td {
    padding: 2px;
    border: 1px solid #ccc;
}

table.dayCalendar tr th {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}

table.noPadding tr td, table.noPadding tr th {
    font-size: 11pt;
    padding: 5px 0;
}

table.actionLinks {
	display: none;
}

table.quickLinks {
	display: none;
}

#inline {
  	display: none;
}

table.summary {
    display: none;
}

table.visibleRows {
    margin-top: 0.5cm;
    width: 16cm;
}

/* Class properties */

.boldText {
    font-weight: bolder;
}

.centre {
    text-align: center;
}

.errorMessage {
    font-weight: bolder;
    font-size: 11pt;
}

.left {
    text-align: left;
}

.legal {
    margin-top: 20px;
    font-size: 11pt;
}

.lightText {
    font-weight: lighter;
}

.notice {
    font-size: 11pt;
    font-weight: bolder;
}

.returnLink {
    font-size: 11pt;
    font-style: italic;
}

.right {
    text-align: right;
}

.textIndent {
    text-indent: 1.5cm;
}

/* Main body */

.maincontent {
}


.floatRight {
    float: right;
    margin: 1cm 0 1cm 1cm;
}

.imageRight {
    float: right;
    margin: 1cm 0.5cm 0 0;
    line-height: 1cm;
}

.newsSplash {
    margin: 0 0.5cm 0 0;
}

.newsSplash a {
    display: block;
    margin: 0.5cm 0;
}

.dottedBox {
    margin: 0;
    padding: 0;
}

.shaded {
    text-align: center;
}

p.submitRequest {
    margin: 1cm 0;
    padding: 0.5cm 0 0;
    border-top: 1px solid #000;
    text-align: center;
}

#map {
    margin: 1cm 2cm;
    border: 1px solid #000;
    height: 300px;
}

/* Header section */

#header{
    display: none;
}

/* Bottom navigation */

#bottomnav {
    display: none;
}

/* Page Content */

#contentWrap {
    margin: 0;
    width: 16cm;
    padding: 0;
}

#defineLeft {
    display:none;
}

#defineCentre {
    width: 16cm;
}

#defineRight {
    display:none;
}

#leftcol {
    display: none;
}

#centrecol {
    width: 16cm;
}

#rightcol {
    display: none;
}

/* Footer positioning */

#footer {
    display: none;
}

/* Class properties */

.backGrey {
    background-color: #f1f3f2;
}

.boldText {
    font-weight: bolder;
}

.blue {
    font-weight: bolder;
}

.centre {
    text-align: center;
}

.emptyList {
    font-weight: bolder;
    text-align: center;
}

.errorMessage {
    font-weight: bolder;
    font-size: 11pt;
}

.left {
    text-align: left;
}

.legal {
    font-size: 11pt;
}

.lightText {
    font-weight: lighter;
}

.notice {
    font-weight: bolder;
    font-size: 11pt;
}

.red {
    font-weight: bolder;
}

.returnLink {
    font-size: 11pt;
    font-style: italic;
}

.right {
    text-align: right;
}

.textIndent {
    text-indent: 1.5cm;
}

.title {
    font-weight: bolder;
}

.warning {
    font-weight: bolder;
    text-align: center;
}

#year {
    font-size: 18pt;
}

#month {
    font-size: 14pt;
}

#day {
    font-size: 14pt;
}

#calendarHeader {
    background-color: #f1f3f2;
}

.date {
    float: left;
    width: 0.5cm;
    height: 0.5cm;
    text-align: center;
}

.emptyDate {
    float: left;
    width: 0.5cm;
    height: 0.5cm;
    text-align: center;
}

.event {
    clear: left;
    padding: 0.5cm 0 0.5cm 0.5cm;
    display: block;
}