* {
    font-family: Verdana, Tahoma, Segoe, sans-serif;
}

body {
    margin: 0px;
    background-color: #FFFEFE;
    text-align: left;
    font-size: 10pt;
}

td {
    font-size: 10pt;
}

a {
    color: #2E31FF;
}

textarea {
    border: 1pt solid black;
    background-color:white;
    margin-top:1px;
    margin-bottom:1px;
    font-size: 10pt;
}

input {
    border: 1pt solid black;
    background-color:white;
    margin-top:1px;
    margin-bottom:1px;
    font-size: 10pt;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input.radio, input.checkbox {
    border: 0px !important;
    background-color: inherit !important;
}

input.submit, .sbsubmit {
    font-weight: bold;
}

select {
    border: 1pt solid black;
    background-color:white;
    margin-top:1px;
    margin-bottom:1px;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form {
    font-size: 10pt;
    font-family: Tahoma, Verdana;
}

h1, h1 a {
    font-size: 18pt;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0.5em;
}

hr {
    border: 0px;
    border-bottom: 2px dotted #DCDCDC;
}

.theader {
    text-align:center;
    font-weight:bold;
}

.k2_block_separator {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ECECEC;
    text-align: center;
    padding: 3px;
    font-weight: bold;
}

.success {
    color: #10FF88;
}
.failure {
	color: #FF1088;
}

.page_header {
    border-bottom: 3px dotted #B6B7DA;
}

.info_block {
    padding-left:5px;
    padding-bottom:3px;
    background-color:white;
}

.k2_block {
    margin-bottom: 10px;
    border: 1px solid #DCDCDC;
    text-align: left;
}

.news_block {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #FFE9BA;
    text-align: left;
    background-color: white;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.local_news_block {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #E1E1E1;
    text-align: left;
    background-color: white;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.content_separator {
    padding: 5px;
}

.advert {
    margin-bottom: 10px;
}

.error_title {
    background-color:#FF2424;
    color: #000000;
    font-size: 14px;
    font-weight:bold;	
}

.error_body {
    background-color:#FF5454;
    color: #001111;
    font-size: 14px;
    font-weight:normal;	
}

.action_failure {
}


.action_success {
}

.balance_total {
}

.body1 {
    background-color: #ECECEC;
    font-weight: bold;
    padding: 3px;
}

td.body1 {
    border: 1px solid white;
}

.body2 {
    background-color: white;
    font-weight:normal;
    padding: 3px;
}

td.body2 {
    border: 1px solid white;
}

.body3 {
    background-color: #ECECEC;
    padding: 3px 3px 0px 3px;
}

.body3 .k2_block {
    margin-bottom: 3px !important;
}

.indent {
    padding-left: 50px;
}

.border {
}

.body_highlight {
    background-color: #B6B7DA;
    color: white;
}

.body_select {
    background-color: #B6B7DA;
    color: white;
}

.body_emphasized {
    background-color: #FFFFCC;
    font-weight: bold;
    padding: 3px;
}

.button_row {
    font-size: 11pt;
    padding-top: 10pt;
    padding-bottom: 5pt;
}

.button {
    border: 1px solid #B6B7DA;
    background-color: white;
    color: black;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 3px;
    margin-right: 3px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.buttons {
}

.cell_bold {
    font-weight: bold;
}
.cell_yellow {
    background-color: #ffff91;
}
.cell_bold_yellow {
    background-color: #ffff91;
    font-weight: bold;
}

.context_menu {
}

.copyright {
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, sans;
    font-style: italic;
}

.display_options {
}

td.gallery_item {
    vertical-align: top;
    padding: 5px;
}

table.gallery_item {
    border: 1px solid #B6B7DA;
}

table.gallery_item td {
    padding: 5px 0px 5px 5px;
}

.gallery_title {
    padding-top: 10px;
}

td.featured_separator {
    border-bottom: 1px dashed #CCCCCC;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #FFE9BA;
}

table.featured_items {
    width: 100%;
    text-align: center;
}

div.featured_item {
    text-align: center;
    width: 100%;
}

.featured_item td {
    padding: 3px;
    background-color: #FFE9BA;
    min-width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.featured_item span.inline_preview, span.gallery_preview {
    margin-right: 3px;
    text-align: center;
    float: left;
    padding: 2px;
}

.featured_item a {
    text-decoration: none;
    color: black;
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

.featured {
    
}

.featured_bold {
    font-weight: bold;
}

.featured_yellow {
    background-color: #ffff4c !important;
}

.featured_bold_yellow {
    font-weight: bold;
    background-color: #ffff4c !important;
}

.featured_title a {
}

.feedback {
    font-size:10pt;
    text-align: left;
    padding-left: 5px;
}

.feedback_header, .feedback_header a {
    font-size:10pt !important;
    text-align: left;
    padding-left: 5px;
}

div.feedback_positive, div.feedback_header_positive, label.feedback_positive {
    color: green;
}

div.feedback_negative, div.feedback_header_negative, label.feedback_negative {
    color: #CF2020;
}

.feedbacks {
}

.filters {
    border: 1px solid #B6B7DA;
    text-align: left;
    margin-bottom: 10px;
    padding: 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.filter_row_title {
    margin-right: 5px;
}

.path_row {
    margin-bottom: 3px;
}

.subs_row {
    background-color: #ECECEC;
}

.categories_front_page {
    margin-right: 5px;
    font-size: 11pt;
    text-align: center;
}

.type_row {
    margin-top: 3px;
}

td.form_submit {
    text-align: center;
    padding: 5px;
    border: 1px solid white;
}

.forms {
}

a.header {
  color:white;
  font-size:12pt;
  font-weight:bold;
  text-decoration:underline;
}

.header, .header a {
    background-color: #B6B7DA;
    color:white;
    font-size:12pt;
    text-align:center;
    font-weight:bold;
}

.header a {
    color: white;
    text-decoration: underline;
}

table.nb_header {
    padding: 0px;
    margin: 1em 0px 0px 0px;
}

table.nb_header td.nb_header {
    background-color: #a6a7ca;
}

td.nb_header_row {
    padding: 0px;
    text-align: center;
    background-color: #B6B7DA;
}

.nb_header_left {
    background-color: #a6a7ca;
    width: 5px;
    background-image: url(img/nb-p-l.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px;
}

.nb_header_spacer {
    width: 1px;
    background-color: #B6B7DA;
    padding: 0px;
}

.nb_header_right {
    background-color: #a6a7ca;
    width: 5px;
    background-image: url(img/nb-p-r.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
}

.nb_header {
    background-color: #B6B7DA;
    color:black;
    text-align:center;
    padding: 0.5em 0em;
}

a.nb_header {
    background-color: #a6a7ca;
    text-decoration: none;
    color: blue;
    padding: 0px;
}

a.nb_header:hover {
    text-decoration: underline;
}

table.nb_header td.nb_header {

}

.nb_header_left_selected {
    background-color: white;
    width: 5px;
    background-image: url(img/nb-p-l.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
}

.nb_header_right_selected {
    background-color: white;
    width: 5px;
    background-image: url(img/nb-p-r.gif);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px;
}

.nb_header_selected {
    background-color: white;
    color: black;
    text-align:center;
    padding: 0.5em 0em;
}

a.nb_header_selected {
    padding: 0px;
}

.charge {
    color:#EE1110;
    font-size:8pt;
    font-weight:bold;	
}

.image_upload {
}

.inline_preview {
    border-width: 0px;
}

.inline_preview td {
    border-bottom: 0px !important;
    vertical-align: top;
}

.inline_preview td {
    margin: 0px !important;
    padding: 0px !important;
}

.inline_preview span.item_image_thumb {
    margin: 0px !important;
}

.item {
}

item_action {
}

td.images_row {
    padding: 10px !important;
}

.item_image {
    display: block;
    clear: both;
    margin: 10px;
}

.item_image_thumb {
    display: inline;
    clear: both;
}

.item_image_thumb img {

}

.item_description {
    padding: 10px;
    font-size: 14pt;
    font-weight: normal;
}

.item_description b {
    font-size: 14pt !important;
    font-weight: bold;
}

.item_description i {
    font-size: 14pt !important;
    font-style: italic;
}

.add_description_separator {
    display: block;
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    margin: 20px 0px 0px 0px;
    background-color: #FFFFCC;
}

.items_filter {
}

.items_table {
  background-color: white;
}

.items_table td {
    border-bottom: 1px dashed #CCCCCC;
    padding: 3px;
}

.no_items td {
    border-bottom: 0px;
    padding: 3px;
    background-color: white;
}

.items_table a {
    text-decoration: none;
}

td.pager_row {
    border-bottom: 0px;
}

.left_block {
    border: 1px solid #DCDCDC;
    margin: 5px;
    padding: 5px;
    background: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.left_menu {
    font-family: Arial, sans-serif;
}

.left_menu_border {
}

.left_menu_element_active {
    display: block;
    cursor: pointer;
    font-weight:bold;
    background: white;
    margin-top:0.2em;
    border-bottom: 1px solid #ececec;
    font-size: 10pt;
    color: black;
}

a.left_menu_element_active:hover {
    text-decoration: underline;
    color: #2E31FF;
}

a.left_menu_element_active:before {
    content: " ";
}

.left_menu_element_inactive {
    display: block;
    cursor: pointer;
    background: white;
    font-weight:normal;
    margin-top:0.2em;
    border-bottom: 1px solid #ececec;
    font-size: 9pt;
    color: black;
}

a.left_menu_element_inactive:hover {
    text-decoration: underline;
    color: #2E31FF;
}

.left_menu_footer {
}

.left_menu_header {
    background-color: #B6B7DA;
    color:white;
    font-size:10pt;
    text-align:center;
    vertical-align:middle;	
    font-weight:bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.left_menu_search_form {
    border: 1px solid #FFE9BA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_menu_search_form input.search {
    width: 160px;
}

.left_menu_recommend {
    border: 1px solid #FFE9BA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_menu_recommend a {
    text-decoration: none;
}

.left_menu_rss {
    border: 1px solid #FFE9BA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.left_menu_rss a {
    text-decoration: none;
}

.left_menu_rss img {
    margin: 0px;
    margin-right: 5px;
}

.left_menu_type_form {
    border: 1px dashed #FFE9BA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.left_menu_type_active {
    font-weight: bold;
}

.type_active {
    font-weight: bold;
    margin: 5px;
}

.type_inactive {
    margin: 5px;
}

.type_inactive a {
    color: black;
}

.left_menu_search_form a {
    color: black;
    text-align: center;
    background: white;
    font-weight:normal;
}

.left_menu_separator {
    background-color: white;
}

.left_menu_subelement_active#hover {
    text-decoration: underline;
}

.left_menu_subelement_inactive#hover {
    text-decoration: underline;
}

.left_menu_subheader {
    margin-top: 5px;
    font-size: 10pt;
    background: #FFE9BA;
    padding: 0.1em;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.left_menu_title {
}

.right_block {
    border: 1px solid #E1E1E1;
    margin: 5px;
    padding: 5px;
    background: #FCFCFC;
    height: 100%;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.table_highlight {
  background-color: #F0CDCD;
}

.table_header {
  font-weight:normal;
  font-size:10pt;
  text-decoration:none;
  color: black;
  background-color: #FFE9BA;
  text-align: center;
}

th.table_header {
    border-right: 1px solid #CCCCCC;
    padding: 0px 0.5em;
}

.help_link {
    float:left;
    font-weight:bold;
    font-size:8pt !important;
    text-decoration:none !important;
    color: #CF2020 !important;	
    Font-Family:Verdana, sans-serif;
    margin: 0.2em;
}

.link_2_top {
  float:right;
  font-weight:bold;
  font-size:8pt !important;
  text-decoration: none !important;
  color: #CF2020 !important;
  Font-Family:Verdana, sans-serif;
  margin: 0.2em;
}

.print_link {
    float:right;
    font-weight:bold;
    font-size:8pt !important;
    text-decoration:none !important;
    color: #CF2020 !important;  
    Font-Family:Verdana, sans-serif;
    margin: 0.2em;
}

.login_form {
    text-align: center;
    margin: 0px;
    padding: 5px;
    border: 1px solid #FFE9BA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main_content {
}

.main_block {
}

.member {
}

.message {
    border: 1px solid #ddeeed;
    margin: 0px 0px 5px 0px;
    background-color:#FFFFCC;
    text-align: left;
    padding: 3px;
}

.message b {
}

.message_body {
    font-size: 12pt;
}

.page_design {
}

a.page_title, .page_title td {
    font-size: 20pt;
    font-weight: normal;
    font-family: Verdana, Arial, sans;
    color: #5E61B2;
    text-decoration: none;
}

.logo {
}

.page_title_row {
}

.pager {
}

.return_link {
}

.sbbutton {
}

.sbinput {
}

.sbtd {
}

.search_form {
}

.small {
}

.static_field {
}

.table_caption {
}

.top_menu_item {
}

.user_greeting_row {
    font-family: Arial, sans;
}

.view_block {
}

.warning {
    background-color: #FFCCCC;
	color: #FF0000;
	font-weight:bold;
	margin-top:5px;
    margin-bottom: 5px;
	text-align:center;
}

.warning {
}

table.featured_preview {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.featured_preview td {
    text-align: center;
    vertical-align: middle;
}

.featured_preview span {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

.featured_preview img {
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

td.featured_cell {
    padding: 10px;
}

table.private_messages {
    background-color: #FFFEFE;
    margin-bottom: 5px;
}

table.private_messages caption {
    font-size: 10pt;
    margin-top: 5px;
}

table.private_messages th {
    font-size: 10pt;
    text-align: left;
    padding: 0px 10px;
    font-weight: normal;
}

table.private_messages td {
    padding: 3px 10px;
}

td.help_content {
    padding: 10px !important;
}

