/* layout.xhtml */
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	width: 1000px;
}

img {
	border: none;
}

.clearfloat {
	clear: both;
	height: 0px;
}

a:link,a:visited {
	COLOR: inherit;
	text-decoration: inherit;
}

.input {
	width: 165px;
	height: auto;
	float: left;
	margin: 3px 0px 3px 0px;
}

.bodyContainer {
	margin-top: 11px;
	float: right;
	width: 800px;
	min-height: 400px;
	border-width: 1px;
	border-style: solid;
	border-color: #9bcf50;
}

.main {
	margin-bottom: 11px;
	clear: both;
	float: left;
	width: 100%;
}

#Main a:LINK,#Main a:VISITED {
	color: inherit;
	text-decoration: underline;
}

/*#Main a:HOVER {
	background-color: #F0F0F0;
}*/

h3 {
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/** http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html**/
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}

a.button,span.button {
	background: transparent url('images/icons/bg_button_a.gif') no-repeat
		scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

#Main a.button:LINK,#Main a.button:VISITED {
	text-decoration: none;
	color: #444;
}

a.button span,span.button span {
	background: transparent url('images/icons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

span.button span {
	color: #A0A0A0;
}

/** End http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html**/
/* footer.xhtml */
#Footer {
	background-color: #E5E5E5;
	color: #000000;
	vertical-align: middle;
	font-size: 10px;
	font-style: italic;
	width: 800px;
	height: 30px;
	float: right;
	display: block;
	margin-top: 11px;
}

/* header.xhtml */
#Header {
	padding-top: 0px;
	height: 59px;
	margin-left: -1px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}

#HeadLogo {
	float: left;
	padding: 13px 9px 0px;
	/*width:125px;
	height:45px;*/
	margin-bottom: 0px;
	float: left;
	display: inline;
	overflow: hidden;
}

#HeadContent {
	background-color: #E5E5E5;
	color: #000000;
	float: right;
	width: 800px;
	height: 59px;
	vertical-align: middle;
	display: inline;
	text-align: center;
}

.headMain {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
}

.headSub {
	font-size: 12px;
}

/* breadcrumbs.xhtml */
/*IE hack: http://www.brunildo.org/test/inline-block3.html*/
.iblock {
	display: -moz-inline-box;
	display: inline-table;
	display: inline-block;
}
/* helpbar.xhtml */
#Menubar {
	float: left;
	width: 162px;
	margin-top: 11px;
	margin-left: 11px;
	margin-bottom: 11px;
	background-color: #e5e5e5;
	min-height: 400px;
	height: 100%;
	overflow: hidden;
}

.menubar_header {
	background-color: #125A7F;
	float: left;
	width: 161px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.menubar_header a:LINK,.menubar_header a:VISITED {
	color: #ffffff; /*inheritance does not work in ie7*/
	text-decoration: none;
}

.menubar_content {
	border: none;
	width: 161px;
	margin-top: 6px;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.menubar_txtwrap {
	margin: 5px 10px 5px 10px;
	float: left;
	text-align: left;
	vertical-align: middle;
	overflow: visible;
}

.menubar_group {
	background-image: none;
	background-color: #3399CC;
	color: #ffffff;
}

p#Menubar {
	
}

.dr-pmenu-top-group-div {
	border: none;
}

.dr-pmenu-item {
	border: none;
}

.rich-pmenu-item {
	background: none;
	background-color: #9BCF50;
}

.rich-pmenu-item-label {
	color: #ffffff;
}

.rich-pmenu-hovered-element {
	background: none;
	background-color: #99CC33;
}

.rich-pmenu-selected-element {
	font-weight: bold;
	font-style: italic;
}

.menubar_list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.menubar_list_item {
	padding-left: 5px;
}

.menubar_apply_head {
	font-variant: small-caps;
	font-weight: bold;
}

.menubar_extlink_text {
	border-bottom: 1px dotted black;
}

.menubar_intlink_text {
	border-bottom: 1px solid black;
}
/* titlebar.xhtml */
#Titlebar {
	float: left;
	display: inline;
	background-color: #9bcf50;
	margin-bottom: 11px;
	border: 0px solid #f0f0f0;
	width: 100%;
}

.titlebar_header {
	margin: 10px 10px 2px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.titlebar_content {
	margin: 2px 10px 0px 10px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

.titlebar_txtwrap {
	float: left;
	text-align: left;
}

p#Titlebar {
	
}
/* contact info header */
.contactheader.buttons {
	float: right;
}

.contactheader .col {
	min-width: 25%;
	width: 25%;
	border: 1px solid #e8e8e8;
}

.contactheader .div {
	float: left;
	min-width: 95%;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* home page */
.home.headtab {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	background-color: #f8f8f8;
}

.home.headcol {
	width: 33%;
	float: left;
}

.home.headcol:HOVER {
	background-color: #F0F0F0;
}

.home.headcontent {
	text-align: center;
	color: #125A7F;
	font-size: 20px;
}
/* Panel Grids on detail pages */
.grid_left {
	float: left;
	min-width: 45%;
	max-width: 45%;
	width: 45%;
}

.width_100 select,.width_100 input {
	width: 100%;
}

.grid_right {
	float: right;
	min-width: 45%;
	max-width: 45%;
	width: 45%;
}

.grid_center {
	float: left;
	min-width: 90%;
	max-width: 90%;
	width: 90%;
}

.grid_leftheader {
	float: left;
	text-align: left;
	width: 45%;
}

.grid_rightheader {
	float: right;
	text-align: left;
	width: 45%;
}

.grid_centerheader {
	float: left;
	text-align: left;
	width: 90%;
}

.grid_row {
	margin-left: 8px;
	margin-right: 8px;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	display: block;
	float: left;
	vertical-align: middle;
	border: 1px solid #f0f0f0;
}

.grid_row:HOVER {
	background-color: #f0f0f0;
}

.grid_label {
	display: block;
	float: left;
	font-size: 12px;
	padding-right: 5px;
	text-align: left;
	min-width: 47%;
	max-width: 47%;
	width: 47%;
	min-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	border-right: 1px solid #f0f0f0;
}

.grid_value {
	display: block;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	min-width: 35%;
	max-width: 35%;
	width: 35%;
	min-height: 2em;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #f0f0f0;
}

.editable {
	text-decoration: none;
	border-bottom: dotted 1px #cc0000;
}

.grid_warning {
	font-size: 12px;
	display: block;
	float: left;
	vertical-align: middle;
	min-width: 10%;
	max-width: 10%;
	width: 10%;
	text-align: left;
	min-height: 2em;
}

.grid_error {
	font-size: 12px;
	vertical-align: middle;
	padding: 2px;
	min-height: 2em;
}

.grid_field {
	display: block;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	min-width: 45%;
	max-width: 45%;
	width: 45%;
	min-height: 2em;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #f0f0f0;
}

.menu_grid_label {
	display: block;
	float: left;
	font-size: 12px;
	padding-right: 5px;
	text-align: left;
	min-width: 25%;
	max-width: 25%;
	width: 25%;
	min-height: 2em;
	vertical-align: middle;
	font-weight: bold;
	border-right: 1px solid #f0f0f0;
}

.menu_grid_value {
	display: block;
	float: left;
	font-size: 12px;
	vertical-align: middle;
	min-width: 65%;
	max-width: 65%;
	width: 65%;
	min-height: 2em;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #f0f0f0;
}

ul.gridlist {
	font-size: 12px;
	list-style: square;
}
/* Supporting docs and signed docs*/
.doclegend.table {
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
}

.doclegend.col {
	float: left;
	padding: 5px 10px 5px 10px;
	border: 1px solid #f0f0f0;
}

.doclegend.col:HOVER {
	background-color: #f0f0f0;
}

.doclegend.col.selected {
	background-color: #f0f0f0;
	font-weight: bold;
}
/*----Ends here-----*/

/* reports */
.reportiframe {
	width: 97%;
	height: 1000px;
	border: 0;
}

#viewer {
	height: 1000px;
	width: 97%;
	z-index: 2;
}

#viewbay {
	height: 100%;
}

.logout_link {
	text-decoration: underline;
	color: navy;
}

.note.table {
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid gray;
	font-size: 12px;
	width: 100%;
}

.note.body {
	
}

