body {
	background-color: #e0e6f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #485C8E;
	margin: 0px !important;
}
hr {
	color: #485C8E;
}

/* Forms.less
	* Base styles for various input types, form layouts, and states
* ------------------------------------------------------------- */
form {
	margin-bottom: 18px;
}
fieldset {
	margin-bottom: 18px;
	padding-top: 18px;
}
fieldset legend {
	display: block;
	margin-left: 150px;
	font-size: 20px;
	line-height: 1;
	*margin: 0 0 5px 145px;
	/* IE6-7 */
	
	*line-height: 1.5;
	/* IE6-7 */
	
	color: #404040;
}
.clearfix {
	margin-bottom: 18px;
}
label,
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}
label {
	padding-top: 6px;
	font-size: 13px;
	line-height: 18px;
	width: 180px;
	text-align: right;
	color: #485c8e;
}
div.input {
	margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
	display: inline-block;
	width: 210px;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	/* [disabled]color: #808080; */
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px 0;
	*margin-top: 0;
	/* IE6-7 */
	
	line-height: normal;
	border: none;
}
input[type=file] {
	background-color: #fff;
	padding: initial;
	border: initial;
	line-height: initial;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
	width: auto;
	height: auto;
	background-color: #4f77bf;
	color: #FFF;
}
select, input[type=file] {
	height: 27px;
	line-height: 27px;
}
textarea {
	height: auto;
}
.uneditable-input {
	background-color: #eee;
	display: block;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
:-moz-placeholder {
	color: #bfbfbf;
}
::-webkit-input-placeholder {
	color: #bfbfbf;
}
input, select, textarea {
	/*  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
		transition: border linear 0.2s, box-shadow linear 0.2s;
	*/  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
	outline: none;
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div.error {
	background: #fae5e3;
	padding: 10px 0;
	margin: -10px 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form div.error > label, form div.error span.help-inline, form div.error span.help-block {
	color: #9d261d;
}
form div.error input, form div.error textarea {
	border-color: #c87872;
	-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
	box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input:focus, form div.error textarea:focus {
	border-color: #b9554d;
	-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
	box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
	background: #f4c8c5;
	border-color: #c87872;
	color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
	width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
	width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
	width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
	width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
	width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
	width: 530px;
}
textarea.xxlarge {
	overflow-y: scroll;
}
input[readonly]:focus, textarea[readonly]:focus, input.disabled {
	background: #f5f5f5;
	border-color: #ddd;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.actions {
	background: #f5f5f5;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 17px 20px 18px 150px;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
	float: right;
}
.actions .secondary-action a {
	line-height: 30px;
}
.actions .secondary-action a:hover {
	text-decoration: underline;
}
.help-inline, .help-block {
	font-size: 12px;
	line-height: 18px;
	color: #bfbfbf;
}
.help-inline {
	padding-left: 5px;
	*position: relative;
	/* IE6-7 */
	
	*top: -5px;
	/* IE6-7 */
	
}
.help-block {
	display: block;
	max-width: 600px;
}
.inline-inputs {
	color: #808080;
}
.inline-inputs span, .inline-inputs input {
	display: inline-block;
}
.inline-inputs input.mini {
	width: 60px;
}
.inline-inputs input.small {
	width: 90px;
}
.inline-inputs span {
	padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
	background: #f5f5f5;
	float: left;
	display: block;
	width: auto;
	min-width: 16px;
	padding: 4px 4px 4px 5px;
	color: #bfbfbf;
	font-weight: normal;
	line-height: 18px;
	height: 18px;
	text-align: center;
	/*text-shadow: 0 1px 0 #fff;*/
	border: 1px solid #ccc;
	border-right-width: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
	background: #a9dba9;
	border-color: #46a546;
}
.input-prepend .add-on {
	*margin-top: 1px;
	/* IE6-7 */
	
}
.input-append input {
	float: left;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.input-append .add-on {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-right-width: 1px;
	border-left-width: 0;
}
.inputs-list {
	margin: 0 0 5px;
	width: 100%;
}
.inputs-list li {
	display: block;
	padding: 0;
	width: 100%;
}
.inputs-list li label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
}
.inputs-list li label strong {
	color: #808080;
}
.inputs-list li label small {
	font-size: 12px;
	font-weight: normal;
}
.inputs-list li ul.inputs-list {
	margin-left: 25px;
	margin-bottom: 10px;
	padding-top: 0;
}
.inputs-list li:first-child {
	padding-top: 5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
	margin-bottom: 0;
}
.form-stacked {
	padding-left: 20px;
}
.form-stacked fieldset {
	padding-top: 9px;
}
.form-stacked legend {
	margin-left: 0;
}
.form-stacked label {
	display: block;
	float: none;
	width: auto;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
}
.form-stacked .clearfix {
	margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
	margin-left: 0;
}
.form-stacked .inputs-list {
	margin-bottom: 0;
}
.form-stacked .inputs-list li {
	padding-top: 0;
}
.form-stacked .inputs-list li label {
	font-weight: normal;
	padding-top: 0;
}
.form-stacked div.error {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-left: -10px;
}
.form-stacked .actions {
	margin-left: -20px;
	padding-left: 20px;
}
/* Paragraph Calls */
h1 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 18pt;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin: 0px;
}
h2 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 11pt;
    font-stretch: condensed;
    font-weight: normal;
    text-transform: uppercase;
	margin: 0px;
}
h3 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 16pt;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin: 0px;
}
h4 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 14pt;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin: 0px;
}
h5 {
    color: #5377B5;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 18pt;
    font-stretch: condensed;
    font-weight: bold;
    text-transform: uppercase;
	margin: 0px;
}
h6 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 12pt;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h6 {
    color: #000000;
    font-family: "Arial Narrow",Helvetica,sans-serif;
    font-size: 12pt;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin: 0px;
}

#FORMID_1253 table {
	display: block !important;
}

#FORMID_1253 table tr {
	display: block;
}

#FORMID_1253 table tr td {
	display: inline-block;
}

#FORMID_1253 td.DLGLabelTD label {
    white-space: nowrap;
    display: block;
    max-width: 100px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    line-height: 28px;
    text-align: left;
}

#FORMID_1253 td.DLGLabelTD {
	width: 100px;
}

#FORMID_1253 hr {
	width: 100%;
}

#FORMID_1253 td.DLGValueTD {
    max-width: calc(100% - 104px);
}

#FORMID_1253 td.DLGValueTD input {
	max-width: 100% !important;
    box-sizing: border-box;
    height: 27px;
}

#FORMID_1253 input[type='submit'] {
	display: inline-block;
    background: #0e2e84;
    color: #FFF;
    text-decoration: none;
    padding: 0px 15px;
    line-height: 25px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #0e2e84;
}