.content table{
    padding:3px;
    width:80%;
    margin:0 auto;
}

.content table td{
    padding:3px;
    width:300px;
}
.scontent table{
    padding:5px;
    width:100%;
    margin:0 auto;
}

.scontent table td{
    padding:5px;
}

/* tables */
#content table.tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
#content table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
#content table.tablesorter thead tr td{
    background-color: #e6EEEE;
}
#content table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
#content table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
#content table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
#content table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}
#content table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}
#content table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.id-trust {
    background-image: url(/images/trust/trust-green3-bg.png);
    background-repeat: no-repeat;
    float: right;
    width: 70px;
    top: 3px;
    text-align: right;
    font-size: 28px;
    background-position: 9px 0px;
}

/** Update Accounts **/
/** Update Accounts **/
.submit-search{ 
    background-color: #89c403; 
    border: 1px solid #89c403; 
    border-radius: 5px; 
    font-weight: 700; 
    text-transform: uppercase; 
}
.jobseeker_searchform{ margin: 8px 0px; }
.jobseeker_searchform p{ 
    padding: 8px 0; 
    font-size: 14px !important; 
    text-align: justify; 
    display: inline-block; 
    font-weight: 700; 
}
.jobseeker_searchform .input-search{ 
    font-size: 12px !important; 
    margin: 13px 6px; 
    display: inline-block; 
    vertical-align: middle; 
    padding: 3px 5px;
    width: 60%; 
}
.jobseeker_searchform .submit-search{ 
    width: 13%;
     height: 30px; 
 }
.updated_accounts_table{ margin-top: 20px; }
.updated_accounts_table .table_header td, 
.updated_accounts_table .table-footer td{ 
    border: 1px solid #CCC; 
    font-weight: 700; 
}
.updated_accounts_table .table_header td .submit-search{ 
    width: 70%; 
    height: 30px; 
    margin: 10px; 
    text-shadow: none; 
}
.updated_accounts_table .table-footer td .submit-search{ 
    width: 73%; 
    height: 30px; 
    margin: 10px 20px; 
    text-shadow: none; 
    text-align: center; 
}
.updated_accounts_table .table_content{ 
    background-color: #FEFEFE; 
    border: 1px solid #CCC; 
}
.updated_accounts_table .table_content .photo p{ 
    color: #626262; 
    font-weight: 700; 
    margin-left: 5px; 
}
.updated_accounts_table .table_content .photo img{ 
    width: 133px; 
    margin: 0px 10px; 
}
.updated_accounts_table .table_content .details .trust_score{ 
    color: #626262; 
    margin-top: 10px !important; 
    padding: 0px !important;
}
.updated_accounts_table .table_content .details .trust_score span{ 
    display: inline-block;  
    font-weight: 700; 
}
.updated_accounts_table .table_content .details .trust_score div{ display: inline-block !important; }
.updated_accounts_table .table_content .details .name{
    color: #2A5DB0;
    padding: 3px !important;
    margin: 15px 0 0;
    text-transform: capitalize; 
}
.updated_accounts_table .table_content .details .employer-status{
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 3px;
}
.updated_accounts_table .table_content .details .employer-status.employer-status--deactivated{
  color: red;

}
.updated_accounts_table .table_content .details .job_desc{ padding: 3px !important; }
.updated_accounts_table .table_content .details .desc{ padding: 40px 10px 3px !important; }
.updated_accounts_table .table_content .details ul{ 
    border-bottom: 1px solid #626262; 
    margin-bottom: 15px; 
    padding-bottom: 15px; 
}
.updated_accounts_table .table_content .details li{ line-height: 22px; }
.updated_accounts_table .table_content .details li>span{ 
    width: 55%; 
    display: inline-block; 
    padding-left: 10px; 
}
.updated_accounts_table .table_content .details li>strong{ 
    width: 40%; 
    display: 
    inline-block; 
    text-align: right; 
    vertical-align: top; 
}
.updated_accounts_table .table_content .details li>span>input{ padding: 1px 5px; }
.updated_accounts_table .table_content .actions{ padding: 10px; } 
.updated_accounts_table .table_content .actions label{ display: inline-block; width: 100%; }
.updated_accounts_table .table_content .actions textarea.flagnote{
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 150px;
    margin-top: 10px;
    padding: 5px;
    width: 90%;
}

