@import url(http://maksoft.net/css/standart_classes.css);
	/* predefine here*/
/* standart tags */
body { SCROLLBAR-BASE-COLOR: #dce2e5; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: White; font-size: 10px; margin: 0px; padding: 0px; background-color: #3a3a3a;}
p{ font-size: 10px; color: inherit;}
li{color: #a00000; margin-left: 15px; }
A {text-decoration: none; font-size: 10px; color: inherit }
A:Hover { color: #a00000;}
hr {border: solid 1px #3a3a3a; }
table {color: inherit; font-family:inherit; font-size: 10px; background: inherit; border: 0px; padding: 0px;margin: 0px;}
fieldset > legend { font-weight: bold;}
fieldset {background-color: invert; border: thin 1px solid #3a3a3a; color: inherit}
/* main color classes */
/* 1-darkest; 2-dark; 3-normal; 4-light */

.t1 { background-color: #3a3a3a; color: #FFFFFF; font-size: 10px;}
.t2 { background-color: #3a3a3a; color: #FFFFFF; font-size: 10px;}
.t3 { background-color: #dce2e5; color: #000000; font-size: 10px;}
.t4 { background-color: #8a8a8a; color: #FFFFFF; font-size: 10px;}

@import url(http://maksoft.net/css/text_classes.css);
	/* predefine here*/
/* big text */
big 	{font-size: 12px; font-family: inherit; color: inherit;}

/* smallest text min 8px; */
small {font-size: 8px; font-family:inherit; color: inherit;}

em 		{ font-style: italic; }
strong 	{ font-style: bold; }

h1 { font-size: 18px; font-family:inherit; font-weight: bold; color: inherit;} /* relative to h4 bgcolor or use extra color */
h2 { font-size: 16px; font-family:inherit; font-weight: bold; color: #dce2e5;} /* relative to h3 bgcolor or use extra color */
h3 { font-size: 14px; font-family:inherit; font-weight: bold; color: orange;} /* relative to h2 bgcolor or use extra color */
h4 { font-size: 12px; font-family:inherit; font-weight: bold; color: yellow;} /* relative to h1 bgcolor or use extra color */

/* extra text classes*/

/* long description text:  font, color, size */
.small_text {font-size: 10px; font-family: inherit; color: inherit;} 

/* accent text: small_text + 2px */
.big_text 	{font-size: 12px; font-family: inherit; color: inherit;}

/* title, color text: bgimage, border, +(2-4px).big_text */
.head_text 	{font-size: 13px; font-weight: bold; font-family: inherit; color: inherit;} 
.head_text:first-letter {background: #ff5d2b; color: White; font-size: 15px; text-transform: uppercase; padding: 2px; margin: 2px; border: 0px;}


@import url(http://maksoft.net/css/link_classes.css);
	/* predefine here*/
/* navigation links */
.nav_links{font-size:10; font-family: inherit; color: inherit}

/* main link != A, text-decoration, hover color */	
.main_link {font-size: inherit; font-family:inherit; color: inherit; text-decoration: none;}
	.main_link:hover {color: Orange;}	

/* bordered link, color, border */	
.border_link {border: solid 1px #dce2e5; color: inherit}
	.border_link:hover {border: solid 1px Orange;}	

/* difernet color link */
.color_link {color: Orange}
	.color_link:hover {color: #fffce9;}	

/* diferent bgcolor link, filter alpha */
.bgcolor_link {background: Orange; color: inherit;}
	.bgcolor_link:hover {background: Orange; color: White;}	

/* read more link, >>, text-decoration, color, bgcolor */
.next_link {font-size: 10px; font-weight: bold; color: inherit}
	.next_link:hover {color: Orange}	

/* go back link, <<, text-decoration, color, bgcolor */
.back_link {font-size: 10px; font-weight: bold; color: inherit}
	.back_link:hover {color: Orange}
	
	

	
	
@import url(http://maksoft.net/css/image_classes.css);
	/* predefine here*/
/* main image from the cuurent page, eccept images from the template */
.main_image {padding: 5px; border: 0px;}

/* border images, border alpha filter, padding, color border, border style */
.border_image {border: solid 5px #ebebea filter:alpha(opacity=50); padding: 10px; }

/* link image, hover: aplpha filter, invert filter s.o */
.link_image, a.link_image {padding: 5px; border: 1px solid #FFFFFF;}
	.link_image:hover, a.link_image:hover {filter:alpha(opacity=50); border: 1px solid #dce2e5;}

	
@import url(http://maksoft.net/css/table_classes.css);
	/* predefine here*/
/* main table, bgcolor, padding, margin, border=0px; */

.main_table {background: transparent; padding: 2px; margin: 0px; border: 0px; color: inherit; font-family: inherit; font-size:inherit; text-align: justify;}
.main_tr 	{background: transparent;; padding: 2px}
.main_td 	{background: transparent; padding: 2px}

/* border table: border, bgcolor, border-style, */
.border_table	{background: transparent; border: 1px solid #ced9dc; font-family: inherit; font-size:inherit; color: #000000;}
.border_tr 		{background: transparent; border-bottom: solid 2px #ced9dc;}
.border_td	 	{border-right: 1px solid #ced9dc;}


@import url(http://maksoft.net/css/block_classes.css);
	/* predefine here*/

/*@import url(http://maksoft.net/css/form_classes.css);
	/* predefine here*/
/* standart classes */
form 				{ padding: 0px; z-index: 5; margin: 0px;}
input, select, { background: #FFFFFF; border: solid 1px #dce2e5; font-family: inherit; font-size: inherit; height: 20px;}
textarea 		{ background: #f6faff; border: solid 1px #dce2e5; font-family: inherit; font-size: inherit;  overflow: auto;}

/* form buttons classes */

.button_submit 	{display: block; height: 18px; background: url(http://maksoft.net/css/images/backgrounds/button_bg.jpg) repeat: repeat-x #dce2e5; border: solid 1px #b1b1b1; font-size: 10px; font-weight: lighter; text-align: center; padding: 2px; text-decoration: none;}
	.button_submit:hover 	{display: block; height: 18px; background: url(http://maksoft.net/css/images/backgrounds/button_bg_hover.jpg) repeat: repeat-x #dce2e5; border: solid 1px #95bce5; color: #000000;}


/*@import url(http://maksoft.net/css/menu_classes.css);
	/* predefine here*/
/* main menu buttons, bgcolor, border, bgimage, font style, size, color, padding, aplha filter */

.menu_button {display: block; color: #000000; white-space: normal; margin:0px; font-family: inherit; font-size: 12px; font-weight: bold; background: transparent; border: 0px; background-image:url(http://www.maksoft.net/css/hotel_hemus/menu_button.gif); padding-left:40px; padding-top:10px; height: 30px;}
	.menu_button:hover {color: #a00000; background: transparent;  background-image:url(http://www.maksoft.net/css/hotel_hemus/menu_button_hover.gif); padding-left:40px; padding-top:10px; height: 30px;}
.submenu_button {display: block; white-space: normal; font-family: inherit; font-size: 10px; background: Orange; border-bottom: solid 0px ; padding-left:25px; background-image: url(submenu_button.jpg); background-repeat: no-repeat;}
	.submenu_button:hover { background: #ffffff; font-weight: bold; background-image: url(submenu_button_hover.jpg); background-repeat: no-repeat;}


/* navigation bar */

#navbar	{clear:both; font-weight:bold; color:inherit; margin-left:0px; float:left; list-style-type:none; background:url(http://maksoft.net/css/images/shadows/navshadow.gi) no-repeat 8px 100% trasparent; padding-bottom:0px; }
#navbar a{font-size:10px; color:inherit; background:url(http://maksoft.net/css/hotel_hemus/tabgrey.jpg) transparent top right no-repeat; display:block; padding:5px 10px 5px 5px; height: 30px; width: 180px;}

#navbar li{
  list-style-type:none;
  float:left;
  margin:0 0 0 0px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  background: url(http://maksoft.net/css/hotel_hemus/tabgrey.jpg) transparent top left no-repeat;
}

#navbar li.cur,
#navbar li.over,
#navbar li:hover
{
  background: url(http://maksoft.net/css/hotel_hemus/tabred.jpg) transparent top left no-repeat;
  border:0px;
  
}

ul#navbar li.cur a,
ul#navbar li.over a,
ul#navbar li:hover a
{
  display:block;
  color:#fff;
  padding:2 10px 2 2;
  text-decoration:none;
  background:url(http://maksoft.net/css/hotel_hemus/tabred.jpg) transparent top right no-repeat;
}
	
	
/* table box classes */

.infoBox 			{display: block; height: 100%; background-color: #dce2e5; padding-left: 1px;	padding-right: 1px; color: Black;}/* dark content */
.infoBoxContents	{display: block; height: 100%; background-color: #cccccc; background-image:url(http://www.maksoft.net/css/hotel_hemus/infoBoxContents_bg.gif); background-repeat: repeat-x; padding: 2px; color: Black; }/* light content */
.infoBoxHeading
{
	background-image:url(http://www.maksoft.net/css/hotel_hemus/infoBoxHeading_bg.gif);
	background-repeat: repeat-x;
	color: #a00000;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px;
}

.infoBoxFooter
{
	background-image:url(http://www.maksoft.net/css/hotel_hemus/infoBoxFooter_bg.gif);
	background-repeat: repeat-x;
	color: #a00000;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	padding: 5px;
	margin-bottom:5px;
}

/* corners  */

.corner_top_left
{
	background-image:url(http://www.maksoft.net/css/hotel_hemus/corner_top_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.corner_top_right
{
	background-image: url(http://www.maksoft.net/css/hotel_hemus/corner_top_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px;
	margin: 0px;
	width:30px;
	height:30px;
}

.corner_down_left
{
	background-image:url(http://www.maksoft.net/css/hotel_hemus/corner_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.corner_down_right
{
	background-image: url(http://www.maksoft.net/css/hotel_hemus/corner_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding:0px;
	margin: 0px;
	width: 20px;
	height: 20px;
}