html {
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    background: url("header_bg.jpg") repeat-x scroll left top #2A2A2A;
    font-family: arial,sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    text-align: left;
}
#body_container {
    background: none repeat scroll 0 0 transparent;
    line-height: 140%;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#header {
    height: 55px;
    margin: 0 auto;
    width: 1000px;
}
#header a {
    color: #E8E1C8;
}
#content {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: left;
    width: 730px;
}
#menu {
    font-size: 13pt;
    padding: 21px 5px 0 0;
    text-align: right;
    text-transform: lowercase;
}
#menu a {
    font-family: 'Cuprum',serif;
    text-decoration: none;
}
#base_url {
    float: left;
    margin-left: -4px;
}
#base_url img {
    border: 0 none;
}
#menu_side {
    float: right;
    width: 230px;
}
#footer {
    border-top: 1px solid #606060;
    clear: both;
    margin: 1em 225px;
    padding: 1em;
    text-align: center;
    width: 500px;
}
#footer li {
    display: inline;
    list-style-type: none;
    margin: 0 0.5em;
}
#footer a {
    text-decoration: none;
}
.box {
    background-color: #222;
    border: 1px solid #353535;
    border-radius: 7px 7px 7px 7px;
    padding: 1em;
    line-height: 120%;
    margin: 1em 0;
    text-align: justify;
}
.box ul {
  margin: 0.75em 0 0 0;
}
.box a {
  text-decoration: none;
}
.box p {
    padding: 1em;
    margin: 0;
}
.box form {
  margin: 1em 0 0 0;
}
p {
    padding: 0;
	margin: 1em 0;
}
#content a {
    font-weight: bold;
    text-decoration: none;
}
#content a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#content a:visited {
    text-decoration: none;
}
#content h1, #content h2, #content h3 {
    font-family: serif;
}
#content h1, #content h2, #content h3 {
    margin: 0 0 0.5em 0;
}
#content h1 {
    font-size: 1.4em;
}
#content h2 {
    font-size: 1.27em;
}
#content h3 {
    font-size: 1.15em;
}
#content h4 {
    margin-bottom: 0.5em;
}
#mdl_menus {
	font-size: 12px;
	line-height: 22px;
    border-radius: 0 0 7px 7px;
    border-style: none solid solid;
    border-width: 1px;
    display: inline;
    padding: 5px;
    text-align: center;
}
#mdl_menus a {
    font-family: 'Cuprum',serif;
    font-size: 12pt;
    font-weight: normal;
    padding: 0 0.5em;
}
#mdl_menus a:hover {
	text-decoration: none;
}
.msg_0, .msg_1, .msg_2, .lbl_err {
    padding: 5px;
    text-align: justify;
}
.msg_0 {
    background-color: #320000;
    border: 1px dotted #960000;
    color: #FA4632;
}
.msg_1 {
    background-color: #F0FFAA;
    border: 1px dotted #3C6400;
    color: #4B6400;
}
.msg_2 {
    background-color: #EBEBEB;
    border: 1px dotted #505050;
    color: #505050;
}
#content .msg_2 a, #content .msg_2 a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
#content .msg_2 a:hover {
    color: #606060;
}
.adminlink {
    font-variant: small-caps;
    margin: 0 3px;
}
#content a.adminlink img.icon, #content img.icon {
    border: 0 none ! important;
    height: 17px;
    width: 17px;
	padding: 0;
	margin: 1px ! important;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
