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

html {
    height: 100%;
}


body {
	margin: 0px;
	background: #002F43 url(../bin/bg01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B9B9B9;
	min-width: 900px;
}

/*
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;
    color: #fff;
}

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

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

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: 75px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.error_bg {
    background-color: red;
}

a {
	color: #8AC800;
}

a.follow_links {
  text-decoration: none;
}

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

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

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;
}


/* follow me bar */
#follow_me {
  text-align: center;
}

#follow_me a {
  display: inline;
  margin: 5px;
}

#gtalk_badge {
  text-align: center;
}

#gtalk_badge span {
  color: #444;
  font-style: italic;
  font-weight: bold;
}

#gtalk_badge a {
  margin-left: 7px;
}

#gtalk_badge img {
  margin-bottom: -2px;
  border: 0;
  padding: 0;
}


/* 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 {
    text-transform: lowercase;
}

div.breadcrumb_normal {
    position: absolute;
    left: 0;
    top: 10px;
}

div.breadcrumb_simple {
    position: absolute;
    left: 17px;
    top: 110px;
}

#breadcrumb ul {
    display: inline;
    font-weight: bold;
}

#breadcrumb ul.normal {
    font-size: 0.9em;
    padding-left: 0px;
}

#breadcrumb ul.simple {
    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;
}


/* 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;
    font-style: italic;
}

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

p.original_design {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 0.7em;
}

p.original_design a {
  text-decoration: none;
}

/* 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: #333;
}

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

a.multilanguage_active {
    background-color: #222;
    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;
    opacity: 0;
    border: none;
    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(../bin/mac_ff_bg.png) repeat;
}

.modal_overlay_bg {
    background-color: #000000;
}

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


/* Widget Theme */
img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1 {
	background: url(../bin/bg02.jpg) no-repeat center top;
}

#bg2 {
	background: url(../bin/bg03.jpg) no-repeat center top;
}

#bg3 {
  position: relative;
	background: url(../bin/bg04.jpg) repeat-y center top;
}

#bg4 {
	background: url(../bin/bg05.jpg) no-repeat center top;
}

#bg5 {
	background: url(../bin/bg06.jpg) no-repeat center bottom;
}

/* Header */

#header {
	width: 900px;
	height: 90px;
	margin: 0px auto;
	text-transform: lowercase;
}

#header div {
    padding: 25px;
    margin: 0;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
}

/* Header2 */

#header2 {
	width: 900px;
	height: 88px;
	margin: 0px auto;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	/*padding: 12px 0px 0px 0px;*/
	padding: 30px 0px 0px 0px;
	list-style: none;
	text-transform: lowercase;
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 50px;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a.active {
  text-decoration: underline;
}

#submenu {
	float: left;
}

#submenu ul {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	list-style: none;
	text-transform: lowercase;
}

#submenu li {
	float: left;
}

#submenu a {
	padding-left: 50px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#submenu a.active {
  text-decoration: underline;
}


/* Search */

#main_search {
	float: right;
}

#main_search form {
  position: relative;
	margin: 0px;
	padding: 35px 80px 0px 0px;
}

#main_search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#main_search input.text {
	width: 160px;
	background: none;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AEC38B;
}

#main_search input.button {
  position: absolute;
  top: 37px;
  right: 58px;
  width: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

#main_search input.button {
}

/* Page */

#page {
  position: relative;
	width: 846px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 583px;
}

.post {
}

.post .title {
	height: 49px;
	background: url(../bin/img02.gif) no-repeat;
}

.post .title h2 {
	float: left;
	padding: 10px 0px 0px 24px;
	font-size: 20px;
	text-transform: lowercase;
	color: #FFFFFF;
}

.post .title h2 span {
  color: #555;
  font-size: 80%;
  margin-left: -15px;
  padding-right: 8px;
  font-style: italic;
}

.post .status_code_page h2 {
	float: left;
	padding: 12px 0px 0px 24px;
	font-size: 20px;
	text-transform: lowercase;
	color: #FFFFFF;
  color: red;
}

.post .title h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title h2 a:hover {
	color: #8AC800;
}

.post .title p {
	float: right;
	padding: 12px 24px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #343434;
}

.post .entry {
	padding: 20px 23px 0px 23px;
}

.post .feature_description img {
  float: left;
  margin: 5px 5px 0px 0px;
  border: 1px solid #fff;
}

.post .meta {
	height: 70px;
	clear: left;
	margin: 0px 23px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #262626;
}

.post .meta .credit {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .links .more {
	padding-left: 17px;
	background: url(../bin/img05.gif) no-repeat left center;
}

.post .meta .links .comments {
	padding-left: 19px;
	background: url(../bin/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 236px;
}

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

#sidebar li {
	background: url(../bin/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0px;
	background: none;
	border-bottom: 1px solid #262626;
	font-size: 14px;
}

#sidebar h2 {
	margin: 0px;
	padding: 13px 0px 20px 0px;
	text-transform: lowercase;
	font-size: 18px;
	color: #FFFFFF;
}


/* language_bar.tpl */
#language_bar {
}

div.language_bar_normal {
    float: right;
    /*top: -135px;*/
    margin-top: -175px;
    margin-right: 25px;
}

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;
}



/* Footer */

#footer {
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a {
	color: #8097A1;
}

