/************************************************************************** Refactor */

span.ui-ich span,
span.ui-ir span {
    background-image:url("/img/formelements.png");
}

.show {
    display:block;
}

.hide {
    display:none;
}


/*********** UI - Radio button *************/

.ui-ir {
    width:19px;
    height:20px;
    margin:0 5px 0 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:text-top;
    vertical-align:middle\9;
}

.ui-ir span {
    width:19px;
    height:20px;
    display:block;
    cursor:pointer;
    background-position:0 0;
}

.ui-ir span.checked {
    background-position:0 -20px;
}

.ui-ir input {
    /*display: none;*/
    visibility:hidden;
    position:absolute;
    /*left:-30000px;*/
}


/*********** UI - Checkbox *************/

.ui-ich {
    width:19px;
    height:20px;
    margin:0 5px 0 0;
    vertical-align:middle;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.ui-ich span {
    width:19px;
    height:20px;    
    display:block;
    cursor:pointer;
    background-position:-19px 0;
}
.ui-ich span.unchecked {
    background-position:-19px 0;
}
.ui-ich span.checked {
    background-position:-19px -20px;
}
.ui-ich input {
    visibility:hidden;
    position:absolute;
    /*left:-30000px;*/
    
    
    width:19px;
    height:20px;
    margin:0;
}

/**************** UI - Select box - Fake graphical combo only *******************/




.ui-se {
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	vertical-align:top;
	margin:0 14px 10px 0;
	z-index:15;
}

.ui-se-body {
	color:#fff;
	border:1px solid #014481;
	border-radius:4px;
	cursor:pointer;
	padding:10px 30px 10px 10px;
	width:99px;
    background: #3d7eb6;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
    background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(61,126,182) 0%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	box-shadow:0px 1px 2px rgba(50, 50, 50, 0.6);	
	
	*background:url("/img/combo-arrows.gif") 118px center no-repeat #488EC8;
	background:url("/img/combo-arrows.gif") 118px center no-repeat #488EC8\9;	
}

/*
:root .ui-se-body {  
    background:url("/img/combo-arrows.gif") 118px center no-repeat #488EC8;
}
*/

.ui-se-body:hover {

    border-color:#4286BF;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	
	*background:url("/img/combo-arrows.gif") 118px center no-repeat #4B93D0;
	background:url("/img/combo-arrows.gif") 118px center no-repeat #4B93D0\9;
	
}

/*
:root .ui-se-body:hover {  
	background:url("/img/combo-arrows.gif") 118px center no-repeat #4B93D0;
}
*/

.ui-se-body:active,
.ui-se-body.active {
    border-color:#0056A5;
	background:url("/img/combo-arrows.gif") 118px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;
	box-shadow:0 0px 10px #0056A5 inset;
	
	*background:url("/img/combo-arrows.gif") 118px center no-repeat #3586C3;
	background:url("/img/combo-arrows.gif") 118px center no-repeat #3586C3\9;
}

/*
:root .ui-se-body:active,
:root .ui-se-body.active {  
	background:url("/img/combo-arrows.gif") 118px center no-repeat #3586C3;
}
*/

/* --- zkracena varianta - DAY --- */
.day .ui-se-body {
	width:19px;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;		
	*background:url("/img/combo-arrows.gif") 38px center no-repeat #488EC8;
	background:url("/img/combo-arrows.gif") 38px center no-repeat #488EC8\9;	
}
.day .ui-se-body:hover {
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	*background:url("/img/combo-arrows.gif") 38px center no-repeat #4B93D0;
	background:url("/img/combo-arrows.gif") 38px center no-repeat #4B93D0\9;
}
.day .ui-se-body:active,
.day .ui-se-body.active {
	background:url("/img/combo-arrows.gif") 38px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;	
	*background:url("/img/combo-arrows.gif") 38px center no-repeat #3586C3;
	background:url("/img/combo-arrows.gif") 38px center no-repeat #3586C3\9;
}
/* --- zkracena varianta - MONTH --- */
.month .ui-se-body {
	width:69px;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;		
	*background:url("/img/combo-arrows.gif") 88px center no-repeat #488EC8;
	background:url("/img/combo-arrows.gif") 88px center no-repeat #488EC8\9;	
}
.month .ui-se-body:hover {
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	*background:url("/img/combo-arrows.gif") 88px center no-repeat #4B93D0;
	background:url("/img/combo-arrows.gif") 88px center no-repeat #4B93D0\9;
}
.month .ui-se-body:active,
.month .ui-se-body.active {
	background:url("/img/combo-arrows.gif") 88px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;	
	*background:url("/img/combo-arrows.gif") 88px center no-repeat #3586C3;
	background:url("/img/combo-arrows.gif") 88px center no-repeat #3586C3\9;
}
/* --- zkracena varianta - YEAR --- */
.year .ui-se-body {
	width:49px;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;		
	*background:url("/img/combo-arrows.gif") 68px center no-repeat #488EC8;
	background:url("/img/combo-arrows.gif") 68px center no-repeat #488EC8\9;	
}
.year .ui-se-body:hover {
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 68px center no-repeat #4B93D0\9;
	*background:url("/img/combo-arrows.gif") 68px center no-repeat #4B93D0;
}
.year .ui-se-body:active,
.year .ui-se-body.active {
	background:url("/img/combo-arrows.gif") 68px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;	
	background:url("/img/combo-arrows.gif") 68px center no-repeat #3586C3\9;
	*background:url("/img/combo-arrows.gif") 68px center no-repeat #3586C3;
}
/* --- prodlouzena varianta - stejna delka jako klasicky input - TEXT_SELECT --- */
.text_select .ui-se-body {
	width:141px;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;		
	
	width:150px\9;
	*width:155px;
	background:url("/img/combo-arrows.gif") 169px center no-repeat #488EC8\9;	
	*background:url("/img/combo-arrows.gif") 174px center no-repeat #488EC8;
}
.text_select .ui-se-body:hover {
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 169px center no-repeat #4B93D0\9;
	*background:url("/img/combo-arrows.gif") 174px center no-repeat #4B93D0;
}
.text_select .ui-se-body:active,
.text_select .ui-se-body.active {
	background:url("/img/combo-arrows.gif") 160px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;	
	background:url("/img/combo-arrows.gif") 169px center no-repeat #3586C3\9;
	*background:url("/img/combo-arrows.gif") 174px center no-repeat #3586C3;
}
/* --- nejdelsi varianta - pres nekoik sloupcu v tabulce - viz kontakty dole - LONG_TEXT_SELECT --- */
.long_text_select .ui-se-body {
	width:405px;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(61,126,182) 40%, rgb(72,142,200) 100%) left top repeat-x;		
	*background:url("/img/combo-arrows.gif") 424px center no-repeat #488EC8;
	background:url("/img/combo-arrows.gif") 424px center no-repeat #488EC8\9;	
}
.long_text_select .ui-se-body:hover {
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, -ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%) left top repeat-x;
	*background:url("/img/combo-arrows.gif") 424px center no-repeat #4B93D0;
	background:url("/img/combo-arrows.gif") 424px center no-repeat #4B93D0\9;
}
.long_text_select .ui-se-body:active,
.long_text_select .ui-se-body.active {
	background:url("/img/combo-arrows.gif") 424px center no-repeat, url("/img/combo-gloss.gif") left top repeat-x, #3586C3;	
	*background:url("/img/combo-arrows.gif") 424px center no-repeat #3586C3;
	background:url("/img/combo-arrows.gif") 424px center no-repeat #3586C3\9;
}
/**/



