/*********************
/*** Layout **********/
#layout.search #sidebar {
        float: left;
    width: 17em;
    padding-top: 1px; /* IE7 FIX for #content */
}

#layout.search #content {
        margin: 0 0 0 18.2em;
        padding-top: 1px; /* IE7 FIX */
        padding: 0 11.5em 0 0;
        position: relative;
}

#layout.search #sector-banners {
        position: absolute;
        right: 0;
        top: 1px;
        width: 125px;
}

#sector-banners h2 {
        margin-bottom: 8px;
    }

/**** Results Listing ****/

#results-header .heading {
    background: #003989 url(/images/global/boxed-heading-sprites.gif) no-repeat 0 0;
    border-bottom: 1px solid #004080;
    font-size: 1.1em;
    line-height: 1.3;
    margin: 1px 0 0 0;
    padding: 0 0 0 4px;
}

#results-header .heading span {
    background: url(/images/global/boxed-heading-sprites.gif) no-repeat 100% 0;
    color: #FFF;
    display: block;
        padding: .5em 1em .4em .8em;
        text-decoration: none;
}

#results-header .pagination {
    float: right;
    margin: .1em;
}

#results-footer {
    text-align: center;
}

#results-options {
        background: #EEE;
        font-size: .9em;
        padding: .7em .8em;
        position: relative;
}

#results-sorting {}

    #results-sorting ul {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #results-sorting ul li {
                border-left: 1px solid #CCC;
            display: inline;
                padding: 0 .6em 0 .8em;
                margin: 0;
        }

        #results-sorting ul li.first {
                border-left: 0;
        }

        #results-sorting ul li.selected a {
                font-weight: bold;
            text-decoration: none;
        }

#results-per-page {
        position: absolute;
        right: 1em;
        top: .4em;
}

#results-error {
    padding: 1em;
}

#results-error h2.first {
    margin-top: 0;
}

#results-footer {
    margin-bottom: 4em;
    padding: 1em;
}


/*** Result ***/
.result {
    /* padding: .3em 8em .3em 1em;
    border-bottom: 1px solid #DDD;
    position: relative; */
}
.result .text{
    width:80%;
}
.result .features{
        width:20%;
}
    .result a {
        /* font-size: 1.15em;
        font-weight: bold; */
    }


    .result .info {
        /*margin-top: 0em;
        color: #333;*/
    }

    .result .calendar-date {
        position: absolute;
        /*top: 0.8em;
        right: 1em; */
    }
    .result .video {
        position: absolute;
        top: 4.1em;
        right: 5.5em;
    }
    .result .profile {
        position: absolute;
        top: 1.5em;
        right: 5.5em;
    }


/**********************
 *** Sidebar **********/

#search-criteria {
    margin-bottom: 0.2em;
        position: static;
}

#criteria {
    background: #DDEBF2;
        font-size: .9em;
}

    #criteria ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #criteria ul li {
                border-bottom: 1px solid #c2dbe9;
                border-top: 1px solid #ebf3f8;
                padding: .6em 1.2em;
                margin: 0;
        }

#criteria-options ul {
    margin: 0 .5em 1.5em 1em;
    padding: 0;
    list-style: none;
}

#criteria-options ul li {
    padding-left: 22px;
    margin: .5em 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#criteria-options ul li.email {
    background-image: url(/images/global/icons/email.gif);
}

#criteria-warning {
    margin: 1em 0;
    padding: 1em;
    background-color: #FEEFB3;
    border: 1px solid;
    color: #9F6000;
}

/** Change Search Form **/

#search-form {
    margin: 0;
    height: 1%;
    overflow: hidden;
}

#search-form dt.distance {
    float:left;
    margin-right: .5em;
}

#search-form dt.distance label {
    font-weight: normal;
}

#search-form dd.distance {
    margin-top: .4em;
}

#keywords {
    width: 12.5em;
    z-index: 200; /* required for clickable field in IE */
    position: relative; /* required for clickable field in IE */
}

#jtsearch-label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    margin: 6px;
    font-size: .9em;
}

#jtsearch {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *top: -1px;
    *overflow: hidden;
}

#location,
#disciplines,
#types,
#sectors,
#locations {
    width: 13.3em;
}

#disciplines {
    height: 12em;
}

#types, #sectors {
    height: 7em;
}

#salary_from, #salary_to {
    width: 10em;
}

#advanced-toggle span {
    padding-left: 10px;
    background: transparent no-repeat 0 50%;
    text-decoration: underline;
    color: #005596;
    cursor: pointer;
}

#advanced-toggle span.more {
    background-image: url(/images/global/icons/control_double_270_small.gif);
}

#advanced-toggle span.less {
    background-image: url(/images/global/icons/control_double_090_small.gif);
}

#search-form ul {
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
}

#search-form ul li {
    float: left;
    width: 50%;
    margin: .5em 0 0 0;
}

#search-form ul li.submit {
    margin-top: 0;
}

#advanced-options  .help {
        font-size:0.9em;
        line-height:10.0px;
        margin:0px 0px 10px;
}
