/**
 *	Styleguide
 *	-------------------------
 */
/* body */
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #00305b;
    margin: 0;
    background: #c2e4f7 url('/static/images/backgrounds/body.gif') 0 0 repeat-x;
}

* {
    font-size: 1em;
}

/* links */
a {
    color: #0077c1;
    text-decoration: none;
}

#footer .copy a {
    color: #00305b;
    text-decoration: underline;
    padding: 0 0 0 4px;
    font-weight: bold;
}

a:hover {
    color: #00305b;
}

a img {
    border: 0;
}

a.more {
    display: block;
    padding: 0 0 0 14px;
    font-size: .915em;
    background: url('/static/images/icons/arrow-up.gif') 0 4px no-repeat;
}

a.normal {
    display: block;
    color: yellow;
    padding: 0 0 0 14px;
    font-size: .915em;

}

a.goback {
    display: block;
    padding: 0 0 0 14px;
    margin: 0 0 1em 0;
    font-size: .915em;
    background: url('/static/images/icons/arrow-back.gif') 0 3px no-repeat;
}

a.top {
    float: right;
    padding: 0 0 0 14px;
    font-size: .915em;

}

a.open {
    display: block;
    font-size: .915em;
    background: url('/static/images/icons/arrow-open.gif') left 3px no-repeat;
    padding: 0 0 0 14px;
    border-top: 1px solid #74beea;
}

a.close {
    display: block;
    font-size: .915em;
    padding: 0 0 0 14px;
    border-top: 1px solid #74beea;
}

/* text */
h1, h2, h3, h4, h5, p {
    margin: 0 0 1em 0;
}

p, dd {
    line-height: 1.4em;
}

p.intro {
    margin-left: 30px;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 .5em 28px;
}

h2 {
    font-size: 1.385em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

h3 {
    font-size: 1.085em;
    margin-bottom: 0.4em;
}

.block h3 {
    text-transform: uppercase;
}

.column h4 {
    margin-top: 3px;
}

hr {
    clear: both;
    display: block;
    border: none;
    border-top: 1px solid #74beea;
}

/* definition lists */
dt {
    font-weight: bold;
    margin: 0 0 .5em 0;
}

dd {
    margin: 0;
}

/* ordered and unordered lists */
ol, ul, li {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0 0 1em 14px;
}

ol {
    margin: 0 0 1em 18px;
}

ol.alpha {
    list-style-type: lower-alpha;
}

li {
    line-height: 1.5em;
}

ul.list, ul.list li {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.list {
    margin-bottom: 1em;
}

ul.list li {
    list-style: none;
    padding: 0 0 0 13px;
    background: url('/static/images/icons/arrow-up.gif') left 5px no-repeat;
}

ul.list li.open {
    background: url('/static/images/icons/arrow.gif') left 5px no-repeat;
}

ul.list li.open p {
    display: block;
    border-left: 1px dashed #74beea;
    padding-left: 20px;
    margin-top: .5em;
}

ul.list li.close {

}

ul.list li.open a,
ul.list li.close a {
    font-weight: bold;
}

ul.faq li p {
    display: none;
}

ul.authorite li p {
    display: none;
}

/* forms */
form {
    display: block;
    margin: 0;
}

fieldset {
    border: none;
    margin: 0 0 5px 0;
    padding: 9px 9px 9px 7px;
}

fieldset.table-within {
    padding: 0;
}

legend {
    display: none;
}

label {
    font-weight: bold;
    float: left;
    width: 188px;
    margin: 3px 5px 0 0;
    padding: 0 15px 0 0;
    position: relative;
    font-size: .915em;
}

label.inline {
    clear: none;
}

textarea {
    float: left;
    clear: right;
    padding: 2px;
    width: 363px;
    margin: 0 3px 0 0;
    border: 1px solid #74beea;
    color: #00305b;
}

input, select {
    float: left;
    clear: right;
    padding: 2px;
    width: 236px;
    margin: 0 3px 0 0;
    border: 1px solid #74beea;
    color: #00305b;
    background: #fff url('/static/images/forms/input.gif') 0 0 no-repeat;
}

input {
    padding-top: 3px;
    padding-bottom: 3px;
}

input.checkbox {
    width: 14px;
    border: none;
    background: none;
}

select {
    width: 240px;
    padding-right: 0;
}

input.button {
    width: auto;
    float: right;
    border: 1px outset #ee2375;
    padding: 3px;
    margin: 0;
    background: #ee2375;
    color: #fff;
    font-weight: bold;
    font-size: 1.09em;
}

input.previous {
    float: left;
}

option {
    color: #00305b;
    background: #fff;
}

.buttons {
    clear: both;
    padding: 20px 0 0 0;
}

/* tables */
table {
    margin: 1em 0 .5em 0;
}

table.full {
    width: 100%;
}

.content table {
    margin-bottom: 1em;
}

td, th {
    text-align: left;
    vertical-align: top;
    padding: 4px 1em;
}

td {
    border-left: 1px dashed #74beea;
}

tr.odd th,
tr.odd td {
    background: #cfe5f3;
}

tr.even th,
tr.even td {
    background: #e7f2f9;
}

thead th {
    padding-bottom: .3em;
    border-top: none;
    background: #b7d8ed;
}