.x-panel-tc, .x-panel-bc {
	background-image:url(../images/panel/top-bottom.png);
}

.x-panel-tl, .x-panel-tr, .x-panel-bl, .x-panel-br {

	background-image:url(../images/panel/corners.png);
}

.x-panel-tr, .x-panel-br, .x-panel-mr{
	padding-right: 10px;
}

.x-panel-tl, .x-panel-bl, .x-panel-ml{
	padding-left: 10px;
}

.x-panel-noborder .x-panel-header-noborder{
	border: none;
}

.x-panel-mc{
	background-color:  White;
}

.x-panel-header  {
	height: 30px !important;
}

	.ext-ie .x-panel-header  {
		height: 39px !important;
	}
	.ext-ie .x-panel-body-noheader{
/*		display: none;*/
	}
	

.x-panel-tl{
	border-bottom-color: #bfbfbf;
}

.x-panel-ml{
	background-color: transparent;
}

.x-panel-mr,.x-panel-ml{
	background-image:url(../images/panel/left-right-gray.png);
}

.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc{
	height: 10px;
}

.x-panel-ghost {
    background-color:#dbdbdb;
}

.x-panel-ghost ul {
    border-color:#b7b7b7;
}

.x-panel-dd-spacer {
    border-color:#b7b7b7;
}

.x-window-proxy {
    background-color:#dddddd;
    border-color:#b7b7b7;
}

.x-panel-header-text{
	position: relative;
	top: 6px;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
	font-size: 12px;
}

.window .i-pan-tl, .block .i-pan-tl{
	cursor: move;
}

.i-pager-num{
	padding: 2px 4px;
	color: #848484;
	cursor: pointer;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;	
}


a.i-pager-num:hover{
	background-image: url(../images/panel/pager-num-over.png);
	color: white;
}

a.active-pager, a.active-pager:hover{
	font-weight: bold;
	background-image: url(../images/panel/pager-num.png);
	color: White;
}

.drag-proxy{
	border: 1px dashed #ddd;
	background: #bbb;
}

.i-pager *{
	float: left;
}

.i-pager-prev{
	height: 20px;
	cursor: pointer;
	width: 19px;	
	background: transparent url(../images/panel/pager-prev.png) no-repeat scroll right  bottom;	
}

a.i-pager-prev:hover{
	background: transparent url(../images/panel/pager-prev-over.png) no-repeat scroll right  bottom;	
}

.i-pager-next{
	height: 20px;
	cursor: pointer;	
	width: 19px;	
	margin-right: 5px;
	background: transparent url(../images/panel/pager-next.png) no-repeat scroll right  bottom;	
}

a.i-pager-next:hover{
	background: transparent url(../images/panel/pager-next-over.png) no-repeat scroll right  bottom;	
}	

/* ipanel */

.i-pan-tl, .i-pan-bl {
	background-image:url(../images/panel/corners-left.png);
	background-repeat: no-repeat;
}

.i-pan-tr, .i-pan-br{
	background-image:url(../images/panel/corners-right.png);
	background-repeat: no-repeat;
}

.i-pan-tc, .i-pan-bc{
	background: transparent url(../images/panel/centers.png) repeat-x ;
}

.i-pan-tl {
	background-position: left top;
	padding-left: 8px;
	overflow:hidden;
	height: 37px;
}
.i-pan-tc {
	background-position: top;
	color: #555;
	height: 37px;
}

.SearchPanelLeft .i-pan-tl, .SearchPanelLeft .i-pan-bl {
	background-image:url(../images/panel/search-corners-left.png);
	background-repeat: no-repeat;
}

.SearchPanelLeft .i-pan-tr,.SearchPanelLeft .i-pan-br{
	background-image:url(../images/panel/search-corners-right.png);
	background-repeat: no-repeat;
}

.SearchPanelLeft .i-pan-tc, .SearchPanelLeft .i-pan-bc{
	background-image:  url(../images/panel/search-centers.png) ;
	background-repeat: repeat-x;
}
.SearchPanelLeft .i-pan-ml,.SearchPanelLeft .i-pan-mr {
	background-image: url(../images/panel/search-middle.png) ;
	background-repeat: repeat-y;
}

.SearchPanelLeft .i-pan-mc {
	background-color: #fff;
}

.coll-tool-wrapper{
	margin: 0 5px;
	float: left;
}

.i-pan-tc .title{
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

.i-pan-tr {
	background-position: top right ;
	padding-right:8px;
	height: 37px;
}
.i-pan-bl {
	background-position: left bottom;
	padding-left: 8px;
}
.i-pan-bc {
	background-position: bottom;	
}
.i-pan-br {
	background-position: bottom right;
	padding-right: 8px;
}

.i-pan-bl ,
.i-pan-bc ,
.i-pan-br {
	height: 11px !important;
}

.i-pan-ml, .i-pan-mr {
	background: url(../images/panel/middle.png) repeat-y;
}

.i-pan-ml {
	padding-left: 8px;
}

.i-pan-mc {
	background-color: #f4f4f4;
}
.i-pan-mr {
	padding-right: 8px;
	background-position: right;
}
.i-pan {
	margin-bottom: 14px;
}


/*tools:*/
.i-tool {
	margin-right:5px;	
	display: table-cell;	
	cursor: pointer;
	background-repeat: no-repeat;
	float: left;	
	height:32px;
}
.cm-tool {
	background-image: url(../images/panel/window.png);
}
.coll-tool {
	background-image: url(../images/panel/collapse.png);
	width: 19px;
	height:21px !important;
	position: relative;
	top: 8px;
}

.coll-tool-closed{
	background-image: url(../images/panel/collapse-closed.png);
}

div.i-panel-title {
	height: 34px;
	vertical-align: middle;
}
div.i-panel-title span{
	line-height: 34px;
	vertical-align: middle; 
}

div.i-panel-title .paging-toolbar {
	width:auto !important;
	height: 36px !important;
	display: inline-block !important;
}
div.i-panel-title .paging-toolbar .i-pager {
	display: inline;
}

div.i-panel-title .paging-toolbar .i-pager .i-pager-count{ 
	line-height:30px;
}
div.i-panel-title .paging-toolbar .i-pager .pager-pn { 
	height: 36px;
	padding-top: 5px;
}
div.i-panel-title .paging-toolbar .i-pager .pager-numbers{ 
	height: 36px;
	padding-top: 5px;
}
