/****************************** COMMON ******************************/
body {
  background-color:#ffffff;
}

body, table, tr, td, p, a, input, select, textarea {
  color: #000;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
}

a {
  color: #00F;
  text-decoration: none;
}
a:link, a:visited {
}
a:hover {
  text-decoration:underline;
}
a:active {
  text-decoration:underline;
  color: #F0F;
}
hr {
  color: #14D;
  height: 2px;
}
img {
  border:0px;
}

blockquote {
  margin-top:0px;
  margin-left:16px;
  margin-right:0px;
  margin-bottom:0px;
}

/****************************** END COMMON ******************************/

/****************************** MISC *******************************/
table#sign {
  width:100%;
}
table#sign td {
  text-align:center;
}
table#sign a, table#sign a:hover, table#sign a:visited {
  font-size: 10px;
  color:#cccccc;
}
#small a {
  font-size: 10px;
}
#small {
  font-size:10px
}
#flag_inactive {
  color:#aaaaaa
}

/****************************** HEADERS ******************************/
h1, h1 a, .h1, .h1 a {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
h2, h2 a, .h2, .h2 a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
h3, h3 a, .h3, .h3 a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
h4, h4 a, .h4, .h4 a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
h5, h5 a, .h5, .h5 a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
/****************************** END HEADERS ******************************/


/****************************** TOP MENU ******************************/

.top_menu {
 border: 0px solid #000;
 border-collapse: collapse;
 margin: 0px;
 vertical-align: top;
 text-align: left;
}
.top_item, .top_item_active {
 border: 0px solid #000;
 padding: 4px;
 text-align: left;
 vertical-align: top;
}
a.top_link, a.top_link_active {
 
}
/****************************** END TOP MENU ******************************/


/****************************** BOTTOM MENU ******************************/

.bottom_menu {
 border: 0px solid #000;
 border-collapse: collapse;
 margin: 0px;
 vertical-align: bottom;
 text-align: left;
}
.bottom_item, .bottom_item_active {
 border: 0px solid #000;
 padding: 4px;
 text-align: left;
 vertical-align: bottom;
}
a.bottom_link, a.bottom_link_active {
 
}/****************************** END BOTTOM MENU ******************************/


/****************************** MAIN MENU ******************************/
.main_menu {
 margin: 0px;
 text-align: left;
 vertical-align: top;
 border: 0px solid #000;
 border-collapse: collapse;
 width: 100%;
}

.main_menu td.menu_item, .main_menu td.menu_item_active {
 border: 2px solid #14D;
 padding: 0px;
 background-color: #09F;
 padding: 4px;
}

a.menu_link {
 color: #FFF;
 font-weight: bold;
 font-size: 12px;
}

a.menu_link_active {
 color: #FFF;
 font-weight: bold;
 font-size: 12px;
}

div.submenu {
  width: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

table.pd_menu {
  border: 0px solid #000;
  background-color: #09F;
  margin: 0px;
  width: 120px;
  border-collapse: collapse;
}
td.pd_menu, td.pd_menu_active {
  border: 1px #14D solid;
  padding: 4px;
}
a.sub_link, a.sub_link_active {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}
/****************************** END MAIN MENU ******************************/


/****************************** SITE MAP, SECTION MAP ******************************/

#tree img {
  width:25px;
  height:25px;
  border:0px;
}

#tree {
}

.tree_item_selected {
}

.sm_level_0 {
 margin-left: 0px;
}

.sm_level_1 {
 margin-left: 8px;
}

.sm_level_2 {
 margin-left: 16px;
}

.sm_level_3 {
 margin-left: 24px;
}

/****************************** END SITE MAP, SECTION MAP ******************************/


/****************************** FORMS ******************************/
FORM {
  margin:0px;
}

INPUT {
}

INPUT.txt, INPUT.field {
  BORDER:#000000 1px solid;
}

INPUT.txt_noborder {
  BORDER:#ffffff 1px solid;
}

INPUT.check {
  BORDER:#000000 1px solid;
}

INPUT.btn {
  BORDER:#000000 1px solid;
}

SELECT.sel {
  BORDER:#000000 1px solid;
}

CHECKBOX.chb {
  BORDER:#000000 1px solid;
}

TEXTAREA.ta {
  BORDER:#000000 1px solid;
}
/****************************** END FORMS ******************************/

/****************************** NEWS ******************************/
.itemD_picture {
 margin: 4px;
}
/****************************** GALLERY ******************************/
.photoalbum_act {
  border:#c0c0c0 1px solid
}

.photoalbum a {
}
/******************************  END GALLERY ******************************/


/****************************** TABLE ******************************/
TABLE.tbl {
  border:1px #000000 solid;
}

TABLE.tbl TD {
}

TABLE.tbl TH {
  color:#000000;
  border:0px;
  background-color:#cccccc;
  padding:5px 8px 5px 8px;
}

TABLE.tbl TH.al {
  color:#000000;
  border:0px;
  background-color:#cccccc;
  padding:5px 8px 5px 8px;
}

TABLE.tbl TD {
  border:0px;
  padding:5px 8px 5px 8px;
}
/****************************** END TABLE ******************************/


/****************************** SORT ******************************/
.icon_sort {
 border:#000000 1px solid;
 background-color:#cccccc;
 margin-top:3px;
}

