body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #EAEAEA;
}

img { border: 0px; }

sup {
	color: white;
	padding: 4px;
	background-color: red;
	border-radius: 50%;
	font-weight: bold;
	text-shadow: 0 0 1px white;
}

form { padding: 0px; margin: 0px; }

a {
	text-decoration: none;
}

.preventScrolling {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/* ************* */
/* *** Login *** */

	.passwordRow {
		display:flex;
		flex-direction:row;
	}

	.showPass {
		position: relative;
		left:-36px;
		top:8px;
		cursor: pointer;
		width: 20px;
		height: 10px;
		padding-top: 3px;
		padding-bottom: 10px;
	}

	.shadowLogin {
		margin: 70px auto 0px auto;
		background-color: rgb(255,255,255); /* Needed for IEs */
		-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=10);
		zoom: 1;
		width: 410px;
		height: 247px;
		max-height: 350px;
		border: 1px solid #999999;
		display: table;
	}

	.intraLogin_color {
		background-color: lightcyan;
	}

	.extraLogin_color {
		background-color: white;
	}

	.loginContent {
		position: relative; /* This protects the inner element from being blurred */
		padding: 0px;
		margin: 0px;
		max-width: 100%;
		max-height: 100%;
		display: table-row;
		border: 1px solid black;
	}

	.login_wrapper {
		padding: 10px 0px 10px 10px;
		display: none;
	}

	.login_column1 {
		width: 140px;
		display: table-cell;
		border: 0px solid black;
		padding-right: 8px;
	}

	.login_column2 {
		width: 260px;
		display: table-cell;
		border-left: 1px solid #282680;
	}

	.login_h {
		text-align: center;
		color: #282680;
		display: block;
		margin: 10px 0px 10px 0px;
	}

	.logoWrapper {
		margin: 0px auto 0px auto;
		width: 100px;
		border: 0px solid black;
	}

	.splash {
		margin: 10px auto 0px auto;
		width: inherit;
		display: none;
		border: 0px solid black;
		display: table;
		position: relative;
	}

	.logo_login {
		width: 100px;
		height: 100px;
	}

	.loginVersion {
		position: relative;
		bottom: -46px;
		font-size: 13px;
	}

	.loginBtn {
		display: block;
		position: relative;
		top: 15px;
		width: 155px;
		height: 35px;

		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;

		font-weight: 800;
		font-size: 0.9rem;
		font-family: Tahoma, Geneva, sans-serif;
		text-align: center;
		text-transform: none;
		white-space: nowrap;
		color: #FFFFFF;
		text-rendering: auto;
		letter-spacing: normal;
		word-spacing: normal;
		text-transform: none;
		text-indent: 0px;
		text-shadow: none;
		line-height: 1.5;

		margin: 0 auto 0 auto;
		border: 1px solid #66CCCC;
		border-radius: .45rem;
		padding: .375rem .75rem;
		box-sizing: border-box;

		background-color: #88D1CE;
		transition: color .30s ease-in-out, background-color .30s ease-in-out,border-color .30s ease-in-out, box-shadow .30s ease-in-out;
		box-shadow: 3px 3px 5px rgba(104, 104, 104, 0.9);
	}

	.loginBtn img {
		vertical-align: middle;
		padding-right: 0.5rem;
		width: 24px;
		height: 24px;
	}

	.loginBtn:hover {
		background-color: #6DC4C1;
		border-color: #56A8A8;
	}

	.loginBtn:active {
		background-color: #64b3b0;
		border-color: #4a8f8f;
		transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}

	.loginBtn:not(:disabled):not(.disabled) {
		cursor: pointer;
	}

	.loginBtn:focus {
		outline: none !important;
	}

	.recPass {
		display: block;
		position: relative;
		margin: 32px auto -15px auto;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 13px;
		text-align: center;
		color: #282680;
		font-size: 13px;
		cursor: pointer;
	}

	.loginForm {
		display: block;
		position: relative;
		left: 10px;
		top: 10px;
		margin: 0 auto 0 auto;
	}

	.wi-onr {
		display: none;
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		color: red;
		text-align: center;
		font-size: 12px;
		font-family: Tahoma, Geneva, sans-serif;
	}

	.wi-badlogin {
		display: none;
		color:red;
		text-align: center;
		font-size: 12px;
	}

/* *** Login *** */
/* ************* */

