body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	padding: 0px;
	background-image: url('/images/shared/body-bg2.gif');
	background-color: #d7d7d7;
	background-repeat: repeat-x;
}

* {
	margin : 0;
	padding : 0;
}

a { color: #333333; text-decoration: none;}

a:hover { color: #aaaaaa; text-decoration: underline;}

a:active { color: #aaaaaa; }

a:visited { color: #666666; }

img {
	border-style: none;
}


@font-face {
	font-family: 'Foundry';
	src: url('/font/FoundryLight.eot');
	src: 	url('/font/FoundryLight.eot?#iefix') format('embedded-opentype'),
			url('/font/FoundryLight.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FoundryBold';
	src: url('/font/FoundryBold.eot');
	src: 	url('/font/FoundryBold.eot?#iefix') format('embedded-opentype'),
			url('/font/FoundryBold.ttf') format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'FoundryItalic';
	src: url('/font/FoundryItalic.eot');
	src: 	url('/font/FoundryItalic.eot?#iefix') format('embedded-opentype'),
			url('/font/FoundryItalic.ttf') format("truetype");
	font-weight: normal;
	font-style: italic;
}


a.pdflink {
	padding-left: 16px;
	padding-top: 2px;
	background: url('/images/shared/icons/pdf.gif') no-repeat 1px 2px;
}
a.doclink {
	padding-left: 16px;
	background: url('/images/shared/icons/doc.gif') no-repeat 1px 2px;
}
a.ziplink {
	padding-left: 16px;
	background: url('/images/shared/icons/zip.gif') no-repeat 1px 2px;
}
a.externallink {
	padding-left: 16px;
	background: url('/images/shared/icons/web.gif') no-repeat 1px 2px;
}


h1 {
	padding-bottom: 20px;
	font-family: Foundry ,Arial;
	font-weight: normal;
	font-size: 28px;
}
h1 strong {
	font-family: 'FoundryBold' ,Arial;
}
h1 em {
	font-family: 'FoundryItalic' ,Arial;
}

h2 {
	padding: 0px;
	font-size: 16px;
}

hr {
	margin: 10px 0px;
}

p {
	padding: 5px 0px 10px 0px;
}

div.out {
	border: 1px solid #eeeeee;
}

.eqscolor, .eqscolor:visited {
	color: #686805;
	font-weight: bold;
}
.eqscolorLight, .eqscolorLight:visited {
	color: #bed600;
	font-weight: bold;
}


/*.eclcolor, #ecl .wordMark {*/
.eclcolor, .eclcolor:visited {
	color: #e68306;
}
.eclcolor:visited, #ecl .wordMark {
	font-weight: bold;
}

.ccmcolor, .ccmcolor:visited {
	color: #00B0D8;
}

.oncolor, .oncolor:visited {
	color: #e2bb0c;
}



.systemmessage {
	border:1px solid #999;
	color: #000099;
	padding: 0px;
}

.missed_compulsory {
	color: #000099;
}


a.buttonSubtle {
	display: block;
	height: 30px;
	background: url('/images/shared/buttons/whiteShade-bg2.gif') no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.buttonSubtle:hover {
	color: #000;
	background-position: left -30px;
}

a.buttonSubtle span {
	display: block;
	height: 20px;
	padding: 6px 10px 4px 10px;
	text-align: left;
	background: url('/images/shared/buttons/whiteShade-end.gif') no-repeat right top;
	font-weight: normal;
	font-size: 0.9em;
	cursor: pointer;
}
a.buttonSubtle span.arrow {
	background: url('/images/shared/buttons/whiteShade-end-arrow.gif') no-repeat right top;
}
a.buttonSubtle span.down {
	background: url('/images/shared/buttons/whiteShade-end-down.gif') no-repeat right top;
}
a.buttonSubtle span.back {
	background: url('/images/shared/buttons/whiteShade-end-back.gif') no-repeat right top;
}
a.buttonSubtle span.eject {
	background: url('/images/shared/buttons/whiteShade-end-eject.gif') no-repeat right top;
}
a.buttonSubtle span.search {
	background: url('/images/shared/buttons/whiteShade-end-search.gif') no-repeat right top;
}
a.buttonSubtle span.save {
	background: url('/images/shared/buttons/whiteShade-end-save.gif') no-repeat right top;
}

a.buttonSubtle span:hover {
	background-position: right -30px;
}

a.buttonStrong {
	display: block;
	height: 30px;
	background: url('/images/shared/buttons/whiteStrong-bg.gif') no-repeat;
	text-decoration: none;
	color: #eee;
}
a.buttonStrong:hover {
	color: #fff;
	background-position: left -30px;
}

a.buttonStrong span {
	display: block;
	height: 20px;
	padding: 6px 10px 4px 10px;
	text-align: left;
	background: url('/images/shared/buttons/whiteStrong-end.gif') no-repeat right top;
	font-weight: normal;
}
a.buttonStrong span.arrow {
	background: url('/images/shared/buttons/whiteStrong-end-arrow.gif') no-repeat right top;
}
a.buttonStrong span:hover {
	background-position: right -30px;
}


a.edit {
	display: block;
	width: 40px;
	height: 19px;
	background: url(/images/shared/buttons/edit.png) no-repeat;
}
a.edit:hover {
	background-position: left -19px;
}


a.info {
	background: url(/images/shared/buttons/more.gif) no-repeat;
	display: block;
	width: 40px;
	height: 19px;
}
a.info:hover {
	background-position: left -19px;
}

.panel {
	clear: both;
}

.popup {
	z-index: 10;
	background-color: #fff;
	border: 5px solid #fff;
	margin: -5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	/*z-index: 1005;*/
	z-index: 2000;
}

.popup a.close {
	background: url(/images/shared/buttons/close.png) no-repeat;

	display: block;
	width: 25px;
	height: 25px;

	position: absolute;
	left: -17px;
	top: -17px;

	text-decoration: none;

	z-index: 1008;
}

.popup a.close:hover {
	background-position: left -25px;
}

#popupMask, #popupWhiteMask {
	position: absolute;
	z-index: 1003;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#popupMask {
	background: url('/images/shared/transparent_mask.png');
}
#popupWhiteMask {
	background: url('/images/shared/transparent_white_mask.png');
}

#guideMenu a {
	cursor: pointer;
}

ul.selectList li {
	list-style: none;
	padding: 3px 0px 3px 10px;
	color: #000000;
}
ul.selectList li span.tick {
	padding-right: 16px;
}
ul.selectList {
	padding-left: 5px;
}
ul.selectList li {
	clear:both;
}


ul.selectList .chosen {
	background: url('/images/shared/chosen/chosen-nowhere.gif') no-repeat left;
}
#eqs ul.selectList .chosen {
	background: url('/images/shared/chosen/chosen-eqs.gif') no-repeat left;
}
#ecl ul.selectList .chosen {
	background: url('/images/shared/chosen/chosen-ecl.gif') no-repeat left;
}


