/* COMMON STYLES */
*, body {
  font-family:Arial;
  margin:0px;
  padding:0px;
}

p, div, li, td, a {
 margin-top:0px;
 margin-bottom:15px;
 font-size:13px;
 line-height:19px;
}

img {
 border: 0px hidden;
}

.path_bar, .path_bar a, h1.path_bar,
h1.path_bar a, h1.path_bar a:link,
h1.path_bar a:visited {
 text-decoration: none;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #FFFFFF;
 margin-top: 0px;
}
h1.path_bar a:hover {
 text-decoration: underline;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #FFFFFF;
 margin-top: 0px;
}
h1.path_bar a:active {
 text-decoration: none;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #FFFFFF;
 margin-top: 0px;
}
/* Don't delete existing styles, only modify its or add new ones! */

/* COMMON */

a { text-decoration: none; color: #2c6068; }
a:link { text-decoration: none; color: #2c6068; }
a:hover { text-decoration: underline; color: #2c6068; }
a:active { text-decoration: none; color: #2c6068; }

hr { color:#ef8746; height:1px; }

blockquote {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 25px; 
 margin-right: 0px;
}
/* END COMMON */

/* HEADERS */
h1, h1 a, h1 a:link, h1 a:visited {
  color:#006e79;
  font-size:15pt;
  font-weight:normal;
  line-height:22pt;
  margin-top:0.5em;
  margin-bottom:0.5em;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2, h2 a, h2 a:link, h2 a:visited {
  color:#006e79;
  font-size:13px;
  font-weight:bold;
  line-height:19px;
  margin-top:0px;
  margin-bottom:2px;
  text-decoration:none;
}

h2 a:hover {
  text-decoration:underline;
}

h3, h3 a, h3 a:link, h3 a:visited { color: #006e79; font-size: 14px; font-weight: bold; line-height: 20px; margin-top: 0.5em; margin-bottom: 0.5em; text-decoration: none;}
h3 a:hover { text-decoration: underline; }
h4, h4 a, h4 a:link, h4 a:visited { color: #006e79; font-size: 13px; font-weight: bold; line-height: 19px; margin-top: 0.5em; margin-bottom: 0.5em; text-decoration: none;}
h4 a:hover { text-decoration: underline; }
h5, h5 a, h5 a:link, h5 a:visited { color: #006e79; font-size: 12px; font-weight: bold; line-height: 19px; margin-top: 0.5em; margin-bottom: 0.5em; text-decoration: none;}
h5 a:hover { text-decoration: underline; }
/* END HEADERS */


/* TOP MENU */
.top_menu, .top_menu a, .top_menu a:hover, .top_menu a:visited { }
.top_menu a.item_top_active, .top_menu a.item_top_active:visited { }
/* END TOP MENU */

/* BOTTOM MENU */
.bottom_menu {
 font-size: 12px;
}
.bottom_menu a, .bottom_menu a:link, .bottom_menu a:visited {
 color: #000000;
 text-decoration: none;
}
.bottom_menu a:hover {
 color: #000000;
 text-decoration: underline;
}
.bottom_menu a:active {
 color: #000000;
 text-decoration: none;
}
.bottom_menu a.bottom_active, .bottom_menu a.bottom_active:link, .bottom_menu a.bottom_active:visited {
 color: #FFFFFF;
 text-decoration: none;
}
.bottom_menu a.bottom_active:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
.bottom_menu a.bottom_active:active {
 color: #FFFFFF;
 text-decoration: none;
}
/* END BOTTOM MENU */

/* MAIN MENU */
table.main_menu {
  border-collapse: collapse;
  margin: 0px;
}

.main_menu td {
  color: #f9cfb5;
  padding-left:2px;
  padding-right:2px;
  border: 0px hidden;
}

.main_menu a {
  font-size:13px;
  color: #f9cfb5;
  font-weight:bold;
  text-decoration:none;
}

.main_menu a:hover {
  color: #ffffff;
  text-decoration:none;
}

.main_menu a:visited {
  font-weight:bold;
  text-decoration:none;
}

.main_menu a.item_active {
  color: #ffffff;
  text-decoration:none;
}

.pd_menu {
  font-size:13px;
  border-top:10px solid #2c6068;
  border-bottom:10px solid #2c6068;
  background-color:#2c6068;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  opacity:0.85;
}

.pd_menu td {
  border:0px;
  padding:5px 20px 5px 10px;
}

.pd_menu a {
  color:#c1ecf2;
  font-weight:bold;
}

.pd_menu a:hover {
  color:#ffffff;
  text-decoration:none;
}

.pd_menu_active A {
  color:#ffffff;
}

.submenu {
  position:absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100px;
  padding-top: 10px;
}
/* END MAIN MENU */

/* SITE MAP, SECTION MAP */
#tree { font-size:10px; }
#tree IMG { BORDER: 0px; HEIGHT: 16px; WIDTH: 19px }
#tree DIV {font-size:10px;}
#tree DIV A{font-size:10px;}
#tree DIV A:hover {font-size:10px;}
.tree_item_selected {color:#ffffff;}

#tree DIV.sm_level_0,
#tree DIV.sm_level_0 A {color:#4444AA; font-size:14px; font-weight:bold;}
#tree DIV.sm_level_0 A:hover,
#tree DIV.sm_level_0 A:visited {font-size:14px; font-weight:bold;}
#tree DIV.sm_level_1,
#tree DIV.sm_level_1 A {color:#4444AA; font-size:12px; font-weight:bold;}
#tree DIV.sm_level_1 A:hover, 
#tree DIV.sm_level_1 A:visited {font-size:12px; font-weight:bold;}
#tree DIV.sm_level_2,
#tree DIV.sm_level_2 A {color:#4444AA; font-size:11px; font-weight:normal;}
#tree DIV.sm_level_2 A:hover,
#tree DIV.sm_level_2 A:visited {font-size:11px; font-weight:normal;}
#tree DIV.sm_level_3,
#tree DIV.sm_level_3 A {color:#4444AA; font-size:10px; font-weight:normal;}
#tree DIV.sm_level_3 A:hover, 
#tree DIV.sm_level_3 A:visited {font-size:10px; font-weight:normal;}
/* END SITE MAP, SECTION MAP */

/* SYSTEM */
#stat {display:none;}
#sp {display:none;}

.status_error {color:#660000; font-size:10;}
.status_notice {color:#000066; font-size:10;}
.status_normal {color:#000000; font-size:10;}

/* END SYSTEM */
/* Text editor styles { */
div.amiroTEdDiv{
}
div.amiroTEdDivEditor{
    display: block;
}
div.amiroTEdDivPreview{
    border: 1px solid black;
    display: none;
    overflow: auto;
}
img.amiroTEdCtrl{
    border: 0px;
    cursor: pointer;
}
select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    margin-bottom: 4px;
    width: auto;
}
img.amiroTEdSep{
    border: 0px;
}
img.amiroTEdSmile{
    border: 0px;
    cursor: pointer;
}
select.amiroTEdCtrl, input.amiroTEdCtrlButton, textarea.amiroTEdCtrl{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    color: #000000;
}
div.amiroTEdDivResize{
    height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}
span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-variant: normal;
    text-decoration: underline;
    color: #000000;
}
BLOCKQUOTE.edQuote {
    border: 1px dotted gray;
    padding: 5px;
}
PRE.edCode{
    margin:5px 0px 5px 16px;
    width: 500px;
    overflow: auto;
    border: 1px dotted gray;
    padding: 5px;
}
/* To change control width uncomment and change next values */
div.amiroTEdDivPreview, div.amiroTEdDiv, textarea.amiroTEdCtrl, div.amiroTEdDivResize{
    /*width: 600px !important;*/
}
textarea.amiroTEdCtrl{
    /*height: 250px !important;*/
}

INPUT.txt {
  font-size:11px;
  background-image:url(/_mod_files/ce_images/layout/bg-search.jpg);
  background-repeat:no-repeat;
  border:0px;
  padding-left:5px;
  padding-top:2px;
  margin:0px;
  height:15px;
}

INPUT.btn {
  font-size:11px;
  background-image:url(/_mod_files/ce_images/layout/bg-button.jpg);
  background-repeat:no-repeat;
  border:0px;
  padding-left:13px;
  padding-right:3px;
  padding-top:2px;
  margin:0px;
  height:15px;
}

/* } Text editor styles */

/* 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;
}
