html {
    font: 12px/16px Arial, Helvetica, sans-serif;
}
a.tooltip {
    position: relative;
    z-index: 20;
    text-decoration: none;
    text-align: left;
}

a.tooltip:hover {
    z-index: 40;
    background: transparent none;
    text-decoration: none;
}

a.tooltip img {
    vertical-align: text-bottom;
}

a.tooltip span {
    display: none;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 480px !important;
    width /**/: 500px;
    padding: 5px 10px;
    border: 1px solid #000000;
    background-color: #FCFEFF;
    color: #000;
    font-weight: normal;
    font-size: 90%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

a.tooltip p {
    font-size: 100%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#photoFlyover {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0
}

#photoFlyover img {
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

.jcc-close {
    background: url(/jobnet/images/close.png) no-repeat;
    cursor: pointer;
    float: right;
    padding-left: 19px !important;
}

.tab_navigation {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
    text-decoration: none;
    color: #333 !important;
    margin: 4px 2px 0 !important;
    text-shadow: none;
    font: 12px/16px Arial, Helvetica, sans-serif !important;
}

.tab_navigation_active {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 5px;
    background-color: #fc6 !important;
    border-bottom: 1px solid #deae10 !important;
    border-radius: 4px;
    padding: 2px 5px;
    text-decoration: none;
    color: #333 !important;
    margin: 4px 2px 0 !important;
    text-shadow: 1px 1px 0 #fd9 !important;
    font: 12px/16px Arial, Helvetica, sans-serif !important;
}

.nav_cont {
    border-color: #BFBFBF;
    padding: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: linear-gradient(#E6E6E6, #DBDADA);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E6E6E6', EndColorStr='#DBDADA');
}

.tab_navigation {
    background-color: #F3F3F3;
}

.tab_navigation:hover {
    background-color: #FFFFFF;
}

.tab_navigation:hover, .tab_navigation_active:hover, .tab_navigation:visited, .tab_navigation_active:visited {
    text-decoration: none;
}

div.double-input-row {
    clear: both;
    float: none;
    padding-top: 10px;
    position: relative;
    vertical-align: top;
}

div.double-input-row .dir-input1,
div.double-input-row .dir-input2 {
    bottom: 0;
    float: left;
    width: 380px;
}

div.double-input-row .dir-input1 >,
div.double-input-row .dir-input2 > {
    float: none;
    width: 350px;
}

div.double-input-row .dir-input1 {
    margin-right: 50px;
}

.content_number,
.jcc-list-items td.content_number {
    text-align: right;
}

.cf-filter-result-paging a,
.cf-filter-result-paging span {
    margin-left: 5px;
}

#cf-result th {
    hyphens: none;
    -moz-hyphens: none;
    padding-left: 10px;
}

.cf-result-aud,
.cf-result-cat,
.cf-result-prov {
    clear: both;
    display: block;
    font-size: 0.85em;
    padding-top: 5px;
}

div.jnw-search-select-box {
    display: inline-block;
    border: 1px solid #909090;
    background: #f5f5f5;
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 180%;
}
div.jnw-search-select-box p {
    margin: 10px;
}
div.jnw-search-select-box input {
    margin: 0 3px 0 4px;
}

input.jcc-info,
select.jcc-info,
textarea.jcc-info {
    border-color: #ffcc00;
}

.header-arrow {
    text-decoration: none;
}

select[name=consultants_invert] {
    margin-bottom: 15px;
}

#shortcut_exclude_archive {
    background: url('/jobnet/images/cancel-on.png') no-repeat 0 0;
    cursor: pointer;
    float: right;
    padding-left: 19px;
}

table {
    border-spacing: 1px;
}

.wcon_webcal .wcon_tablecell {
    background-color: white;
}

.wcon_webcal .tableheader {
    text-decoration: none;
}

.wcon_webcal .wcon_tableheader {
    height: 25px;
    vertical-align: middle;
}

.jcc-layer-container {
    background: #FFF;
    border: 1px solid #666;
    border: 1px solid #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: none;
    margin: auto;
    position: fixed;
    width: 90%;
    z-index: 1005;
}

.jcc-layer-container iframe {
    border: 15px #ffffff solid;
    border-top: 0px;
    display: none;
    height: 100%;
    top: 35px;
    width: 100%;
    position: relative;
}

.jcc-layer-container .jcc-layer-loader {
    background: url('/jobnet/images/tpl/loader.gif');
    background-repeat: no-repeat;
    float: left;
    height: 250px;
    margin: 15px;
    width: 250px;
}

.jcc-layer-container .jcc-layer-close {
    color: #768da9;
    cursor: pointer;
    display: block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    right: 15px;
    top: -2px;
}

#jcc-layer-blocker {
    background: #ffffff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 400;
}