.ui-se + .ui-se + .ui-se + .ui-se,
.ui-se.last {
	margin-right:0 !important;
}

.ui-se select {
    /*display:none;*/
    visibility:hidden;
    position:absolute;
    /*left:-30000px;*/
}

.ui-se .ui-options {
    border:1px solid #E3E3E3;
    border-top:0;

    box-shadow:0px 1px 5px #B8B8B8;
    border-radius:4px;
    background:#fff;
    overflow:hidden;
    width:100% !important;
    *width:97% !important;
}

.ui-se .ui-options ul {
    padding-right:10px;
}

.ui-se .ui-options ul li {
    background:none;
    margin:0 0 5px 0;
    padding:5px 10px !important;
    
    font-size:90%;
    list-style:none;
    color:#63717D;
    border:0;
    text-align:left;
    cursor:pointer;
}

.ui-se .ui-options ul li:last-child {
    margin-bottom:0;
}

.ui-se .ui-options ul li.selected,
.ui-se .ui-options ul li.active {
    background:#2076BE;
    color:#fff;
    font-weight:bold;
    border-radius:3px;
    box-shadow:0 0px 10px #555 inset;
}

.ui-se .ui-options ul li.disabled {
    color: #aaa !important;
}    
.ui-se .ui-options ul li.active.disabled {
    background: none;
    box-shadow: none;
    font-weight: normal;
}

/**************** UI - Select box - jScrollPane defaults override *******************/

.ui-se .show {
    width:99% !important;
    position:absolute;
    z-index:5;
   
    /*
    *background:#fff;
    background:#fff\9;
    
    *overflow:hidden;
    overflow:hidden\9;
    */
}

.jspContainer {
    overflow:hidden;
}

.jspTrack {
    background:#ECF2F8 !important;
    border-radius:8px;
    width:13px;
}
.jspHorizontalBar {
    background: #ECF2F8 !important;
}

.jspHorizontalBar .jspDrag {
    top: 0px !important;
    height: 12px !important;
}
.jspDrag,
.jspDrag:active {
	background:#bbd !important;
	width:11px;
	cursor:default;
	border:1px solid #4286BF !important;
	border-radius:8px;
	background:-o-linear-gradient(bottom, rgb(81,155,218) 0%, rgb(102,167,222) 100%) !important;
	background:-moz-linear-gradient(bottom, rgb(81,155,218) 0%, rgb(102,167,222) 100%) !important;
	background:-webkit-linear-gradient(bottom, rgb(81,155,218) 0%, rgb(102,167,222) 100%) !important;
	background:-ms-linear-gradient(bottom, rgb(81,155,218) 0%, rgb(102,167,222) 100%) !important;
	background:linear-gradient(bottom, rgb(81,155,218) 0%, rgb(102,167,222) 100%) !important;
	
	*background:#4E99D9 !important;
    background:#4E99D9\9 !important;
}

.jspDrag:hover {
	background:#bbd;
	width:11px;
	cursor:default;
	border:1px solid #4286BF;
	border-radius:8px;
	background:-o-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%);
	background:-moz-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%);
	background:-webkit-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%);
	background:-ms-linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%);
	background:linear-gradient(bottom, rgb(73,140,197) 0%, rgb(95,162,220) 100%);
	
	*background:#4E99D9;
    background:#4E99D9\9;
}

.jspVerticalBar {
    background:#fff;
    right:5px;
    width:13px;
}

.jspPane {
    padding:5px !important;
}

.jspCap {
    display:block;
    height:5px;
}

.jspCapBottom {
    height:7px;
}