div.header, div.accordion > h2, div.accordion > h3 {
    position: relative;
    height: 40px;
    padding: 0px 15px 0px 15px !important;
    background: #3A647E;
}

div.header h2, div.accordion > h2, div.accordion > h3 {
    margin: 0px;
    padding: 0px;
    font-size: 1.6em;
    line-height: 38px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .2);
    font-weight: normal;
    font-family: Din;
    font-size: 37px;
}

div.accordion > h2, div.accordion > h3 {
    cursor: pointer;
}

div.header h2 a, div.accordion > h2 a, div.accordion > h3 a {
    color: #fff;
}

div.accordion > h3 {
    font-size: 1.2em;
    height: 25px;
    line-height: 25px;
}

div.header.small {
    background: transparent url(../img/bg_header_small.png) repeat-x;
    height: 29px;
    margin-bottom: 0px;
    margin-bottom: 5px;
}

div.header.small h2 {
    line-height: 27px;
    font-weight: normal;
    text-align: right;
    font-size: 1.3em;
}

div.padded {
    padding: 10px 15px;
    position: relative;
}

p {
    color: #666;
    line-height: 1.3em;
    margin-bottom: 0.8em;
}

p.last {
    margin-bottom: 0px;
}

h3 {
    font-size: 1.3em;
    color: #ff6f00;
    margin-bottom: 0.5em;
}

h3.caption {
    font-size: 1.8em;
}

h3.green, h3.green a {
    color: #5f7c7d;
}

h3.style2 {
    font-weight: normal !important;
    font-family: 'ArialNarrowBold';
    font-size: 1.5em;
    color: #90b5b7;
    line-height: 41px;
    margin-left: 8px;
    margin-bottom: 10px;

}


table {
    width: auto;
}

th {
    font-weight: normal;
}

table.list th {
    background-color: transparent;
    border-bottom: 1px solid #909090;
}

table.overview td, table.overview th, table.list td, table.list th {
    background-color: transparent !important;
    color: #444;
}

table.list td {
    border-bottom: 1px solid #e0e0e0;
}
table.list.noborders td {
    border-bottom-width: 0px;
}


div.buttons {
    clear: both;
    border-top: 1px solid #DDD;
    /*background-color: #3A647C;*/
}

div.buttons a {
    background-color: green;
    font-family: myriad-bold;
    padding: 1px 15px 0 15px;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

    display: inline-block;
    padding: 4px 12px 4px 12px;
    color: #fff;
}

div.buttons a:hover {
    background-color: #009900;
}

div.huge_buttons {
    clear: both;
    /*background-color: #3A647C;*/
}

div.huge_buttons a {
    width: 250px;
    background-color: green;
    font-family: myriad-bold;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    -moz-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 25px 0px 25px 0px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

div.huge_buttons a:hover {
    background-color: #009900;
}

div.huge_buttons a.blue {
    background-color: #35A8E0;
}

div.huge_buttons a.blue:hover {
    background-color: #2D97CA;
}

input.txt {
    margin: 0px 3px 3px 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

select.sel {
    margin: 2px 3px 0px 0px;
}

textarea.txt {
    height: 150px;
}