.formItemBG1 {
	background-color: #EDEDED;
}
.formItemBG2 {
	background-color: #d3d3d3;
}
.formItemBG2Error {
	background-color: #FF0000;
}
.labelLeft {
	font-size: 11px;
	font-Family: verdana, Arial, Helvetica, sans-serif;
	font-Weight: bold;
	color: black;

	text-align : left;

}
body { margin: 10px 15px auto 15px; }

@media print {
        .print-hidden {
                visibility: hidden;
                display: none;
        }
}
.doubleUnderline {
	border-bottom-style: double;
	border-bottom-width: 1px;
	color: red;
}
img.center {   display: block;   margin-left: auto;   margin-right: auto; }


table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
.lcase {
	text-transform: lowercase;
}
.ccase {
	text-transform: capitalize;
}

/* Fix email notification format issues caused by embedded HTML while keeping Content as the primary flexible column */
.notificationHistoryTable {
	width: 100%;
	table-layout: auto;
}
.notificationHistoryTable th,
.notificationHistoryTable td {
	vertical-align: top;
}
.notificationDateCell {
	width: 130px;
	white-space: nowrap;
}
.notificationStatusCell {
	width: 110px;
	white-space: nowrap;
}
.notificationRecipientCell {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}
.notificationSenderCell {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}
.notificationContentCell {
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	min-width: 320px;
}
.notificationWrapCell,
.notificationSubjectCell,
.notificationTemplateCell {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}
.notificationContentCell p,
.notificationContentCell ol,
.notificationContentCell ul,
.notificationContentCell dl,
.notificationContentCell blockquote {
	margin: 0 0 .75em 0;
}
.notificationContentCell p:last-child,
.notificationContentCell ol:last-child,
.notificationContentCell ul:last-child,
.notificationContentCell dl:last-child,
.notificationContentCell blockquote:last-child {
	margin-bottom: 0;
}
.notificationContentCell ol,
.notificationContentCell ul {
	margin-left: .25em;
	padding-left: 1.2em;
}
.notificationContentCell li {
	margin-bottom: .3em;
}
.notificationContentCell table {
	width: 100% !important;
	table-layout: fixed;
}
.notificationContentCell img {
	max-width: 100% !important;
	height: auto !important;
}
