/*------------------------------*/
/* Generic things               */

a:link, a:visited, a:active, a:hover {
    color: #002b65;
}

a img {
    border: none;
}

input[type="text"] {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    padding: 1px;
}

form { margin: 0; padding: 0; }

body  {
    padding: 0;
    margin: 1.25em auto;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;

    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background-color: #b3c37a;
}

h2 {
    margin-top: 0;
    margin-bottom: 0.5em;

    font-size: 1.8em;
    color: #003e74;
    font-weight: normal;
}

h3 {
    margin-top: 0;
    margin-bottom: 1em;

    color: #003e74;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
}

.collapse-header-margin h2, .collapse-header-margin h3, .collapse-header-margin h4 {
    margin-bottom: 0;
}

.collapse-header-margin p {
    margin-top: 0;
}

p {
    margin: 1em auto;
}

h4, h5, h6 {
    margin-bottom: 0;
}

/* Inline list */
ul.inline-list {
    margin: 0;
    padding: 0;
}
ul.inline-list li {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
    list-style: none;
    display: inline;
}

/* Lists */

#main-content li {
    margin-bottom: 0.75em;
}

/* Clear floats and separators */
hr.clear {
  display: block;
  clear: both;
  line-height: 5px;
  height: 5px;
  visibility: hidden
}


hr.sep {
    color: #002b65;
    height: 1px;
    background-color: #002b65;
    border: 0;
}

br.clear {
    clear: both;
    height: 0;
    display: block;
}


/*--------------------------------------------*/
/* Embedded images and pullouts               */

/* pullouts */

div.pullout-left, div.pullout-right {
    font-size: 140%;
    max-width: 40%;
    width: 40%;
    padding: 18px;
}

div.pullout-left {
    float: left;
    padding-left: 0;
}
div.pullout-right {
    float: right;
    padding-right: 2px;
}


/* embedded images */

  /* caption text */
div.image-normal,
div.image-left p, div.image-left-top p, div.image-left-bottom p,
div.image-right p, div.image-right-top p, div.image-right-bottom p,
div.image-center p, div.image-center-top p, div.image-center-bottom p {
    font-weight: bold;
    margin-top: 7px;
    text-align: left;
}

  /* linked image */
div.image-normal,
div.image-left a img, div.image-left-top a img, div.image-left-bottom a img,
div.image-right a img, div.image-right-top a img, div.image-right-bottom a img,
div.image-center a img, div.image-center-top a img, div.image-center-bottom a img,
img.image-normal,
a img.image-left, a img.image-left-top, a img.image-left-bottom,
a img.image-right, a img.image-right-top, a img.image-right-bottom,
a img.image-center, a img.image-center-top, a img.image-center-bottom {
    border-width: 1px;
}

  /* margins */
div.image-left, div.image-left-top, div.image-left-bottom,
img.image-left, img.image-left-top, img.image-left-bottom {
    float: left;
    margin-right: 15px;
}

div.image-right, div.image-right-top, div.image-right-bottom,
img.image-right, img.image-right-top, img.image-right-bottom {
    float: right;
    margin-left: 15px;
}

div.image-center, div.image-center-top, div.image-center-bottom {
    text-align: center;
}

div.image-left, div.image-right, div.image-center,
img.image-left, img.image-right, img.image-center {
    margin-bottom: 7px;
    margin-top: 7px;
}

div.image-left-top, div.image-right-top, div.image-center-top,
img.image-left-top, img.image-right-top, img.image-center-top {
    margin-top: 1em;
    margin-bottom: 7px;
}

div.image-left-bottom, div.image-right-bottom, div.image-center-bottom,
img.image-left-bottom, img.image-right-bottom, img.image-center-bottom {
    margin-top: 7px;
}

  /* disable any border for feathered images */
div.image-feathered img,
img.image-feathered {
    border-width: 0 ! important;
}


/* Table chart */
table.chart {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
}

table.chart th, table.chart td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid black;
    padding: 2px;
    text-align: center;
}

table.chart th {
    font-weight: bold;
}

table.chart td.numeric {
    text-align: right;
}

table.chart td.text, table.chart td {
    text-align: left;
}

table.chart td.vertical {
    border-top: none;
    border-bottom: none;
}

table.chart td.horizantal {
    border-left: none;
    border-right: none;
}

.error {
    color: red;
}

/* Gallery */
/* As used on Calendar page */

.gallery {
    margin-top: 2em;
    margin-bottom: 2em;
}

.gallery div {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
}

.gallery div div {
    float: none;
}

.gallery div p {
    margin: 1em 0 0 0;
    text-align: center;
}

.gallery div p a {
    font-weight: bold;
}

hr.coloured-rule {
    color: #dee3bb;
    background-color: #dee3bb;
    border-width: 0;
    height: 1.5em;
    /*margin: 0.25em 0;*/
}

