/* Universal styles */
* {
    margin: 0;
    padding: 0;
    border: none;
}

html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-size: 1em;
    margin-left: 1%; 
    margin-right: 1%;
    height: 100%;
    min-width: 750px;
    font-family: Verdana, Arial, sans-serif;
    color: #555;
    line-height: 17px;
}

h1 {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h1.status_code_page {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    color: red;
}

h2 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    padding-top: 0.5em;
    color:  #666;
    padding-bottom: 0.25em;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding-top: 0.5em;
    color:  #666;
    padding-bottom: 0.25em;
}

ul {
   margin-left: 0px;
   padding-left: 20px;
}

table {
   margin: 10px;
}

tr {
}

td { 
   padding: 5px;
}

p.content_description {
    font-style: italic;
    text-align: justify;
    padding-bottom: 20px;
}

.content_body {
    text-align: justify;
}

.not_found_lang {
    margin-top: 100px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.error_bg {
    background-color: red;
}

a {
    color: #5C677C;
}

form.standard_form {
    padding: 5px;
    background-color: #AAA;
}

ol.standard_list {
    position: relative;
}

ul.standard_list {
    position: relative;
    padding-left: 0px;
}

li.standard_list {
    position: relative;
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 1px;
    font-size: 1em;
    background-color: #DDD;
}

li.standard_list:hover {
    background-color: #EEE;
}

input {
    border: 0;
}

/* normal.tpl / simple.tpl / login.tpl */
#body_wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

div.body_wrapper_login {
    width: 600px;
    margin: 0 auto;
}

div.body_wrapper_normal {
    margin-bottom: -128px; /* Makes space for footer */
}

div.body_wrapper_simple {
    margin-bottom: -128px; /* Makes space for footer */
}

#login_content_container {
    position: relative;
    top: 150px;
    height: 100px;
    width:600px;
    text-align: center;
}

#content_container {
    position: relative;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div.content_container_normal {
    top: 150px;
    margin-left: 250px;
    margin-right: 100px;
}

div.content_container_simple {
    top: 121px;
    margin-left: 5px;
    margin-right: 5px;
}

div.status_code_page {
    text-align: center;
}


/* language_bar.tpl */
#language_bar {
    position: absolute; 
}

div.language_bar_normal {
    position: absolute;
    top: 38px;
    right: 100px;
}

div.language_bar_simple {
    position: absolute;
    top: 6px;
    left: 17px;
}

div.language_bar_login {
    position: absolute;
    top: 175px;
    right: 100px;
}

img.language_bar_a_img {
    border: 1px #000 solid;
    opacity: 0.60;
}

img.language_bar_a_img:hover {
    opacity: 0.95;
}

img.language_bar_a_img_active {
    border: 1px #000 solid;
}



/* redirect.tpl */
#redirect {
    position: relative;
    padding: 0.5em;
    text-align: center;
    font-style: italic;
    border-style: groove;
    border-width: 2px;
}

div.redirect_login {
    margin-top: 150px;
    margin-bottom: 50px;
}

div.redirect_normal {
    margin: 2em;
}

p.redirect_p {
    font-weight: bold;
    padding-bottom: 0.2em;
}

p.redirect_a {
}



/* titled_menus.tpl */
#titled_menus {
    position: absolute;
    left: 100px;
    top: 190px;
}

div.titled_menu_div {
    position: relative;
    width: 150px;
    padding-bottom: 20px;
}
        
p.titled_menu_div_p {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    vertical-align: middle;
    font-weight: bold; 
}
    
ul.titled_menu_div_ul {
    list-style-type: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.85em;
    font-weight: bold;
}
  
li.titled_menu_div_ul_li {
}

a.titled_menu_div_ul_li_a {
    font-size: 1.1em;
    font-weight: normal;
    text-decoration: none;
}

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





/* normal_header.tpl / simple_header.tpl */
p.header_separator {
    display: none;
}

#header_top_separator_normal {
}

#header_bottom_separator_normal {
}

#header_bottom_separator_simple {
}

#header_logotype {
    position: absolute;
    display: block;
    top: 10px;
    left: 100px;
    height: 45px;
    width: 220px;
    background-image: url('../bin/logo_black.png');
    cursor: pointer;
    border: 0px;
}

/*
#header_logotype:hover {
    background-image: url('../bin/logo_black_hover.png');
}
*/

ul.header_menu_bar_ul {
    position: absolute;
    z-index: 2;
    height: 40px;
    background-image: url('../bin/menu.jpg');
    background-repeat: repeat-x;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    line-height: 40px;
    padding-left: 0px;
}

ul.normal_header_menu_bar_ul {
    top: 65px;
    left: 100px;
    right: 100px;
    padding-left: 0px;
}

ul.simple_header_menu_bar_ul {
    top: 35px;
    left: 17px;
    right: 17px;
    padding-left: 0px;
}

