/* tablesorter */
table.sortable thead th {
	background-image: url(../images/thbg-normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.sortable thead th.sort-asc {
	background: transparent url(../images/thbg-asc.gif) no-repeat scroll right center;
}
table.sortable thead th.sort-desc {
	background: transparent url(../images/thbg-desc.gif) no-repeat scroll right center;
}
table.sortable thead th.sort-asc, table.sortable thead th.sort-desc {
	padding-right: 9px;
}

div.ui-spinner {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #999;
    padding: 0;
}
    div.ui-spinner .ui-spinner-disabled {
        background: #F4F4F4;
        color: #CCC;
    }
    div.ui-spinner .ui-spinner-box {
        width: 90%;
        height: 100%;
        float: left;
        font-size: 125%;
        border: none;
        background: none;
        padding: 0;
    }

    div.ui-spinner .ui-spinner-up,
    div.ui-spinner .ui-spinner-down {
        width: 10%;
        height: 50%;
        font-size: 0.5em;
        padding: 0;
        margin: 0;
        z-index: 100;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        right: 0;
        cursor: default;
        border: 1px solid #999;
        border-right: none;
        border-top: none;
    }
    div.ui-spinner .ui-spinner-up {
        background: transparent url(../images/up.gif) no-repeat center;
    }
    div.ui-spinner .ui-spinner-down {
        bottom: 0;
        border-bottom: 0;
        background: transparent url(../images/down.gif) no-repeat center;
    }
    div.ui-spinner .ui-spinner-up-pressed {
        background: transparent url(../images/up.gif) no-repeat center top;
    }
    div.ui-spinner .ui-spinner-down-pressed {
        bottom: 0;
        border-bottom: 0;
        background: transparent url(../images/down.gif) no-repeat center bottom;
    }

.int_scroller div.ui-spinner {
    width: 60px;
}
    .int_scroller div.ui-spinner .ui-spinner-box {
        width: 40px;
    }

    .int_scroller div.ui-spinner .ui-spinner-up,
    .int_scroller div.ui-spinner .ui-spinner-down {
        width: 20px;
    }

/* multiselect */
div.multiselect-container {
	/* position: relative; */
}
	div.multiselect-container > input {
		cursor: pointer;
	}
	div.multiselect-container div.multiselect {
		overflow: auto;
		overflow-x: hidden;
		overflow-y: auto;
		margin-bottom: .2em;
		padding: .2em .3em .5em .1em;
		line-height: normal;
		border: 1px solid #D8D8D8;
		background-color: #EEE;
	}
		div.multiselect-container div.multiselect label {
			display: block;
			position: relative;
			cursor: pointer;
			white-space: nowrap;
		}
			div.multiselect-container div.multiselect label input {
				position: relative;
				top: 2px;
			}

/* dropdown-timeframe */
div.dropdown-timeframe-container {
	/*position: relative;*/
}
	div.dropdown-timeframe-container input {
		cursor: pointer;
		background-image: url(../images/calendar.png);
		background-repeat: no-repeat;
		background-position: right center;
		border-width: 1px;
	}
div.dropdown-timeframe {
	position: absolute;
	z-index: 500;
	background-color: #FFF;
	border: 1px solid gray;
}


/* tabs */
.tab-container {
}
	.tab-container > ul.tabs {
		height: 34px;
		margin: 0;
		padding: 0;
		background-color: #ddd;
		border: 1px solid #aaa;
	}
		.tab-container > ul.tabs li {
			float: left;
			display: inline-block;
			margin-top: 1px;
			margin-left: .4em;
		}
			.tab-container > ul.tabs li a {
				display: block;
				padding: 10px;
				color: #000;
				text-decoration: none;
				font-weight: bold;
				background-color: #eee;
			}
		.tab-container > ul.tabs li.active {
			position: relative;
			bottom: -1px;
			z-index: 100;
			border: 1px solid #aaa;
			border-bottom-style: none;
		}
			.tab-container > ul.tabs li.active a {
				padding: 9px 9px 10px 9px;
				background-color: #fff;
			}
	.tab-container > .tab-content {
		clear: both;
		padding: 10px;
		background-color: #fff;
		border: 1px solid #aaa;
		border-top: none;
	}

.ui-dropdownchecklist-wrapper {
    display: inline;
    display: inline-block;
    cursor: default;
}
.ui-dropdownchecklist {
    height: 20px;
    border: 1px solid #ddd;
    border-right: 0;
    background: #fff url(../images/dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
    background-image: url(../images/dropdown_hover.png);
    border-color: #5794bf;
}
.ui-dropdownchecklist-text {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 17px; /* background dropdown.png image */
}
.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 1px solid #999;
    text-align: left;
}
.ui-dropdownchecklist-item {
}
.ui-dropdownchecklist-item-hover {
    background-color: #39f;
}
.ui-dropdownchecklist-item-disabled label {
    color: #ccc;
}
.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
    color: #fff;
}
.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}
.ui-dropdownchecklist-indent {
    padding-left: 20px;
}