ul.selectList .tick {
	background: url('/images/shared/tick.png') no-repeat right;
}


.terms {
	padding: 80px 125px 100px 125px;
}
.terms h2 {
    padding-bottom: 8px;
    padding-top: 19px;
}
.terms a {
	text-decoration: underline;
}

#eqs #quest a {
	color: #686805;
}
#ecl #quest  a {
	color: #e89016;
}
#on #quest  a {
	color: #e2bb0c;
}


.clear {
	display: block;
	clear: both;
	width: 80%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}
.tech-help {
	border-top: 4px solid #999999;
	color: #999999;
	font-weight: bold;
	margin-top:25px;
	/*padding-top:8px;*/
	clear:both;
	padding:15px;
}
.tech-help a {
	color: #999999;
}


#signupForm {
	overflow: auto;
}


.counterWrap {
	color: #aaa;
	padding-top: 1px;
}
.counterWrap .over {
	color: #fff;
	background-color: #990000;
	padding: 2px;
}


/* MESSAGE BOXES http://www.mattvarone.com/web-design/message-box-with-css/ */
 
.msgbox {
  text-align: left;
  padding: 5px 10px;
  color:#333;
  margin: 0px 0px 10px;
}
 
.msgbox.clean {
  background-color: #efefef;
  border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  color: #555;
}
.msgbox.info  {
  background-color: #f7fafd;
  border-top: 2px solid #b5d3ff;
  border-bottom: 2px solid #b5d3ff;
}
.msgbox.success {
  background-color: #d7f7c4;
  border-top: 2px solid #82cb2f;
  border-bottom: 2px solid #82cb2f;
}
.msgbox.alert {
  background-color: #fef5be;
  border-top: 2px solid #fdd425;
  border-bottom: 2px solid #fdd425;
}
.msgbox.error {
  background-color: #ffd8c7;
  border-top: 2px solid #d2191a;
  border-bottom: 2px solid #d2191a;
}
 
.msgbox ol {
  margin: 6px 20px 6px 20px;
  list-style-type: lower-roman;
}
.msgbox ol li {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: decimal;
}

.field_error {
	color: #990000;
}