/* ************ */
/* *** Logo *** */

	.logo {
		width: 100px;
		height: auto;
	}

	.logo:hover {
		opacity: 0.6;
		cursor: pointer;
	}

	.logoWrapper {
		padding: 10px;
	}
/* *** Logo *** */
/* ************ */

/* Buttons customization */

	.btn {
		background: url(../images/icons/buttons.png) no-repeat transparent 0px 0px;
		border: 0px;
		outline: none;
		width: 170px;
		height: 45px;
		margin: 0px;
		padding: 0px;
		color: #666666;
		cursor: pointer;
	}

	.btn:hover {
		background: url(../images/icons/buttons.png) no-repeat transparent -171px 0px;
	}

	.btn:active {
		background: url(../images/icons/buttons.png) no-repeat transparent -342px 0px;
	}

	.btn img {
		position: relative;
		left: 18px;
		top: -2px;
		float: left;
		width: 26px;
		height: 26px;
	}

	.btn span {
		float: left;
		width: 125px;
		text-align: center;
		position: relative;
		top: 2px;
		left: -10px;
		font-size: 13px;
		font-weight: bold;
	}

	/* Buttons customization */

/* Message customization */

	.message_container {
		width: 99%;
		padding: 0px;
		margin: 10px auto 10px auto;
		border: 1px solid #666;
		background-color: #88D1CE;
		min-height: 40px;
	}

	.message_container .subContainer {
		width: 98%;
		padding: 0px;
	}

	.message_container .image {
		position: relative;
		left: 6px;
		top: 6px;
		width: 26px;
		height: 26px;
	}

	.message_container td:nth-of-type(2) {
		padding-bottom: 5px;
	}

	.message_container .message {
		font-size: 12px;
		height: 30px;
		font-weight: bold;
		position: relative;
		left: 8px;
		top: 4px;
	}

	.message_container .nav {
		font-size: 14px;
		position: relative;
		left: 10px;
		top: 2px;
	}

/* Message customization */

/* Instruction customization */

	.instruction_container {
		width: 99%;
		padding: 0px;
		margin: 10px auto 10px auto;
		border: 1px solid #666;
		background-color: #CCC;
		min-height: 34px;
	}

	.instruction_container .subContainer {
		width: 98%;
		padding: 0px;
	}

	.instruction_container .image {
		position: relative;
		left: 6px;
		top: 6px;
		width: 26px;
		height: 26px;
	}

	.instruction_container .message {
		font-size: 12px;
		height: 30px;
		font-weight: bold;
		position: relative;
		left: 8px;
		top: 4px;
	}

	.instruction_container .nav {
		font-size: 14px;
		position: relative;
		left: 10px;
		top: 2px;
	}

/* Instruction customization */

.shadowMain {
	margin: 10px auto 0px auto;
	background-color: rgb(255,255,255); /* Needed for IEs */
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=10);
	zoom: 1;
	width: 960px;
	min-height: 500px;
	border: 1px solid #999999;
}

/* *** Menu *** */

	.menu {
		background-color: #282680;
		height: 36px;
		display: block;
		padding: 0px 4px 0px 0px;
		margin: 0px 0px 0px 0px;
		clear: both;
	}

	.menu ul {
		padding: 0px;
		margin: 0px;
		font-weight: bold;
		font-size: 15px;
		border: 0px solid white;
	}

	.menu_normal {
		list-style-type: none;
		display: inline;
		position: relative;
		padding: 7px;
		border: 1px solid #282680;
		cursor: pointer;
		display: inline-block;
		height: 20px;
	}

	.menu_normal a {
		text-decoration: none;
		color: white;
	}

	.menu_selected {
		list-style-type: none;
		display: inline;
		position: relative;
		padding: 7px;
		border: 1px solid #666;
		cursor: pointer;
		background-color: white;
		display: inline-block;
		height: 20px;
	}

	.menu_selected a {
		text-decoration: none;
		color: #282680;
	}

	.cssSubMenu {
		padding: 0px;
		margin: 0px;
		border: 1px solid #666;
		border-top-width: 0px;
		background-color: white;
		display: none;
		width: 300px;
		position: absolute;
		left: -1px;
		top: 33px;
		z-index: 2;
		-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		box-shadow: 5px 5px 5px rgba(68,68,68,0.8);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=155,strength=10);
	}

	.cssSubMenu div {
		padding: 7px;
		cursor: pointer;
		color: #88D1CE;
		font-size: 14px;
	}

	.cssSubMenu div:hover {
		background-color: #88D1CE;
	}

	.cssSubMenu div a {
		display: block;
		color: #282680;
	}

