* {
    font-family: Tahoma, Verdana;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 3;
	font-size: 12px;
}

td {
    font-size: 12px;
}

textarea {
    border: 1px solid silver;
    background-color:white;
    padding: 3px;
    margin-top:1px;
    margin-bottom:1px;	
}

input {
    border: 1px solid silver;
    background-color: white;
    margin-top: 1px;
    margin-bottom: 1px;
	font-size: 12px;
}

select {
    border: 1pt solid silver;
    background-color: white;
    margin-top: 1px;
    margin-bottom: 1px;   
}

form {
	font-size: 12px;
	font-family: Tahoma, Verdana;
}

h1 {
    font-size: 16px;
}

.theader {
 text-align:center;
 font-weight:bold;
 
}
.success {
		color: #3333FF;
}
.failure {
		color: #FF4848;
}

.page_header {
	position: relative;
    background-color: transparent;
	background-image: url(../skins/cool_blue/header_bkg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 5px solid #000066;
	z-index: 1px;
}

.info_block {
    padding-left: 5px;
    padding-bottom: 0px;
    background-color: transparent;
	font-size: 10px;
	color: #ff0000;
    border-left: 3px double #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.page_title_holder {
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0 0 5px;
}

.page_logo_holder {
	overflow: hidden;
	height: 90px;
	width: 300px;
	padding: 0px;
	margin: 0px;
}

.page_logo_holder img {
	border: 0;
	margin: 0;
	padding: 0;
}

.k2_block {
    margin-bottom: 7px;
    border: 1px solid #000;
    text-align: left;
	font-size: 12px;
}

.news_block {
    margin-bottom: 10px;
    padding: 10px;
    border: 5px solid #ff0000;
    text-align: left;
    background-color: white;
}

.local_news_block {
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #00CCFF;
    text-align: left;
    background-color: white;
}

.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: 12px;
  font-weight:normal;	
}

.action_failure {
}


.action_success {
}

.balance_total {
}

.body1 {
    background-color: #E1E8FD;
    font-weight: bold;
	font-size: 12px;
    padding: 3px;
}

td.body1 {
    border: 1px solid white;
	font-size: 12px;
}

.body2 {
    background-color: white;
    font-weight:normal;
    padding: 3px;
}

td.body2 {
    border: 1px solid white;
}

.body3 {
    background-color: #E1E8FD;
    padding: 3px 3px 0px 3px;
	font-size: 12px;
}

.body3 .k2_block {
    margin-bottom: 3px !important;
}

.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 {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 3;
}

.button {
    border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: white;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
	padding: 3px 6px 0px 6px;
	margin: 0px;
	margin-right: 5px;
	font-variant: small-caps;
	text-decoration: none;
}

a.button:link {
	color: #ffffff;
	text-decoration: none;
}     
a.button:visited {
	color: #ffffff;
	text-decoration: none;
} 
a.button:hover {
	color: #D2D2D2;
	/*text-decoration: underline;*/
	background-color:#000000;
	border-bottom: 5px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	z-index: 1;
} 
a.button:active {
	color: #ffffff;
	text-decoration: none;
} 

.buttons {
}

.cell_bold {
    font-weight: bold;
}
.cell_yellow {
    background-color: #ffff91;
}
.cell_bold_yellow {
    background-color: #ffff91;
    font-weight: bold;
}

.context_menu {
}

.copyright {
	text-align: right;
}

.copyright a {
    font-size: 10px;
    font-family: Tahoma, Verdana;
    font-style: normal;
	text-align: right;
	text-decoration: none;
}

.display_options {
}

td.gallery_item {
    vertical-align: top;
}

table.gallery_item {
    border: 1px solid #b6b7da;
    margin: 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: #E1E8FD;
}

.featured_item {
}

.featured_item td {
    padding: 3px;
    background-color: #E1E8FD;
}

.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: 12px;
}

.featured {
    
}

.featured_bold {
    font-weight: bold;
}

.featured_yellow {
    background-color: #ffff4c !important;
}

.featured_bold_yellow {
    font-weight: bold;
    background-color: #ffff4c !important;
}

.featured_title {
}

.feedback {
}

.feedbacks {
}

.filters {
    border: 1px solid #b6b7da;
    text-align: left;
    margin-bottom: 10px;
    padding: 3px;
}

.filter_row_title {
    margin-right: 5px;
}

.path_row {
    margin-bottom: 3px;
}

.subs_row {
    background-color: #ECECEC;
}

.type_row {
    margin-top: 3px;
}

