/* ------------------------------ panel tab --------------------------------*/
div[class*='keep-']{
	display: inline-block;
	padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
	*display:inline;
	zoom: 1;
}

.sticker{
	width:100% !important;
}

.sticky-panel-tab  .sticky #headerContainer{
	position:relative !important;
}
/*---------expand--------------*/
/*scale a space for border radius, also contains button*/
.sticky-panel-tab  .scaleSpace{
	min-height: 5px;
	text-align: center;
}

/*---------collapse---------------*/
.sticky-panel-tab .sticky #moving-container{

}
/*items moved*/
.sticky-panel-tab .sticky div[class*="keep-"]{
	display: inline-block;
	padding: 5px;
	padding-left: 12px !important;
}

.sticky-panel-tab .autoHeight{
	height: auto !important;
}

.sticky-panel-tab .sticky {
	background: inherit;
	border: 1px solid #e1e1e;	
	-moz-box-shadow:    1px 1px 1px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
 	box-shadow:         0px 1px 1px 0px #ccc;
}
/*Main css for tabHeader expander*/
.sticky-panel-tab #panelTabHeader{
	width: 100%;
	cursor: pointer;
    height: 16px;
    border: 1px solid #e1e1e;
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-origin: padding-box !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
/* display panel at bottom window, panel tab*/

 .displayBottom #sticker{
	 box-shadow: 2px -2px 1px 1px #CCCCCC;
	 border: 1px solid #e1e1e1;
}

/*main css for panel*/
.sticky-panel-tab #sticker{
	width: 100%;	
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(center top , #E0E0E0, #E9E9E9);
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	min-height: 40px;
	line-height: 16px;
	z-index: 1000;
}
/*tabHeader down - up normal view */
.sticky-panel-tab  .down{	
    background-image: url("../images/ex-up.png") !important;
}
.sticky-panel-tab  .up{	
    background-image: url("../images/ex-down.png") !important;   
}
.displayBottom .sticky .up{
    background-image: url("../images/ex-up.png") !important;	
}

.displayBottom .sticky .down{
	background: url("../images/ex-down.png") !important;	
}
.displayTop .sticky .down{	
    background-image: url("../images/ex-up.png") !important;   
	position: absolute;
    bottom: -1px;
    right: -1px;
}
.displayTop .sticky .up{
    background-image: url("../images/ex-down.png")!important;   
	position: absolute;
    bottom: -1px;
    right: -1px;
}
/*content tab*/
.sticky-panel-tab .tabContent{	
	
}

/*----------------------------button tab-----------------------------------*/
.sticky-button-tab ul li{
	content: " ";
	list-style:none !important;
	display:block;
	float:right;
	margin: 0px;	
}
.sticky-button-tab .sticky {
	z-index: 1000;
	background-color: #E0E0E0;
	background-image: -moz-linear-gradient(center top , #E0E0E0, #E9E9E9);
	border: 1px solid #BFBFBF;
}
.sticky-button-tab .sticky {
	border: 1px solid #e1e1e;	
	-moz-box-shadow:    1px 1px 1px 2px #ccc;
  	-webkit-box-shadow: 1px 2px 2px 2px #ccc;
 	box-shadow:         0px 1px 1px 0px #ccc;
}
.sticky-button-tab .sticky ul li{
	border-bottom: 1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
}
.sticky-button-tab .sticky ul li:first-child{
	border-right:1px solid #e1e1e1;
	
}
.sticky-button-tab .sticky ul li:last-child{
	border-left: 1px solid #e1e1e1;
}

.sticky-button-tab .sticky ul li{
	list-style:none !important;
	display:block;
	float:right;
	margin: 0px;
}

.scaleSpace{
	padding-right: 16px;
}
.keep-0{
	padding-top:8px;
}
div.keep-3 {
 	float:right !important;
	padding-right:16px !important;
}

#moving-container{
	height: 22px !important;	
}