/* Employers Account */
.updated_accounts_table .table_content .checked_by{ padding: 10px;  }
.updated_accounts_table .table_content .checked_by ul { overflow-x:scroll; }
.updated_accounts_table .table_content .checked_by li { padding-bottom: 10px; }
#content .updated_accounts_table .table_content .employer-details h3.info-title{
    background: #ddd;
    margin: 10px auto;
    padding: 5px;
}
.updated_accounts_table .table_content .employer-details .status{ 
    font-weight: 700;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
#content .updated_accounts_table .table_content .employer-details .status p{
    padding-top: 0;
}
.updated_accounts_table .table_content .employer-details .profiles_viewed{ margin-top: -12px !important; }
.updated_accounts_table .table_content .employer-details .profiles_viewed p,
.updated_accounts_table .table_content .employer-details .emails_sent p,
.updated_accounts_table .table_content .employer-details .jobs_posted p{ line-height: 1px; }
.updated_accounts_table .table_content .employer-details .jobs_posted p{ margin-bottom: -7px; }
.updated_accounts_table .table_content .employer-details .viewed_jobseeker h3{ padding: 10px 0px 0px !important; }
.updated_accounts_table .table_content .employer-details .searches{ }
.updated_accounts_table .table_content .employer-details .searches p{ 
    line-height: 10px;
    margin-bottom: -10px;
}
.updated_accounts_table .table_content .employer-details .searches h3{ padding: 10px 0px 0px !important; }
.updated_accounts_table .table_content .employer-details .payment p{ line-height: 0px; }
.updated_accounts_table .table_content .employer-details .payment .employer{ 
    border-top: 1px solid #E4E4E4;
    padding-top: 8px !important;
    margin-bottom: -10px !important;
}
.updated_accounts_table .table-footer-employer .pagination{ padding: 10px !important; }
.updated_accounts_table .table-footer-employer .submit_action{ margin-left: 20px; }


/* Upgraded Employers: Recent Online */

  .em-form-groups{
    margin-top: 20px;
    overflow: hidden;
  }
  .em-form-groups .search-employers{
    width: 70% !important;
  }
  .em-form-groups .set-dates{
    width: 30% !important;
  }
  .em-form-groups .search-employers{
    float: left;
  }
  .em-form-groups .set-dates{
    float: right;
    text-align: right;
  }
  .em-form-groups .search-employers .search-input{
    border: 1px solid #C8C8C5;
    border-radius: 3px;
    padding: 5px 10px;
    width: 45%;
  }
  .em-form-groups .search-employers .search-submit{
    padding: 3px 13px;
    border-radius: 0px;
  }
  .em-form-groups label{
    margin: 0 3px 0 20px;
  }
  .em-form-groups .set-dates select{
    padding: 5px 10px 5px 0 !important;
  }
  .upgraded_tables .employer-details p.info-detail{
    padding: 2px 0 0 15px !important;
  }
  .upgraded_tables .employer-details p.info-detail label{
    display: inline-block;
    padding-right: 5px;
    width: 40%;
    text-align: right;
    font-weight: 700;
  }
  .keywords-search-viewed-table{
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .keywords-search-viewed-table .headings td{
    background-color: #eee;
    border: 1px solid #e3e3e3;
    padding: 5px 0px;
    font-weight: 700;
  }
  .keywords-search-viewed-table .top td{
    background: #ddd;
    text-transform: uppercase;
  }
  .keywords-search-viewed-table .data td{
    background-color: #fafafa;
    border: 1px solid #f1f1f1;
    padding: 5px 0px;
    font-weight: 100;
  }
  .upgraded_tables .info-detail .data-link{
    text-decoration: none;
    font-weight: 700;
    color: #497CCF;
  }
  .updated_accounts_table .table_content .details .emails-sent-list{
    margin: 3px 0 0 0;
    padding: 0;
    border-bottom: 0;
  }
  .updated_accounts_table .table_content .details .emails-sent-list .list{
    line-height: 1.5;
  }
  .updated_accounts_table .table_content .details .emails-sent-list .list .title{
    display: inline-block;
    padding-right: 5px;
    width: 40%;
    text-align: right;
    font-weight: 700;
  }
  .updated_accounts_table .table_content .details .emails-sent-list .list .data{
    width: 45%;
    padding: 0;
  }
  .updated_accounts_table .table_content .details .jobposted-list{
    margin: 0 0 1px 145px;
    line-height: 1.4;
    list-style: square;
  }