<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.captchaContainer{
	margin: 10px 0px 0 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
html {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:0;
	background:#222222;
}

#wrapper {
	position:absolute;
	height:100%;
	width:100%;
}

#siteContainer {
	position:relative;
	height:100%;
	width:100%;
	min-width:960px;
	/*max-width:1900px;*/
	margin:0px auto;
	background:#333333;
	overflow:hidden;
}

#helpBar {
	position:absolute;
	height:19px;
	width:100%;
	top:0px;
	left:0px;
	background:#08b9ea;
	/*background:#08b9ea url('../images/topBarBackground.png') no-repeat top right;*/
	text-align:right;
	z-index:30;
}
#logoBar {
	position:absolute;
	top:19px;
	left:0px;
	height:55px;
	width:100%;
	background:#034b5f;
	z-index:30;
}

#appLogo {
	position:relative;
	margin-top:0px;
	margin-left:20px;
	height:55px;
	width:500px;
	background:url('../images/appLogo-M.png') no-repeat 0px 7px;
}

body.iBoxS #appLogo {
	background:url('../images/appLogo-S.png') no-repeat 0px 7px;
}
body.iBoxM #appLogo {
	background:url('../images/appLogo-M.png') no-repeat 0px 7px;
}
body.iBoxM3 #appLogo {
	background:url('../images/appLogo-M3.png') no-repeat 0px 7px;
}
body.iBoxH #appLogo {
	background:url('../images/appLogo-H.png') no-repeat 0px 7px;
}
body.ManagerI #appLogo {
	background:url('../images/appLogo-I.png') no-repeat 0px 7px;
}
body.iBoxV #appLogo {
	background:url('../images/appLogo-V.png') no-repeat 0px 7px;
}
body.iBoxR #appLogo {
	background:url('../images/appLogo-R.png') no-repeat 0px 7px;
}
body.iBoxT #appLogo {
	background:url('../images/appLogo-T.png') no-repeat 0px 7px;
}
body.iBoxT2 #appLogo {
	background:url('../images/appLogo-T2.png') no-repeat 0px 7px;
}
body.iBoxT3 #appLogo {
	background:url('../images/appLogo-T3.png') no-repeat 0px 7px;
}
body.iBoxP #appLogo {
	background:url('../images/appLogo-P.png') no-repeat 0px 7px;
}
body.iBoxW #appLogo {
	background:url('../images/appLogo-W.png') no-repeat 0px 7px;
}
body.iBoxA #appLogo {
	background:url('../images/appLogo-A.png') no-repeat 0px 6px;
}
body.iAudio #appLogo {
	background:url('../images/appLogo-Audio.png') no-repeat 0px 7px;
}
body.ApolloVertical #appLogo {
	background:url('../images/appLogo-ApolloVertical.png') no-repeat 0px 6px;
}
body.ApolloAudio #appLogo {
	background:url('../images/appLogo-ApolloAudio.png') no-repeat 0px 6px;
}
body.ApolloUvue #appLogo {
	background:url('../images/appLogo-ApolloUvue.png') no-repeat 0px 6px;
}
body.ApolloUvueVertical #appLogo {
	background:url('../images/appLogo-ApolloUvue.png') no-repeat 0px 6px;
}

#appVersion {
	position:absolute;
	top:0px;
	left:20px;
	height:19px;
	line-height:19px;
	color:#a5def5;
	font-size:12px;
}

#bottomBar {
	position:absolute;
	height:19px;
	width:100%;
	bottom:0px;
	left:0px;
	background:#034b5f;
	text-align:left;
	z-index:30;
	color:#00c8ff;
}

#bottomBar p {
	margin:0px;
	margin-top:4px;
	margin-left:20px;
	padding:0px;
	font-size:8px;
	letter-spacing:-0.1px;
	white-space:nowrap;
	filter: alpha(opacity=40); /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	-khtml-opacity: .40; /* Safari 1.x */
	-moz-opacity: .40; /* FF lt 1.5, Netscape */
	opacity: .40; /* Standard: FF gt 1.5, Opera, Safari */
}

img { border:0; }


#loginWindow {
	position:relative;
	margin:0px auto;
	top:100px;
	width:480px;
}

#logoContainer {
	position:relative;
	margin-top:24px;
	height:108px;
	background:#525252;
}

.companyLogo {
	position:absolute;
	top:25px;
	left:18px;
}

.VeriSignLogo {
	position:absolute;
	top:25px;
	right:20px;
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
	opacity: .65; /* "modern browsers, IE10 */
}

#loginTop {
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	margin-bottom:24px;
	color:#ffffff;
}

.loginTopH1 {
	position:relative;
	font-size:15px;
	line-height:15px;
	margin:0px;
	padding:10px 24px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	background:#08b9ea;
}

.loginTopP {
	display:none;
/*	margin:0px;
	padding:0px;
	padding-left:25px; */
}

/*  FORM STYLES  */

#loginFormCenter {
	position:relative;
	display:none;
	width:260px;
	margin:0px auto;
	padding-top:15px;
	padding-bottom:30px;
	/*background:#ff33cc;*/
}

input[type=text], input[type=password], select, textarea {
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
}

label, 
.label {
	position:relative;
	display: block;
	margin-right:3px;
	padding-right:4px;
	width:100px;
	text-align:right;
	float:left;
	text-align:right;
	color:#ffffff;
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	text-transform:uppercase;
	top:3px;
}

