/* Debug kit */

#debug-kit-toolbar * {
    color: #000000;
}

/* General Style Info */
html, body {
    margin: 0px;
    padding: 0px;
    background-color: #122045;
    /*background: #122045 url(../img/default_background.jpg) 50% 0% no-repeat;*/
}

* {
    font-size: 8pt;
    font-family: Verdana, Arial;
    color: #fff;
}

p {
    margin: 5px 0px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a img {
    border: 0px;
}
/*
a img:hover {
margin: 0px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
*/

div#container {
    width: 960px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #f00;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

div.footer_line {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #fff;
    padding-top: 11px;
}

div#content {
    margin: 0px;
    padding: 10px 0px;
}

div#content_default {
    background-color: #293658;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    border-top: 1px solid #fff;
}

div#view_container {
    margin: 0px;
    padding: 35px 30px;
}

/*
td#td_news_homepage {
    background: url(../img/news.png) 355px 89px no-repeat;
}
*/
td#td_gallery_homepage {
    background: url(../img/gallery.png) 400px 88px no-repeat;
}

div#news_homepage,
div#gallery_homepage {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
    width: 420px;
    text-align: left;
    margin: 0px 0px 20px 0px;
}

div.homepage_element_description,
div.div_element_description {
    width: auto;
    max-height: 90px;
    overflow: visible;
}

div.div_element_description {
    padding-left: 10px;
}

div.homepage_element_description a,
div.div_element_description a {
    font-weight: bold;
}

div#title_image_header {   
    text-align: right;
}

div#banner_image_list {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #293658;
}

div#banner_image_list img {
    float: left;
}

div#page_description {
    margin-left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 308px;
    overflow: auto;
}

div.information_link {
    text-align: right;
    margin-top: 20px;
    padding: 6px 0px;
    background: url('../img/logo_small.png') 84% 0% no-repeat;
}

div.information_link a {
    padding: 2px 4px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

div.information_link a:hover {
    background-color: #fff;
    color: #293658;
    text-decoration: none;
}

div.element_div_list {
    float: left;
    width: 290px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 5px 0px;
    margin-right: 10px;
    padding: 10px 0px;
    background: url(../img/news_icon.png) 99% 95% no-repeat;
    height: 155px;
    overflow: visible;
}

div.element_div_list:hover {
    background: url(../img/news_icon_hover.png) 99% 95% no-repeat;
}

div.gallery_icon {
    background: url(../img/gallery_icon.png) 99% 95% no-repeat;
}

div.gallery_icon:hover {
    background: url(../img/gallery_icon_hover.png) 99% 95% no-repeat;
}

div.element_div_list img {
    margin: 2px;
}

div.element_div_list img:hover {
    margin: 0px;
    border: 2px solid #ff0;
}

div.paging {
    padding-top: 10px;
    text-align: center;
}

div.paging * {
    display: inline;
    text-transform: uppercase;
}

div.paging .current {
    color: #ff0;
}

div.paging .disabled {
    color: #668;
}

div.paging a:hover {
    color: #ff0;
}

ul#elements_ulist,
ul#elements_ulist_press {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#elements_ulist li,
ul#elements_ulist_press li {
    border-bottom: 1px solid #fff;
}

ul#elements_ulist a,
ul#elements_ulist_press a {
    display: block;
    padding: 5px 25px;
    background:url(../img/news_icon.png) 98% 50% no-repeat;
}

ul#elements_ulist a:hover,
ul#elements_ulist_press a:hover {
    display: block;
    padding: 5px 25px;
    background:#4b587a url(../img/news_icon_hover.png) 98% 50% no-repeat;
    text-decoration: none;
}

ul#elements_ulist_press a {
    background:url(../img/pdf.png) 98% 50% no-repeat;
}

ul#elements_ulist_press a:hover {
    background:#4b587a url(../img/pdf.png) 98% 50% no-repeat;
}

div#contact_form {
    padding: 5px 25px;
    margin: 0px;
    border-top: 1px solid #fff;
}

div#contact_form, div#contact_form * {
    color: #ff0;
}

div#contact_form label {
    color: #ff0;
    display: inline;
}

div#contact_form div.textarea label {
    display: block;
}

div#contact_form div.textarea textarea {
    width: 100%;
    height: 120px;
}

div#contact_form div.textarea textarea,
div#contact_form div.text input {
    background-color: #293658;
    border: 1px solid #fff;
}

div#contact_form div.textarea textarea:focus,
div#contact_form div.text input:focus {
    background-color: #4b587a;
}

div#contact_form div.text label {
    width: 100px;
    display: block;
    float: left;
}

div#contact_form div.submit {
    text-align: right;
    padding: 5px 8px;
}

div#contact_form div.submit input {
    border: 1px solid #fff;
    background-color: #fff;
    color: #293658;
    padding: 1px 5px;
}

div#contact_form div.error label {
    font-weight: bold;
    color: #ff3300;
}

div#contact_form div.error-message {
    color: #ff0000;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 20px;
    text-align: left;
    display: none;
}

div#flashMessage {
    border: 0px solid #ff3300;
    margin: 0px 15px;
    padding: 10px 20px;
    font-weight: bold;
    color: #ff3300;
    font-size: 10pt;
}

div#map_canvas {
    border: 1px solid #fff;
}

div#map_canvas * {
    color: #293658;
}

table.one1events_maps * {
    color: #293658;
}

table.one1events_maps h3 {
    font-size: 13px;
}

a#homepage_gallery_category,
a#homepage_travel {
    display: block;
    width: 150px;
    height: 90px;
}

div.div_travel_element a.travel_text {
    font-weight: bold;
}

div.div_travel_element a.travel_text:hover {
    text-decoration: none;
}

div.div_travel_element .travel_image {
    background: #ffffff;
    display: block;
    width: 250px;
    height: 112px;
    margin-top: 7px;
    margin-bottom: 2px;
}

div.div_travel_element img:hover {
    border: 0px;
}

div.div_travel_element:hover a.travel_image {
    border: 2px solid #ff0;
    margin-top: 5px;
    margin-bottom: 0px;
}

a.travel_pdf {
    display: block;
    padding: 4px 45px;
    margin-top: 3px;
    font-style: italic;
    background: transparent url(../img/pdf-icon.gif) 20px 50% no-repeat;
    font-weight: bold;
    color: #ddd;
}

a.home_travel_pdf {
    display: block;
    padding: 4px 25px;
    margin-top: 3px;
    font-style: italic;
    background: transparent url(../img/pdf-icon.gif) 0% 50% no-repeat;
    font-weight: bold;
    color: #ddd;
}

a.travel_pdf:hover {
    text-decoration: underline;
}