.home-container {
	width: 700px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.home-summary-table {
	width: 100%;
	min-width: 100%;
}

.home-summary-header {
	background-color: #125A7F;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
}

.home-summary-status-header {
	white-space: normal;
	width: 65px;
}

.home-product-column {
	font-weight: bold;
	background-color: #F0F0F0;
}

.home-status-column {
	text-align: center;
	font-size: 14px;
}

.home-summary-cell:HOVER {
	background-color: #F0F0F0;
}

.errlabel {
	color: red;
}

/* the thumbnail scrollable */
.docbar {
	background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	font-family: verdana, arial;
	font-size: 11px;
	height: 36px;
	width: 100%;
	vertical-align: middle;
}

.docbar .viewleftbuttons {
	float: left;
}

.docbar .viewrightbuttons {
	float: right;
}

.docbar ul {
	margin: 0px 0;
}

.docbar li {
	display: inline;
	list-style-type: none;
	margin: 0px 0;
	padding: 2px 0px 2px 20px;
}

.docbar span {
	text-align: center;
}

#smpages {
	width: 97%;
	height: 1000px;
}

#smpagediv {
	position: absolute;
	overflow: auto;
	width: 760px;
	height: 1000px;
	z-index: 9;
}

.largepages {
	display: none;
	z-index: 10000;
	background-color: #333;
	border: 4px solid #666;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

#lpagediv {
	position: absolute;
	overflow: auto;
	z-index: 10001;
}

.fieldpopup {
	background-color: white;
	border-width: 1px;
	border-color: #c6c6c6;
	padding: 10px;
	text-decoration: none;
	text-align: left;
}

.lefthead {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.righthead {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.headlabel {
	font-size: 16px;
	font-weight: bold;
}

.fielderror {
	text-transform: uppercase  !important;
	font-size: 11px  !important;
	border: 1px solid #990000;
	color: #990000 !important;
}

.headvalue {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.listContainer {
	padding-top: 5px;
	padding-bottom: 5px;
}

.overflowScroll {
	overflow: auto;
}

.listContainer .actionButton {
	width: auto;
	background: none;
	border: none;
}

.listContainer .caption {
	text-align: left;
	white-space: nowrap;
	padding-left: 2px;
}

.textNoWrap {
	white-space: nowrap;
}

.listContainerTable {
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #D3D3D3;
}

.listContainerTable th {
	background-color: #ffffff;
}

.listContainerForm {
	padding: 0;
	display: block;
	margin: auto;
}

.listContainerFormBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #D3D3D3;
}

.listContainerForm tbody {
	padding: 0;
	display: block;
	margin: auto;
}

.listContainerForm tr {
	padding: 0;
	display: block;
	margin: auto;
}

.listContainerForm .listActionArea {
	height: 0px;
	position: absolute;
	bottom: 18px;
	right: 2px;
}

.listContainerFormColumn {
	border: none;
	display: block;
	padding: 1px;
	margin: 0px;
	position: relative;
}

.listContainerFormColumn .label {
	float: left;
	padding-top: 3px;
}

.listContainerFormColumn .field {
	float: right;
}

.listContainerFormColumn .prop {
	display: inline;
	float: none;
	margin-bottom: 3px;
	margin-top: 2px;
}

.listContainerGridRowLabel {
	text-align: right;
	padding-right: 5px;
}

.rich-mpnl-body span {
	text-align: center;
}

.rich-mpnl-body div span {
	text-align: left;
}

.listContainerPopup {
	text-align: center;
	margin: auto;
}

.listContainerPopup a.button {
	background: transparent url('images/icons/bg_button_a.gif') no-repeat
		scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

.listContainerPopup .button a:link:visited:hover {
	color: #444;
}

.listContainerPopup a.button span {
	background: transparent url('images/icons/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}

.listContainerPopup a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

.listContainerPopup a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

.spacerLine {
	background-color: #D3D3D3;
	height: 1px;
	padding: 0px;
	margin-bottom: 5px;
}

/*Fix Rich:modelPanel on Mobile/iPad devices*/
.rich-mpnl-mask-div {
	position: fixed;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 10000px;
	height: 10000px;
	background-color: #inherited;
	border-style: none;
}

.fieldvalue {
	display: block;
	float: left;
	font-size: 12px;
	font-family: monospace;
	vertical-align: middle;
	width: 200px;
}

.fieldvalue input {
	width: 89%;
}

.fieldlbl {
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
}

.oconsolefieldlbl {
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
	margin-right: 10px;
	text-align: right;
	width: 200px;
	vertical-align: middle;
}

.fieldrow {
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	vertical-align: middle;
}

.oconsolefieldrow {
	clear: both;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	float: left;
	vertical-align: middle;
}

.listContainerTable {
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
}

.listContainerFormBorder {
	border-style: solid;
	border-width: 0px;
	border-color: #ffffff;
}

.fixedPositionStatus {
	position: fixed;
	bottom: 2%;
	left: 1%;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.consoleEditableActionsFixed {
	position: fixed;
	bottom: -20px;;
	left: 14%;
	background-color: #FFFFFF;
	opacity: 1;
	border-style: solid;
	border-width: 3px;
	border-color: #D4CFC7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 300px;
	display: block;
	height: 55px;
}

.modalDialogDynamicContentWrapper {
	max-height: 300px;
	overflow: auto;
}

.searchBarFixed {
	position: fixed;
	bottom: 50px;
	left: 40%;
	background-color: #FFFFFF;
	opacity: 1;
	border-style: solid;
	border-width: 3px;
	border-color: #D4CFC7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 300px;
	display: block;
	height: 55px;
}

.searchBar {
	float: right;
}

.searchBar .searchBarTitleWrapper {
	padding-top: 10px;
	padding-right: 5px;
}

.searchBar .searchBarPopupWrapper {
	float: right;
}

#controlbank {
	position: relative;
	padding-right: 40px;
}

#dropDownButtonsOutterContainer {
	position: absolute;
	right: 0px;
	margin: 2px;
}

#dropDownButtonsOutterContainer .more {
	cursor: pointer;
	display: inline-block;
	padding-top: 3px;
	white-space: nowrap;
}

#dropDownButtonsOutterContainer .more:hover {
	text-decoration: underline;
}

#dropDownButtonsInnerContainer {
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: white;
	/*border-width: 1px;
	border-color: black;
	border-style: solid;
	
	*/
	padding: 10px;
	width: auto;
	z-index: 1;
	box-shadow: -5px 5px 5px #ccc;
}

#dropDownButtonsInnerContainer  .extraButton {
	margin-top: 10px;
	white-space: nowrap;
}

.listPopupDoneBtnArea {
	margin: auto;
}

.idcheckflagsTitle {
	font-weight: bold;
}

.idcheckflagsColumn {
	text-align: center;
}

.checklistheader {
	padding-top: 10px;
	padding-bttom: 0px;
	margin: 0px;
}

.cust_table {
	border: 1px solid #f0f0f0;
}
/* field.xhtml, fielddecoration.xhtml*/
.prop {
	float: left;
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
}

.fielderr {
	display: block;
	float: left;
	color: red;
	font-size: 12px;
}

.fieldrow.fieldselected {
	background-color: #e5e5e5;
	/*width: 99%;*/
}

.fieldlbl.req {
	font-weight: bold;
}

.fieldlbl.errors {
	color: red;
}

.fieldvalue select {
	min-width: 89%;
	width: 89%;
}

.fieldpophelp {
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
	margin-right: 10px;
	text-align: right;
	width: 18px;
	vertical-align: middle;
}

.fieldReviewEditSpan {
	float: left;
	display: block;
}

.fieldReviewEditLink {
	color: black;
}

.fieldhelp {
	display: block;
	float: left;
	font-size: 12px;
	font-style: italic;
	vertical-align: middle;
	width: 150px;
	visibility: hidden;
	color: #000000;
}

.link,.link:visited,.link:link {
	float: left;
	font: 12px arial, sans-serif;
	padding: 5px 10px;
	text-decoration: underline;
}

.floatLeft {
	float: left;
}

.signatureCheckboxes {
	padding-right: 10px;
}

#Main .padded {
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: auto;
}

#Main .padded  a.button {
	float: right;
}

h3.smallPadding {
	margin: 0;
	padding-top: 16px;
	padding-bottom: 8px;
}

.indent {
	padding-left: 8px;
	padding-right: 8px;
}

.bottomButtonRow {
	padding: 24px 0 0;
}

.externalDataErrorWarning {
	color: red;
	font-weight: bold;
	margin: 12px;
	text-decoration: underline;
}

.FixedHeightContainer {
	float: left;
	height: 400px;
	width: 750px;
	padding: 3px;
	overflow: auto;
}

.Content {
	height: 400px;
	overflow: auto;
	background: #fff;
}