form.loginForm div  {
	position:relative;
	float:left;
	padding-bottom: 3px;
	/*background:#0000ff;*/
}

input#j_password, input#j_username {
	width: 135px;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding-left:5px;
}

input#j_username {
	font-family:Consolas, Andale Mono, Courier New, monospace;
}

#message, #messageNoscript, #iE6SupportMessage, #iE9VMLMessage{
	position:relative;
	margin:0px 25px;
	margin-top:10px;
	margin-bottom:20px;
	padding:12px;
	color:#ffffff;
}

#message.warning, #messageNoscript.warning, #iE6SupportMessage.warning, #iE9VMLMessage.warning {
	background:#333333;
	color:#ffad2d;
}

#message.error {
	background:#333333;
	color:#f23d3d;
}

#message p, #messageNoscript p, #iE6SupportMessage p, #iE9VMLMessage p{
	margin:0;
	margin-left:22px;
}

#messageIcon {
	position:absolute;
	top:12px;
	left:10px;
	width:18px;
	height:18px;
}

#message.error #messageIcon {
	background:url('../images/errorIcon.png');
}

#message.warning #messageIcon, #iE9VMLMessage.warning #messageIcon, #iE6SupportMessage.warning #messageIcon, #messageNoscript.warning #messageIcon {
	background:url('../images/warningIcon.png');
}

a:link, a:visited, a:active {
	color:#eeeeee;
}

a:hover {
	color:#ffffff;
}

#requirements {
	margin:0px 17px 0px 25px;
}

#requirements table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}

#requirements table tr td {
	padding-right:12px;
	/*border:1px solid black;*/
}

.requirement {
	width:100%;
	height:125px;
	background:#333333;
}

.requirement h3 {
	display:block;
	color:#222222;
	font-size:13px;
	margin:0px;
	padding:4px 0px;
	padding-left:8px;
	background:#c1880e;
	text-transform:uppercase;
	font-weight:normal;
}

.requirement p {
	padding:0 8px;
	margin:8px 0;
	color:#ffad2d;
}

.requirement a {
	display:block;
	padding:0 8px;
	color: #eeeeee;
}

.requirement a:hover {
	color:#ffffff;
}
/*  button element styles  */

.requirement.warning h3 div, .requirementParentDiv {
	display: flex;
}

.requirement.warning div#messageIcon {
	position: relative;
	top: 0px;
	left: 0px;
	display: flex;
	background:url('../images/warningIcon_Bl.png');
}

.requirement.warning div#title {
	line-height: 20px;
	padding-left: 4px;
	display: flex;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}
	
/* Safari and Google Chrome only - fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	button span {
		margin-top: -1px;
	}
}

/* opera button fix span shift in active state */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	   
	   button span:active {
	   top: -1px;
	   left: 1px;
	   }
	   button:active span {
	   top: -1px;
	   left: 1px;
	   }
 }
		
button.customBtn { 
	height:25px;
	margin:0px 8px 0px 0px;
	padding:0px 0px 0px 14px;
	line-height:25px;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	background:#08b9ea;
}
	
button.customBtn span {
	height:25px;
	right:-2px;
	bottom:0px;
	min-width:50px;
	margin:0px 0px 0px 0px;
	padding:0px 21px 0px 2px;
	background:#08b9ea;
	cursor:pointer;
	line-height:25px;
}

button.customBtn:hover, button.customBtnHover { /* the redundant class is used to apply the hover state with a script */
	background:#08b9ea;
}
	
button.customBtn:hover span, button.customBtnHover span {
	background:#08b9ea;
}

button.customBtn.actionBtn {
	background:#08b9ea;
}

button.customBtn.actionBtn span {
	background:#08b9ea;
}

button.customBtn.disabledBtn, button.customBtn.disabledBtn:visited, button.customBtn.disabledBtn:hover, button.customBtn.disabledBtn:active {
	background:#525252;
	color:#666;
	cursor: default;
}

button.customBtn.disabledBtn span, button.customBtn.disabledBtn:hover span {
	background:#525252;
	cursor: default;
}

.buttonImage {
	position:relative;
	display:inline-block;
	width:15px;
	height:13px;
	margin:0px;
	margin-bottom:-1px;
	background:url('../images/buttonLink-arrowR.gif') no-repeat right;
}

.buttonImageLeft {
	position:relative;
	display:inline-block;
	width:15px;
	height:13px;
	margin:0px;
	margin-bottom:-1px;
	background:url('../images/buttonLink-arrowL.gif') no-repeat left;
}

html&gt;body .buttonImage { *margin-bottom:1px; } /* hack for IE7 only */
html&gt;body .buttonImageLeft  { *margin-bottom:1px; } /* hack for IE7 only */

button.customBtn.disabledBtn .buttonImage {
	background:url('../images/buttonLink-arrowR-disbl.gif') no-repeat right;
}

button.customBtn.disabledBtn .buttonImageLeft {
	background:url('../images/buttonLink-arrowL-disbl.gif') no-repeat left;
}

button.customBtn:active, button.customBtn:focus {
outline: none;
}

#loginButton {
	margin-left:87px;
	margin-top:8px;
}

#loginTimerContainer {
	float:right;
}

#IPloggedContainer {
	float:left;
}

#loginTimer {
	float:right;
}

#IPlogged {
	float:left;

}
</pre></body></html>