/* *** Menu *** */

.separator {
	background-color: #282680;
	padding: 0px;
	height: 2px;
	margin: 10px 0px 10px 0px;
}

.content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 0px;
	margin: 0px;
	background-color: white;
	max-width: 100%;
	max-height: 100%;
	display: table-row;
	border: 1px solid black;
}

.mainContent {
	width: 932px;
	border: 0px solid black;
	margin: 0px 0px 10px 10px;
	min-height: 400px;
}

/* Title Headers */

	.title {
		color: #282680;
		padding: 0;
		margin: 0;
		font-size: 16px;
	}

	.headerTitle {
		padding-left: 10px;
		font-size: 19px;
	}

	.headerSubTitle {
		color: white;
		padding-left: 10px;
	}

	.headerSubTitleSmall {
		color: white;
		font-size: 12px;
	}

	.page_title {
		border-bottom: 2px solid #282680;
		padding: 4px 4px 8px 4px;
		margin-bottom: 8px;
	}

/* Title Headers */

.page_nav {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 4px 0px;
	float: right;
}

.page_nav li {
	display: inline;
	font-size: 14px;
	color: #282680;
	cursor: pointer;
}

.page_nav img {
	width: 22px;
	height: 22px;
	padding-right: 4px;
	position: relative;
	top: -2px;
	width: 26px;
	height: 26px;
}

.page_nav span {
	position: relative;
	top: -10px;
}

.page_nav li:hover {
	text-decoration: underline;
}

.page_nav li a {
	text-decoration: none;
	color: #282680;
}

.formContent {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 100%;
	font-size: 12px;
}

.formContent td {
	padding: 4px 0px 4px 0px;
}

.formContent input {
	padding: 4px;
	border: 1px solid #ACACAC;
	font-size: 12px;
	color: #282680;
}

.formContent input:focus {
	background-color: #F1F1F1;
}

.formContent select {
	padding: 4px;
	border: 1px solid #ACACAC;
	font-size: 12px;
	color: #282680;
}

.formContent select:focus {
	background-color: #F1F1F1;
}

.formContent textarea {
	padding: 4px;
	border: 1px solid #ACACAC;
	font-size: 12px;
	color: #282680;
	width: 100%;
}

.formContent textarea:focus {
	background-color: #F1F1F1;
}

.formContent hr {
	background-color: #666;
}

.form-control {
	display: block;
	width: inherit;
	text-align: left;
	margin: 4px 10px 4px 10px;
}

/* Labels */

	label {
		color: #282680;
		font-size: 13px;
		cursor: pointer;
	}

	.fldLabel {
		width: auto;
		display: block;
		position: relative;
		left: -4px;
		text-align: right;
		margin-left: 20px;
	}

	.fldLabelOptn {
		font-size: 11px;
	}

	.fldLabelHeader {
		font-size: 12px;
		font-style: italic;
		cursor: default;
		margin: 4px;
		display: inline-block;
	}

	.fldLabelResult {
		font-size: 11px;
		text-decoration: none;
	}

	.fldSmallLabelResult {
		font-size: 9px;
	}

	.fldPreResult {
		font-family: Tahoma, Geneva, sans-serif;
		color: #282680;
		font-size: 11px;
		text-decoration: none;
	}

	.fldLabelImportante {
		background-color: #282680;
		font-size: 14px;
		color: white;
		font-weight: bold;
		padding: 4px;
		position: relative;
		top: 2px;
	}

/* Labels */

.tblRow1 {
	font-size: 12px;
	background-color: #EBEBEB;
	height: 28px;
}

.tblRow2 {
	font-size: 12px;
	background-color: white;
	height: 28px;
}

.scrollDiv {
	overflow: auto;
	min-height: 150px;
	max-height: 500px;
	width: 100%;
}

.footer {
	width: 960px;
	margin: 5px auto 0px auto;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #282680;
}

