article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

body,form,fieldset,legend,object,img,iframe,
table,td,th,ul,li,ol,h1,h2,h3,h4,h5,h6,p,blockquote,
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html {
	height:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
header#header img {
	display:inline-block;
	margin-top: 23px;
	margin-left: 20px;
}
img {
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	text-align:left;
	vertical-align:top;
}
ul,ol {
	list-style:none;
}
.clear {
    clear:both;
}
.clear-left {
	height:0;
	clear:left;
}
body {
	line-height:130%;
	height:100%;
	background-color:#fff;
	color:#979690;
	font-size:14px;
	font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
}
p {
	line-height:1.4em;
	margin-bottom:.8em;
}
a {
	color:#3775c5;
	text-decoration:none;
}
a:hover {
  color:#78acf0;
}
h1 {
  color:#3774c5;
  font-size:24px;
  margin-bottom:55px;
}
h2 {
	font-weight:bold;
  font-size:14px;
  margin-bottom:.3em;
}
h3 {

}



/* HEADER ============================================= */
header#header {
}
header#header a.logo {
    display:inline-block;
	width:192px;
	height:47px;
	text-indent:-9999em;
	outline:0;
	background:url(/ix/images/footer_ixlogo.png) no-repeat;
    margin-top:20px;
}

.header-content {
	position:relative;
	max-width:960px;
	min-height:90px;
	margin:0 auto;
	overflow:hidden;
}


.alert-panel {
    width: 750px;
    word-wrap: break-word;
    margin: 20px auto;
    border: 1px solid #D8D5D5;
    background-color: #EEE;
    position: relative;
}

.alert-panel div {
    min-height: 60px;
    padding: 10px 20px 10px 200px;
    background-repeat: no-repeat;
    background-position: -5px 115%;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}

.alert-panel div ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.AlertPanel div {
	padding-left:20px;
}
.ErrorPanel div {
    background-image: url(/ix/images/alert-error.png);
}

.WarningPanel div {
    background-image: url(/ix/images/alert-warning.png);
}

.InfoPanel div {
    background-image: url(/ix/images/alert-info.png);
}

.SuccessPanel  div {
    background-image: url(/ix/images/alert-success.png);
}

.dropshadow{
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

/* LOGIN =============================================== */

section.gray {
	background-color:#c1c0bc;
    border-top:1px solid #c1c0bc;	
	border-bottom:12px solid #aae4fc;	
}


.box.small-box {
    width: 256px;
}

.box {
    width:960px;
    margin:100px auto;
	padding:30px;
	background-color:#eee;
}
    .box h3:first-child {
        margin-top:0;
    }
.box h3 {
  border-bottom: 5px solid #2C414F;
  color: #231F20;
  font-weight:bold;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 3px;
}
.box a {
	
}
.box h3 a {
	float:right;
	font-weight:normal;
}

.box label {
	color:#606a75;
	
}

.box td.label { vertical-align:middle; 
    padding-right:15px;

}

input[type="checkbox"] {
	margin:0;
}

select {
    padding: 6px 4px;
	max-width:100%;
	font-family: "Droid Sans", "arial", "sans serif";
}
.box select {
    border:1px solid lightgrey;
}

input[type="text"].inline {
    width:auto;
display:inline;
}
input[type="text"], input[type="password"] {
	display:block;
	margin:0;
    width:100%;
    width:95%\9;
	padding:8px 5px;
	margin-bottom:9px;
	font-size:15px;
	color:#999;
	border:1px solid lightgrey;
	border-radius:0px;
	-moz-appearance:none;
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.arrow-button {
	display:block;
	margin:0;
	padding:0;
	float:right;
	background:url(/ix/images/btn-submit-circle.png) no-repeat 0px 0px !important;
	border:none;
	text-indent:-9999em;
	cursor:pointer;
	width:30px;
	height:30px;
border: 0 !important;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.arrow-button:hover {
	background-position:0px -30px !important;
}


/** Buttons */
a.btn, button, input[type="button"], input[type="submit"] {
	font-family: "PT Sans", "arial", "sans serif";
    margin: 0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    background-color: #83AEE8;
    color: #fff;
    border-radius:2px;
    border:none;
}

.posting.btn {
	color: #999;
	padding-left: 33px;
	border: 1px solid #aaa !important;
	background: #FAFAFA url(/ix/images/ajax-loader.gif) 10px 50% no-repeat;
}

input[type="text"] + input[type="submit"],
input[type="text"] + button,
select + input[type="submit"],
select + button,
a.btn.small , button.small , input[type="button"].small, input[type="submit"].small {
    padding: 4px 15px 5px 15px;
}

a.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #3F6DBC;
	border-color: #3F6DBC;
    color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled {
    background: #E9E9E9 !important;
    color: #333 !important;
    cursor: not-allowed;
    opacity: 0.65;
}
    


/* FOOTER ============================================== */
footer#footer {

}

.footer-content {
	max-width:960px;
	margin:0 auto;
	color:#000;
	font-size:14px;
	padding-top:10px;
}

p.contact {
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:0;
	margin-top:8px;
	
}
p.contact a {
	text-decoration:underline;
}

footer#footer .copy p {
	max-width:960px;
	margin:0 auto;
	padding:12px 0;
	font-size:12px;
	color:#78acf0;
}

footer a{
    color: #B2B930 !important;
}

.BottomBorder{
    border-bottom:1px solid #C1C5CA !important;
    width: 100%;
}

.section-hdr {
    width: 100%;
    padding: 1em 0;
    white-space:nowrap;
    text-align:center;
}
.section-hdr h3{
	font-family: "Bebas Neue";
	font-size: x-large;
	font-weight: 100;
	color: #606a75;
	text-transform: uppercase;
	line-height: 1;
	padding: 0 0.1em;
	border-bottom: 1px solid #C1C5CA;
	display: inline-block;
	position: relative;
	z-index: 20;
    width:100%;
}

.section-hdr h4 {
	font-family: "Bebas Neue";
	font-size: x-large;
	font-weight: bold;
	color: #B2B930;
	text-transform: uppercase;
	line-height: 1;
	padding: 0 0.1em;
	border-bottom: 1px solid #C1C5CA;
	display: inline-block;
	position: relative;
	z-index: 20;
    width:100%;
}

.section-hdr.underline {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #C1C5CA;
	position: relative;
	top: -2px;
	z-index: 10;
    opacity: .01;
}

.InfoTable td{
    padding-bottom: 25px;
}

.InfoTable label{
    font-size: medium !important;
    color: grey;
    padding-left: 10px;
}

.validation-summary-errors {
    background:#F2DEDE;
    border: 1px solid #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 1rem auto;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    max-width:90%;
}