.DeAcFormLabelTD{
	background-color: #eeeeee;
	text-align: right;
	width: 25%;
}

.DeAcFormValueTD {
	background-color: #eeeeee;
	width: 75%;
}

.DeAcButton {
	font-weight: bold;
	border: 1px solid black;
	background-color: #cecece;
	margin-top: 5px;
	cursor: pointer;
}

.DeAcTextBox[disabled] {
	color: #808080 !important; /* Case #14516 */
}

.gecko .DeAcButton[disabled],
.gecko button[disabled]:active, .gecko button[disabled],
.gecko input[type="submit"][disabled]:active,
.gecko input[type="submit"][disabled] {
  color: #808080; /* Case #14403 */
}

.DeAcLabelGreen {
	font-weight: bold !important;
	color: green !important;
}

.DeAcLabelHelp {
	font-style: italic;
	display: block;
}
	
.DeAcLabelError {
	font-weight: bold;
	color: red !important;
}

.DeAcFormTable {
	width: 100%;
	background-color: #fff;
	border-spacing: 0px;
}

.DeAcFormRow {
}

.DeAcFormLabelCell {
	width: 25%;
	background-color: #ffffff;
	color: Black;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}

.DeAcFormValueCell {
	width: 75%;	
	background-color: #ffffff;
	color: #72634D;
	vertical-align: middle;
	padding: 5px;
}

.DeAcCompareFormLabelCell {
	width: 20%;
	background-color: #339966;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

.DeAcCompareFormValueCell {
	width: 40%;	
	background-color: #339966;
	vertical-align: top;
	padding: 5px;
}

.DeAcGridView {
	margin-top: 5px;
	font-size: 11px;
	font-weight: normal;
	background-color: white;
	width: 100%;
	border-collapse: collapse;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.DeAcGridView th {
	background-color: #f1f1f1;
	border: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;	
	padding: .2em .2em;
	color: black;
}

.DeAcGridView th a,
.DeAcGridView th span,
.DeAcGridView th a:active,
.DeAcGridView th a:visited,
.DeAcGridView th a:link {
	font-size: 1.1em;
	font-weight: bold;	
	display: block;
	height: 1%;
	color: black;
}	

.DeAcGridView th a:hover {
	text-decoration: underline;
}

.DeAcGridViewHeaderAsc {
}	

.DeAcGridViewHeaderAsc a,
.DeAcGridViewHeaderAsc a:active,
.DeAcGridViewHeaderAsc a:visited,
.DeAcGridViewHeaderAsc a:link,
.DeAcGridViewHeaderAsc a:hover {
	background: url(Images/Default/Arrow-Down-Black.gif) no-repeat right;
	padding-right: 14px !important;
}

.DeAcGridViewHeaderDesc {
}

.DeAcGridViewHeaderDesc a,
.DeAcGridViewHeaderDesc a:active,
.DeAcGridViewHeaderDesc a:visited,
.DeAcGridViewHeaderDesc a:link,
.DeAcGridViewHeaderDesc a:hover {
	background: url(Images/Default/Arrow-Up-Black.gif) no-repeat right;
	padding-right: 14px !important;	
}	

.DeAcGridViewRow td,
.DeAcGridViewAlternateRow td {
/*border: solid 1px #efefef;*/
	border-bottom: 1px solid #f1f1f1;
	padding: 3px 2px 3px 2px;
}

.DeAcGridViewRow td a,
.DeAcGridViewRow td a:active,
.DeAcGridViewRow td a:visited,
.DeAcGridViewRow td a:link,
.DeAcGridViewRow td a:hover,
.DeAcGridViewAlternateRow td a,
.DeAcGridViewAlternateRow td a:active,
.DeAcGridViewAlternateRow td a:visited,
.DeAcGridViewAlternateRow td a:link,
.DeAcGridViewAlternateRow td a:hover {
	color: #ff4732;
}


.DeAcGridViewAlternateRow {
/*background-color: #efefef;*/
}	

.DeAcGridViewSelectedRow {
	color: Silver;
	background-color: #cecece;
}

.DeAcGridViewEmptyRow {
	font-size: 11px;
	font-weight: bold;
}

.DeAcGridViewSortedTD,
.DeAcGridViewAlternatingSortedTD {
	background-color: #e7f4f9;
}	

.DeAcGridViewPager td {
	margin: 3px;
	padding: 3px;
}
.DeAcGridViewPager td span {
	border: 2px solid #c0c0c0;
	background-color: #f1f1f1;
}

.DeAcGridViewFooter {
}