/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'hertz: Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
	width: 187px;
	margin: 0px;
	font-family: Verdana, sans-serif;
vertical-align:middle;
	font-size: 10px;
text-align: left;
	line-height: 13px;


}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;   
}

#menu_vert ul ul li {
   border: none;
}


/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   	font-weight: bold;
	color: #000000;
	text-decoration: none;
vertical-align:middle;
	background: url(images/bg_menu.gif) no-repeat right top;
	padding: 6px 10px 5px 10px;

vertical-align:middle;
	display: block;  
/*height:28px;*/


}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	color: #000000;
	font-weight: normal;
	padding: 3px 33px 3px 11px;

	background: url(images/bg_submenu.gif) no-repeat right top;
	display: block;
	text-decoration: none;
	text-align: right;
}


/* hover state for all links */                             /*             1 ур  наведение на ссылку*/
div#menu_vert a:hover {
	color: #9D7600;
 font-weight: bold; 
	background: url(images/bg_menu_a.gif) no-repeat right top;
font-size: 10px; 
}

div#menu_vert ul ul a:hover {
	color: #9D7600;
 font-weight: bold;
	background: url(images/bg_submenu_a.gif) no-repeat right top;
/*font-size: 10px;                                                                     2 ур  наведение на ссылку*/  
font-size: 10px; 	
}


div#menu_vert a.activeparent:hover {
                   color: #9D7600;
 font-weight: bold;
/*font-size: 10px;  */
font-size: 10px; 
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

div#menu_vert li a.activeparent {         /*  1  ур активная ссылко */
	font-weight: bold;
	color: #9D7600;

	background: url(images/bg_menu_a.gif) no-repeat right top;
	padding: 5px 23px 5px 11px;

	display: block;

font-size: 10px; 


	   
}

div#menu_vert ul ul li a.activeparent {
   color: #000;
 font-weight: bold;
font-size: 10px; 
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/

                                                                                     /*  2  ур активная ссылко */
div#menu_vert ul h3 {

   /*padding: 0.8em 0.5em 0.8em 1.5em; */ 
/* some air for it */
   /*color: #fff;       */                      
    /* this will be link color for all levels */

   margin: 0;                                  /* as <h3> normally has some margin by default выбраная ссылко 1 ур */
	font-weight: bold;
	color: #9D7600;
	background: url(images/bg_menu_a.gif) no-repeat right top;
	padding: 5px 23px 5px 11px;
	display: block;	
font-size: 11px;    
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border                             2 ур выбраная ссылко
*/
div#menu_vert ul ul h3 {
	color: #9D7600;
	font-weight: bold;
	padding: 3px 33px 3px 11px;
font-size: 10px; 
	background: url(images/bg_submenu_a.gif) no-repeat right top;
	display: block;
	text-decoration: none;
	text-align: right;

}

/* section header */

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #000;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
/*
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; 
*//* for ie */
}

div#menu_vert li.separator hr {
/*   display: none; */
/* this is for accessibility */
}
/* End of 'hertz: Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'hertz: form: reserve' */
/* RESERVE */

#active_step {
border: 1px solid #000; 
background: #FFCC00; 
width: 20px; 
height: 20px; 
font-size: 18px; 
text-align:center; 
vertical-align: middle;
font-family: "Times New Roman", serif;
}


#active_step_text {
background-color: #fff; 
vertical-align: middle;
white-space: nowrap;
font-family: "Times New Roman", serif;
}

#passive_step {
border: 1px solid #000; 
background: #fff; 
width: 20px; 
height: 20px; 
font-size: 18px; 
text-align:center;
vertical-align: middle;
font-family: "Times New Roman", serif;
}

#passive_step_text {
background: #FFF; 
color: #ccc; 
vertical-align: middle;
white-space: nowrap;
font-family: Caston, "Times New Roman", serif;
}


div#reserve {
  width:100%;
}

div#reserve .rhead{

/*  background:#fff url('images/img/strip.gif') repeat-x left bottom; */
     background:#fff url('images/bg_step.gif') repeat-x left top;
}

div#reserve .rhead div{
 
}

div#reserve .rhead .l{
  background:url('images/img/gpx.gif') repeat-y left top;
}

div#reserve .rhead .r{
  background:url('images/img/gpx.gif') repeat-y right top;
}

div#reserve .rhead .t{
  background:url('images/img/gpx.gif') repeat-x left top;
}

div#reserve .rhead .lc{
   background:url('images/img/boxw_tl.gif') no-repeat left top;
}

div#reserve .rhead .rc{
   background:url('images/img/boxw_tr.gif') no-repeat right top;
   padding:2px 0px 0px 6px;
   font-family:Arial,Verdana;
   font-size:12px;
   font-weight:bold;
}

div#reserve .rmed{
/*  background:#fff url('images/img/strip.gif') repeat-x left bottom;
  padding-bottom:1px;*/
}

div#reserve .rmed#last{
  background:#fff;
  padding-bottom:0px;
}

div#reserve .rmed .l{
  background:url('images/img/gpx.gif') repeat-y left top;
}

div#reserve .rmed .r{
 background:url('images/img/gpx.gif') repeat-y right top;
}

div#reserve .rmed .text{
  padding:2px 6px;
  font-family:Arial,Verdana;
  font-size:12px;
}

div#reserve .rmed .text table{
  font-family:Arial,Verdana;
  font-size:12px;
}

div#reserve select {
   width:157px;
   height:17px;
   font-size:12px;
}

div#reserve .rbott{
  height:9px;
  background:#fff url('images/img/gpx.gif') repeat-x left bottom;
}

div#reserve .rbott div{
  height:9px;
}

div#reserve .rbott .lc{
   background:url('images/img/boxw_bl.gif') no-repeat left top;
}