div.center {
    margin: 0;
    text-align: center;
}
.right {
    border: medium none red;
    text-align: right;
}
.justify {
    text-align: justify;
}
.help {
    text-align: justify;
}
.auto_margin {
    margin: auto;
}
.auto_width {
    width: auto;
}
.hovered_list li {
    padding: 2px;
}
.hovered_listline {
    background-color: #1A1A1A;
}
#content .pure_ls {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flag {
    border: 1px solid #1E3200;
    height: 11px;
    width: 17px;
}
.pager {
    margin: 10px 0;
    padding: 0;
}
.pager li {
    display: inline;
    font-family: "Times New Roman",sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
}
.pager li.pager-current {
    font-size: 1.35em;
    font-weight: bold;
    padding: 0 4px;
}
.pager li.pager-last, .pager li.pager-next, .pager li.pager-prev, .pager li.pager-first {
    padding: 0 4px;
}
.pager li.pager-last a, .pager li.pager-next a, .pager li.pager-prev a, .pager li.pager-first a {
    padding: 0;
}
.pager li a {
    font-family: "Times New Roman",sans-serif;
    padding: 0 4px;
}
.pager li a:hover {
    text-decoration: none;
}
.float-left {
    float: left;
}
img.float-left {
    margin: 5px 5px 5px 0;
}
.float-right {
    float: right;
}
img.float-right {
    margin: 5px 0 5px 5px;
}
* html .float-clear {
    height: 1%;
    width: auto;
}
.float-clear-right {
    clear: right;
}
.float-clear-left {
    clear: left;
}
.float-clear-both {
    clear: both;
}
.float-clear {
    display: table;
}
blockquote {
}
code {
}
address {
    display: inline;
}
form {
    margin-bottom: 1em;
    text-align: center;
}
form br, fieldset br {
    clear: left;
}
label {
    display: block;
    float: left;
    margin: 2px;
    text-align: left;
    width: 286px;
}
.full_width_label_with_help {
    width: 700px;
}
.lbl_err {
    color: #DD0000;
    font-weight: bold;
    padding: 0;
}
input, textarea, select {
    background-color: #202020;
    border: 1px solid #101010;
    color: #A0A0A0;
    margin: 2px;
    padding: 0 2px;
    text-align: left;
}
input:focus, textarea:focus, select:focus {
    background-color: #AAAAAA;
	color: #000000;
}
input {
    height: 22px;
    width: 430px;
}
select {
    height: 22px;
    padding-right: 0;
    width: 436px;
}
textarea {
    margin-right: 0;
    width: 718px;
}
input.field_with_help {
    float: left;
    width: 404px;
}
select.field_with_help {
    float: left;
    width: 410px;
}
fieldset {
    border: 1px solid #AAC800;
    margin-bottom: 1em;
}
legend {
    border-left: 1px solid #AAC800;
    border-right: 1px solid #AAC800;
    font-weight: bold;
    padding: 0 1em;
}
fieldset label {
    width: 248px;
}
fieldset textarea {
    margin-left: 0;
    width: 592px;
}
fieldset .field_with_help {
    margin-left: 4px;
}
.butt {
    background-color: #101010;
    border: 1px solid #E8E1C8;
    color: #E8E1C8;
    font-family: "Trebuchet MS",Helvetica,Verdana,sans-serif;
    font-weight: bold;
    height: 2em;
    margin: 10px auto auto;
    padding: 2px 5px;
    text-align: center;
    width: auto;
}
.helpButton {
    background-color: #4A4A4A;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 22px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 22px;
}
.checkbox {
    height: auto;
    width: auto;
}
.radio {
    height: auto;
    width: auto;
}
.helpField {
    padding: 0 10px 10px 1em;
    text-align: justify;
}
#fTellMeWhoLabel {
    color: red;
}
#fTellMeWho, #fTellMeWhoLabel {
    display: none;
}
#menu_side_donation input {
    border: 0 none;
    vertical-align: middle;
    width: auto;
}
#fBirthYear {
    text-align: center;
    width: 178px;
}
#fBirthMonth {
    text-align: center;
    width: 100px;
}
#fBirthDay {
    text-align: center;
    width: 100px;
}
#fSex_container {
    display: block;
    float: left;
    text-align: left;
    width: 338px;
}
#fSex_container input {
    float: left;
}
#fSex_container label {
    width: auto;
}
#articles_stickies {
    border-bottom: 1px solid #606060;
    border-top: 1px solid #606060;
    margin: 0;
    padding: 5px 20px;
}
#articles_stickies li {
    list-style-type: square;
}
ul#articles-list {
    list-style-type: none;
    margin: 1em 0 0;
    padding: 0;
}
#articles-list li.article_lead {
    background-color: #222222;
    border: 1px solid #353535;
    border-radius: 7px 7px 7px 7px;
    margin: 0 auto 1em;
    padding: 1em;
    text-align: justify;
}
#content div.article_lead_head h1 {
    font-size: 11pt;
    font-variant: small-caps;
    line-height: 100%;
    margin: 0;
    padding: 0 20px 5px 0;
}
li.article_lead h1 a {
    font-weight: bold !important;
}
div.article_lead_head {
    border-bottom: 1px solid #353535;
    font-size: 8pt;
    line-height: 100%;
    margin: 0;
    padding: 0 20px 5px 0;
}
div.article_lead_body {
    padding: 0;
    margin: 15px 0 0;
}
#content div.article_lead_body a:visited {
    font-style: italic;
}
div.article_lead_body ul {
}
p.article_lead_body_full_article {
    margin: 0;
    padding: 0;
    text-align: right;
}
p.article_lead_body_full_article a {
    font-family: "Times New Roman",serif;
}
div.article_lead_footer {
    clear: both;
    margin: 0;
    padding: 0;
}
div#article_show_head {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    font-size: 9pt;
    margin: 40px 0 0;
    padding: 20px 0;
    text-align: center;
}
h1#article_show_title {
    font-size: 14pt;
    font-variant: small-caps;
    margin: 0;
    padding: 0 0 5px;
}
div#article_show_text {
    margin-bottom: 1em;
