* {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	outline: 0px;
	background: transparent;
	font-size: 12px;
	font-family: Helvetica;
	color: #333;
	position: relative;
}

*[onclick] {
	cursor: pointer;
}

.ui-widget * {
	font-family: Helvetica;
	color: #333;
}

.ace_content * {
	color: #fff;
}

.clearfloat {
	float: none !important;
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	padding: 0px !important;
}

/** apply to container of floated elements **/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	min-height: 0; /* support: IE7 */
}


.right-align{
	text-align:right;
}

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

.center-align{
	text-align: center;
}

html {
	background-color: #fff;
}

body {
	min-width: 1152px;
}

html.fixed, body.fixed {
	position: fixed;
}

#background {
	height: 100%;
	width: 100%;
	position: fixed;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #d1dded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d1dded));
	background: -webkit-linear-gradient(top, #fff 0%, #d1dded 100%);
	background: -o-linear-gradient(top, #fff 0%, #d1dded 100%);
	background: -ms-linear-gradient(top, #fff 0%, #d1dded 100%);
	background: linear-gradient(top, #fff 0%, #d1dded 100%);
}

#container {
	padding: 0px 64px 0px 64px;
	margin: auto;
}

#container table#main {
	margin: 0px auto;
	min-width: 1120px;
}

#content {
	min-height: 500px;
	min-width: 1264px;
	margin: 0px 0px 16px 0px;
	padding-bottom: 1px;
	background: #fff;
}

#content.no-bubble.shadow-1 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#background.no-bubble {
	background: transparent;
}

:root #content.no-bubble.shadow-1 {
	box-shadow: none;
}

#content.no-bubble.radius-1-bottom {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#content.no-bubble #info-action-bar {
	display: none;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

p {
	margin: 0 0 .5rem;
}

span.highlight {
	background: yellow;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
}

table.table-layout>tbody>tr>td {
	vertical-align: top;
}

.errors {
	color: #ff0000;
}

li {
	list-style: none;
	margin-bottom: 8px;
	font-family: Helvetica;
	font-weight: normal;
	vertical-align: top;
}

