/*---------------------------------------------------------------------------*/
/* UTILITY definitions                                                       */
/*---------------------------------------------------------------------------*/
.status-disabled,
.status-problem,
.status-exclamation,
.status-checkmark,
.status-polling {
    height: 16px;
    width: 16px;
	display: block
    background-repeat: no-repeat;
    margin-left: 10px;
	margin-bottom: 3px;
	border: none;
	float: left;
}

.status-disabled {
    background-image: url( ../../pics/structure/notifications/disabled_16.gif?rand=20251018100057);
}

.status-problem {
    background-image: url( ../../pics/structure/notifications/problem_16.gif?rand=20251018100057);
}

.status-exclamation {
    background-image: url( ../../pics/structure/notifications/exclamation_16.gif?rand=20251018100057);
}

.status-checkmark {
    background-image: url( ../../pics/structure/notifications/checkmark_16.gif?rand=20251018100057);
}

.status-polling {
    background-image: url( ../../pics/structure/misc/dot_dot.gif?rand=20251018100057);
}

#dotdot, .dotdot {
    background-image: url( ../../pics/structure/misc/dot_dot.gif?rand=20251018100057);
    height: 16px;
    width: 16px;
    margin: 4px;
    border: none;
    background-repeat: no-repeat;
}

.pleaseWait .dotdot {
    padding-left: 16px !important;
}

 .hosted-Content-rightside .dotdot{
 	background-color: #fbfbfb;
 }

.showHand {
	cursor: pointer;
	cursor: hand;
}

.showArrow {
    cursor: default;
}

div.clearAll {
	clear: both;
	padding: 0px !important;
    line-height: 0px !important;
    margin: 0px !important;
}

.marked { background-color: #ff0000; }
.hover {  background-color: #bacaeb; }
.selected { background-color: #bacaeb; font-style: italic; }
.odd, .odd td { background-color: #eeeeee; }
.even, .even td { background-color: #ffffff; }
.odd, .even, .odd td, .even td { border-bottom:1px solid #eeeeee; }
.selected td, .selected td input { background-color: #bacaeb !important; }

#alert_icon, .alert_icon {
	background-image: url( ../../pics/structure/notifications/alert_red_icon.gif?rand=20251018100057);
	background-repeat: no-repeat;
	height: 38px;
	width: 42px;
	float: left;
}

#warn_icon, .warn_icon {
	background-image: url( ../../pics/structure/notifications/alert_icon.gif?rand=20251018100057);
	background-repeat: no-repeat;
	height: 38px;
	width: 42px;
	float: left;
}

.reportslegend .x-legend-item {
	font-size: 11px;
	padding: 0.6em 1em 0.6em 1.8em;
	max-width: 30em;
}

/*
.x-column-header-trigger {
	width: 20px !important;
    background-size: 37px auto !important;
	display: block !important;
}


.x-column-header-sort-ASC .x-column-header-text, 
	.x-column-header-sort-DESC .x-column-header-text {
    background-position: 80% center !important;
}
*/
.x-column-header-trigger {
	width: 14px !important;
	display: block !important;
}

.filtercriteria {
	background-color: #ced9f1;
	margin-bottom: 10px;
    padding: 5px 10px !important;
}

.searchfilterHelp {
	top: 1px !important;
}

.blurbMessage {
	padding-bottom: 20px !important;
}