/* notifications style */
.notificationswidget {
	width: 240px;
	position: fixed;
	bottom: 0px;
	left: 1030px;
	background-color: #eeeeee;
}

.notificationswidget .header {
	background-color: #005b80;
}

.notificationswidget .header .label {
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px 10px;
}

.notificationswidget .header .buttonbar {
	position: absolute;
	right: 0;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 7px 10px;
}

.notificationswidget .body {
	background-color: #f1eee9;
	border-width: 0 1px;
	border-color: #119ace;
	border-style: solid;
}

.notificationswidget .footer {
	background-color: #119ace;
	text-align: right;
	padding: 4px;
}

.notificationswidget .notificationEvent {
	background-color: #f1eee9;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #aaaaaa;
}

.notificationswidget .notificationEvent .checkbox input {
	position: absolute;
}

.notificationswidget .notificationEvent .checkbox input {
	margin: 6px 6px 30px 6px;
}

.notificationswidget .notificationEvent .message {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 6px;
	margin-left: 28px;
}

.notificationswidget a {
	text-decoration: underline;
}

.notificationswidget a:visited {
	text-decoration: underline;
}

.notificationWidgetPlus {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/icons/plus.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.notificationWidgetMinus {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/icons/minus.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#notificationWidgetMinusLinkFooter {
	float: left;
}

.notificationswidget .newnotifications {
	color: red;
}

#notificationEventList .rich-table-cell {
	padding: 10px 10px 10px 10px;
	font-size
	12pt;
}

.leftFoldedDiv {
	position: relative;
	width: auto !important;
	padding: 9px 8px 0 0;
	color: black;
	background: white;
	overflow: hidden;
}

.leftFoldedDiv:before {
	content: "";
	position: absolute;
	top: 0;
	border-width: 9px 9px 0 0; /* This trick side-steps a webkit bug */
	border-style: solid;
	border-color: #fff red #fff;
	/* A bit more verbose to work with .rounded too */
	background: #658E15; /* For when also applying a border-radius */
	display: block;
	width: 0; /* Only for Firefox 3.0 damage limitation */
}

.scheduledJobFailure {
	color: red;
}

.accountNumBenerationStatusFailure {
	color: red;
}

.prevpagelink,.nextpagelink {
	text-decoration: none !important;
}

.arm_header {
	width: 100%;
}

.docUploadCategoryColumn {
	min-width: 31%;
	max-width: 28%;
	float: right;
}

.docUploadImageColumn {
	min-width: 68%;
	max-width: 68%;
	float: left;
	padding-bottom: 1px;
}

#selectChannelModalContentTable>form {
	min-width: 200px;
	padding: 10px;
}

.summary_headers {
	width: 100%;
}

.recalculate_link {
	padding-left: 3%;
	color: blue;
	font-size: 11px;
}

#headerControls li {
	float: right;
	display: inline;
	border: 1px solid #000;
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-width: 0 1px 0 0;
}

#headerControls li.last {
	border: none;
}

#passwdform h3 {
	float: none;
}

#passwdform .fieldlbl {
	width: 200px;
}

#home_locationChannelModalCDiv {
	min-width: 200px;
}

#export {
	Padding: 10px 20px;
}

#export .grid_row {
	border: none;
	max-width: 95%;
	min-width: 95%;
}

.grid_leftbody,.grid_centerbody,.grid_rightbody {
	clear: both;
}

.fieldvalue_day {
	width: 31%;
	margin-right: 1%;
	min-width: 0 !important;
}

.fieldvalue_month {
	width: 32%;
	margin-right: 1%;
	min-width: 0 !important;
}

.fieldvalue_year {
	width: 34%;
	min-width: 0 !important;
}

.closePanel {
	background-image: url("images/icons/16/remove.png");
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 16px;
}

.result {
	width: 100%;
}

.configParamCellValue {
	max-width: 200px;
	display: block;
	overflow: auto;
}

.report_table th,.report_table td {
	word-wrap: break-word;
	white-space: normal;
	text-align: center;
	vertical-align: text-middle;
}

.buttonbar {
	float: right;
	margin-bottom: 10px;
	overflow: auto;
}

