body {
	font-family: "Arial", Verdana, serif;
	font-size: 96%;
	min-width: 1200px;
	overflow: auto;
}
.top-bar {
    background: #346aad;
    background: -moz-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #346aad ), color-stop(100%, #174e92 ));
    background: -webkit-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -o-linear-gradient(top, #346aad 0, #174e92 100%);
    background: -ms-linear-gradient(top, #346aad 0, #174e92 100%);
    background: linear, to bottom, #346aad 0, #174e92 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#346aad', endColorstr='#174e92', GradientType=0 );
    color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
a:link {
	color: rgba(0, 0, 0, 0.87);
}

a:visited {
	color: rgba(0, 0, 0, 0.87);
}

a:active {
	color: rgba(0, 0, 0, 0.87);
}

.headerContainer {
	background: linear-gradient(135deg, white, green);
	height: 100%;
	color: rgba(255, 255, 255, 0.87);
	border-bottom: 1px solid black;
}

.headerContainer a {
	color: rgba(255, 255, 255, 0.87);
}

.navigationContainer {
	background-color: #DFE7F2;
	border-top: 1px solid black;
}

.navigationContainer a {
	color: rgba(0, 0, 0, 0.87);
}

.navigationActionContainer {
	background-color: green;
}

.navigationActionContainer a {
	color: rgba(255, 255, 255, 0.87);
}

.contentContainer .ui-layout-unit-content {
	background-color: #E2E9B8;
}

.alertContainer {
	padding: 5px;
	background-color: #fdfab0;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	text-color: blue
	font-size: 8pt;
	color: #022d5a;
	font-weight: bold;
}

.StayInButton {
	background-color: blue;
	text-align: center;
	text-color: white;
	padding-top: 0.5em;
}

.footerContainer {
	background-color: #DFE7F2;
	text-align: center;
	padding-top: 0.5em;
	border-top: 1px solid black;
}

.ui-panel, .ui-panel-footer {
	text-align: left; !important;
	background-color: rgba(0, 0, 0, 0); 
}

.transparent .ui-widget-content, .transparent .ui-widget-content .ui-panelgrid-cell
	{
	background-color: rgba(0, 0, 0, 0);
}

.no-border .ui-widget-content, .no-border .ui-widget-content .ui-panelgrid-cell
	{
	border: 0;
}
.ui-widget {
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-layout-pane {
	border: 0;
	padding: 0;
}

.ui-layout-unit .ui-layout-unit-content {
	padding: 0;
	overflow-x:hidden;
/* 	overflow: auto !important;
 */}

.ui-clock {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 0;
	font-size: 1em;
	font-weight: normal;
}

.menu {
	padding: 0.5em;
	display: table-cell;
	text-align: center;
	font-weight: bold;
}

.menu .ui-widget {
	font-size: 1.25em;
}

.menu-action {
	padding: 0.25em 0.5em 0.25em 0.5em;
	display: table-cell;
	text-align: center;
	font-weight: bold;
	background-color: green;
}

.menu-action a {
	color: rgba(255, 255, 255, 0.87);
}

.selected-menu {
	background-color: green;
}

.selected-menu a {
	color: rgba(255, 255, 255, 0.87);
}

.selected-menu-action a {
	color: rgba(255, 255, 0, 0.87);
}

.input-panelGrid .header {
	text-align: center;
	background-color: #F8F8F8;
	padding: 0.5em;
	font-weight: bold;
}

.input-panelGrid tr {
	background-color: white;
}

.ui-inputfield.required, .ui-inputfield[aria-required=true], .required .ui-inputfield {
	background-color: yellow;
}

.ui-steps.sign {
	margin-bottom: 1em;
	font-size: 0.75em;
}

.ui-steps.sign .ui-steps-item {
	width: 24.5%;
}

.ui-widget button.ui-state-default.accept-button {
	background: linear-gradient(rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0));
	background-color: hsl(120, 100%, 25%);
	color: white;
	box-shadow: none;
	text-shadow: 0 1px 0 black;
	border: 1px solid black;
}

.ui-widget button.ui-state-default.accept-button:hover, .ui-widget button.ui-state-default.accept-button:focus
	{
	background-color: hsl(120, 100%, 35%);
	box-shadow: 0 0 0 1px hsl(120, 100%, 35%);
}

.ui-widget button.ui-state-default.cancel-button {
	background: linear-gradient(rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0));
	background-color: hsl(0, 100%, 50%);
	color: white;
	box-shadow: none;
	text-shadow: 0 1px 0 black;
	border: 1px solid black;
}

.ui-widget button.ui-state-default.cancel-button:hover, .ui-widget button.ui-state-default.cancel-button:focus
	{
	background-color: hsl(0, 100%, 60%);
	box-shadow: 0 0 0 1px hsl(0, 100%, 60%);
}

.ui-datatable-odd{
	background:none repeat scroll 0 0 #c4c4c4;
}

.ui-widget button.ui-state-default.blue-action-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.ui-widget button.ui-state-default.blue-action-button:hover, .ui-widget button.ui-state-default.blue-action-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

.ui-widget button.ui-state-default.red-action-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.ui-widget button.ui-state-default.red-action-button:hover, .ui-widget button.ui-state-default.red-action-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.ui-widget button.ui-state-default.green-action-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #3c700e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #3c700e;
	box-shadow:inset 0px 1px 0px 0px #3c700e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4f6320), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #4f6320 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #4f6320 5%, #77a809 100%);
	background:-o-linear-gradient(top, #4f6320 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #4f6320 5%, #77a809 100%);
	background:linear-gradient(to bottom, #4f6320 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f6320', endColorstr='#77a809',GradientType=0);
	background-color:#4f6320;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.ui-widget button.ui-state-default.green-action-button:hover, .ui-widget button.ui-state-default.green-action-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #4f6320));
	background:-moz-linear-gradient(top, #77a809 5%, #4f6320 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #4f6320 100%);
	background:-o-linear-gradient(top, #77a809 5%, #4f6320 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #4f6320 100%);
	background:linear-gradient(to bottom, #77a809 5%, #4f6320 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#4f6320',GradientType=0);
	background-color:#77a809;
}

.ui-widget button.ui-state-default.yellow-action-button {
			-moz-box-shadow:inset 0px 1px 0px 0px #FFD633;
			-webkit-box-shadow:inset 0px 1px 0px 0px #FFD633;
			box-shadow:inset 0px 1px 0px 0px #ffc533;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFD633), color-stop(1, #FFD633));
			background:-moz-linear-gradient(top, #FFD633 5%, #FFD633 100%);
			background:-webkit-linear-gradient(top, #FFD633 5%, #FFD633 100%);
			background:-o-linear-gradient(top, #FFD633 5%, #FFD633 100%);
			background:-ms-linear-gradient(top, #FFD633 5%, #FFD633 100%);
			background:linear-gradient(to bottom, #FFD633 5%, #FFD633 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD633', endColorstr='#FFD633',GradientType=0);
			background-color:#FFD633;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:1px solid #FFD633;
			display:inline-block;
			cursor:pointer;
			color:#ffffff;
			font-family:Arial;
			font-size:15px;
			font-weight:bold;
			padding:1px 10px;
			text-decoration:none;
			text-shadow:0px 1px 0px #FFD633;
}
.ui-widget button.ui-state-default.yellow-action-button:hover, .ui-widget button.ui-state-default.yellow-action-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fffa66), color-stop(1, #fff934));
	background:-moz-linear-gradient(top, #fffa66 5%, #fff934 50%);
	background:-webkit-linear-gradient(top, #fffa66 5%, #fff934 50%);
	background:-o-linear-gradient(top, #fffa66 5%, #fff934 50%);
	background:-ms-linear-gradient(top, #fffa66 5%, #fff934 50%);
	background:linear-gradient(to bottom, #fffa66 5%, #ffc634 50%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffa66', endColorstr='#ffc634',GradientType=0);
	background-color:#fffa66;
}
.ui-accordion .ui-accordion-header{
	cursor:pointer;
	position:relative;
	margin-top:1px;
	min-height:0px;
	padding:0.1em .1em .1em 2.0em;
}

.ui-datepicker-trigger {
	position:absolute;
	margin-top:-1px;
	margin-left:2px;
	width:25px !important;
}

.ui-widget-header {
	background: #338597;
	color: white;
}

.ui-dialog-titlebar {
	background: #338597;
	color: white;
}

.ui-dialog-title {
	background: #338597;
	color: white;		
}
.ui-panel .ui-panel-content .ui-widget-content {
    border: none;
    padding: 0px;
    padding: 0em em !important;
}
.pnlGrdTopAlign {
    vertical-align: top !important;
}
.pnlGrdPaddingNone {
	padding: 0em !important;
	margin: 0em !important;
	background-color:#CFE3CE !important;
	width: 25%;
}
.pdPanelPaddingNoneAlignRight {
    padding: 0em !important;
    height: 28px;
    width: 100%;
    text-align: right;
}
.pdPanelPaddingNoneAlignLeft {
    padding: 0em !important;
    height: 28px;
    width: 100%;
    text-align: left;
}
.ui-dialog .ui-dialog-content {
	padding: 0em !important;
	overflow-x:hidden;
}

.ui-messages-warn, .ui-message-warn {
	color: #886A08;
	background-color: #F3F781;
}

.ui-messages-error, .ui-message-error {
	color: white;
	background-color: #FA5858;
}

.ui-messages-info, .ui-message-info {
	color: white;
	background-color: #2E9AFE;
}