.jqErrorDlg .ui-dialog-titlebar {
	background-image: url(/css/dlg/e_hd.gif);
}
.jqErrorDlg .ui-dialog-content {
	background-image: url(/css/dlg/e_bg.jpg);
}
.jqWarnDlg  .ui-dialog-titlebar {
	background-image: url(/css/dlg/w_hd.gif);

}
.jqWarnDlg .ui-dialog-content {
	background-image: url(/css/dlg/w_bg.jpg);
}
.jqPromptDlg  .ui-dialog-titlebar {
	background-image: url(/css/dlg/p_hd.gif);
}
.jqPromptDlg .ui-dialog-content {
	background-image: url(/css/dlg/p_bg.jpg);
}
/* tables */
table.tablesorter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	font-size: 8pt;
	text-align: left;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 1px 1px 1px 1px;
	font-weight: normal;
	color: #000000;
}
table.tablesorter tbody tr th {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-weight: normal;
	color: #000000;
	background-color: #F0F0F6;
}
table.tablesorter thead tr .header {
	background-image: url(table/bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -3px center;
	height: 14px;
	padding-left: 14px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
table.tablesorter tbody tr.dull td {
	color:#999999;
}
table.tablesorter tbody tr.g td {
	color:green;
}
table.tablesorter caption {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #E6EEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-left-color: #CDCDCD;
	font-family: Arial, Helvetica, sans-serif;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(table/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(table/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.spinner {
	background-image: url(/images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
}
.spinnerWide {
	background-image: url(../images/spinner-wide.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}