.visibleSpinnerSpan {
	background: url('images/icons/spinner.gif') left top no-repeat;
	visibility: visible;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.visibleSpinnerSpan {
	background: url("images/icons/spinner.gif") no-repeat scroll center
		center #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.25);
	display: block;
	float: left;
	font: 12px arial, sans-serif;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	position: fixed;
	text-decoration: none;
	top: 50%;
	visibility: visible;
	width: 50px;
	z-index: 12000000;
}

.hiddenSpinnerSpan {
	background: url('images/icons/spinner.gif') left top no-repeat;
	visibility: hidden;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.removeSpan {
	background: url('images/icons/16/remove.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 16px;
	text-decoration: none;
	cursor: pointer;
	width: 16px;
}

.removeSpan24 {
	background: url('images/icons/24/remove.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 24px;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
}

.dotSpan {
	background: url('images/icons/16/dot.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
}

.commentBubbleSpan {
	background: url('images/icons/24/comment_bubble.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 24px;
	text-decoration: none;
}

.attachmentSpan {
	background: url('images/icons/24/attachment.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 24px;
	text-decoration: none;
}

.noteEditSpan {
	background: url('images/icons/16/note_edit.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
}

.acceptSpan {
	background: url('images/icons/24/accept.gif') left top no-repeat;
	visibility: visible;
	display: block;
	float: center;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 24px;
	text-decoration: none;
	vertical-align: middle;
}

.armAcceptSpan {
	background: url('images/icons/16/ARM_Accept.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.armDeclineSpan {
	background: url('images/icons/16/ARM_Decline.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.armInconclusiveSpan {
	background: url('images/icons/16/ARM_Inconclusive.png') left top
		no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.armReviewSpan {
	background: url('images/icons/16/ARM_Review.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.armErrorSpan {
	background: url('images/icons/16/ARM_Error.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.warningSpan16 {
	background: url('images/icons/16/warning.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.helpSpan16 {
	background: url('images/icons/16/help.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.errorSpan {
	background: url('images/error.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.processAcceptSpan {
	background: url('images/icons/16/process_accept.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 16px;
	width: 16px;
	text-decoration: none;
	vertical-align: middle;
}

.headlogoSpan {
	background: url('images/headlogo.gif') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	padding-right: 55px;
	font: normal 12px arial, sans-serif;
	height: 45px;
	width: 125px;
	text-decoration: none;
	vertical-align: middle;
}

/* selector on permission */
.clCanDefine {
	
}

/* selector on permission */
.clCanUse {
	
}

/* selector on permission */
.clCanView {
	
}

/* selector on permission */
.clCanNotDefine {
	
}

/* selector on permission */
.clCanNotUse {
	
}

/* selector on permission */
.clCanNotView {
	
}

/* selector on number of items in checklist */
.clHasNoItems {
	
}

/* selector on checklist type */
.clPostCommence {
	
}

/* selector on checklist type */
.clPostDecline {
	
}

/* selector on checklist type */
.clPreApproval {
	
}

.clAddAction {
	
}

.clAction {
	cursor: pointer;
	cursor: hand
}

.clAddActionColumn {
	
}

.clAddInput {
	
}

.clAddInputColumn {
	
}

.clAddRow {
	
}

.clCancelAction {
	
}

.clCheckboxColumn {
	
}

.clCheckboxLabel {
	
}

.clCheckboxRows {
	
}

.clCheckboxRow {
	
}

.clControls {
	
}

.clContainer {
	vertical-align: top;
}

.clMessageRow {
	
}

.clMessage {
	
}

.clModifyAction.clCanNotDefine {
	display: none;
}

.clPanel {
	
}

.clPanelColumn {
	vertical-align: top;
}

.clPanelMessage {
	text-align: left;
}

.clPanelTitle {
	text-align: left;
	text-decoration: underline;
	cursor: move;
}

.clRemoveActionColumn {
	
}

.clSaveAction {
	
}

.clTitle {
	font-size: 14px;
	font-weight: bold;
}

.clTitleRow {
	
}

.clUpdateAction {
	
}

.clUpdateAction.clCanNotUse {
	display: none;
}

.clUpdateAction.clHasNoItems {
	display: none;
}

/***************************************** FROM CUSTOM.CSS **************************/
body {
	background: url("images/pagebg.png") repeat-x #f1f1f1;
	margin: auto;
}

br.clearfloat {
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

.rich-mpnl-mask-div-opaque {
	background: url("images/bg-checker.png") #456;
	opacity: 0.6;
	filter: alpha(opacity =       60);
}

br.clearfloat+br.clearfloat {
	display: none;
}

#Main a:link,#Main a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #036;
}

.consoleEditableActionsFixed {
	display: none;
}

#editForm\:editButton {
	float: right;
	margin-right: 10px;
}

#Main a.button,span.button,#dropDownButtonsOutterContainer,input.button,a.button
	{
	height: auto;
	margin: 0 0px 0 8px;
	padding: 4px 12px 5px;
	background: #54a6e5;
	background: -moz-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #54a6e5),
		color-stop(50%, #2989d8), color-stop(51%, #207cca),
		color-stop(100%, #1e5799));
	background: -webkit-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%,
		#1e5799 100%);
	background: -o-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: -ms-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: linear-gradient(to bottom, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#54a6e5',
		endColorstr='#1e5799', GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	position: static;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#Main a.button span,span.button span,#dropDownButtonsOutterContainer span
	{
	background: url("bg_button_span.gif") no-repeat scroll 0 0 #033577;
	background: none transparent;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#Main a.button:hover,span.button:hover,#dropDownButtonsOutterContainer:hover,input.button:hover,a.button:hover
	{
	color: #ffffff;
	cursor: pointer;
	background: -moz-linear-gradient(top, #00066f 100%, #005dcb);
	background: -webkit-gradient(linear, left top, left bottom, from(#00066f),
		to(#005dcb));
	background-color: #005dcb;
}

#Main a.button:hover span,span.button:hover span,#dropDownButtonsOutterContainer:hover span
	{
	color: #ffffff;
}

span.button:active span,#dropDownButtonsOutterContainer:active span {
	padding: 0;
	margin: 0;
}

#dropDownButtonsOutterContainer:hover .more {
	text-decoration: none;
	font-weight: bold;
}

#dropDownButtonsOutterContainer .more {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	font-weight: bold;
}

#dropDownButtonsInnerContainer {
	width: 120px;
	top: inherit;
	padding: 0;
	margin: 10px 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	box-shadow: none;
	border: none;
}

#Main #dropDownButtonsInnerContainer .extraButton {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 0 0 0;
	padding: 5px 12px;
	white-space: normal;
	width: 96px;
	max-height: none;
}

.rich-tab-active {
	background-color: #033577;
	color: #fff;
	background-image: none;
	border: none;
	padding: 8px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 0 0;
	height: 28px;
}

.rich-tab-inactive {
	background-color: #d2d9d4;
	color: #444;
	background-image: none;
	border: none;
	padding: 8px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px 6px 0 0;
	height: 28px;
}

.rich-tab-inactive:hover {
	background-color: #033577;
	color: #fff;
	cursor: pointer;
}

.rich-tabpanel-content {
	border: none;
	border-top: 4px solid #033577;
	padding: 10px;
}

.rich-tab-bottom-line {
	border-bottom: 1px solid #f2f4f9;
}

.rich-stglpanel-header {
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6),
		to(#d6d6d6));
	background: -webkit-linear-gradient(#f6f6f6, #d6d6d6);
	background-image: -moz-linear-gradient(top, #f6f6f6, #d6d6d6);
	background-image: -moz-gradient(top, #f6f6f6, #d6d6d6);
	border: none;
	border-bottom: 2px solid #ddd;
	font-size: 20px;
	color: #033577;
	background: none transparent;
	padding-bottom: 6px;
}

.rich-stglpanel-header:hover {
	color: #033577;
	background-color: #fff;
}

.rich-stglpanel {
	margin-bottom: 20px;
	padding: 0px;
	border: none;
}

.rich-stglpanel-body {
	font-size: 12px;
	background-color: #f8f8f8;
	padding: 0 20px 20px 20px;
}

.rich-stglpanel-body table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important;
}

.rich-tabhdr-side-border img,rich-tabhdr-side-border img {
	display: none;
}

.rich-tabhdr-side-cell {
	border: none;
}

#Header {
	display: block;
	background-color: transparent;
	height: auto;
	width: 1000px;
	overflow: auto;
	margin: 0 auto;
}

#Header a#imagelink {
	background-image: url("images/anderalogo.png");
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	margin: 5px 0;
	position: absolute;
	width: 180px;
	z-index: 1;
}

#Header a#imagelink img {
	display: none;
}

#HeadLogo {
	display: none;
	float: left;
	margin-bottom: 0;
	overflow: hidden;
	padding: 8px 8px 3px 16px;
}

#HeadContent {
	background-color: transparent;
	height: auto;
	color: #033577;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	text-align: left;
	margin: 29px 0 0 0;
	text-align: right;
	width: auto;
}

#HeadContent .headMain {
	font-size: 12px;
}

#HeadContent .headSub {
	font-size: 16px;
	font-weight: bold;
}

#HeadContent ul.headerControls {
	margin: 6px 0 0;
	overflow: auto;
}

#headerControls li a:hover {
	text-decoration: underline;
}

#headerControls li {
	border: none;
	padding-right: 9px;
}

#headerControls li.last {
	padding-right: 0;
}

#headerControls li#welcomeUser {
	border-right: 1px solid #ccc;
	background: none;
	font-weight: bold;
	margin-right: 10px;
}

#Menubar {
	margin-left: 0px;
	width: 186px;
	background-color: transparent;
	height: auto;
	box-shadow: 2px 2px 10px 2px #CACECD;
	min-height: 0;
}

#menudiv,#Menu {
	float: none;
	display: block;
}

form#Menu\:_form {
	display: block !important;
	float: none;
}

#Menubar p {
	margin: 0;
	clear: both;
	margin-top: 0px;
}

#appfilecontainer {
	background: url('images/summarybg.jpg') no-repeat center top #ffffff;
	margin-top: -10px;
}

#Footer {
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	width: 960px;
	color: #666;
	text-align: right;
	background-color: #eee;
	color: #999;
	border: 1px solid #ddd;
	margin: 0 auto;
	float: none;
}

.menubar_header {
	width: 100%;
	background-color: #b4bcb6;
	font-size: 13px;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #dddddd;
	float: none;
}

.menubar_content {
	margin: 0;
	padding: 0;
	float: none;
}

.menubar_group {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #777777;
	background-color: #b4bcb6;
}

.rich-pmenu-top-group-div {
	border: none;
	margin: 0;
	padding: 0;
}

.rich-pmenu-group-self-label {
	font-size: 13px;
	padding: 3px;
}

.rich-pmenu-item {
	display: block;
	background-color: #e4e5e4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}

.menubar_header:hover,.rich-pmenu-hovered-element {
	background-color: #033577;
	color: #fff;
	border-top: 1px solid #033577;
}

.rich-pmenu-hovered-element .rich-pmenu-item-label a,.rich-pmenu-hovered-element .rich-pmenu-group-self-label a
	{
	color: #fff;
}

.rich-pmenu-item-label a,.rich-pmenu-group-self-label a {
	color: #033577;
	display: block;
	padding: 4px 4px 4px 0;
	font-size: 12px;
}

.rich-pmenu-selected-element {
	font-style: normal;
	font-weight: bold;
}

#Titlebar {
	background-color: transparent;
	margin: 0;
	float: left;
}

#Titlebar>br.clearfloat {
	display: none;
}

.titlebar_header {
	margin: 0;
	background-color: #347;
	padding: 8px 16px;
	height: 25px;
}

.titlebar_header>span {
	color: #ffffff;
	font-size: 20px;
}

.main h1 {
	color: #ffffff;
	font-size: 20px;
	margin: 10px 0 0 0;
	background-color: #033577;
	padding: 8px 16px;
	height: 25px;
	width: 768px;
	position: relative;
	left: -10px;
	top: -10px;
}

.titlebar_content {
	display: none;
}

.bodyContainer {
	border: none;
	position: relative;
	min-height: 0;
	box-shadow: 2px 2px 10px 2px #CACECD;
	background-color: #ffffff;
}

#controlbank {
	position: static;
	padding-right: 0px;
	margin: 14px;
}

.lefthead {
	margin: 0 0 20px 20px;
}

.righthead {
	margin: 10px 20px 1px 20px;
	float: left;
	display: block;
}

.lefthead .headlabel,.righthead .headlabel {
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
}

.lefthead .headvalue,.righthead .headvalue {
	display: block;
	text-decoration: none;
	color: #033577;
	font-size: 18px;
}

.lefthead+.clearfloat {
	display: none;
}

.contactheader .lefthead>span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #033577;
}

.contactheader .lefthead>span>span {
	font-size: 18px;
	font-weight: bold;
	color: #033577;
}

.contactheader label {
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
}

.contactheader.div {
	margin: 10px 0 20px;
}

.contactheader.col {
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}

#Main #primaryUserNameValueSpan>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #033577;
}

