

/* Page */
html, body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
  			
#pageWrapper {
	position: relative;
	min-height: 100%;
	background: #5a6d82; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a6d82 0%, #5a6d82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a6d82), color-stop(100%,#5a6d82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a6d82 0%,#5a6d82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a6d82 0%,#5a6d82 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a6d82 0%,#5a6d82 100%); /* IE10+ */
	background: linear-gradient(top,  #5a6d82 0%,#5a6d82 100%); /* W3C */
	-pie-background: linear-gradient(top,  #5a6d82 0%,#5a6d82 100%); /*PIE*/
	behavior: url(/PIE.htc);
}

a, *:active, *:focus {
	outline: none;
	-moz-outline-style: none;
}

/* Root */
.panel {
	width: 100%;
	height: 100%;
}

.header {
	position: relative;
	width: 100%;
	height: 137px;
	background: #f5fafc; /* Old browsers */
	background: -moz-linear-gradient(top, #f5fafc 0%, #cdd4d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fafc), color-stop(100%,#cdd4d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5fafc 0%,#cdd4d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5fafc 0%,#cdd4d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5fafc 0%,#cdd4d7 100%); /* IE10+ */
	background: linear-gradient(top, #f5fafc 0%,#cdd4d7 100%); /* W3C */
  	-pie-background: linear-gradient(top, #f5fafc 0%,#cdd4d7 100%); /*PIE*/
  	behavior: url(/PIE.htc);			
}

.topBox, .navBoxBg1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 966px;

}

.topBox {
	position: absolute;
	top: 22px;
	height: 46px;
}

.logo {
	background-image: url(insigniaLogo.png);
	width: 201px;
	height: 43px;
	float: left;
	background-repeat:no-repeat;
}

.userBox {
	position: absolute;
	bottom: 8px;
	right: 8px;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 12px;
}

.userName {
	margin-right: 8px;
}

.logout {
	margin-left: 8px;
	text-decoration: none;
	color: #106ba3;
}	

.bottomLine {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	border: 1px solid #a7acaf;
	background-color: #b8bdc0;
}

.navBoxBg1 {
	bottom: 0px;
	height: 46px; 
			
	background-color: #b8bdc0;
	box-shadow: 0 2px 2px -2px #555;
	
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #a7acaf;
  	border-radius: 5px 5px 0 0;			
  		
  	behavior: url(/PIE.htc);
}

.navBoxBg2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 43px;
	
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #b1b9b6;
  	border-radius: 5px 5px 0 0;			
  		
  	behavior: url(/PIE.htc);
}

.navBox {
	position: absolute;
	top: 3px;
	bottom: -1px;
	left: 3px;
	right: 3px; 
	background: #f7fafb; /* Old browsers */
	background: -moz-linear-gradient(top, #f7fafb 0%, #f7fafb 50%, #ebf3f6 50%, #ebf3f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fafb), color-stop(50%,#f7fafb), color-stop(50%,#ebf3f6), color-stop(100%,#ebf3f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7fafb 0%,#f7fafb 50%,#ebf3f6 50%,#ebf3f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7fafb 0%,#f7fafb 50%,#ebf3f6 50%,#ebf3f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7fafb 0%,#f7fafb 50%,#ebf3f6 50%,#ebf3f6 100%); /* IE10+ */
	background: linear-gradient(top, #f7fafb 0%,#f7fafb 50%,#ebf3f6 50%,#ebf3f6 100%); /* W3C */
  	-pie-background: linear-gradient(top, #f7fafb 0%,#f7fafb 50%,#ebf3f6 50%,#ebf3f6 100%); /*PIE*/
  		
  	border-radius: 5px 5px 0 0;
  		
  	behavior: url(/PIE.htc);
}

.navContainer {
	height: 100%;
}

.contentBox {
	width: 920px;
	min-height: 200px;
	margin: 0 auto;
	padding: 17px 20px 20px 20px;
	
	background-color: white;
	border-radius: 0 0 5px 5px;
}

/* Navigation */
			
.navPanel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 31px;
	margin: auto 0;
	text-align: center;
}

.navButton {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 133px;
	height: 31px;
	margin: 0 20px;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	color: #106ba3;
	cursor: pointer;
}


/* Header */
.headerBar {
	position: relative;
	
	height: 42px;
	
	background: #5a6d82; /* Old browsers */
	background: -moz-linear-gradient(top, #5a6d82 0%, #5a6d82 2%, #5a6d82 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a6d82), color-stop(2%,#5a6d82), color-stop(100%,#5a6d82)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5a6d82 0%,#5a6d82 2%,#5a6d82 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5a6d82 0%,#5a6d82 2%,#5a6d82 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5a6d82 0%,#5a6d82 2%,#5a6d82 100%); /* IE10+ */
	background: linear-gradient(top, #5a6d82 0%,#5a6d82 2%,#5a6d82 100%); /* W3C */
	-pie-background: linear-gradient(top, #5a6d82 0%,#5a6d82 2%,#5a6d82 100%); /* PIE */
	
	border: 1px solid #628aa3;
	border-radius: 3px 3px 0 0;
	
	font-size: 16px;
	line-height: 42px;
	padding-left: 20px;
	color: white;
	
 	behavior: url(/PIE.htc);	
}

/* Container */

.contentContainer {
	min-height: 200px;
	position: relative;
	border: 1px solid #628aa3;
	border-radius: 0 0 5px 5px;
}

/* Fields */

.field {
	position: relative;
	margin: 10px 30px;
}

.label {
	position: absolute;
	display: inline-block;
	width: 127px;
	margin-right: 20px;
	color: #4c4c4c;
	text-align: right;
	vertical-align: middle;
	
	top: 7px;
}

.field > input {
	margin-left: 150px;
}

.field input[type='text'],
.field input[type='password']  {
	position: relative;
	
	width: 300px;
	height: 30px;
	line-height: 30px;
	
	border: 1px solid #afcfdb;
	border-radius: 5px;
	
	background-color: #fff;
	
	padding-left: 5px;
	padding-right: 5px;
	
	behavior: url(/PIE.htc);
}

.field textarea {
	height: 60px;
}

.field input[type='text']:focus,
.field input[type='password']:focus {
	background: #e2eaf0; /* Old browsers */
	background: -moz-linear-gradient(top, #e2eaf0 0%, #eff8fe 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2eaf0), color-stop(100%,#eff8fe));
	background: -webkit-linear-gradient(top, #e2eaf0 0%,#eff8fe 100%);
	background: -o-linear-gradient(top, #e2eaf0 0%,#eff8fe 100%);
	background: -ms-linear-gradient(top, #e2eaf0 0%,#eff8fe 100%);
	background: linear-gradient(top, #e2eaf0 0%,#eff8fe 100%);
	-pie-background: linear-gradient(top, #e2eaf0 0%,#eff8fe 100%);
	
	behavior: url(/PIE.htc);
}

/* Buttons */

.nb-button {
	display: inline-block;
	cursor: pointer;
}

.nb-button.down {
	position: relative;
	top: 1px;
	left: 1px;
}

.nb-button.wide {
	min-width: 100px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nb-button.checkButton, .nb-button.arrowButton, .nb-button.xButton {
	position: relative;
	padding-left: 35px;
}

.nb-button .icon {
	display: inline-block;
	
	left: 9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;	
}

.nb-button:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.greenButton {
	position: relative;
	
	height: 31px;
	line-height: 31px;
	
	padding: 0 10px;
	
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.2) 0 1px;
	
	border-radius: 4px;
	
	border: 1px solid #3d802d;
	
	-webkit-box-shadow: inset 0px 1px 0px 0px #caffaf, 0px 1px 7px 0px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 0px 0px #caffaf, 0px 1px 7px 0px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 0px 0px #caffaf, 0px 1px 7px 0px rgba(0,0,0,.2);
	
	background: #77db5d; /* Old browsers */
	background: -moz-linear-gradient(top, #77db5d 0%, #62b94a 49%, #58ab42 50%, #448d31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77db5d), color-stop(49%,#62b94a), color-stop(50%,#58ab42), color-stop(100%,#448d31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #77db5d 0%,#62b94a 49%,#58ab42 50%,#448d31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #77db5d 0%,#62b94a 49%,#58ab42 50%,#448d31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #77db5d 0%,#62b94a 49%,#58ab42 50%,#448d31 100%); /* IE10+ */
	background: linear-gradient(top, #77db5d 0%,#62b94a 49%,#58ab42 50%,#448d31 100%); /* W3C */
	
	-pie-background: linear-gradient(top, #77db5d 0%,#62b94a 49%,#58ab42 50%,#448d31 100%);
	
	behavior: url(/PIE.htc);
}

.greenButton:hover {
	
	border: 1px solid #3d802d;
	
	-webkit-box-shadow: inset 0px 1px 0px 0px #5eff69, 0px 1px 7px 0px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 1px 0px 0px #5eff69, 0px 1px 7px 0px rgba(0,0,0,.2);
	box-shadow: inset 0px 1px 0px 0px #5eff69, 0px 1px 7px 0px rgba(0,0,0,.2);
	
	background: #0cdb17; /* Old browsers */
	background: -moz-linear-gradient(top, #0cdb17 0%, #62b94a 49%, #09ab11 50%, #078d0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0cdb17), color-stop(49%,#62b94a), color-stop(50%,#09ab11), color-stop(100%,#078d0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0cdb17 0%,#62b94a 49%,#09ab11 50%,#078d0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0cdb17 0%,#62b94a 49%,#09ab11 50%,#078d0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0cdb17 0%,#62b94a 49%,#09ab11 50%,#078d0c 100%); /* IE10+ */
	background: linear-gradient(top, #0cdb17 0%,#62b94a 49%,#09ab11 50%,#078d0c 100%); /* W3C */
	-pie-background: linear-gradient(top, #0cdb17 0%,#62b94a 49%,#09ab11 50%,#078d0c 100%);
	
	behavior: url(/PIE.htc);
}

/* Footer */
.footer {
	text-align: center;
	
	font-size: 0.8em;
	opacity: 0.5;
}

.footer ul {
 	margin-top: 20px;
 }

.footer li {
	border-right: 1px solid #000000;
	display: inline-block;
	padding: 0 5px;
}

.footer li:first-child {
	padding-left: 0px;
}

.footer li:last-child {
	border: none;
	padding-right: 0px;
}

.footer a {
	color: #D6D9DE;
}

.ormcoLogo {
	background-image: url(ormcoLogo.png);
	height: 36px;
	margin: 15px auto 0;
	width: 130px;
}
