
/* All-around {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: url(/images/bg-blue.png) #a4c8fe;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-align: center;
}

body {
    font-size: 100%;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}

img {
    border: 0;
}

a {
    position: relative;
    color: #014f01;
}

a:visited, a:active, a:hover {
    color: #027f02;
}
/* }}} */

/* Layout {{{ */
#container {
    text-align: left;
    margin: 0 auto;
    width: 721px;
    padding: 0 17px;
    background: url(/images/shadow-main.png) transparent left top repeat-y;
}

#header {
    display: block;
    background: url(/images/bg-header.png) transparent left top no-repeat;
    height: 234px;
    margin-bottom: -106px;
    position: relative;
}

#headerImages {
    float: right;
    margin-top: 13px;
}

.menu {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 75%;
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    background: url(/images/bg-menu.png) #027f02 left 50% repeat-x;
    height: 40px;
    line-height: 40px;
}

.menu li {
    display: inline;
    padding: 9px 0 9px 0;
}

.menu a {
    font-size: 90%;
    text-decoration: none;
    color: black;
    padding: 10px 15px;
}

.menu a:visited, .menu a:active, .menu a:hover {
    color: black;
}

.menu li.last {
    background: url(/images/bg-menu-right.png) transparent right 49% no-repeat;
    padding-right: 5px;
}

.menu a:hover {
    text-decoration: underline;
}

#content {
    margin: 0;
    min-height: 100px;
    position: relative;
    float: left;
    width: 671px;
}

#footer {
    padding-bottom: 1px;
    background-color: #027f02;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    margin: 0 auto;
    font-size: 75%;
    text-align: center;
    color: white;
    clear: left;
}

#footer #isgflNotice {
    background: url(/images/shadow-footer.png) transparent left top no-repeat;
    height: 34px;
    margin: 0 -17px;
    margin-bottom: -35px;
    position: relative;
    z-index: 10;
}

#footer a {
    color: white;
}

#footTextlinks {
    padding: 1em 0;
}

#footTextlinks a {
    padding: 0 1em;
}

#footElements {
    padding-bottom: 1em;
}
/* }}} */

/* Content {{{ */
#content {
    padding: 10px 25px 0 25px;
    font-size: 90%;
}

#content p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.4em;
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

.contentitem_default {
    padding-bottom: 10px;
}

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    font-weight: bold;
    width: 325px;
}

form #mainFormTop {
    width: 520px;
}
/* }}} */

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