#Main #secondaryApplicantValueSpan>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #033577;
}

.app_status_group {
	position: absolute;
    top: 0;
    padding: 0;
    right: 10px;
}

.app_intelligent_decisioning {
	box-shadow: 0 0 4px -2px #000000;
	background-color: #457;
	border: 4px solid transparent;
	height: 41px;
	padding: 0;
	float: left;
	margin-left: 20px;
}

.app_intelligent_decisioning .righthead {
	display: block;
	float: none;
	margin: 5px 16px;
}

.app_intelligent_decisioning .righthead .headlabel {
	color: #60d859;
	font-size: 10px;
}

.app_intelligent_decisioning .righthead .headvalue {
	color: #fff;
}

#appStatusSpan {
	box-shadow: 0 0 4px -2px #000000;
	background-color: #457;
	border: 4px solid transparent;
	height: 41px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 0px;
}

#appStatusSpan .righthead {
	display: block;
	float: none;
	margin: 5px 16px;
}

#appStatusSpan .headlabel {
	color: #66ccff;
	font-size: 10px;
}

#appStatusSpan .headvalue {
	color: #fff;
}

#appStatusSpanv2 {
	box-shadow: 0 0 4px -2px #000000;
	background-color: #457;
	border: 4px solid transparent;
	height: 41px;
	padding: 0;
	float: left;
}

#appStatusSpanv2 .righthead {
	display: block;
	float: none;
	margin: 5px 16px;
}

#appStatusSpanv2 .headlabel {
	color: #66ccff;
	font-size: 10px;
}

#appStatusSpanv2 .headvalue {
	color: #fff;
}

.grid_leftbody,.grid_centerbody,.grid_rightbody {
	clear: both;
	margin: 1%;
}

.grid_left,.grid_right {
	width: auto;
	width: 48%;
	float: left;
	max-width: none;
	margin: 1%;
}

.grid_left {
	clear: left;
}

.grid_right {
	clear: right;
}

.grid_leftheader,h3,h3.grid_centerheader,.grid_rightheader {
	color: #497b92;
	float: left;
	margin: 1%;
	min-width: 48%;
	border-bottom: 1px solid #ccc;
}

.grid_center h3,.grid_left h3,.grid_right h3 {
	width: 98%;
}

.grid_center h3:empty,.grid_left h3:empty,.grid_right h3:empty,h3:empty
	{
	border: none;
	height: 18px;
}

.grid_center {
	max-width: none;
	width: 100%;
}

.grid_center table {
	max-width: none;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100% !important
}

.grid_center thead,.rich-stglpanel-body thead {
	color: #666;
}

.grid_center thead th,.rich-stglpanel-body thead th {
	color: #555;
	padding: 3px;
	background-color: #DBDFE6;
	border: 1px solid #caced5
}

.grid_center tbody,.rich-stglpanel-body tbody {
	background-color: #ecf0f7;
	color: #333;
}

.grid_center tbody td,.rich-stglpanel-body tbody td {
	padding: 4px;
	border: 1px solid #DBDFE6;
}

.grid_row {
	border: 2px solid transparent;
	width: 100%;
	margin: 0;
	min-width: 0;
}

.grid_row:hover {
	background-color: transparent;
}

.grid_centerbody .grid_label {
	width: 22%;
}

.grid_label {
	border: none;
	padding: 8px 1%;
	text-align: right;
	vertical-align: middle;
	width: 48%;
	height: auto;
	font-size: 12px;
	line-height: 14px;
	min-height: 0;
	min-width: 120px;
	color: #666;
}

.grid_value,.grid_field {
	background-color: #ecf0f7;
	height: 14px;
	font-size: 13px;
	line-height: 14px;
	border: 1px solid #dbdfe6;
	padding: 4px 1%;
	text-align: right;
	vertical-align: middle;
	width: 48%;
	min-width: 125px;
	min-height: 20px;
	max-width: none;
	text-align: left;
}

.grid_value>span>span,.grid_field>span>span {
	line-height: 20px;
	font-size: 14px
}

.grid_row>span+span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 1%;
	height: auto;
}

.grid_field {
	max-width: none;
	width: auto;
}

.rich-mpnl-header {
	padding: 0;
	margin: 0;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #1177aa; /* Old browsers */
	background: -moz-linear-gradient(top, #1177aa 0%, #033577 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1177aa),
		color-stop(100%, #033577)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1177aa 0%, #033577 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1177aa 0%, #033577 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1177aa 0%, #033577 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #1177aa 0%, #033577 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#1177aa',
		endColorstr='#033577', GradientType=0); /* IE6-9 */
	border: none;
	vertical-align: middle;
	width: 100%;
	z-index: 5;
}

.rich-mpnl-header span {
	background: none transparent;
	text-decoration: none !important;
	color: #ffffff;
	padding: 4px 12px;
	display: block;
}

.rich-mpnl-body {
	border: none;
	font-size: 12px;
}

.rich-mpnl-content {
	background-color: #FFFFFF;
	border: none;
	padding: 0;
}

.rich-mpnl-body input.button {
	float: right;
}

.rich-mpnl-body .grid_row,.rich-mpnl-body .grid_label {
	min-width: 0;
	width: auto;
}
/*
.rich-mpnl-controls { background: url("closebutton.gif") no-repeat; width:17px; height:17px; cursor: pointer;}
.rich-mpnl-controls img { visibility: hidden;}
*/
#assignapppanelContentDiv {
	width: 400px !important;
	height: auto !important;
}

#assignapp .clearfloat {
	display: none;
}

#assignapp\:assignappdiv {
	float: left;
}

#declinepanelContentTable {
	width: 800px !important;
}

searchLink span,logout_link span {
	clear: both;
	padding: 4px 6px;
	margin: 4px 4px 4px 100px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: -moz-linear-gradient(top, #b4bcb6 0%, #1177aa);
	background: -webkit-gradient(linear, left top, left bottom, from(#b4bcb6),
		to(#1177aa));
	border: 4px solid #f2f4f9;
	vertical-align: middle;
	width: 100%;
	z-index: 5;
	text-decoration: none;
	position: relative;
	top: 12px;
	color: white;
}

#Main {
	background-color: white;
	padding: 0 10px;
	width: 780px;
}

ul.message {
	position: absolute;
	z-index: 1;
	right: 0;
	background-color: #033577;
	padding: 0px;
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 41px;
	color: white;
}

ul.message li {
	font-size: 14px;
	font-weight: bold;
	padding: 12px 12px;
	color: white;
	list-style-type: none;
}

.home-container {
	max-width: none;
	width: 100%;
}

#homequeue td.home-status-column {
	background-color: #f2f4f9;
	padding: 0;
	height: 50px;
}

#homequeue td.home-status-column a {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #033577;
	background-color: transparent;
	display: block;
	height: 40px;
	padding-top: 10px;
}

#homequeue td.home-status-column a:hover {
	color: #fff;
	background-color: #033577;
}

#homequeue td.home-status-column a:empty {
	display: none;
	background-color: transparent;
}

.home-product-column {
	font-weight: bold;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
}

.home-summary-header {
	background-color: #ffffff;
	color: #888;
	font-weight: bold;
	vertical-align: bottom;
}

.rich-table {
	border: none;
	background-color: transparent;
}

.rich-table-cell.home-status-column {
	text-align: center;
}

.rich-table-subheader {
	border: none;
	background-color: #DBDFE6;
	color: #888;
}

.rich-table-subheadercell {
	border: 1px solid #caced5;
	background-color: transparent;
	color: #666;
	text-align: left;
	vertical-align: bottom;
}

.rich-table-header {
	border: 1px solid #DBDFE6;
	background-image: none;
	background-color: #DBDFE6;
}

.rich-table-headercell {
	border: 1px solid #caced5;
	background-color: transparent;
	color: #666;
	text-align: left;
	vertical-align: bottom;
}

.rich-table-cell {
	padding: 4px;
	border: 1px solid #DBDFE6;
	background-color: #f2f4f9;
	margin: 2px;
	text-align: left;
}

.rich-table-thead {
	border: 1px solid #DBDFE6;
}

.rich-table-footer {
	background-color: transparent;
}

.rich-table-footercell {
	background-color: transparent;
	border: none;
}

