/* Login Page */
 #left-side-content {
     float: left;
     margin: none;
     display: inline-block;
 } 
 #left-side-content #remember {
     margin-right: 40px;
 }
 #right-side-content {
     float: right;
     width: 400px;
     display: inline-block;
     text-align: center;
 }
 #right-side-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #3497D3;
 }
 
 /* View Jobs Page */
.tableLine {
    border-right: 1px solid #c2e0f2;
} 
.tableLeft {
    text-align: left;
    padding: 0 0 0 10px;
}
thead tr td.tableLeft {
    padding-left: 10px;
}
thead tr td.tableOptions {
    color: #888888;
}
.option {
    position: absolute;
    background: #ffffff;
    border: 1px solid #adabab;
    width: 120px;
    padding: 5px 10px;
    text-align: left;
    margin: -10px 0 0 40px;
    visibility: hidden;
    z-index: 1;
}
.option li {
    margin: 0;
    padding: 5px 0 5px 15px;
    border-top: 1px solid #d6d6d6;
    background: url(/images/client/bullet.png) left 10px no-repeat;
}
.option li label {
    width: 70px;
    display: block;
    float: left;
}
.option ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing-title {
    text-align: center;
    font-weight: bold;
}
#jobStats {
	max-width: 45px;
}
.arrow {
    width: 10px;
    height: 15px;
    background: url(/images/client/arrow-left.png) left top no-repeat;
    position: absolute;
    left: -10px;
    top: 13px;
}
#loadJobDetailsWindow {
    background-color: #ffffff;
    width: 850px;
}
.job-details-row {
    width: 800px;
    margin: 10px auto;
    background-color: #ececec;
}
.table-title {
    border-top: 1px solid #c4e5f7;
    border-bottom: 1px solid #c4e5f7;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    width: 840;
    height: 32px;
    text-align: left;
    padding: 10px 0 0 10px;
}
#overlay-title {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.closeCvButton {
    float: right;
    padding: 5px 5px 0 0;
}
/* Dashboard */
#applicantsTable {
    text-align: left;
}

#applicantsTable td {
  overflow: hidden; /* this is what fixes the expansion */
  text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
  white-space: nowrap;
  max-width: 100px;
  
}
.applicantTabs {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 4px solid #dddddd;
    width: 83px;
    height: 62px;
    text-align: center;
    float: left;
    background: #ffffff;
    display: inline-table;
    margin-right: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.applicantTabs a {
    color: #888;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
    overflow: hidden;
    border: 0px;
    height: 0px;
}
.stats {
	max-width:16px;
	text-align: center;
}
.applicantTabs a:hover, .currentTab a { color:#1a8cd7; }
.applicantBlueBox {
    position: relative;
    bottom: 45px;
    left: 82px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #3497d3;
    text-align: center;
    width: 25px;
    padding: 3px 3px;
    margin: -10px 0 0 -10px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.changeJobs {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 4px solid #dddddd;
    height: 30px;
    padding: 16px;
    text-align: center;
    float: right;
    color: #7f7f80;
    background: #ffffff;
    line-height: 30px;
    font-size: 12px;
}
.changeJobs select {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
    color: #7f7f80;
    width: 200px;
    margin-left: 15px;
    color: #000000;
}
.filterby {
    width: 920px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 4px solid #dddddd;
    padding: 10px 20px;
    float: left;
    color: #7f7f80;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}
.filterby h4 {
    color: #3497d3;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.filterby label {
    margin-right: 8px;
    color: #7f7f80;
    font-size: 12px;
    width: 55px;
    display: inline-block;
}
.filterby input[type="submit"] {
    border: 0px none;
    width: 92px;
    height: 41px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(/images/client/filter-btn.png) left top no-repeat;
    display: inline-block;
    margin-top: 20px;
    float: right;
}
.filterby select {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
    color: #7f7f80;
    width: 125px;
    margin-right: 25px;
    color: #000000;
    display: inline-block;
}
.filterby input[type="text"] {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
    color: #7f7f80;
    width: 260px;
    margin-right: 25px;
    color: #000000;
    display: inline-block;
    margin-top: 20px;
}
#applicantsTable_filter, #applicantsTable_length {
	visibility: hidden;
}
/* Email lightbox */
#loadContactWindow
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.float-left
{
	float: left;
	display: inline-table;
}
.email-label {
	float: left;
	display: inline-table;
	width: 150px;
}
#email-contact-table {
	width: 640px;
	margin: 0;
	padding: 3px 1px 3px 1px;
	border: 1px solid #000000;
	padding: 2px;
	float: left;
	display: inline-table;
}
.contactEmail {
	border: 1px dotted #960909;
	padding: 1px 5px 1px 5px;
	margin: 2px;
	display: inline-block;
}
#emailButton {
	margin: 0 auto 0 auto;
}
.option li:hover { color:#1a8cd7; }
/* Applicant Dashboard */
#applicantSide {
	float: left;
	text-align: center;
	width: 270px;
}
#applicantMain {
	float: left;
	text-align: center;
	width: 650px;
	margin-left: 40px;
}
#applicantMain .blue-button {
	margin: 0 20px 0 20px;
}
#applicantDetails {
	width: 290px;
	text-align: left;
}
#applicantDetails div {
	padding-left: 20px;
}
#applicantDetails hr {
	border: 1px solid #f4f4f4;
}
#applicantDetails label {
	color: #3497d3;
	display: inline-block;
	width: 85px;
}
#applicantDetails .detail {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 160px;
}
#applicantNotes {
	width: 290px;
}
#applicantNotes ul {
	padding: 0 20px 0 20px;
}
#applicantNotes li {
	list-style-type: none;
	border-bottom: 1px solid #dadada;
	padding: 10px 0 7px 0;
	font-size: 12px;
	color: #3497d3;
	line-height: 18px;
	text-align: left;
}
#applicantNotes aside {
	float: right;
	color: #3497d3;
	height: 18px;
}
#applicantNotes aside img {
	vertical-align: middle;
}
#loadNoteWindow textarea {
	width: 645px;
	height: 299px;
}
#loadNoteWindow {
	background-color: #FFFFFF;
}
#loadAlertNoteWindow {
	background-color: #FFFFFF;
}
#loadAlertNoteWindow {
	text-align: center;
}
/* Settings Page */
.page-box {
	background-color: #FFFFFF;
}
.paginate_disabled_previous
{
	padding: 0 15px 0 15px;
	display: none;
}
.paginate_disabled_next
{
	padding: 0 15px 0 15px;
	display: none;
}
.paginate_enabled_next
{
	padding: 0 15px 0 15px;
	cursor: pointer;
}
.paginate_enabled_previous
{
	padding: 0 15px 0 15px;
	cursor: pointer;
}
#settingsForm section{
	text-align: left;
}
#settingsForm label {
    vertical-align: top;
	display: inline-block;
	width: 100px;
	padding-left: 25px;
}
/* New Job Page */
.newJob {
	text-align: left;
	padding: 0 25px 0 25px;
}
.newJob label {
	display: inline-block;
	width: 175px;
	vertical-align: top;
}
.newJob input, select {
	display: inline-block;
}
.newJob a
{
	margin: auto;
}
#searchSelection {
	text-align: center;
}
#searchSelection section {
	text-align: left;
}
/* Contact Page */
#contactPage {
	text-align: left;
	padding: 0 25px 0 25px
}
#contactPage label {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
#contactPage section {
	display:inline-block;
}
#contactPageCenter
{
	width: 100%;
	text-align: center;
}
