body {
 //background:#ffffff url(../images/bodyBG.png) repeat-x;
}

#appFrom {
 background-color:#f4f4f5;
}

.homeButton {
	color: #505050; 
	font-size: 21px; 
	font-weight: 600;
	text-decoration: none;
}
.homeButton:hover {
	color: #428bca;
}
.homeButton:focus {
	text-decoration: underline;
}
.experience, .referenceDef, .referenceDefLg {
	font-weight: 600;
	font-size:16px;
	padding-top: 10px;
}
h1.headerText{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 34px;
}
.referenceDefLg {
        font-size:20px;
}

.headerText {
	background-image: -webkit-linear-gradient(right, #3498db, #1a6fa3);
    	background-image: -moz-linear-gradient(right, #3498db, #1a6fa3);
   	background-image: -ms-linear-gradient(right, #3498db, #1a6fa3);
   	background-image: -o-linear-gradient(right, #3498db, #1a6fa3);
  	background-image: linear-gradient(to right, #3498db, #1a6fa3);	
	font-size:26px;
	padding:10px;
	margin: 0;
	color: #fff;
}

#thankYouField {
	background-color:#f4f4f5;
	border:1px solid #1a6fa3;
	padding:20px;
	margin:0 0 0 0;
	max-width:350px;
}
.purgeField {
	background-color:#f4f4f5;
	border:1px solid #1a6fa3;
	padding:20px;
	margin:0 0 0 0;
	max-width:550px;
	font-size: 18px;
}
.selectInvalidMsg, .textfieldRequiredMsg, .textfieldInvalidFormatMsg, .checkboxMinSelectionsMsg, .textfieldMaxCharsMsg, .passwordRequiredMsg {
	padding:2px 2px 2px 25px;
	margin:0 0 0 -40px;
	background:#fddde3 url(/hiringapp/images/excl-icon.png);
	background-repeat:no-repeat;
	background-position:3px;
}

.textfieldValidState {
	background:url(/hiringapp/images/check-icon.png);
	background-repeat:no-repeat;
	background-position-x:127px;
}

.tips {
	font-size:13px;
	font-style:italics;
	color:gray;	
}

#submit , #signinSubmit {
	color:#ffffff;
    	background-image: -webkit-linear-gradient(top, #3498db, #1a6fa3);
    	background-image: -moz-linear-gradient(top, #3498db, #1a6fa3);
   	background-image: -ms-linear-gradient(top, #3498db, #1a6fa3);
   	background-image: -o-linear-gradient(top, #3498db, #1a6fa3);
  	background-image: linear-gradient(to bottom, #3498db, #1a6fa3);	
	border-radius: 8px;
    	height: 40px;
    	width: 120px;
    	font-size: 20px;
    	border-radius: 8px;
	border: none;	
}
#submit:hover , #signinSubmit:hover {
	background: #3498db;
}
#submit:focus , #signinSubmit:focus {
	outline: none;
}
#submit:active , #signinSubmit:active {
	outline: none;
	background-image: -webkit-linear-gradient(bottom, #3498db, #1a6fa3);
    	background-image: -moz-linear-gradient(bottom, #3498db, #1a6fa3);
   	background-image: -ms-linear-gradient(bottom, #3498db, #1a6fa3);
   	background-image: -o-linear-gradient(bottom, #3498db, #1a6fa3);
  	background-image: linear-gradient(to top, #3498db, #1a6fa3);	
}
.inputFieldFirst {
	height:24px;
	margin:10px 40px 10px 0;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inputField {
	height:24px;
	margin:5px 40px 10px 0;
    	color: #555;
    	background-color: #fff;
    	background-image: none;
    	border: 1px solid #ccc;
    	border-radius: 4px;
    	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="file"] {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 13px;
}
td, p {
	color: #505050;
}
.inputFontSize {
	font-size:15px;	
}

.inputName {
	padding:0 0 0 10px;
}

.outputName {
	padding:5px 0 5px 10px;
}

.wideInput {
	width:340px;	
}

.fieldSeparation {
	border-top:1px dashed #5a7096;
	padding-bottom:5px;	
}

.divider {
	background-color:#1a6fa3;	
}

.bl {
	border-left:1px solid #1a6fa3;
}

.br {
	border-right:1px solid #1a6fa3;	
}

.bb {
	border-bottom:1px solid #1a6fa3;
}

#appSearchBoxWrapper {
	float:left;
	margin:0 0px 0 0px;
	width:100%;
}

#appSearchBox {
	color: #13253d;
	border:1px solid #1a6fa3;
	background-color: #f4f4f5;
	padding: 0 10px 0 10px;
	margin:0 0 0 0;
	border-radius: 4px;
	height: 150px;
	width: 510px;
}

#searchFormOut {
	font-size:16px;	
	width:400px;
	margin-left: 40px;
	padding-left: 10px;
}

#submitOut {
    font-size: 15px;
    width: 180px;
    height: 30px;
    color:#ffffff;
    background-color: #1a6fa3;
    border: 2px solid #3a4e71;
    margin:10px 0 10px 0;
}

#form1 { /* hiringapp search form */
	margin:-10px 0 0 0;	
}

#appLoginBoxWrapper {
	float:left;
	margin:0 1% 0 1%;
	width:98%;
}

#appLoginBox {
	color: #1a6fa3;
	border:1px solid #1a6fa3;
	background-color: #f4f4f5;
	padding: 20px 10px 20px 40px;
	margin:28px 0 0 0;
	border-radius: 4px;
	min-width: 350px;
	float: left;
	margin-left: calc( -214px + 50vw);
}
.allListingTable {
	background: #f4f4f5;
	overflow: scroll;
}
.allListingTable td{
	border: 2px solid #fff;
}
tbody {
	background: #f4f4f5;
}