.idcheckflagsTitle {
	color: #b4bcb6;
	font-size: 16px;
	padding-bottom: 10px;
}
/* 
#j_id122 div {
	clear: both;
} */

.menu_grid_label {
	border: none;
}

.menu_grid_value {
	border: none;
}

.menubar_intlink_text {
	border: none;
	display: block;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #dddddd;
	background-color: #b4bcb6;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 20px;
	font-weight: bold;
}

.menubar_intlink_text:hover {
	background-color: #033577;
	border-top: 1px solid #033577;
	color: #fff;
}

.menubar_intlink_text span {
	color: #FFFFFF;
	font-weight: bold;
}

.rich-panel {
	border: none;
	padding: 0 !important;
}

.rich-panel-header {
	border: none;
	background: none repeat scroll 0 0 transparent;
	border-bottom: 2px solid #DDDDDD;
	color: #033577;
	font-size: 20px;
	padding-bottom: 6px;
}

.rich-panel-body {
	background-color: #F4F4F4;
}
/* Login Page */
body.login .bodyContainer {
	width: 510px;
	margin: 80px auto;
}

body.login .bodyContainer #Main {
	width: 410px;
	padding: 20px 50px;
	margin: 0 auto;
	overflow: auto;
}

body.login .bodyContainer #Main h3 {
	width: auto;
	background-color: #033577;
	color: #FFFFFF;
	font-size: 20px;
	height: 25px;
	margin: 0;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 478px;
}

body.login .bodyContainer #Main .grid_left {
	width: 100%;
}

body.login .bodyContainer #Main .grid_label {
	width: auto;
	min-width: 0;
	padding-top: 10px;
}

body.login .bodyContainer #Main .grid_input {
	padding: 0;
	border: none;
	background-color: transparent;
	width: 99%;
}

body.login .bodyContainer #Main .grid_input input {
	margin: 0;
	padding: 3%;
	clear: both;
	width: 93%;
	font-size: 16px;
	box-shadow: 1px 1px 5px 2px #ddd inset;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}

body.login .bodyContainer #Main a.button {
	float: right;
	margin-top: 10px;
}

body.login .bodyContainer+#Footer {
	margin: 0 auto;
	width: 470px;
}

body.login .bodyContainer #Main a.button span {
	padding: 4px 10px;
	font-size: 14px;
}

/****/
.menu_grid_value select {
	max-width: 100%;
}

.bodyContainer {
	background: none repeat scroll 0 0 #FFFFFF;
	float: none;
	margin: 18px auto;
	overflow: visible;
	width: 1000px;
}

#Main {
	width: 98%;
	float: none;
	padding: 10px;
	min-height: 200px;
}

.pagerWrapper {
	margin-top: 10px;
}

.nav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.mainmenu {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 0 0 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 36px auto;
	padding-left: 200px;
	width: 800px;
}

.mainmenu li {
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2307em;
	text-transform: uppercase;
	list-style: none;
	cursor: default;
}

.mainmenu .first {
	border-radius: 0px 0px 0px 3px;
}

.mainmenu .m1 {
	width: 96px;
}

.mainmenu span {
	position: absolute;
	height: 28px;
	width: 27px;
	background: url(../images/menu-span.png) 0 0 no-repeat;
	top: 10px;
	left: 90px;
}

.mainmenu a {
	display: block;
	position: relative;
	color: #666;
	text-decoration: none;
	padding: 10px 0px 4px;
	background: none;
	margin: 2px 0 0 0;
	margin-left: 12px;
}

.mainmenu>li>a.selected {
	color: #444;
	border-bottom: 3px solid #444;
}

.mainmenu a.active:hover {
	color: #033456;
	border-bottom: 3px solid #033456;
}

.mainmenu span.group {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	background: none;
	margin: 2px 3px 0 0;
}

.mainmenu li li {
	padding: 0;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
	text-transform: none;
	background: #777;
	text-transform: none;
	margin: 1px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	border-right: none;
	letter-spacing: normal;
}

.mainmenu li li a {
	padding: 6px 10px 4px 14px;
	display: inline-block;
	text-decoration: none;
	color: #f2f9f4;
	background: none;
	width: 180px;
	margin: 0px;
}

.mainmenu ul {
	position: absolute;
	padding: 0px 1px 1px 1px;
	background: #555;
	top: -9999px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.mainmenu ul ul {
	margin-left: -2px;
}

.mainmenu li:hover ul,.mainmenu li.sfHover ul {
	left: 0;
	top: 30px; /* match top ul list item height */
	z-index: 99;
}

ul.mainmenu li:hover li ul,ul.mainmenu li.sfHover li ul {
	top: -9999em;
}

ul.mainmenu li li:hover ul,ul.mainmenu li li.sfHover ul {
	left: 205px; /* match ul width */
	top: -8px;
}

ul.mainmenu li li:hover li ul,ul.mainmenu li li.sfHover li ul {
	top: -9999em;
}

.mainmenu>li.sfHover>a,.mainmenu li a:hover,.mainmenu li a.active {
	background: url(../images/a-bg.gif) 0 0 repeat-x;
	background: none;
	color: #3b3b3b;
	border-radius: 0 0 0 0;
	color: #666;
	text-decoration: none;
}

.mainmenu li li.sfHover>a,.mainmenu li li a:focus,.mainmenu li li a:hover,.mainmenu li li a.active,.mainmenu li li a.selected
	{
	color: #ffffff;
	background: #033567;
}

.mainmenu li li:hover,.mainmenu li li.sfHover {
	
}

.mainmenu li li li:hover {
	background: #ff9c00;
}

/** For fixing popups *****/
.indent {
	clear: both;
}

.rich-mp-content-table {
	min-height: auto !important;
	height: auto !important;
	width: auto !important;
	overflow: auto;
}

.rich-mp-content-table>form {
	display: block;
	height: auto;
	padding: 10px;
	width: auto;
}

.rich-mp-content-table form .button {
	float: right;
	margin: 10px;
}

.rich-mpnl-content .grid_label {
	text-align: right;
}

.modalDialogDynamicContentWrapper {
	max-height: none !important;
}

body.custlist #Main form #submitButton .button,body.secreport #Main form #submitButton .button,body.cardtransactions #Main form #submitButton .button
	{
	margin-left: 49%;
}

.width_100 select,.width_100 input {
	width: auto;
}

.sessionTimeoutWarningArea {
	padding: 10px;
}

body.roleedit .grid_input {
	clear: both;
	display: block;
	padding: 10px;
}

body.roleedit .grid_label {
	text-align: left;
}

body.roleedit #Main form a.button,body.officerlist #Main form a.button {
	float: right;
	margin-right: 1%;
}

body.roleedit .grid_input span {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

a.button {
	background: none #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
}

a.button span {
	background: none transparent;
	color: #444;
	padding: 0;
}

a.button:hover {
	background: none #666;
	border: 1px solid #333;
}

a.button:hover span {
	color: #fff;
}

.rich-modalpanel h3.smallPadding {
	float: none;
	margin-bottom: 20px;
	border-bottom: none;
}

*::-moz-placeholder {
	color: #333333;
	font-family: "droid sans";
	font-size: 14px;
}

body,p,span,div,label {
	font-family: 'Droid Sans', sans-serif;
}

body {
	color: #52524E;
	font-size: 10px;
	width: 100%;
}

body,p,span,div,label {
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
}

ul.pagerNav li.pagerNavOn {
	background-color: #666666;
	color: white;
	font-weight: bold;
}

ul.pagerNav li.pagerNavOn a span {
	color: #fff;
}

ul.pagerNav li {
	padding: 0;
}

#Main ul.pagerNav li a {
	text-decoration: none;
	padding: 4px 8px;
	display: block;
}

#Main ul.pagerNav li a:hover {
	background: #fff;
}

#Main ul.pagerNav li.pagerNavOn a:hover {
	background: transparent;
}

ul.pagerNav li.pagerStatus {
	background-color: transparent;
	border: none;
	position: absolute;
	margin-left: -30px;
	padding: 4px 8px;
}

ul.pagerItems {
	padding-left: 10px;
}

.selector select.fieldvalue_day,.selector select.fieldvalue_month,.selector select.fieldvalue_year
	{
	width: 32%;
}

ul.gridlist {
	background-color: #ECF0F7;
	border: 1px dashed #DBDFE6;
	color: #555555;
	line-height: 20px;
	padding: 20px 40px;
}

.buttons {
	display: block;
	overflow: auto;
}

.buttons.preferences {
	margin-top: 10px;
}

