@import url(../elements/M_searchtips.css);

div#advanced_search_handler {
    clear: left;
    float: left;
    width: 100%;
}

div#advanced_search {
    width: 80%;
    float: left;
}

a#search_tips_btn {display: none}

a.emailafriend {margin: 0 8px;}
a.printjob {margin: 0 3px;}
a.back {margin: 0 3px;}

div#view_selected_tooltip {
    width: 65%;
    float: left;
}

.rasp_tooltip_holder {
    margin: 0 0 0 2px;
    padding: 0;
    background: transparent url(../../M_images/search_tips/tooltip_arrow.gif) no-repeat scroll 5px 2px;
    /*background: #CCC;*/
}

.rasp_tooltip_content {
    font-size: 90%;
    border: 1px solid #dedede;
    margin: 0 0 0 20px;
    padding: 4px 8px;
}


/* JOB_RESULTS */
p.search_results {}

p.noresults {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

table.job_results {
    border-bottom: 1px solid #CBCBCB !important;
    border-collapse: collapse;
    border-top: 1px solid #CBCBCB !important;
    clear: left;
    margin-bottom: 16px;
    width: 100%;
}

table.job_results tr{
    background: #F2F2F2;
}

table.job_results tr td{
    padding: 5px;
    vertical-align: top;
}

table.job_results td.job_title {
    width: 60%;
}

table.job_results td.job_industry {
    width: 20%;
    text-align: right;
}

table.job_results td.job_location {
    width: 20%;
    text-align: right;
}

table.job_results td.job_title span.position{
    /*font-size: 1.3em;*/
    margin-left: 6px;
    font-weight: bold;
}

table.job_results td.job_desc{
    padding: 2px 10px;
}

table.job_results td span.label{
    font-size: 72%;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}


/* RASP_TABLE_PAGINATOR*/
div#rasp_table_paginator {
    width: 100%;
    /*border: 1px solid;*/
}

/* REFINE SEARCH */
div#refine_search {
    float: left;
    margin: 0 8px 16px 8px;
    width: auto;
}

div#refine_search a#refine_search_btn{
    float: left;
    width: auto;
}

div#refine_search div.rasp_tooltip_holder{
    float: left;
    width: auto;
}
table.job_results tr td.job_title input {
    float: left;
    width: auto;
}
table.job_results tr td.job_title span.position {
    float: left;
    width: 380px;
}