﻿html { height: 100%; }

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	/*background-color: #acadb0;*/
	color: #575755;
	height: 100%;
}
#wrapper {
	position: relative;
	min-height: 100%;
	vertical-align:bottom;
	margin:0 auto;
	height:100%;
	
}
header {
	width: 100%;
	height: 133px;
	position:absolute;
	left:0;
	top:0;
	background: url('../HeaderImage/headerbg.png');
	/*box-shadow: 0px 6px 3px -3px;
	z-index: 4;*/
}
#innerHeader{
	margin: 0 auto;
	width:1234px;
	padding-top: 20px;
	/*background-color: #282A2B;*/
}

#content {
	background: #fff;
	width:1234px;
	margin:0 auto -30px;
	min-height:99.85%; /*any higher and a scrollbar is thrown in ie and ff*/
}
#content:before {
	content:"";
	height:100px;
	display:block;
}
#content:after {
	content:"";
	height:30px;
	display:block;
}
#innerContent { padding: 33px 24px 5px 24px; min-height: 100%; }
#divSimplePage { padding-top: 50px; width: 700px; }
footer {
	margin: 0 auto;
	/*width:1234px;*/
	height: 30px;
	line-height: 30px;
	color: #bfbfbf;
	text-indent: 40px;
	font-size: 11px;
	background-color: #282A2B;
	border-bottom: 1px solid #282a2b;
}

#divFooterContent { width: 1234px; margin: 0 auto; color: #bfbfbf; }
.leftRightShadow { /*box-shadow: 10px 0px 10px -7px, -10px 0px 10px -7px;*/ }

ul.lang li {
	float:left;
	margin-left: 10px;

}

ul.lang li a {
	display: block;
	text-indent: -999em;
}

/* sprites */

.logo { background: url("../Images/sprite.png") no-repeat; background-position:  -27px -25px; height: 55px; width: 268px; }
.search3 { background: url("../Images/sprite.png") no-repeat; background-position:  -268px -0px; height: 20px; width: 20px; }
.flagAU { background: url("../Images/sprite.png") no-repeat; background-position:  -116px -0px; height: 14px; width: 20px; }
.flagID { background: url("../Images/sprite.png") no-repeat; background-position:  -141px -0px; height: 14px; width: 20px; }
.flag3 { background: url("../Images/sprite.png") no-repeat; background-position:  -166px -0px; height: 14px; width: 20px; }


.feedback {
	font-size: 14px;
	color: #c7191f;
	font-style: italic;
}

.checkbox{
  display:none !important;
}

a.toggle {
	display: block;
	position: relative;
	background: url("../Images/sprite.png") no-repeat; 
	height: 24px; 
	width: 64px;
	background-position:  -300px -25px; 
}

a.toggle.checked{
	background-position:  -300px -54px; 
}

input[type="text"], input[type="password"] {
	font-size: 15px;
	color: #7f8183;
	padding-left: 8px;
	border: 1px solid #c1c3c5;
	height: 30px;
	width: 346px;
}

label {
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;
	display: block;
	float: none;
}

label.strict:after {
content: '*';
display: inline-block;
position: relative;
top: 3px;
left: 2px;
color: #cb2728;
font-size: 18px;
}

.customSelect { 
	border: 1px solid #c1c3c5;
	background: #fff url("../Images/arrow2.png") 96% 12px no-repeat;
	font-size: 15px;
	color: #7f8183;
	outline:none;
	height: 32px;
	line-height: 30px;
	width:94%;
	padding: 0 3%;
}

.customSelectInner {
	width: 94% !important;
	white-space: nowrap;
	overflow: hidden;
}

#divSystemError { text-align: center; font-weight: bold; padding-top: 80px; }

.trArchived { color: red; }

.divToggleInstructions { padding: 15px; text-align: center; }

.spNoneSupplied { font-size: .9em; font-style: italic; }

h1 {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
line-height: 19px;
margin-bottom: 24px;
}

.emailico { background: url("../Images/sprite.png") no-repeat; background-position: -191px -0px; height: 20px; width: 22px; }

span.help {
	display: inline-block;
	position: relative;
	cursor: pointer;
	top: 4px;
	background: url("../Images/sprite.png") no-repeat;
	background-position: -317px -0px;
	height: 20px;
	width: 20px;
}

.underBreadcrumbs { padding-top: 20px; }

.divLMSDocIcon { width: 22px; height: 22px; background: url('../Images/sprite.png'); background-position: -212px -114px; }
.divLMSLinkIcon { width: 22px; height: 22px; background: url('../Images/sprite.png'); background-position: -239px -114px; }
.divDMSDocIcon { width: 22px; height: 22px; background: url('../Images/sprite.png'); background-position: -344px -114px; }
