/* HISTORY DATATABLE STYLES */
#historyDialog {
	background: url('/images/progress_bar-2a.gif') no-repeat 50% 50%;
}

#afaHistoryGrid_wrapper {
	margin: 8px 0 12px 0;
	min-height: 0 !important;
	width: 704px !important;
	padding: 0;
}

* html #afaHistoryGrid_wrapper {
	width: 704px !important;
	height: 186px !important;
}

table.afaGrid td {
	height: 30px !important;
	border: 1px solid #CCC;
	text-align: left;
	padding: 2px 2px 2px 4px;
}

#confirmationText table.afaGrid td,
table.afaGrid td {
	color: #0774C5;
}

#afaHistoryGrid_wrapper table.afaGrid a {
	color: #0066CC;
}

#afaHistoryGrid_processing {
	background: url("/images/ajaxLoad.gif") no-repeat scroll 0 0 transparent;
	position: relative;
	left: 680px;
	text-align: right;
	text-indent: 20px;
	height: 16px;
	width: 90px;
	display: block;
	float: left;
}

#afaHistoryGrid_processing.dataTables_processing {
	padding: 0;
	text-align: left;
}

table#afaHistoryGrid td.sorting_1 {
	color: #0774C5;
}

div.disableDataTableBars {
	border: 0;
	border-bottom: 1px solid #CCC;
	background: none;
	height: 1px;
	padding: 0;
}

div.ui-dialog {
	font-size: 11px;
}

th div.DataTables_sort_wrapper {
	padding-left: 4px;
	text-decoration: none;
}

/* FOOTNOTE STYLES */
#newFootnoteDialog {
	display: none;
}

#newFootnoteDialog textarea {
	width: 448px;
}

#newFootnoteDialog .footnoteErrorMessage {
	display: none;
}