/****************************** END SORT ******************************/


/****************************** VOTES ******************************/
.vote_res_small_on {
}

.vote_res_on {
}

.vote_res_small_off {
}

.vote_res_off {
}
/****************************** END VOTES ******************************/


/****************************** SYSTEM ******************************/
#stat {
  display:none
}

#sp {
  display:none
}

.status_error {
  color:#000000;
}

.status_notice {
  color:#000000;
}

.status_normal {
  color:#000000;
}
/****************************** END SYSTEM ******************************/
/* MODULES PHOTOALBUM */

.photoalbum { width: 100%; }

.photoalbum_path { margin-bottom: 10px; font-size: 12px; }
.photoalbum_path A { font-size: 12px !important; }

.photoalbum .cat_body { margin: 0px 0px 10px 0px; }

/* categories */

.photoalbum .urgent_cat_list { margin-bottom: 30px; }
.photoalbum .urgent_cat_list td { background: #eee; }
.photoalbum .cat_list { width: 100%; }

.photoalbum .urgent_cat_row { padding: 10px 15px; }
.photoalbum .cat_row { width: 25%; padding: 10px 15px;}

.photoalbum .cat_row a.name:link, .photoalbum .cat_row a.name:visited,
.photoalbum .cat_row a.name:active, .photoalbum .cat_row a.name:hover,
.photoalbum .urgent_cat_row a.name:link, .photoalbum .urgent_cat_row a.name:visited,
.photoalbum .urgent_cat_row a.name:active, .photoalbum .urgent_cat_row a.name:hover {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.photoalbum .cat_row a.small_picture_wrapper, .photoalbum .urgent_cat_row a.small_picture_wrapper {
	border: solid #fff 1px;
	display: block;
	margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .announce, .photoalbum .urgent_cat_row  .announce { padding: 0px 0px 10px 0px; }

.photoalbum .cat_row .rating, .photoalbum .urgent_cat_row .rating {
	clear: both; margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .num_photos, .photoalbum .urgent_cat_row .num_photos {
	clear: both;
	font-size: 11px;
	font-style: italic;
}

/* items */

.photoalbum .urgent_item_list { margin-bottom: 30px; }
.photoalbum .item_list, .photoalbum .browse_item_list {  }

.photoalbum .browse_item_list { margin: 30px auto 0px; }
.photoalbum .browse_item_list .active { background: #eee; }

.photoalbum .urgent_item_row { vertical-align: top; background: #eee; padding: 10px 15px; }
.photoalbum .item_row { width: 25%; vertical-align: top;  padding: 10px 15px; }
.photoalbum .browse_item_row { vertical-align: top; width: 30%; padding: 10px 15px; }

.photoalbum .item_row a.header:link, .photoalbum .item_row a.header:visited,
.photoalbum .item_row a.header:active, .photoalbum .item_row a.header:hover,
.photoalbum .browse_item_row a.header:link, .photoalbum .browse_item_row a.header:visited,
.photoalbum .browse_item_row a.header:active, .photoalbum .browse_item_row a.header:hover,
.photoalbum .urgent_item_row a.header:link, .photoalbum .urgent_item_row a.header:visited,
.photoalbum .urgent_item_row a.header:active, .photoalbum .urgent_item_row a.header:hover  {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.photoalbum .item_row a.small_picture_wrapper, .photoalbum .urgent_item_row a.small_picture_wrapper,
.photoalbum .browse_item_row a.small_picture_wrapper {
	display: block !important;
	margin: 0px 0px 10px 0px  !important;;
}

.photoalbum .urgent_item_row .announce, .photoalbum .item_row .announce,
.photoalbum .browse_item_row .announce { margin: 0px 0px 10px 0px; }

.photoalbum .urgent_item_row .forum, .photoalbum .item_row .forum,
.photoalbum .browse_item_row .forum {	padding: 10px 0px 0px 0px; }

.photoalbum .item_hSplitter img { width: 10px; }
.photoalbum .item_vSplitter img { height: 20px; }

/* item details */

.photoalbum .sibl_pages { text-align: right; }

.photo_info {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

.photoalbum .item_details .header { font-size: 18px; padding: 0px 0px 10px 0px; }

.photoalbum .item_details a.enlarge {
	display: block;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.photoalbum .body { margin: 20px 0px; }

.photoalbum .item_details .forum { padding: 10px 0px 0px 0px; }
.photoalbum .item_details .rating {  }


/* small */

.photoalbum_small_list {  }
.photoalbum_small_list .small_row { }

.photoalbum_small_list a.header:link, .photoalbum_small_list a.header:visited,
.photoalbum_small_list a.header:active, .photoalbum_small_list a.header:hover {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.photoalbum_small_list a.small_picture_wrapper { display: block; }

.photoalbum_small_list  .announce { margin: 10px 0px }
.photoalbum_small_list  .rating {  }
.photoalbum_small_list  .forum { margin: 10px 0px 0px 0px; }

.photoalbum_small_list .small_Vsplitter img { height: 20px; }
.photoalbum_small_list .small_Hsplitter img { width: 10px; }

/* MODULES END PHOTOALBUM */textarea.inp-h{
    display: none;
}