body.custfile .bodyContainer,body.accountnumberlist .bodyContainer {
	overflow: auto;
}

#appfilecontainer .content .grid_field,#appfilecontainer .content div {
	height: auto;
	overflow: auto;
}

#appfilecontainer .FixedHeightContainer {
	height: auto;
	width: auto;
}

body.configview .main>form>div>h3 {
	float: none;
}

body.login ul.message {
	background-color: #FFEEEE;
	border: 1px solid #CC9999;
	height: auto;
	padding: 10px;
	position: static;
}

body.login ul.message li {
	color: #AA0000;
	padding: 4px;
}

body.login #loginForm h3.grid_leftheader {
	display: none;
}

body.login .bodyContainer {
	background-color: transparent
}
/********** Doc Viewer Reskin  *****************/
#docpanelHeader {
	display: none;
}

#docpanelContentTable {
	height: 100%;
}

#docfrag {
	height: 100%;
}

#docfrag .docViewer {
	height: 100%;
	position: absolute;
	width: 880px;
}

.main .docViewer {
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 10px;
}

#docpanelContainer.rich-modalpanel {
	position: fixed !important;
	background: none repeat scroll 0 0 transparent !important;
	height: 100%;
	width: 100%;
}

#docpanelContainer .rich-mpnl-panel {
	position: static;
	height: 100%;
	width: 100%;
	background: none repeat scroll 0 0 transparent;
}

#docpanelContainer .rich-mpnl-mask-div-opaque {
	background-color: #000;
}

#docpanelContainer .rich-mp-container {
	top: 5% !important;
	left: 50% !important;
	height: 100%;
	width: 90%;
	margin: 2% auto;
	max-width: 880px;
	position: static !important;
	overflow: auto;
}

#docpanelContainer .rich-mpnl-shadow {
	height: 101% !important;
	width: 101% !important;
	max-height: 847px;
	display: none;
}

#docpanelContainer .rich-mpnl-header-cell {
	display: none;
}

#docpanelContainer .rich-mpnl-controls {
	left: auto;
	top: auto;
	z-index: 1;
	display: none;
}

#docpanelContainer .rich-mpnl-body {
	padding: 0;
}

#docpanelContainer .rich-mpnl-content {
	height: 100% !important;
	width: 100% !important;
	padding: 0;
	border: none;
	background-color: transparent;
}

.docbar {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee),
		color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#eeeeee',
		endColorstr='#cccccc', GradientType=0); /* IE6-9 */
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	width: 98%;
	margin: 0;
	padding: 0 1%;
	height: auto;
	min-height: 40px;
	overflow: auto;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	position: relative;
}

.docbar.bottom {
	
}

.docbar .viewrightbuttons,.docbar .viewleftbuttons {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.docbar .viewrightbuttons {
	right: 10px;
}

.docbar .viewleftbuttons .pagenum {
	line-height: 26px;
}

.docbar li {
	padding: 0;
	float: left;
}

.docbar li>span {
	display: block;
	margin: 4px;
}

.docbar li a {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed
		), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',
		endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #bbb;
	display: inline-block;
	color: #4f4f4f;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

.docbar li a span {
	height: 16px;
}

.docbar li.docViewerCloseButton {
	display: block;
}

#wrapper .main .docbar #closebuttonspan {
	display: none;
}

#docpanelContainer .docbar #closebuttonspan {
	display: block;
}

#docpanelContainer .docbar #fullscreenspan {
	display: none;
}

#smpages {
	width: 100%;
	height: 80%;
	background-color: #eee;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

#smpagediv {
	width: 100%;
	padding: 0;
	height: 100%;
	position: static;
	border: none;
	box-shadow: none;
	background-position: center;
	min-height: 200px;
	background-color: #fff;
	overflow: auto;
	z-index: 9;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}

#smpagediv img {
	width: 100%;
	height: auto;
}

.docbar #printspan {
	display: none;
}

#lpagediv {
	background-position: center center;
	height: 90% !important;
	width: 100% !important;
}

.largepages {
	text-align: center;
	overflow: hidden;
	height: 90% !important;
	top: 5%;
}

.docViewer>br {
	display: none;
}

.docViewerSaveImage {
	background-image: url("images/save.png");
	width: 76px;
}

.docViewerFullScreenImage {
	background-image: url("images/fullscreen.png");
	width: 77px;
}

.docViewerPrintImage {
	background-image: url("images/printer.png");
	width: 61px;
}

.docViewerFullScreenCancelImage {
	background-image: url("images/fullscreen_cancel.png");
	width: 62px;
}

.docViewerCloseButtonImage {
	background-image: url("images/fullscreen_cancel.png");
	width: 62px;
}

.docViewerPrevPageImage {
	background-image: url("images/left_arrow.png");
}

.docViewerNextPageImage {
	background-image: url("images/right_arrow.png");
}

.docViewer .docbar li.docViewerCloseButton {
	display: none;
}

.exporteddata ul.pdflist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.exporteddata ul.pdflist li {
	background: url('images/pdficon.png') no-repeat left bottom;
	padding-left: 20px;
}

.exporteddata ul.pdflist li a span {
	font-weight: normal;
}

.exporteddata ul.pdflist li a:hover span {
	background: none;
}

/* checklists */
.rich-modalpanel.clPanel {
	background: transparent none !important;
	height: 100%;
	display: table;
}

.rich-modalpanel.clLong {
	width: 100%;
}

.rich-modalpanel.clPanel .rich-mpnl-panel {
	display: table-cell;
	position: static;
	text-align: center;
	vertical-align: middle;
}

.rich-modalpanel.clPanel .rich-mpnl-panel .rich-mp-container {
	margin: 0 auto;
	max-height: 600px;
	overflow: auto;
	background: url(images/checklistbg.png) bottom right repeat-x;
}

.rich-modalpanel.clPanel .rich-mpnl-panel .rich-mp-container .clLong {
	width: 800px;
}

.rich-modalpanel.clPanel .rich-mpnl-panel .rich-mp-container .clShort {
	width: 266px;
}

.rich-modalpanel.clPanel .rich-mpnl-panel .rich-mp-container .rich-mpnl-content
	{
	position: relative;
}

.rich-modalpanel.clPanel .rich-mpnl-panel .rich-mp-container .rich-mpnl-shadow
	{
	display: none;
}

.rich-modalpanel.clPanel .clPanelColumn+.clPanelColumn {
	margin-left: 10px;
}

.rich-modalpanel.clPanel .clPanelColumn {
	float: left;
	width: 222px;
	min-height: 180px;
	padding: 15px 15px 20px;
}

.rich-modalpanel.clPanel .clPanelColumn .clContainer {
	overflow: auto;
}

.rich-modalpanel.clPanel .clPanelColumn .clTitleRow,.rich-modalpanel.clPanel .clPanelColumn .clCheckboxRows,.rich-modalpanel.clPanel .clPanelColumn .clMessageRow,.rich-modalpanel.clPanel .clPanelColumn .clAddRow
	{
	margin-bottom: 15px;
}

.rich-modalpanel.clPanel .clPanelColumn .clTitleRow {
	text-align: left;
}