.footer a {
	font-size: 12px;
	color: #282680;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.warningicon {
	cursor: pointer;
	display: none;
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

fieldset {
	border: 1px solid #282680;
}

legend {
	font-size: 12px;
	background-color: #88D1CE;
	font-weight: bold;
	border: 1px solid #282680;
	padding: 6px 6px 6px 6px;
	margin: 0px 0px 0px 0px;
}

.tblResults {
	width: 100%;
	border: 0px solid black;
}

.tblResults table {
	border: 1px solid black;
}

.tblResults table thead {
	background-color: #88D1CE;
}

.tblResults table thead tr {
	height: 32px;
}

.tblResults table thead tr th {
	font-size: 12px;
	color: black;
	height: 25px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.tblResults table tbody tr td {
	font-size: 11px;
	height: 18px;
	cursor: pointer;
	padding: 8px 10px 2px 10px;
	border: 1px solid silver;
}

.tblResults table tbody tr td a {
	color: #282680;
}

.tblResults table tbody tr td a:visited {
	color: #282680;
}

.grayShadow {
	background-color: #EAEAEA;
}

.expandable {
	background-color: #88D1CE;
	border: 1px solid black;
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
	cursor: pointer;
}

.expandable img {
	padding-right: 6px;
}

.expandableSectionClose {
	display: none;
	border: 1px solid black;
	border-top: 0px;
	width: 100%;
}

.expandableSectionClose td {
	padding: 6px 6px 6px 6px;
}

.expandableSectionOpen {
	border: 1px solid black;
	border-top: 0px;
	width: 100%;
}

.expandableSectionOpen td {
	margin: 0px;
	padding: 2px;
}

.sectionLeft {
	float: left;
	width: 49%;
	margin-top: 15px;
}

.sectionRight {
	float: right;
	width: 49%;
	margin-top: 15px;
}

.section {
	border: 1px solid black;
	margin-bottom: 20px;
}

.section_title {
	background-color: #88D1CE;
	border-bottom: 1px solid black;
	font-weight: bold;
	font-size: 13px;
	padding: 6px;
}

.section_content {
	width: 100%;
	display: table;
	padding: 0px;
	margin: 0px;
}

.section_content tr {
	padding: 0px;
	margin: 0px;
}

.section_content tr td {
	padding: 0px;
	margin: 0px;
}

.section_message {
	font-size: 11px;
	margin: 6px;
}

.spacerDiv {
	height: 6px;
}

/* modal */
.hideModalContent {
	display: none;
}

.modalContent {
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

.modalWindow {
	display: none;
	min-width: 400px;
	border: 1px solid black;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 3;
}

.modalShadow {
	display: none;
	background-color: gray;

	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}


/* modal2 */

.modalContent2 {
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 10px;
}

.modalWindow2 {
	display: none;
	min-width: 400px;
	border-width:6px;
	border-style:inset;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	z-index: 3;
}

.modal2Header {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	background-color: #88D1CE;
	text-align: center;
	border-bottom: 1px solid black;
}

.modalButton{
	padding: 10px;
	cursor: pointer;
	background-image: linear-gradient(#88D1CE, #62adaa);
	border: 1px gray;
	box-shadow: 2px 2px 2px gray;
}

.modalButton :hover{
	color: white;
}

.fldLabelSpan{
	width: auto;
	text-align: left;
	margin-left: 5px;
}

/*Modal 3*/
.modal-button{
	position: relative;
	padding: 8px;
	right:2px;
}

.closeButton{
	position: relative;
	top: 5px;
	left: -2px;
}

.modal-button-top{
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 60%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	padding-right: 20%;
	padding-left: 20%;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

@media screen and (min-height: 460px) {
	.modal {
		padding-top: 100px; /* Location of the box */
	}
}

/* Modal Content */
.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 2px;
	border: 1px solid #888;
	width: 800px;
}

.modal-header{
	padding: 20px;
	font-weight: bold;
	border-bottom: 1px solid lightgray;
}

.modal-body{
	background-color: white;
	padding: 10px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	overflow-y: scroll;
	height: auto;
	max-height: 400px;
}

.modal-body-2{
	background-color: white;
	padding: 0 20px 0 10px;
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.modal-footer{
	padding: 10px;
	padding-bottom: 20px;
	border-top: 1px solid lightgray;
}

/* The Close Button */
.modal-Button {
	background-color: #eee;
	color: #aaaaaa;
	float: right;
	margin-right:10px;
	margin-top:-4px;
	font-size: 20px;
	font-weight: bold;
}

.modal-Button:hover,
.modal-Button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-link {
	display: block;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/* Form Validation - Begin */

	.frmError {
		color: red;
		display: none;
	}

	.frmField {
		width: 100%;
	}

/* Form Validation - End */