/*    padding-top: 20px;*/
    text-align: justify;

    background-color: #222;
    border: 1px solid #353535;
    border-top: 0px;
    border-radius: 0px 0px 7px 7px;
    padding: 1em;
}
div#article_show_text h1 {
}
div#article_show_text h2 {
}
div#article_show_text h3 {
}
#content div.article_show_text a:visited {
    font-style: italic;
}
div#article_show_text img {
    border: 0 none;
}
div#article_show_text ul {
}
div#article_show-comments {
    background: url("line.gif") repeat-x scroll center top transparent;
    margin: 0 30px;
    padding: 1em 20px 0;
    text-align: center;
}
div#article_show-comments #forumcomment textarea {
    width: 678px;
}
div#article_show-comments #forumcomment .full_width_label_with_help {
    width: 662px;
}
#article_show-comments #commentls {
}
#article_pagelist {
    list-style-type: upper-roman;
}
#content .article_lead_head img, #content #article_show_text img, #content .article_lead a img, #content .article_show_text a img {
    border: 1px solid #202020;
    margin: 5px;
}
#articles-list li.article_lead_body img {
    border: 0 none;
    max-width: 700px;
    overflow: auto;
}
#lbl_fCondStyle_section, #lbl_fCondStyle_union {
}
#articles-archives-ls {
    padding: 10px 50px;
}
#articles-archives-ls li {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 1px 3px;
    width: 680px;
}
#articles-archives-ls li a {
    display: block;
    float: left;
    width: 450px;
}
#articles-archives-ls li div {
    float: right;
    text-align: right;
    width: 220px;
}
#category_tree {
    padding: 0;
    text-align: left;
}
#category_tree ul {
    margin: 0;
    padding: 0 0 0 25px;
}
#category_tree li {
    clear: left;
    list-style-type: none;
    width: auto;
}
#category_tree li a img {
    border: 0 none;
}
#download_settings {
    margin: 0 0 auto;
    padding-top: 10px;
}
#download_settings a {
    background-color: #111111;
    border: 1px solid #E8E1C8;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-weight: normal;
    opacity: 0.5;
    text-align: center;
    width: 170px;
}
#download_settings a:hover {
    text-decoration: none;
}
#download_settings a img {
    border: 0 none;
    vertical-align: middle;
}
#download_settings a.dl_btn_active {
    font-style: italic;
    opacity: 0.9;
}
#download_settings a.dl_btn_hovered {
    opacity: 0.9;
}
#download_settings a#dl_btn_show, #download_settings a#dl_btn_defaultview {
    font-style: normal;
    margin-left: 30px;
}
#content h1.downloads_list_title {
    border-bottom: 1px solid;
    border-top: 1px solid;
    display: block;
    font-variant: small-caps;
    margin: 15px 0;
    padding: 15px 0 15px 15px;
}
.downloads_list {
    clear: left;
    margin: 0;
    padding: 0;
}
.downloads_list li {
    background-color: #222222;
    border: 1px solid #353535;
    border-radius: 7px 7px 7px 7px;
    list-style-type: none;
    margin: 0 0 1em;
    padding: 5px 10px;
}
#content a.downloads_list_toggledetails {
    float: right;
    font-variant: small-caps;
}
.downloads_list_header {
    clear: right;
	font-size: 9pt;
}
#content a.downloads_list_itemname {
}
#content a.downloads_list_itemname img {
    border: 0 none;
    margin-bottom: -4px;
}
.downloads_list_details {
    border-top: 1px solid;
    margin-top: 10px;
    padding: 10px 0 5px;
}
.downloads_list_comment {
    margin: 0;
    padding: 0;
}
#jquery-overlay {
    height: 500px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 90;
}
#jquery-lightbox {
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}
#jquery-lightbox a img {
    border: medium none;
}
#lightbox-container-image-box {
    background-color: #FFFFFF;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
}
#lightbox-container-image {
    padding: 1px;
}
#lightbox-loading {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}
#lightbox-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}
#lightbox-nav a {
    outline: medium none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    display: block;
    height: 100%;
    width: 49%;
}
#lightbox-nav-btnPrev {
    float: left;
    left: 0;
}
#lightbox-nav-btnNext {
    float: right;
    right: 0;
}
#lightbox-container-image-data-box {
    background-color: #FFFFFF;
    font: 10px/1.4em Verdana,Helvetica,sans-serif;
    margin: 0 auto;
    overflow: auto;
    padding: 0 1px;
    width: 100%;
}
#lightbox-container-image-data {
    color: #666666;
    padding: 0 1px;
}
#lightbox-container-image-data #lightbox-image-details {
    text-align: center;
    width: 100%;
}
#lightbox-image-details-caption {
    font-weight: bold;
}
#lightbox-image-details-currentNumber {
    display: block;
    float: left;
    padding-bottom: 0;
}
#lightbox-secNav-btnClose {
    float: right;
    height: 17px;
    padding-bottom: 0;
    width: 17px;
}