.rich-modalpanel.clPanel .clPanelColumn .clMessageRow {
	font-style: italic;
	text-align: left;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAction {
	color: #036;
	background: url("images/caret.png") no-repeat scroll right 3px
		rgba(0, 0, 0, 0);
	padding-right: 11px;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clAction label:hover
	{
	text-decoration: underline;
	cursor: pointer !important;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddRow {
	display: block;
	overflow: auto;
	float: right;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddInputColumn {
	float: left;
	margin-right: 4px;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddInputColumn  input[type=text]
	{
	max-width: 160px;
}

.rich-modalpanel.clPanel .clPanelColumn .clCheckboxRow {
	overflow: auto;
	clear: both;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddInputColumn input[type=text]
	{
	height: 20px;
}

.rich-modalpanel.clPanel .clPanelColumn .clCheckboxColumn>input {
	float: left;
}

.rich-modalpanel.clPanel .clPanelColumn .clCheckboxColumn>label {
	display: block;
	float: left;
	padding-top: 2px;
	vertical-align: top;
	line-height: 20px;
	max-width: 180px;
	text-align: left;
}

.rich-modalpanel.clPanel .clPanelColumn .clRemoveActionColumn {
	background: url(images/icons/close.gif) no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	display: block;
	float: right;
	margin-top: 3px;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction,.rich-modalpanel.clPanel .clPanelColumn .clControls .clSaveAction,.rich-modalpanel.clPanel .clPanelColumn .clControls .clUpdateAction
	{
	float: left;
	height: 16px;
	background: none;
	padding: 4px 6px;
	margin: 0 10px 0 0;
	border-radius: 4px;
	color: #444;
	padding: 4px 6px;
	background: -moz-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #54a6e5),
		color-stop(50%, #2989d8), color-stop(51%, #207cca),
		color-stop(100%, #1e5799));
	background: -webkit-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%,
		#1e5799 100%);
	background: -o-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: -ms-linear-gradient(top, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	background: linear-gradient(to bottom, #54a6e5 1%, #2989d8 50%, #207cca 51%, #1e5799
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#54a6e5',
		endColorstr='#1e5799', GradientType=0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction label,.rich-modalpanel.clPanel .clPanelColumn .clControls .clSaveAction label,.rich-modalpanel.clPanel .clPanelColumn .clControls .clUpdateAction label
	{
	background: none transparent;
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clSaveAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clUpdateAction:hover
	{
	color: #00066f;
	cursor: pointer;
	background: -moz-linear-gradient(top, #00066f 100%, #005dcb);
	background: -webkit-gradient(linear, left top, left bottom, from(#00066f),
		to(#005dcb));
	background-color: #005dcb;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction label:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clSaveAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clSaveAction label:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clUpdateAction:hover,.rich-modalpanel.clPanel .clPanelColumn .clControls .clUpdateAction label:hover
	{
	text-decoration: none;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction {
	background: #eee none;
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666
		100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999),
		color-stop(50%, #888888), color-stop(51%, #777777),
		color-stop(100%, #666666));
	background: -webkit-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%,
		#666666 100%);
	background: -o-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666
		100%);
	background: -ms-linear-gradient(top, #999999 0%, #888888 50%, #777777 51%, #666666
		100%);
	background: linear-gradient(to bottom, #999999 0%, #888888 50%, #777777 51%, #666666
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#999999',
		endColorstr='#666666', GradientType=0);
	color: #036;
	border-color: #369;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin: 0;
}

.rich-modalpanel.clPanel .clPanelColumn .clControls .clAddAction:hover {
	background: #eee none;
	background: #555555;
	background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555),
		color-stop(100%, #222222));
	background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
	background: -o-linear-gradient(top, #555555 0%, #222222 100%);
	background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
	background: linear-gradient(to bottom, #555555 0%, #222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#555555',
		endColorstr='#222222', GradientType=0);
}

.checklistColumnsContainer {
	overflow: auto;
}

.checklistPreApprovalIsUsable {
	background: url("images/checklistbg.png") -4px bottom no-repeat #eee;
}

.checklistPostCommenceIsUsable {
	background: url("images/checklistbg.png") 250px bottom no-repeat #eee;
}

.checklistPostDeclineIsUsable {
	background: url("images/checklistbg.png") 500px bottom no-repeat #eee;
}

.checklistPreApprovalIsModifying,.checklistPreApprovalIsSatisfying {
	background: url("images/checklistbg.png") -4px bottom no-repeat #eee;
}

.checklistPostCommenceIsModifying,.checklistPostCommenceIsSatisfying {
	background: url("images/checklistbg.png") 250px bottom no-repeat #eee;
}

.checklistPostDeclineIsModifying,.checklistPostDeclineIsSatisfying {
	background: url("images/checklistbg.png") 500px bottom no-repeat #eee;
}
/* Applist changes for Checklist project */
body.applist .filterControl {
	float: left;
	margin: 0 5px;
}

body.applist .filterControl .div {
	float: left;
	margin: 0 5px;
	width: 150px;
}

body.applist .filterControl .menu_grid_label {
	float: left;
	min-height: 0;
	padding-bottom: 4px;
	white-space: nowrap;
	color: #777777;
	font-size: 11px;
	text-transform: uppercase;
}

body.applist .filterControl .menu_grid_value {
	clear: both;
	max-width: none;
	min-height: 0;
	min-width: 0;
	padding: 0;
	width: auto;
}

body.applist .filterControl .menu_grid_value select {
	min-width: 120px;
	width: 150px;
}

body.applist .controlswrapper {
	border-bottom: 1px dashed #CCCCCC;
	overflow: auto;
	padding: 20px 0 10px;
	background: url("images/summarybg.jpg") no-repeat scroll center top
		#FFFFFF;
}

body.applist #Main {
	padding: 0 10px 10px;
}

body.applist #liststatus>span {
	position: absolute;
	right: 10px;
	top: 75px;
}

body.applist .filterControl.addInfo {
	margin: 10px 4px;
	width: auto;
}

.clButtonWrapper {
	display: block;
	float: left;
	position: relative;
}

.applistDetails .clUnsatisfiedNumber,.clButtonWrapper .clUnsatisfiedNumber
	{
	float: left;
	background-color: #c00;
	color: white;
	position: relative;
	right: 6px;
	top: 3px;
	z-index: 2;
	font-weight: bold;
	padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	margin-right: -6px;
}

.clButtonWrapper span.clUnsatisfiedNumber {
	padding: 2px 6px;
}

.applistDetails .clUnsatisfiedNumber {
	background-color: #aaa;
	position: static;
	box-shadow: none;
}

.rich-modalpanel.clPanel .clPanelColumn  .clContainer.clCanNotUse .clCheckboxRow .clCheckboxColumn
	{
	background: url("images/disabledcheckbox.png") no-repeat scroll 0 3px
		transparent;
	display: block;
	overflow: auto;
	float: left;
}

.rich-modalpanel.clPanel .clPanelColumn  .clContainer.clCanNotUse .clCheckboxRow .clCheckboxColumn.clItemSelected
	{
	background: url("images/disabledcheckbox_checked.png") no-repeat scroll
		0 3px transparent;
}

.rich-modalpanel.clPanel .clPanelColumn  .clContainer.clCanNotUse .clCheckboxRow input
	{
	visibility: hidden;
}

.applistDetails .clUnsatisfiedNumber .clHover {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #036;
	display: none;
	padding: 12px;
	position: absolute;
	width: 120px;
	min-height: 80px;
	margin-left: -150px;
	margin-top: -80px;
}

.applistDetails .clUnsatisfiedNumber:hover .clHover {
	display: block;
}

.applistDetails .clUnsatisfiedNumber .clHover span {
	display: block;
	font-weight: normal;
}

.applistDetails .clUnsatisfiedNumber .clHover span.clHoverTitle {
	font-weight: bold;
}

.applistDetails .clUnsatisfiedNumber .clHover ul {
	padding-left: 14px;
}

#Main .applistDetails .clPopupLink>a {
	color: #FFFFFF;
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

#Main .applistDetails .clPopupLink>a:hover {
	background-color: transparent;
}
/*********** Export Poller Indicator **********/
body.appfile #exportPollerStatusInd {
	position: absolute;
	right: 20px;
	top: 100px;
}
/* Configuratipons page table */
body.configview .rich-table-cell>span {
	display: block;
	width: 340px;
	word-wrap: break-word;
}
/* Error messages */
#primaryUserNameValueSpan label,.externalDataErrorWarning,#secondaryApplicantValueSpan label
	{
	border: 1px solid #990000;
	color: #990000 !important;
	display: block;
	margin-top: 4px;
	padding: 2px 4px;
	float: left;
}

#Main a.button.loading {
	position: relative;
}

#Main a.button.loading span, #Main a.button.loading:hover span {
	color: transparent;
}

#Main a.button b.loading {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url('images/bg_button_loading.gif') center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

#Main a.button.loading b.loading {
	visibility: visible;
}
.suppDocCategoryDropDownLabel {
float:left;
font-weight: bold;
padding-right:10px;
padding-top:2px;
}
.suppDocSpan {
display: block; 
float: left;
padding-right:10px;
}

 .appFileModal {
	 position: fixed;
	 height: 100%;
	 width: 100%;
	 top: 0;
	 left: 0;
	 background-color: #000000;
	 filter: alpha(opacity=60);
	 opacity: 0.6;
	 -moz-opacity: 0.8;
	 z-index:999;
 }

.certificationQuestions {
	margin-left: 8px;
	margin-right: 8px;
	min-width: 80%;
	max-width: 80%;
	width: 100%;
	display: block;
	float: left;
	vertical-align: middle;
	border: none;
	text-align: left;
	font-size: 12px;
}

.partialAttachmentSpan {
	background: url('images/icons/24/partialattachment.png') left top no-repeat;
	visibility: visible;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	width: 24px;
	text-decoration: none;
}