.green-2-gradient {
	background: #cbdbb7;
	background: -moz-linear-gradient(top, #deebd5 0%, #cbdbb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #deebd5), color-stop(100%, #cbdbb7));
	background: -webkit-linear-gradient(top, #deebd5 0%, #cbdbb7 100%);
	background: -o-linear-gradient(top, #deebd5 0%, #cbdbb7 100%);
	background: -ms-linear-gradient(top, #deebd5 0%, #cbdbb7 100%);
	background: linear-gradient(top, #deebd5 0%, #cbdbb7 100%);
}

.green-3-gradient {
	background: #cbdbb7;
	background: -moz-linear-gradient(top, #cbdbb7 0%, #deebd5 25%, #cbdbb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbdbb7), color-stop(25%, #deebd5), color-stop(100%, #cbdbb7));
	background: -webkit-linear-gradient(top, #cbdbb7 0%, #deebd5 25%, #cbdbb7 100%);
	background: -o-linear-gradient(top, #cbdbb7 0%, #deebd5 25%, #cbdbb7 100%);
	background: -ms-linear-gradient(top, #cbdbb7 0%, #deebd5 25%, #cbdbb7 100%);
	background: linear-gradient(top, #cbdbb7 0%, #deebd5 25%, #cbdbb7 100%);
}

.green-white-gradient {
	background: #DFE9D3;
	background: -moz-linear-gradient(top, #cbdbb7 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbdbb7), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #cbdbb7 0%, #fff 100%);
	background: -o-linear-gradient(top, #cbdbb7 0%, #fff 100%);
	background: -ms-linear-gradient(top, #cbdbb7 0%, #fff 100%);
	background: linear-gradient(top, #cbdbb7 0%, #fff 100%);
}

.white-green-gradient {
	background: #DFE9D3;
	background: -moz-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #cbdbb7));
	background: -webkit-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -o-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -ms-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: linear-gradient(top, #fff 0%, #cbdbb7 100%);
}

.blue-white-gradient {
	background: #93c0f0;
	background: -moz-linear-gradient(top, #93c0f0 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c0f0), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #93c0f0 0%, #fff 100%);
	background: -o-linear-gradient(top, #93c0f0 0%, #fff 100%);
	background: -ms-linear-gradient(top, #93c0f0 0%, #fff 100%);
	background: linear-gradient(top, #93c0f0 0%, #fff 100%);
}

.white-blue-gradient {
	background: #D1E4F9;
	background: -moz-linear-gradient(top, #fff 0%, #93c0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #93c0f0));
	background: -webkit-linear-gradient(top, #fff 0%, #93c0f0 100%);
	background: -o-linear-gradient(top, #fff 0%, #93c0f0 100%);
	background: -ms-linear-gradient(top, #fff 0%, #93c0f0 100%);
	background: linear-gradient(top, #fff 0%, #93c0f0 100%);
}

.blue-gradient {
	border: 1px solid #000066;
	background: #11307D;
	background: -moz-linear-gradient(top, #1d528d 0%, #000066 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #1d528d), color-stop(100%, #000066));
	background: -webkit-linear-gradient(top, #1d528d 0%, #000066 100%);
	background: -o-linear-gradient(top, #1d528d 0%, #000066 100%);
	background: -ms-linear-gradient(top, #1d528d 0%, #000066 100%);
	background: linear-gradient(top, #1d528d 0%, #000066 100%);
}

.blue-3-gradient {
	color: #000066;
	background: #93c0f0;
	background: -moz-linear-gradient(top, #93c0f0 0%, #b5d2ee 50%, #93c0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #93c0f0), color-stop(50%, #b5d2ee), color-stop(100%, #93c0f0));
	background: -webkit-linear-gradient(top, #93c0f0 0%, #b5d2ee 50%, #93c0f0 100%);
	background: -o-linear-gradient(top, #93c0f0 0%, #b5d2ee 50%, #93c0f0 100%);
	background: -ms-linear-gradient(top, #93c0f0 0%, #b5d2ee 50%, #93c0f0 100%);
	background: linear-gradient(top, #93c0f0 0%, #b5d2ee 50%, #93c0f0 100%);
}

.chrome-gradient {
	border: 1px solid #ddd;
	background: #eee;
	background: -moz-linear-gradient(top, #fff 0%, #c9c9c9 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #c9c9c9));
	background: -webkit-linear-gradient(top, #fff 0%, #c9c9c9 100%);
	background: -o-linear-gradient(top, #fff 0%, #c9c9c9 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c9c9c9 100%);
	background: linear-gradient(top, #fff 0%, #c9c9c9 100%);
}

.silver-gradient {
	border: 1px solid #ADCEEA;
	background: #F0F1F3;
	background: -moz-linear-gradient(top, #fff 0%, #F0F1F3 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #fff), color-stop(100%, #F0F1F3));
	background: -webkit-linear-gradient(top, #fff 0%, #F0F1F3 100%);
	background: -o-linear-gradient(top, #fff 0%, #F0F1F3 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F0F1F3 100%);
	background: linear-gradient(top, #fff 0%, #F0F1F3 100%);
}

.radius-1, .radius-1-top, .radius-1-bottom, .radius-2, .radius-2-top, .radius-2-bottom, .radius-3, .radius-3-top, .radius-3-bottom, .shadow-1, .shadow-2, .shadow-3, .shadow-4 {
	border-collapse: separate;
}

.radius-1 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.radius-1-top {
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

.radius-1-bottom {
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}

.radius-2 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.radius-2-top {
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.radius-2-bottom {
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.radius-3 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

.radius-3-top {
	-moz-border-radius: 16px 16px 0px 0px;
	-webkit-border-radius: 16px 16px 0px 0px;
	border-radius: 16px 16px 0px 0px;
}

.radius-3-bottom {
	-moz-border-radius: 0px 0px 16px 16px;
	-webkit-border-radius: 0px 0px 16px 16px;
	border-radius: 0px 0px 16px 16px;
}

.shadow-1, .shadow-2 {
	border: 1px solid #ccc;
}

.m-boxshadow .shadow-1, .m-boxshadow .shadow-2 {
	border: 0px;
}

.m-boxshadow .shadow-1 {
	-moz-box-shadow: 0px 0px 4px #999;
	-webkit-box-shadow: 0px 0px 4px #999;
	box-shadow: 0px 0px 4px #999;
}

:root .shadow-1 {
	box-shadow: 0px 0px 10px #999 \0/IE9;
}

.m-boxshadow .shadow-2 {
	-moz-box-shadow: 0px 0px 8px #999;
	-webkit-box-shadow: 0px 0px 8px #999;
	box-shadow: 0px 0px 8px #999;
}

:root .shadow-2 {
	box-shadow: 0px 0px 20px #999 \0/IE9;
}

.shadow-3 {
	-moz-box-shadow: inset 0px 1px 3px #d7d7d7;
	-webkit-box-shadow: inset 0px 1px 3px #d7d7d7;
	box-shadow: inset 0px 1px 3px #d7d7d7;
}

:root .shadow-3 {
	box-shadow: inset 0px 1px 6px #d7d7d7 \0/IE9;
}

.shadow-4 {
	-moz-box-shadow: inset 0px 1px 2px #eee;
	-webkit-box-shadow: inset 0px 1px 2px #eee;
	box-shadow: inset 0px 1px 2px #eee;
}

:root .shadow-4 {
	box-shadow: inset 0px 1px 4px #eee \0/IE9;
}

.loader {
	width: 66px;
	margin: 16px auto;
}

.heading {
	font-weight: bold;
	padding: 4px;
	border: 1px solid #cbdbb7;
	background: #DFE9D3;
	background: -moz-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #cbdbb7));
	background: -webkit-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -o-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: -ms-linear-gradient(top, #fff 0%, #cbdbb7 100%);
	background: linear-gradient(top, #fff 0%, #cbdbb7 100%);
}

.heading th {
	font-weight: bold;
	padding: 4px;
	text-align: left;
}

.sub-heading {
	font-weight: bold;
	padding: 8px 20px;
	border: 1px solid #ccc;
	background-color: #ebebeb;
}

.instructions {
	font-family: Helvetica;
	font-weight: normal;
	text-align: left;
	margin: 8px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-bottom, .ui-corner-left, .ui-corner-right, .ui-corner-tl, .ui-corner-tr, .ui-corner-bl, .ui-corner-br {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-dialog-titlebar.ui-corner-all {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-icon-triangle-1-s, .ui-icon-triangle-1-e, .ui-accordion .ui-accordion-header .ui-icon {
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
}

.ui-accordion .ui-accordion-header .ui-icon {
	right: 8px;
	left: auto;
	margin-top: -12px;
}

.ui-accordion .ui-accordion-header {
	moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.ui-accordion .ui-accordion-header.ui-state-active {
	moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.ui-accordion .ui-accordion-content {
	border: none;
	background: transparent;
	padding: 0px;
	top: 0px;
	margin-top: -1px;
}

.ui-accordion {
	margin-bottom: 16px;
}

.arrow-down {
	background-image: url(/HTML/images/icons/arrowDown.png);
	height: 29px;
	width: 29px;
	position: absolute;
	right: 8px;
	top: 6px;
}

a, .link {
	color: #254676;
}

.link {
	text-decoration: underline;
	font-style: normal;
	cursor: pointer;
}

a.jump {
	color: inherit;
}

a:hover, .link:hover, a:focus, .link:focus {
	color: #cbdbb7;
}

a img {
	border: 0px;
}

nobr {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	text-align: inherit;
	vertical-align: inherit;
}

span.text-key {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	font-family: inherit !important;
	font-style: inherit !important;
	text-align: inherit !important;
	vertical-align: inherit !important;
	white-space: inherit !important;
	padding: 0px !important;
	margin: 0px !important;
}

.pagination select, .records-per-page select {
	width: auto;
}

.side-nav {
	display: inline-block;
	vertical-align: top;
	margin: 16px 0px 0px 16px;
}

.left-nav-section, .right-nav-section {
	width: 256px;
	margin-bottom: 16px;
}

.left-nav-link-location, .right-nav-link-location {
	display: none;
}

.side-nav-head, .left-nav-link {
	color: #254676;
}

.side-nav-head, .right-nav-link {
	color: #254676;
}

.side-nav-head {
	position: relative;
	padding: 12px 16px 8px 16px;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #cbdbb7;
	min-height: 16px;
}

.side-nav-body {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	padding-bottom: 8px;
}

.left-nav-link, .right-nav-link {
	font-size: 15px;
	padding: 16px 16px 16px 32px;
	border-top: 1px solid #BBB;
	cursor: pointer;
}

.section-header, .ui-widget .section-head {
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 16px;
	text-align: left;
}

.section-header .help-mark {
	float: right;
	margin: -3px 8px;
}

.section-body {
	padding: 16px;
	border: 1px solid #ccc;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

.ui-widget .section-body {
	min-height: 0px;
}

.group-header {
	font-weight: bold;
	padding: 4px 8px;
	white-space: nowrap;
	border: 1px solid #cbdbb7;
}

.group-header .help-mark {
	margin: -3px 8px -3px -3px;
}

.group-body {
	padding: 16px 8px;
	display: table;
	margin: auto;
	text-align: center;
	vertical-align: middle;
}

.group-body .form-message {
	text-align: left;
}

.group-body table {
	margin-left: auto;
	margin-right: auto;
}

.group-body .attribute-display {
	margin-right: 8px;
	width: 100%;
}

.group-body .subgroup table {
	margin-left: 0px;
}

.ui-label {
	width: 300px;
}

.ui-front {
	z-index: 1010;
}

#actions-menu, #second-level-options {
	display: none;
	position: absolute;
	min-width: 100px;
	z-index: 5;
}

#actions-menu .actions-option, #second-level-options .actions-option {
	color: #333;
	white-space: nowrap;
	padding: 8px 16px;
	cursor: pointer;
	border-top: 2px groove #eee;
	white-space: nowrap;
}

#actions-menu .actions-option.first, #second-level-options .actions-option.first {
	border-top: none;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

#actions-menu .actions-option.last, #second-level-options .actions-option.last {
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

#actions-menu .actions-option:hover, #second-level-options .actions-option:hover, #actions-menu .actions-option:focus, #second-level-options .actions-option:focus {
	background-color: #93c0f0;
}

ul {
	margin-top: 8px;
}

.translationPopup table {
	width: 100%;
}

.translationPopup table.etch-button {
	width: auto;
}

.translationPopup table .section-body {
	display: block;
}

.translationPopup div.cotext-edit-div tr {
	background-color: transparent !important;
}

.translationPopup div.cotext-edit-div th {
	text-align: center !important;
	padding: 10px 0;
}

.translationPopup div.cotext-edit-div th textarea {
	width: 90%;
}

.translationPopup div.cotext-edit-div .etch-button td {
	text-align: center;
}

.messageListScroll {
	min-height: 400px;
	max-height: 600px;
	overflow-y: auto;
	display: block;
}

.translationPopupTrigger {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	background: #fff url(/HTML/images/icons/smPencilIcon.png) center center no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	-webkit-border-radius: 4x;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #cbdbb7;
	text-decoration: none;
}


.subinfo {
	font-size: 10px;
	text-transform: uppercase;
	color: #555;
}

.documentDiscountApproval {
	max-width: 525px;
}

.ui-widget textarea.discountApprovalMessage {
	width: 500px;
	height: 200px;
}

.forecastDate input {
	display: block;
}

.quickentryInput {
	vertical-align: top;
	padding-left: 3px;
	padding-right: 3px;
}

.breadcrumb-item, .breadcrumb-item .link, .breadcrumb-item .current-category {
	white-space: nowrap;
	font-weight: bold;
	margin: 3px 6px 4px 0px;
	float: left;
}

.breadcrumb-item .point, .breadcrumb-item .tail {
	float: left;
	width: 0;
	height: 0;
}

.breadcrumb-item .point {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000066;
	margin-top: 4px;
}

.assigned {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

.available {
	float: right;
	padding-left: 3px;
	padding-right: 3px;
}

.move-buttons {
	v-align: middle;
	padding-left: 3px;
	padding-right: 3px;
}

#admin.exception #formAdminSearch, #admin .exception #formAdminSearch {
	display: none;
}

tr.document-grand-total-wo-optionals-visible{
	display:table-row;
}
tr.document-grand-total-wo-optionals-hidden{
	display: none;
}

.admin-container{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

ul.bullet li, #admin ul.bullet li {
	font-weight: normal;
	list-style-type: disc;
}

ul.bullet {
	margin-top: 3px;
	margin-left: 20px;
}