.dprTdShell_simple .btnTbMain {
	height: 40px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #696969),
		color-stop(1, #121212)
	);
	background-image: -o-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -moz-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -webkit-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -ms-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: linear-gradient(to bottom, #696969 0%, #121212 100%);
}
.dprTdShell_simple a, .dprTdShell_simple a:before, .dprTdShell_simple a:after {
	box-sizing: border-box;
}
.dprTdShell_simple .dprTbPageNumTxt {
	display: inline;
	/*float: left;*/
	width: 140px;
	margin: 5px 2px;
	text-align: center;
	height: auto !important;
	padding: 5px 1px 3px !important;
}
.dprTdShell_simple .dprTbBtn {
	/*width: 30px;
	height: 30px;*/
	display: inline;
	box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	padding: 5px 15px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	outline: medium none !important;
}
.dprTdShell_simple .dprTbBtn:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.dprTdShell_simple .dprTbBtn:last-child {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.dprTdShell_simple .dprTbBtn_simple.dprTbBtnActive, .dprTdShell_simple .dprTbBtn:hover {
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.3);
}
.dprTdShell_simple .dprTbBtnZoom {
	background-image: url("../img/tb_simple/Zoom in.png");
}
.dprTdShell_simple .dprTbBtnFirst {
	background-image: url("../img/tb_simple/First.png");
}
.dprTdShell_simple .dprTbBtnPrev {
	background-image: url("../img/tb_simple/Go back.png");
}
.dprTdShell_simple .dprTbBtnNext {
	background-image: url("../img/tb_simple/Go forward.png");
}
.dprTdShell_simple .dprTbBtnLast {
	background-image: url("../img/tb_simple/Last.png");
}
.dprTdShell_simple .dprTbBtnFullscreen {
	background-image: url("../img/tb_simple/Display.png");
}
.dprTdShell_simple .dprTbBtnShare {
	background-image: url("../img/tb_simple/Share.png");
}
.dprTdShell_simple .dprTbBtnExport {
	background-image: url("../img/tb_simple/Export.png");
}
.dprTdShell_simple .dprTbBtnFullscreen.dprTbBtnFullscreenEnabled {
	background-image: url("../img/tb_simple/Out.png");
}
.dprTdShell_simple .dprTbLeft {
	float: left;
	padding-top: 7px;
	/*margin: 7px auto;*/
}
.dprTdShell_simple .dprTbRight {
	float: right;
	padding-top: 7px;
	/*margin-right: 5px;*/
	/*margin: 7px auto;*/
}
/*Hack to position horizontaly center block - to the center*/
.dprTbResponsiveOn .dprTdShell_simple .dprTbCenter {
	padding-top: 7px;
}
.dprTdShell_simple .dprTbCenter {
	margin: 0 auto;
	width: 340px;
	text-align: center;
}
.dprTdShell_simple .dprTbCenter .dprTbBtn,
.dprTdShell_simple .dprTbRight .dprTbBtn,
.dprTdShell_simple .dprTbLeft .dprTbBtn,
.dprTbExportShell .dprTbBtn,
.dprTdShell_simple .dprTbSearchShell .dprTbBtn,
.dprTdShell_simple .dprTbSearchShell .dprTbSearchTxt,
.dprTdShell_simple .dprTbZoomOutShell .dprTbBtn {
	/*float: left;*/
	margin-left: 2px;
	margin-right: 2px;
}
.dprTdShell_simple .dprTbSearchShell .dprTbSearchTxt {
	margin-top: 7px;
	width: auto;
}
.dprTdShell_simple .dprTbBtnZoomOut {
	background-image: url("../img/tb_simple/Zoom.png");
	background-image: url("../img/tb_simple/Zoom.png"), -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #696969),
		color-stop(1, #121212)
	);
	
	background-image: url("../img/tb_simple/Zoom.png"), -o-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Zoom.png"), -moz-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Zoom.png"), -webkit-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Zoom.png"), -ms-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Zoom.png"), linear-gradient(to bottom, #696969 0%, #121212 100%);
}
.dprTbZoomOutShell {
	position: absolute;
	z-index: 999999;
	display: none;
	width: 100%;
}
.dprTdShell_simple .dprTbBtnSearch {
	background-image: url("../img/tb_simple/Zoom.png");
}
.dprTdShell_simple .dprTbBtnPrevSearch {
	background-image: url("../img/tb_simple/Go back.png");
}
.dprTdShell_simple .dprTbBtnNextSearch {
	background-image: url("../img/tb_simple/Go forward.png");
}
.dprTdShell_simple .dprTbBtnPrevSearch.dprTbBtnSearchActive,
.dprTdShell_simple .dprTbZoomOutShell .dprTbBtnPrev {
	background-image: url("../img/tb_simple/Go back.png");
	background-image: url("../img/tb_simple/Go back.png"), -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #696969),
		color-stop(1, #121212)
	);
	
	background-image: url("../img/tb_simple/Go back.png"), -o-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go back.png"), -moz-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go back.png"), -webkit-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go back.png"), -ms-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go back.png"), linear-gradient(to bottom, #696969 0%, #121212 100%);
}
.dprTdShell_simple .dprTbBtnNextSearch.dprTbBtnSearchActive,
.dprTdShell_simple .dprTbZoomOutShell .dprTbBtnNext {
	background-image: url("../img/tb_simple/Go forward.png");
	background-image: url("../img/tb_simple/Go forward.png"), -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #696969),
		color-stop(1, #121212)
	);
	
	background-image: url("../img/tb_simple/Go forward.png"), -o-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go forward.png"), -moz-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go forward.png"), -webkit-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go forward.png"), -ms-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: url("../img/tb_simple/Go forward.png"), linear-gradient(to bottom, #696969 0%, #121212 100%);
}
.dprTdShell_simple .dprTbSearchShell {
	position: absolute;
	right: 0;
	display: none;
	bottom: 40px;
	z-index: 99;
}
.dprTdShell_simple .dprTbSlShell {
	position: absolute;
	left: 0;
	display: none;
	bottom: 40px;
	z-index: 99;
}
.dprTdShell_simple .dprTbExportShell {
	position: absolute;
	left: 15px;
	display: none;
	bottom: 40px;
	z-index: 99;
}
.dprTdShell_simple .dprTbExportShell .dprTbBtn {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #696969),
		color-stop(1, #121212)
	);
	background-image: -o-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -moz-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -webkit-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: -ms-linear-gradient(bottom, #696969 0%, #121212 100%);
	background-image: linear-gradient(to bottom, #696969 0%, #121212 100%);
	color: white;
	line-height: 30px;
	text-align: center;
    text-decoration: none;
}
.dprTdShell_simple .dprTbExportShell .dprTbBtn {
	font-size: 10px;
	width: 40px;
	line-height: 20px;
}
.dprTdShell_simple .dprTdPageNumForm {
	display: inline;
}