li.header_menu_bar_ul_li {
    display: inline;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

li.header_menu_bar_ul_li:hover {
    background-image: url('../bin/menuover.jpg');
    background-repeat: repeat-x;
    height: 40px;
}

li.header_menu_bar_ul_li_active {
    display: inline;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    background-image: url('../bin/menuover.jpg');
    background-repeat: repeat-x;
    height: 40px;
}

li.simple_header_menu_bar_ul_li_active_first {
    display: inline;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    background-image: url('../bin/menuover.jpg');
    background-repeat: repeat-x;
    height: 40px;
}

li.header_menu_bar_ul_li_active_alone {
    display: inline;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    background-image: url('../bin/menuover.jpg');
    background-repeat: repeat-x;
    height: 40px;
}

li.simple_header_menu_bar_ul_li_active_alone_first {
    display: inline;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: middle;
    background-image: url('../bin/menuover.jpg');
    background-repeat: repeat-x;
    height: 40px;
}

a.header_menu_bar_ul_li_a {
    text-decoration: none;
    text-transform: lowercase;
    color: #EEE;
    font-family: sans-serif; 
}

ul.header_sub_menu_ul {
    position: absolute;
    border-bottom: 1px solid white;
    display: inline;
    font-weight: bold;
    padding-left: 0px;
    height: 24px;
    background-image: url('../bin/submenu.jpg');
    background-repeat: repeat-x;
    line-height: 24px;
    color: #CCC;
}

ul.normal_header_sub_menu_ul {
    top: 106px;
    left: 100px;
    right: 100px;
    padding-left: 0px;
}

ul.simple_header_sub_menu_ul {
    top: 76px;
    left: 17px;
    right: 17px;
    padding-left: 0px;
}

li.header_sub_menu_ul_li {
    display: inline;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    font-family: sans-serif;
    font-size: 0.9em;
    padding-left: 12px;
}
li.header_sub_menu_ul_li_active {
    display: inline;
    float: left;
    font-family: sans-serif;
    font-size: 0.9em;
    padding-left: 7px;
    padding-right: 7px;
    background-image: url('../bin/submenuover.jpg');
    background-repeat: repeat-x;
    height: 24px;
}

a.header_sub_menu_ul_li_a {
    text-transform: lowercase;
    text-decoration: none;
    color: #EEE;
}

a.header_sub_menu_ul_li_a_active {
    text-transform: lowercase;
    text-decoration: none;
    color: #EEE;
}

#breadcrumb_ul {
    position: absolute;
    z-index: 99;
    display: inline;
    font-weight: bold;
}

ul.normal_breadcrumb {
    top: 135px;
    left: 100px;
    font-size: 0.7em;
    padding-left: 0px;
}

ul.simple_breadcrumb {
    top: 115px;
    left: 20px;
    font-size: 0.8em;
    padding-left: 0px;
}

li.breadcrumb_ul_li {
    display: inline;
    float: left;
    padding-right: 3px;
}

a.breadcrumb_ul_li_a {
    /*text-transform: lowercase;*/
    text-decoration: none;
}

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


/* search.tpl */
#site_search_form {
    position: absolute;
    z-index: 10;
    top: 72px;
    right: 110px;
    height: 25px;
    text-align: right;
}

p.search_form_p {
}

#site_search_input {
    position: absolute;
    right: 27px;
    top: 5px;
    color: #000;
    width: 80px;
    font-size: 0.6em;
    border-width: 1px;
    border-color: #555;
    padding-left: 2px;
    padding-right: 2px;
}

#site_search_img {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 20px; 
    height: 20px;
    border: 0px;
    background-repeat: no-repeat;
    background: url('../bin/search.png');
}

#site_search_img:hover {
    cursor: pointer;
}


/* normal_footer.tpl / simple_footer.tpl / login_footer.tpl */
#footer {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

/* Makes blank space for the footer within the body wrapper */
#footer_aux_normal {
    height: 280px;
}

#footer_aux_simple {
    height: 280px;
}

#footer_ul {
    display: inline;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

li.footer_ul_li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}

a.footer_ul_li_a {
    text-decoration: none;
    font-weight: normal;
}

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

img.powered_by {
  border: 0;
  height: 14px;
}

#footer_copyright_p {
    font-size: 0.9em;
    padding-top: 20px;
    padding-bottom: 10px;
    font-style: italic;
}

#footer_powered_by_p {
    font-size: 0.9em;
    font-weight: bold;
}

#footer_xhtml_strict_a_normal {
    position: absolute;
    bottom: 5px;
    right: 204px;
}

#footer_xhtml_strict_a_simple {
    position: absolute;
    bottom: 5px;
    right: 134px;
}

#footer_css_a_normal {
    position: absolute;
    bottom: 5px;
    right: 100px;
}

#footer_css_a_simple {
    position: absolute;
    bottom: 5px;
    right: 17px;
}

/* multi language form support CSS */

/* Positions language swapper links on forms */
a.multilanguage {
    float: right;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 1px;
    line-height: 20px;
    margin-top: -15px;
    background-color: #CCC;
}

a.multilanguage:hover {
    background-color: #DDD;
}

a.multilanguage_active {
    background-color: #DDD;
    margin-top: -19px;
}

/* How multilabel form fields stand out */
label.multilanguage {
    font-style: italic;
    font-weight: bold;
}


/* Modal box */
#modal_iframe_hider{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#modal_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.modal_overlay_mac_ff_bg {
    background: url(mac_ff_bg.png) repeat;
}

.modal_overlay_bg {
    background-color: #000000;
    opacity: 0.75;
}

#modal_load{
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px;
}