div#reserve .rbott .rc{
   background:url('images/img/boxw_br.gif') no-repeat right top;
}

.f11 {
  font-size:11px;
}
table.carlist {
/*  padding-right:16px; */
  padding-right:5px;
}


table.carlist td{
  vertical-align:top;
}

table.carlist .t1{
   width:10px;
}

table.carlist .t2{
  width:40px;
}

table.carlist .t2-3{
  width:80px;
}

table.carlist .t3{
/*  width:200px; */
  width:180px; 
}

table.carlist .t4,table.carlist .t5,table.carlist .t6,table.carlist .t7{
  width:22px;
  text-align:center;
}

/* SIMPBOX */
.simpbox {
  background:url('images/img/gpx.gif') repeat-x left top;
/*  width:194px; */
  width:150px;
}

.simpbox .l{
  background:url('images/img/gpx.gif') repeat-y left top;
}

.simpbox .r{
  background:url('images/img/gpx.gif') repeat-y right top;
}

.simpbox .b{
 background:url('images/img/gpx.gif') repeat-x left bottom;
}

.simpbox .tl{
 background:url('images/img/boxw_tl.gif') no-repeat left top;
}

.simpbox .tr{
 background:url('images/img/boxw_tr.gif') no-repeat right top;
}

.simpbox .bl{
 background:url('images/img/boxw_bl.gif') no-repeat left bottom;
}

.simpbox .br{
 background:url('images/img/boxw_br.gif') no-repeat right bottom;
}

.simpbox .text{
	padding:10px 7px 5px 7px;
	font-size:11px;
}

.simpbox .text .title{
  display:inline;
  font-weight:bold;
}

/* SIMPBOX step 4*/

.simpbox_fin {
  background:url('images/img/gpx.gif') repeat-x left top;
  width:95%;
}

.simpbox_fin .l{
  background:url('images/img/gpx.gif') repeat-y left top;
}

.simpbox_fin .r{
  background:url('images/img/gpx.gif') repeat-y right top;
}

.simpbox_fin .b{
 background:url('images/img/gpx.gif') repeat-x left bottom;
}

.simpbox_fin .tl{
 background:url('images/img/boxw_tl.gif') no-repeat left top;
}

.simpbox_fin .tr{
 background:url('images/img/boxw_tr.gif') no-repeat right top;
}

.simpbox_fin .bl{
 background:url('images/img/boxw_bl.gif') no-repeat left bottom;
}

.simpbox_fin .br{
 background:url('images/img/boxw_br.gif') no-repeat right bottom;
}

.simpbox_fin .text{
	padding:10px 7px 5px 7px;
	font-size:11px;
}

.simpbox_fin .text .title{
  display:inline;
  font-weight:bold;
}

/* OTHER */

div#calendar {
   background:red;
}

table#dateid select{
width: 40px; vertical-align: middle; margin-top: 1px;
}

/* END RESERVE */


.yButtonNoTab {
	font-family: Arial;
	font-size:10pt;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 3px 0px 0px;
	background-color: #ffd60d;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	vertical-align: center;
	cursor: hand;
}
/* End of 'hertz: form: reserve' */

/* Start of CMSMS style sheet 'pohoda' */
#pohoda div.img
{
display:block;
float:left;
margin-top:35px;
padding:0;
background:#FFFFFF;
}
#SlideItMoo_outer div.img img
{
}

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:400px;
	height:110px;
	margin:10px auto 10px; 
	background:#fddd3e; 
	display:block;
	text-align:center;
	float:left;
	position:relative; 
	padding:0px;
	border-bottom:5px #fddd3e solid;
	border-top:5px #fddd3e solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
	
}



/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:15px; 
	height:105px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/back.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/forward.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:400px; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:5px 0px 5px;
	background:#fff9db;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}

/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	margin:0px/* 5px 0px*/;
	font-size:11px;
	width:100px;
	/*text-align:justify; */
	color:#000;
	padding:0;
}
/*#SlideItMoo_items div*/.SlideItMoo_element  strong {
text-align:center;
margin-right:2px;
}
#SlideItMoo_items img { /*padding:0px; margin:3px 0px 3px;*/ clear:both; display:block; background:#fff; /*padding:2px*/;border:none; 
}
#SlideItMoo_items  img{ border:none; padding:0; margin:0; background:#fff9db;}

/* End of 'pohoda' */

/* Start of CMSMS style sheet 'banner' */
#container { width:350px; margin:0px auto 0px; background:#FFFFFF; padding:10px; font-size:12px; }
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; }
#container p { text-align:justify; padding:5px 10px 5px; margin:0px; }
#container p ol, #container p ul { margin:0px auto 0px; }
#container p.notes { color:#999999; font-size:10px; }


/* -------------------INFO BANNERS-------------------- */
#SlideItMoo_info_outer { 
	display:block; 
	position:relative; 
	width:300px; 
	height:190px; 
	margin:0px auto 0px; 
	border:1px #CCCCCC solid; 
}
#SlideItMoo_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:225px ; 
	height:190px ; 
	margin:0px auto 0px;  
}
#SlideItMoo_info_items { 
	display:block; 
	position:relative; 
}

#SlideItMoo_info_items .info_item{
	display:block; 
	position:relative;
	width:547px;
	height:200px;
	float:left;
	background:#E8E8E8;
	text-align:justify;
	padding:5px;
	border-right:5px #333333 solid;
}

#SlideItMoo_info_items .info_item a img{
	border:none;
}

#SlideItMoo_info_items .info_item img {
	float:left;	
	margin-right:15px;
}

#SlideItMoo_info_items .info_item h1{
	background:none;
	color:#006699;
	text-align:right;
	margin:5px 0px 10px;
}
/* End of 'banner' */

