.dprTdShell_night .btnTbMain {
	height: 40px;
	background: repeating-linear-gradient(
		-45deg,
		#1b232f,
		#1b232f 2px,
		#18202d 2px,
		#18202d 5px
	);
	background-color: #1b232f;
	border-radius: 3px;
}
.dprTdShell_night a, .dprTdShell_night a:before, .dprTdShell_night a:after {
	box-sizing: border-box;
}
.dprTdShell_night .dprTbBtn {
	display: inline;
	padding: 9px 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: medium none !important;
	background-image: url("../img/tb_night/buttons-primary.png");
}
/*Export*/
.dprTdShell_night .dprTbBtnExport {
	background-position: 0px 0px;
}
.dprTdShell_night .dprTbBtnExport:hover, .dprTdShell_night .dprTbBtnExport:active, .dprTdShell_night .dprTbBtnExport.dprTbBtnActive {
	background-position: 0px -40px;
}
/*First*/
.dprTdShell_night .dprTbBtnFirst {
	background-position: -40px 0px;
}
.dprTdShell_night .dprTbBtnFirst:hover, .dprTdShell_night .dprTbBtnFirst:active, .dprTdShell_night .dprTbBtnFirst.dprTbBtnActive {
	background-position: -40px -40px;
}
/*Fullscreen - enabled*/
.dprTdShell_night .dprTbBtnFullscreen.dprTbBtnFullscreenEnabled {
	background-position: -80px 0px;
}
.dprTdShell_night .dprTbBtnFullscreen.dprTbBtnFullscreenEnabled:hover, .dprTdShell_night .dprTbBtnFullscreen.dprTbBtnFullscreenEnabled:active, .dprTdShell_night .dprTbBtnFullscreen.dprTbBtnFullscreenEnabled.dprTbBtnActive {
	background-position: -80px -40px;
}
/*Last*/
.dprTdShell_night .dprTbBtnLast {
	background-position: -120px 0px;
}
.dprTdShell_night .dprTbBtnLast:hover, .dprTdShell_night .dprTbBtnLast:active, .dprTdShell_night .dprTbBtnLast.dprTbBtnActive {
	background-position: -120px -40px;
}
/*Next*/
.dprTdShell_night .dprTbBtnNext {
	background-position: -160px 0px;
}
.dprTdShell_night .dprTbBtnNext:hover, .dprTdShell_night .dprTbBtnNext:active, .dprTdShell_night .dprTbBtnNext.dprTbBtnActive {
	background-position: -160px -40px;
}
/*Prev*/
.dprTdShell_night .dprTbBtnPrev {
	background-position: -200px 0px;
}
.dprTdShell_night .dprTbBtnPrev:hover, .dprTdShell_night .dprTbBtnPrev:active, .dprTdShell_night .dprTbBtnPrev.dprTbBtnActive {
	background-position: -200px -40px;
}
/*Search*/
.dprTdShell_night .dprTbBtnSearch {
	background-position: -240px 0px;
}
.dprTdShell_night .dprTbBtnSearch:hover, .dprTdShell_night .dprTbBtnSearch:active, .dprTdShell_night .dprTbBtnSearch.dprTbBtnActive {
	background-position: -240px -40px;
}
/*Share*/
.dprTdShell_night .dprTbBtnShare {
	background-position: -280px 0px;
}
.dprTdShell_night .dprTbBtnShare:hover, .dprTdShell_night .dprTbBtnShare:active, .dprTdShell_night .dprTbBtnShare.dprTbBtnActive {
	background-position: -280px -40px;
}
/*Zoom*/
.dprTdShell_night .dprTbBtnZoom {
	background-position: -320px 0px;
}
.dprTdShell_night .dprTbBtnZoom:hover, .dprTdShell_night .dprTbBtnZoom:active, .dprTdShell_night .dprTbBtnZoom.dprTbBtnActive {
	background-position: -320px -40px;
}
/*Fullscreen*/
.dprTdShell_night .dprTbBtnFullscreen {
	background-position: -360px 0px;
}
.dprTdShell_night .dprTbBtnFullscreen:hover, .dprTdShell_night .dprTbBtnFullscreen:active, .dprTdShell_night .dprTbBtnFullscreen.dprTbBtnActive {
	background-position: -360px -40px;
}
/*Zoom out Shell*/
/*Zoom out btn*/
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnZoomOut {
	background-position: 0px -80px;
}
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnZoomOut:hover, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnZoomOut:active, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnZoomOut.dprTbBtnActive {
	background-position: 0px -120px;
}
/*Zoomed prev btn*/
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnPrev {
	background-position: -40px -80px;
}
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnPrev:hover, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnPrev:active, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnPrev.dprTbBtnActive {
	background-position: -40px -120px;
}
/*Zoomed next btn*/
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnNext {
	background-position: -80px -80px;
}
.dprTdShell_night .dprTbZoomOutShell .dprTbBtnNext:hover, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnNext:active, .dprTdShell_night .dprTbZoomOutShell .dprTbBtnNext.dprTbBtnActive {
	background-position: -80px -120px;
}
/*Pager part*/
.dprTdShell_night .dprTdPageNumForm {
	display: inline;
	background-image: url("../img/tb_night/buttons-primary.png");
	background-position: -120px -80px;
	padding: 10px 51px;
	position: relative;
}
.dprTdShell_night .dprTbPageNumTxt {
	display: inline;
	width: 82px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	height: 25px !important;
	position: absolute;
	top: 10px;
	left: 10px;
	background: transparent !important;
	color: #fff !important;
}
/*Search shell*/
.dprTdShell_night .dprTbSearchShell {
	position: absolute;
	right: 0;
	display: none;
	bottom: 40px;
	z-index: 99;
	width: 202px;
}
.dprTdShell_night .dprTbSearchShell .dprTbSearchTxt {
	width: 129px !important;
	height: 35px !important;
	background-image: url("../img/tb_night/buttons-primary.png");
	background-position: -240px -80px;
	background-color: transparent;
	border: none !important;
	padding-top: 1px;
	color: #fff !important;
}
.dprTdShell_night .dprTbBtnPrevSearch,
.dprTdShell_night .dprTbBtnNextSearch {
	padding: 4px 17px;
}
/*Prev search*/
.dprTdShell_night .dprTbBtnPrevSearch {
	background-position: -136px -125px;
}
.dprTdShell_night .dprTbBtnPrevSearch:hover, .dprTdShell_night .dprTbBtnPrevSearch:active, .dprTdShell_night .dprTbBtnPrevSearch.dprTbBtnActive {
	background-position: -170px -125px;
}
/*Next search*/
.dprTdShell_night .dprTbBtnNextSearch {
	background-position: -204px -125px;
}
.dprTdShell_night .dprTbBtnNextSearch:hover, .dprTdShell_night .dprTbBtnNextSearch:active, .dprTdShell_night .dprTbBtnNextSearch.dprTbBtnActive {
	background-position: -238px -125px;
}
.dprTdShell_night .dprTbLeft {
	float: left;
	padding-top: 7px;
}
.dprTdShell_night .dprTbRight {
	float: right;
	padding-top: 7px;
}
/*Hack to position horizontaly center block - to the center*/
.dprTdShell_night .dprTbCenter {
	padding-top: 7px;
}
.dprTdShell_night .dprTbCenter {
	margin: 0 auto;
	text-align: center;
}
.dprTbZoomOutShell {
	position: absolute;
	z-index: 999999;
	display: none;
	width: 100%;
}
.dprTdShell_night .dprTbSlShell {
	position: absolute;
	left: 25px;
	display: none;
	bottom: 45px;
	z-index: 99;
}
/*Export shell*/
.dprTdShell_night .dprTbExportShell {
	position: absolute;
	left: 20px;
	display: none;
	bottom: 40px;
	z-index: 99;
}
.dprTdShell_night .dprTbExportShell .dprTbBtn {
	background-image: url("../img/tb_night/buttons-primary.png");
	padding: 6px 20px;
}
.dprTdShell_night .dprExportLink_html {
	background-position: 0 -160px;
}
.dprTdShell_night .dprExportLink_html:hover, .dprTdShell_night .dprExportLink_html:active, .dprTdShell_night .dprExportLink_html.dprTbBtnActive {
	background-position: 0px -190px;
}
.dprTdShell_night .dprExportLink_pdf {
	background-position: -40px -160px;
}
.dprTdShell_night .dprExportLink_pdf:hover, .dprTdShell_night .dprExportLink_pdf:active, .dprTdShell_night .dprExportLink_pdf.dprTbBtnActive {
	background-position: -40px -190px;
}
