/* Main Style Sheet for jQuery UI date picker */
#Calendar {
	padding:5px 12px;
	font-size: 11px;
}
.bigCalendar #Calendar {
	font-size: 22px;
	padding:5px 16px;
}
.bigCalendar .ui-datepicker-header {
	height:0px;
	line-height: 0px;
}
.bigCalendar a {
	font-size: 100%;
}
div.pp {
	height:5px;
}
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
	font-size: 100%;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	background: #f3f3f3;
	font-size: 1.2em;
	border: 1px solid #cccccc;
	width: 15.5em;
	padding: 2.5em .5em .5em .5em;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #f3f3f3;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	left: .5em;
	top: .5em;
	background: #e0e0e0 url(http://images.donbass.ua/datepicker/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	background: #d8d8d8 url(http://images.donbass.ua/datepicker/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(http://images.donbass.ua/datepicker/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
	border: 1px solid #cccccc;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(http://images.donbass.ua/datepicker/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(http://images.donbass.ua/datepicker/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(http://images.donbass.ua/datepicker/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(http://images.donbass.ua/datepicker/ffffff_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(http://images.donbass.ua/datepicker/ffffff_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
	border: 1px solid #cccccc;
	color: #444444;
	background: #e0e0e0;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;

}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
table.ui-datepicker td.ui-datepicker-current-day a {
   background: #e0e0e0 url(http://images.donbass.ua/datepicker/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
   border: 1px solid #2694E8;
}
table.ui-datepicker td a {
	padding: .1em .3em .1em 0;
	display: block;
	color: #444444;
	background: #e0e0e0 url(http://images.donbass.ua/datepicker/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
	cursor: pointer;
	border: 1px solid #f3f3f3;
}
table.ui-datepicker td a:hover {
	border: 1px solid #888888;
	color: #111111;
	background: #d8d8d8 url(http://images.donbass.ua/datepicker/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
	border: 1px solid #2694e8;
	color: #000000;
	background: #8ab9ff url(http://images.donbass.ua/datepicker/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: #362b36;
	text-transform: uppercase;
	/*border-bottom: 1px solid #cccccc;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #362b36;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*******/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
 /*******/
 ul#Slide {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#Slide .Item li {
	border-bottom:1px solid #E5E5E5;
	line-height:16px;
}
ul#Slide .Item li a img{
display: block;
margin:0px auto;
}
.SlideHeader {
	height:21px;
	background-image:url(http://images.donbass.ua/bg/block_header.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #CCCCCC;
	color:#005a84;
	font-family: Verdana, Tahoma, serif;
	font-size:14px;
	font-weight:normal;
	line-height:19px;
	margin:5px 0px 0px 0px;
}
.SlideHeader a {
     color:#005a84;
	font-family: Verdana, Tahoma, serif;
	font-size:14px;
}
.SlideHeader.Open {
	color:#A21913;
}
.SlideHeader.Open a {
    color:#A21913;
}
.SlideHeader img{
	padding:0px 10px 0px 23px;
}
ul#Slide .Item .SlideContent {
	border-left: 1px dotted #cbcbcb;
	border-right: 1px dotted #cbcbcb;
	height:259px;
}
ul#Slide .Item.Last .SlideContent {
	border-bottom: 1px dotted #cbcbcb;
}
/* - - - - - - - - */
.fl {
	float: left;
	display: inline;
}
.NewsSlider div.fl a {
	padding:0px 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#005a84;
	display: block;
}
.NewsSlider div.item div.fl a img {
	padding:6px 6px 0px 0px;
}
.NewsSlider {
	position: relative;
	width: 736px;
	margin:0px auto;
	text-align: left;
	height:134px;
	background-image:url(http://images.donbass.ua/bg/slide.gif);
}
.NewsSlider .prev {
	position: absolute;
	display: none;
	border-right:1px solid #CCCCCC;
}
.NewsSlider .next {
	right: 0;
	position: absolute;
	display: none;
	border-left:1px solid #CCCCCC;
}
.NewsSlider .container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:134px;
}
.NewsSlider .news_items {
	position: relative;
	width: 695px;
	top: 0;
	left: 17px;
	overflow: hidden;
}
.NewsSlider .item {
	width: 232px;
	margin-right: 0px;
	background-image:url(http://images.donbass.ua/bg/line.gif);
	background-repeat:no-repeat;
	background-position: right;
	height:134px;
}
.NewsSlider .item div {
	width: 220px;
	padding: 2px 0px 5px 0px;
}
.NewsSlider .item a img.fl {
	border:1px solid #CCCCCC;
	margin:0px auto;
	margin-left:53px;
}

/* Tabs */
@media projection, screen {
.tabs-hide {
	display: none;
}
}
@media print {
.tabs-nav {
	display: none;
}
}
.Tabs {
	background-image:url(http://images.donbass.ua/bg/block_header.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.Tab {
	padding-top:1px;
}
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.tabs-nav li {
	float: left;
	margin: 0 0 0 2px;
	min-width: 35px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0 5px;
	background: url(http://images.donbass.ua/tab.png) no-repeat;
}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #576e95;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}
.tabs-nav .tabs-selected a {
	color: #005a84;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
	background-position: 100% -100px;
}
.tabs-nav a span {
	width: 35px; /* IE 6 treats width as min-width */
	min-width: 35px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 1px;
	padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 2px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor: pointer;
}
.tabs-nav .tabs-disabled {
	opacity: .4;
}
.tabs-container {
	border-top: 1px solid #CCCCCC;
	background: #fff;
	width: 100%;
}
.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(loading.gif) no-repeat 0 50%;
}
/**/
* html .galleria li div span{width:400px}
.galleria{list-style:none;width:200px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer; }
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em; text-align:justify;}

.ImageGalleryBox {margin: 4px auto; width:675px; height: 78px;border:1px solid #CCCCCC;}
.ImageGallery{position:relative;margin-top:2em;text-align:center;}
.ImageSlide {float:left;}
.prev, .next {
   float:left;
   display:block;
   width:20px;
}

.galleryView li{width:102px;height:75px;border:1px solid #CCCCCC;margin: 1px 1px; background-color:#3d3d3d;}
#main_image{margin:0 auto 10px auto;width:500px;}
#main_image img{margin-bottom:10px; border: 1px solid #CCCCCC;}
.nav{padding-top:15px;clear:both;text-transform:uppercase; text-align:center;}





