@charset "utf-8";


h2#headSearchList {
    height: 38px;
    background-image: url('../i/mem_search_list_head.png');
}

table#searchTable {
    width: 71.5em;
}

table#searchTable tr.searchRecord {
    background: url('../i/mem_search_bg_searchTable_repeat.png') repeat-y;
}

tr.searchRecord td {
    padding: 0 3px 3px;
   /* background: url('../i/mem_search_border_searchTable.png') bottom no-repeat;*/
}

tr.searchRecord td div.searchItemWrapper {
    font-size: 1.2em;
    padding: 1em 1em 0.5em;
    background: url('../i/mem_search_bg_searchTable_grade.png') repeat-x;
    color: #FFF;
}

tr.searchRecord input {
    vertical-align: baseline;
}

tr.searchRecord input[type="checkbox"] {
    vertical-align: middle;
}

div#skillBlock,
div#areaBlock,
div#keywordBlock {
    display: none;
}

ul.searchTableList1 {
    margin: 0.4em 0em 0.8em;
}

ul.searchTableList1 li {
    float: left;
    display: inline;
    width: 7em;
}

ul.searchTableList2 {
    float: left;
    display: inline;
    margin-bottom: 1.5em;
    width: 8em;
}

ul.searchTableList3 {
    margin: 0.4em 0em 0.8em 1em;
}

ul.searchTableList3 li {
    float: left;
    display: inline;
    width: 12em;
}

ul#employStyleList,
ul#workStyleList {
    float: left;
    padding-right: 1em;
    width: 15em;
}

ul#employStyleList li,
ul#workStyleList li {
    margin-left: 1em;
}

div.searchItemWrapper h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px dotted #111;
}

strong#employPreHeader {
    display: block;
    padding: 0.3em;
    margin-bottom: 0.6em;
    background-color: #1B7FDE;
}

ul li.parent {
    margin-left: 0em !important;
    margin-bottom: 0.5em;
    padding: 0.3em;
    background-color: #475368;
    font-weight: bold;
}

div.workStyleWrapper {
    float: left;
    display: inline;
    width: 330px;
}

div#infoBlock {
    margin-top: 1em;
    height: 48px;
    background: url('../i/cmn_bg_infoBlock.png') no-repeat;
    color: #0A6DB9;
}

div#infoBlock p {
    padding-top: 14px;
    padding-left: 48px;
}


div.paging {
    font-size: 1.2em;
    text-align: right;
}

div.paging a {
    padding: 0.3em;
    background-color: #EEE;
    border-bottom: 1px solid #DDD;
    text-decoration: none !important;
}

div.paging a:hover {
    background-color: #EEF;
}

/**
 *--------search detail-------------
 */

h2#headSearchDetail {
    height: 38px;
    background-image: url('../i/mem_search_detail_head.png');
}

/**
 * clientDetailTable
 *
 */

table.clientDetailTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    margin-bottom: 2em;
    border-bottom: 4px solid #EEE;
}

    table.clientDetailTable tr.nameRecord {
    padding-top: 1px;
    background-color: #FFF;
    border-bottom: 4px solid #999;
    font-size: 1.4em;
}

table.clientDetailTable tr.nameRecord {
        font-size: 1.6em;
    }

table.clientDetailTable tr.nameRecord h3 {
    padding: 0.5em;
    background-color: #F8F8F8;
}

table.clientDetailTable tr.nameRecord h3 img {
    margin-right: 0.5em;
}

table.clientDetailTable td.imgTd {
    width: 180px;
    padding: 10px;
    padding-right: 20px;
    text-align: center;
    vertical-align: top;
}

table.clientDetailTable td.imgTd img {
    border: 3px solid #AAA;
}

table.clientDetailTable th.categoryTh {
    padding: 4px;
    background-color: #888;
    font-size: 1.2em;
    color: #FFF;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

table.clientDetailTable tr.dataTr {
    font-size: 1.2em;
}

table.clientDetailTable tr.dataTr th {
    padding: 0.4em;
    width: 130px;
    background-color: #F7F7F7;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    border-left: 3px solid #DDD;
}

table.clientDetailTable tr.dataTr td {
    padding: 0.4em;
    border-left: 6px solid #DDD;
    border-bottom: 1px solid #CCC;
    
}

table.clientDetailTable tr.odd th {
    background-color: #EEE;
}

table.clientDetailTable tr.odd td {
    background-color: #F7F7F7;
}


table.ratingDetailTable {
    margin: 10px 5px;
    width: 470px;
    font-size: 12px;
    background-color: #FFF;
}

th#offerTitle {
    background-color: #EEE;
    padding: 0.5em;
    font-size: 1.6em;
    color: #0A6DB9;
    border-left: 6px solid #0A6DB9;
}

td#radarChartTd {
    width: 221px;
    vertical-align: top;
    padding: 10px;
}

table.clientDetailTable td.largetextTd {
    padding: 0.8em !important;
    line-height: 180%;
}

p.detailCtrlBox {
    padding: 0.7em;
    background-color: #EEE;
}

a.sendMessageRight {
    float: right;
}

a.returnListLeft {
    float: left;
}


/**
 *--------search contact-------------
 */

h2#headSearchContact {
    height: 38px;
    background-image: url('../i/mem_search_contact_head.png');
}

input#mailAddress,
input#password {
    width: 400px;
    font-size: 1.6em;
}

table#contactTable {
    width: 100%;
}

table#contactTable th {
    width: 100px;
}