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

html {
    height: 100%;
}

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

.x-body {
    background: #FFFFFF url(../bin/img01.jpg) repeat-x left top;
}

h1 {
    font-weight: bold;
    font-size: 1.4em;
    font-size: 2em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #32639A;
}

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

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

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

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: #4486C7;
}

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: #D8E7FE;
}

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: -30px;
    right: 0px;
}

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: 235px;
    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: 220px;
    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: 0px;
    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;
}


#x-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#x-footer {
	height: 130px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #D8E7FE;
	border-top: 1px solid #D3DEF0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#x-footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #606060;
}

#x-footer .footer_design {
   text-transform: none;
   font-size: 9px;
   color: #A0A0A0; 
}

#x-footer .footer_design a {
   color: #A0A0A0;
   font-decoration: none; 
}
 

#x-footer a {
	color: #5389E0;
}

#x-header {
	width: 940px;
	height: 148px;
	margin: 0 auto;
	/*background: url(../bin/logo_calma.png) no-repeat left 20px;*/
}

#x-logo {
	float: left;
	margin: 0;
	padding-top: 30px;
	color: #000000;
}

#x-logo h1 {
	margin: 0;
	padding: 0;
}

#x-logo h1 {
	float: left;
	padding-left: 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
	padding-top: 15px;
}

#x-logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#x-sidebar {
  position: relative;
	float: right;
	width: 280px;
	padding: 0px;
	color: #787878;
	background: #FFFFFF;
}

#x-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#x-sidebar li {
	margin: 0;
	padding: 0;
	border-left: 1px solid #E2E2E2;
}

#x-sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#x-sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#x-sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#x-sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#x-sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#x-sidebar a {
	border: none;
}

#x-sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


#x-menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#x-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#x-menu li {
	float: left;
}

#x-menu a {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#x-menu a:hover, #x-menu .current_page_item a {
	background: #659CEF url(../bin/img03.jpg) repeat-x left bottom;
	text-decoration: none;
}

#x-menu .current_page_item a {
	background: #FBFBFC url(../bin/img02.jpg) repeat-x left bottom;
	padding-left: 0;
	color: #30476A;
}


#x-page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#x-page-bgtop {
	padding: 20px px;
}

#x-page-bgbtm {
}

/* Content */

#x-content {
	float: left;
	width: 620px;
	padding: 30px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.x-title {
  font-size: 2.3em;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	color: #32639A;
}

.post {
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post a {
	color: #32639A;
	border: none;
}

.post .meta {
	height: 30px;
	background: #D8E7FE;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #4A81DE;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	background: #A8CF64;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}


#x-search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #A8CF64;
	border-bottom: 4px solid #FFFFFF;
}

#x-search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}


#x-site_search_input {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#x-search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #89B056;
	background: none;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