td.form_submit {
    text-align: center;
    background-color: #ECECEC;
    padding: 5px;
    border: 1px solid white;
}

.forms {
}

a.header {
  color:#585852;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}

.header {
    color: #FFFFFF;
    font-size:18px;
    text-align:center;
    font-weight:bold;
	padding: 2px 0;
	background-color: transparent;
	background-image: url(../skins/cool_blue/header_bkg1.jpg);
	background-position: center left;
	background-repeat: repeat-x;
}

.header a {
    color: #585852;
    text-decoration: underline;
}

table.nb_header {
    padding: 10px 10px 0px 10px;
}

.nb_header_left {
    width: 5px;
}

.nb_header_right {
    width: 5px;
}

.nb_header {
    background-color: transparent;
	background-image: url(../skins/cool_blue/header_bkg1.jpg);
	background-position: center left;
	background-repeat: repeat-x;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    text-align:center;
}

.nb_header_left_selected {
    background-color: white;
    width: 5px;
}

.nb_header_right_selected {
    background-color: white;
    width: 5px;
}

.nb_header_selected {
    background-color: white;
    color: black;
    font-size:14pt;
}

.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 {
    margin: 0px 10px 10px 0px;
}

.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 #000000;
    margin: 5px;
    padding: 0;
    background: transparent;
}

.left_menu {
}

.left_menu_border {
}

.left_menu_element_active {
    cursor: pointer;
    font-weight:bold;
    background: white;
    border-bottom: 1px solid silver;
	padding: 2px 0 2px 5px;
	font-size: 12px;
}

.left_menu_element_active:hover {
    text-decoration: underline;
}

.left_menu_element_active:before {
    content: " ";
}

.left_menu_element_inactive {
    cursor: pointer;
    background: white;
    font-weight:normal;
    margin-top:1px;
    border-bottom: 1px solid silver;
	padding: 2px 0 2px 5px;
	font-size: 12px;
}

.left_menu_element_inactive:hover {
    text-decoration: underline;
}

.left_menu_footer {
}

.left_menu_header {
    color: #EEEEEE;
    font-size:18px;
    text-align:center;
    font-weight:bold;
	background-color: transparent;
	background-image: url(../skins/cool_blue/header_bkg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.left_menu_search_form {
    border: 3px double silver;
    margin: 10px 3px;
    padding: 3px;
    text-align: center;
	font-size: 12px;
}

.left_menu_type_form {
    border: 1px dashed #f00;
    margin: 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;
    background-color: #88A8D9;
    font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.left_menu_title {
}

.right_block {
    border: 1px solid #000;
    margin: 0;
    padding: 0;
    height: 100%;
}

.table_highlight {
  background-color: #F0CDCD;
}

.table_header {
  font-weight:normal;
  font-size:12pt;
  text-decoration:none;
  color: #f00;
  background-color: #E1E8FD;
  text-align: center;
}

.help_link {
    float:left;
    font-weight:bold;
    font-size:10px;
	padding-left: 5px;
    text-decoration:none !important;
    color: #33FFFF !important;	
    font-family: Tahoma, Verdana;
}

.link_2_top {
	float:left;
	font-weight:bold;
    font-size:10px;
	padding-left: 5px;
    text-decoration:none !important;
    color: #33FFFF !important;	
    font-family: Tahoma, Verdana;
}

.login_form, .left_menu_recommend, .left_menu_rss {
	border: 3px double silver;
    margin: 10px 3px;
    padding: 3px;
    text-align: center;
	font-size: 12px;
}

.left_menu_rss img {
    margin-right: 10px;
}

.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 {
}

.page_design {
}

.page_title {
    font-size: 30pt;
    font-weight: normal;
    font-family: Tahoma, Verdana, Arial, sans;
    color: white;
    text-decoration: none;
}

.page_title_row {
}

.pager {
}

.return_link {
}

.sbbutton {
}

.sbinput {
}

.sbtd {
	border: 0;
	font-size: 12px;
}

.search_form {
}

.small {
}

.static_field {
}

.table_caption {
}

.top_menu_item {
}

.user_greeting_row {
    font-family: Tahoma;
	font-variant: small-caps;
	font-size: 11px;
	padding-left: 2px;
	color: #ffffff;
}

.view_block {
}

.warning {
    background-color: #FFCCCC;
	color: #FF0000;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
}

.warning {
}

a {
	color: #0000CC;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	margin: 5px;
}

.featured_preview {
    width: 100px;
    height: 100px;
    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;
}

.featured_title:before {
    font-family: Arial;
    content: "\25ba";
}

