@CHARSET "UTF-8";


.ui-customwidgetcontent, .ui-widget-content tr {
		border: 0;
}

.ui-custompanelgrid, .ui-panelgrid td {
		vertical-align: top;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		border-color: rgb(200, 200, 200);
}

.ui-custompanelgrid-noborders.ui-panelgrid td {
		vertical-align: top;
		border: 0px;
}

.customui-chkbox-box .ui-chkbox-box {
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: rgb(100, 100, 100);
}
.customui-chkbox-box, .customui-chkbox-box  .ui-icon {
    width: 16px;
    height: 16px;
    background-position: -64px -144px;
}

.customui-state-active .ui-state-active a:visited {
	color: #2ba816;
}

.custom-Hr-like-div {
    width: 95%
    font-size: 24px;
    color: rgba(255, 255, 255, 100);
    line-height: 40px;
    background-color: rgb(190, 190, 190);
    margin-top: -6px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-left: 20px;
}
.custom-Hr-like-div-minor {
    width: 95%
    font-size: 12px;
    color: rgba(255, 255, 255, 100);
    line-height: 20px;
    background-color: rgb(190, 190, 190);
    margin-top: -6px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.customslider-horizontal-minmag.ui-slider-horizontal {
	height: 0.4em;
	background: rgb(255, 255, 255);
}
.customsliderhandle_minmag .ui-slider-handle {
	position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 0.9em;
    cursor: default;
    background: rgb(120, 10, 120);
}

.customslider-horizontal.ui-slider-horizontal {
	height: 0.4em;
	background: rgb(220, 220, 220);
}

.customsliderhandle_red .ui-slider-handle {
	position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 0.9em;
    cursor: default;
    background: rgba(255, 0, 0, 0.6);
}
.customsliderhandle_green .ui-slider-handle {
	position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 0.9em;
    cursor: default;
    background: rgba(0, 255, 0, 0.6);
}
.customsliderhandle_blue   .ui-slider-handle {
	position: absolute;
    z-index: 2;
    width: 0.5em;
    height: 0.9em;
    cursor: default;
    background: rgba(0, 0, 255, 0.6);
}

.ui-datatable tbody td.wrap {
	white-space: normal;
	word-wrap: break-word;
}

.custom-ui-datatable-odd .ui-datatable-odd {
    background: #ffffff;
}

.custom-ui-datatable-even .ui-datatable-even {
    background: #b3a7cf;
}

.column1 {
	border: 0;
    width: 50%;
    text-align: right;
    float: right;
    padding: 5px;
}
.column2 {
	border: 0;
    width: 50%;
    text-align: right;
    float: right;
    padding: 5px;
}
			