/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
#TB_window {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://www.finest-jobs.com/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#ffeeee;
    background-image: url(http://www.finest-jobs.com/images/logos/logo_finest_jobs_big.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=20) !important;
    -moz-opacity: 0.20;
    opacity: 0.20;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    border: 1px outset;
    text-align:left;
    top:50%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:0px;
    padding-right: 3px;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
    font-weight: bold;
}

#TB_title{
        background-image: url(http://www.finest-jobs.com/images/app_header_bg.gif);
        background-repeat: repeat-y;
        background-position: left top;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
/*    padding:2px 15px 15px 15px; */
    padding: 0px;
    margin: 0px;
    overflow:auto;
/*    text-align:left; */
/*    line-height:1.4em; */
}

#TB_ajaxContent.TB_modal{
/*    padding:15px; */
}
/*
#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}
*/
#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin:0px;
}

/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/



/*UI accordion*/
.ui-accordion {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #d3d3d3;
}
.ui-accordion-group {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    border: 1px solid #d3d3d3;
    border-bottom: none;
}
.ui-accordion-header {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    cursor: pointer;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-accordion-header a {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    display: block;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    padding: .5em .5em .5em 1.7em;
    color: #555555;
    background: url(../images/jquery_ui/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
    background: url(../images/jquery_ui/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
    color: #212121;
}
.ui-accordion-header:hover {
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    color: #212121;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
    color: #ffffff;
    background: url(../images/jquery_ui/222222_7x7_arrow_down.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
    padding: 1.5em 1.7em;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
    font-size: 1em;
}





/*UI tabs*/
.ui-tabs-nav {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    float: left;
    position: relative;
    z-index: 1;
/*    border-right: 1px solid #d3d3d3; */
    bottom: -1px;
}
.ui-tabs-nav-item {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left;
    border: 1px solid #d3d3d3;
    border-right: none;
}
.ui-tabs-nav-item a {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    float: left;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
    padding: .4em .8em;
    color: #555555;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    color: #212121;
}
.ui-tabs-selected {
    border-bottom-color: #A01F31;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    color: #ffffff;
}
.ui-tabs-selected span {
    color: #ffffff !important;
} 
.ui-tabs-panel {
    /*resets*/
/*    margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	*/
    font-family: Verdana, Arial, sans-serif;
    clear:left;
/*    border: 1px solid #d3d3d3;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
*/    color: #222222;
/*    padding: 1.5em 1.7em;
*/
    font-size: 11px;
}
.ui-tabs-hide {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}





/*slider*/
.ui-slider {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    border: 1px solid #dddddd;
    height: .8em;
    position: relative;
}
.ui-slider-handle {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    position: absolute;
    z-index: 2;
    top: -3px;
    width: 1.2em;
    height: 1.2em;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    border: 1px solid #dddddd;
}
.ui-slider-range {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    height: .8em;
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    position: absolute;
    border: 1px solid #d3d3d3;
    border-left: 0;
    border-right: 0;
    top: -1px;
    z-index: 1;
    opacity:.7;
    filter:Alpha(Opacity=70);
}






/*dialog*/
.ui-dialog {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
    border: 4px solid #dddddd;
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
    display: block;
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0px;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0px;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0px;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 13px;
    height: 13px;
    right: 0px;
    bottom: 0px;
    background: url(../images/jquery_ui/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: 0px;
    bottom: 0px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: 0px;
    top: 0px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: 0px;
    top: 0px;
}
.ui-dialog-titlebar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    padding: .5em 1.5em .5em 1em;
    color: #555555;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1em;
    font-weight: normal;
    position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    background: url(../images/jquery_ui/888888_11x11_icon_close.gif) 0 0 no-repeat;
    position: absolute;
    right: 8px;
    top: .7em;
    width: 11px;
    height: 11px;
    z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
    background: url(../images/jquery_ui/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
    background: url(../images/jquery_ui/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
    display: none;
}
.ui-dialog-content {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    color: #222222;
    padding: 1.5em 1.7em;
}
.ui-dialog-buttonpane {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    border-top: 1px solid #dddddd;
    background: #ffffff;
}
.ui-dialog-buttonpane button {
    margin: .5em 0 .5em 8px;
    color: #555555;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-size: 1em;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
    color: #212121;
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
    color: #ffffff;
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    border: 1px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}







/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    font-size: 11px;
    border: 4px solid #dddddd;
    width: 15.5em;
    padding: 2.5em .5em .5em .5em;
    position: relative;
}
.ui-datepicker-div, #ui-datepicker-div {
    z-index: 9999; /*must have*/
    display: none;
}
.ui-datepicker-inline {
    float: left;
    display: block;
}
.ui-datepicker-control {
    display: none;
}
.ui-datepicker-current {
    display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
    position: absolute;
    left: .5em;
    top: .5em;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next {
    left: 14.6em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
    text-indent: -999999px;
    width: 1.3em;
    height: 1.4em;
    display: block;
    font-size: 1em;
    background: url(../images/jquery_ui/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}
.ui-datepicker-next a {
    background: url(../images/jquery_ui/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
    background: url(../images/jquery_ui/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
    background: url(../images/jquery_ui/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
    background: url(../images/jquery_ui/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
    background: url(../images/jquery_ui/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-header select {
    border: 1px solid #d3d3d3;
    color: #555555;
    background: #e6e6e6;
    font-size: 1em;
    line-height: 1.4em;
    position: absolute;
    top: .5em;
    margin: 0 !important;
}
.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
    background: #FBD5A4;
}
.ui-datepicker-header select.ui-datepicker-new-month {
    width: 7em;
    left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
    width: 5em;
    left: 9.4em;
}
table.ui-datepicker {
    width: 15.5em;
    text-align: right;
}
table.ui-datepicker td a {
    padding: .1em .3em .1em 0;
    display: block;
    color: #555555;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    cursor: pointer;
    border: 1px solid #ffffff;
}
table.ui-datepicker td a:hover {
    border: 1px solid #999999;
    color: #212121;
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
table.ui-datepicker td a:active {
    border: 1px solid #dddddd;
    color: #ffffff;
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
table.ui-datepicker .ui-datepicker-title-row td {
    padding: .3em 0;
    text-align: center;
    font-size: .9em;
    color: #222222;
    text-transform: uppercase;
}
.ui-datepicker-today a {
    font-weight: bold;
}
.ui-datepicker-current-day a {
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
table.ui-datepicker .ui-datepicker-title-row td a {
    color: #222222;
}
.ui-datepicker-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 193px;
    height: 200px;
}






/* ui-autocomplete */
.ui-autocomplete-results {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    z-index: 9999;
}
.ui-autocomplete-results ul, .ui-autocomplete-results li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ui-autocomplete-results ul {
    border: 1px solid #d3d3d3;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
    margin-bottom: -1px;
}
.ui-autocomplete-results li {
    padding: .4em .5em;
    color: #555555;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    border-left: 0;
    border-right: 0;
    margin: 1px 0;
}
.ui-autocomplete-results li.ui-hover-state, .ui-autocomplete-results li.ui-active-state {
    margin: 0;
}
/*Paul - you could add classes for these first last states instead for ie6... */
.ui-autocomplete-results li:first-child {
    border-top: 0;
}
.ui-autocomplete-results li:last-child {
    border-bottom: 0;
}
.ui-autocomplete-results li.ui-autocomplete-over {
    border: 1px solid #999999;
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    color: #212121 !important;
}
.ui-autocomplete-results li.ui-autocomplete-active {
    border: 1px solid #dddddd;
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    color: #ffffff !important;
    outline: none;
}







/*UI ProgressBar */
.ui-progressbar {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    border: 1px solid #dddddd;
    position: relative;
}
.ui-progressbar-bar {
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    overflow: visible;
    position: relative;
    border: 1px solid #d3d3d3;
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
}
.ui-progressbar-text {
    color: #555555;
    padding: .2em .5em;
    font-weight: normal;
}
.ui-progressbar-text-back {
    display: none;
/*  position: absolute;
    top: 1px;
    left: 0px;
    font-weight: normal;
    color:#000;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 1px;
*/
}
.ui-progressbar-disabled {
    opacity:.5;
    filter:Alpha(Opacity=50);
}






/*UI Colorpicker */
.ui-colorpicker {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    border: 4px solid #dddddd;
    padding: 5px;
    width: 360px;
    position: relative;
}
.ui-colorpicker-color {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 15px;
}
.ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */
    border: 1px solid #d3d3d3;
    height: 150px;
    background: url(../images/jquery_ui/_x_.);
    position: relative;
}
.ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */
    width: 11px;
    height: 11px;
    background: url(../images/jquery_ui/_x_.);
    position: absolute;
    border: 0;
    margin: -5px 0 0 -5px;
    float: none;
}
.ui-colorpicker-hue {
    border: 1px solid #d3d3d3;
    float: left;
    width: 17px;
    height: 150px;
    background: url(../images/jquery_ui/_x_.);
    position: relative;
    margin-right: 15px;
}
.ui-colorpicker-hue div {
    background:transparent url(../images/jquery_ui/_x_.); /*this image should be themerollable*/
    height:9px;
    left:-9px;
    margin:-4px 0 0;
    position:absolute;
    width:35px;
    cursor: ns-resize;
}
.ui-colorpicker-new-color, .ui-colorpicker-current-color {
    float: left;
    width: 6.5em;
    height: 30px;
    border: 1px solid #d3d3d3;
    margin-right: 5px;
}
.ui-colorpicker-current-color {
    margin-right: 0;
}

.ui-colorpicker-field, .ui-colorpicker-hex {
    position: absolute;
    width: 6em;
}
.ui-colorpicker-field label, .ui-colorpicker-field input,
.ui-colorpicker-hex label, .ui-colorpicker-hex input {
    font-size: 1em;
    color: #222222;
}
.ui-colorpicker-field label, .ui-colorpicker-hex label {
    width: 1em;
    margin-right: .3em;
}
.ui-colorpicker-field input, .ui-colorpicker-hex input {
    border: 1px solid #d3d3d3;
    width: 4.6em;
}
.ui-colorpicker-hex {
    left: 205px;
    top: 134px;
}
.ui-colorpicker-rgb-r {
    top: 52px;
    left: 205px;
}
.ui-colorpicker-rgb-g {
    top: 78px;
    left: 205px;
}
.ui-colorpicker-rgb-b {
    top: 105px;
    left: 205px;
}
.ui-colorpicker-hsb-h {
    top: 52px;
    left: 290px;
}
.ui-colorpicker-hsb-s {
    top: 78px;
    left: 290px;
}
.ui-colorpicker-hsb-b {
    top: 105px;
    left: 290px;
}

.ui-colorpicker-field label {
    font-weight: normal;
}
.ui-colorpicker-field span {
    width: 7px;
    background: url(../images/jquery_ui/888888_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
    right: 5px;
    top: 0;
    height: 20px;
    position: absolute;
}
.ui-colorpicker-field span:hover {
    background: url(../images/jquery_ui/454545_11x11_icon_arrows_updown.gif) 50% 50% no-repeat;
}

.ui-colorpicker-submit {
    right: 14px;
    top: 134px;
    position: absolute;
}








/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
/*component content styles*/
.ui-component-content {
    border: 1px solid #dddddd;
    background: #ffffff url(../images/jquery_ui/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
    color: #222222;
}
.ui-component-content a {
    color: #222222;
    text-decoration: underline;
}
/*component states*/
.ui-default-state {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/jquery_ui/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-weight: normal;
    color: #555555 !important;
}
.ui-default-state a {
    color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
    border: 1px solid #999999;
    background: #FBD5A4 url(../images/jquery_ui/FBD5A4_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    font-weight: normal;
    color: #212121 !important;
}
.ui-hover-state a {
    color: #212121;
}
.ui-default-state:active, .ui-active-state {
    border: 1px solid #dddddd;
    background: #A01F31 url(../images/jquery_ui/A01F31_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    font-weight: normal;
    color: #ffffff !important;
    outline: none;
}
.ui-active-state a {
    color: #ffffff;
    outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(../images/jquery_ui/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(../images/jquery_ui/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(../images/jquery_ui/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-content {background: url(../images/jquery_ui/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}

.ui-arrow-left-default {background: url(../images/jquery_ui/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(../images/jquery_ui/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(../images/jquery_ui/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-content {background: url(../images/jquery_ui/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}

.ui-arrow-down-default {background: url(../images/jquery_ui/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(../images/jquery_ui/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(../images/jquery_ui/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-content {background: url(../images/jquery_ui/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}

.ui-arrow-up-default {background: url(../images/jquery_ui/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(../images/jquery_ui/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(../images/jquery_ui/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-content {background: url(../images/jquery_ui/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}

.ui-close-default {background: url(../images/jquery_ui/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(../images/jquery_ui/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(../images/jquery_ui/222222_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-content {background: url(../images/jquery_ui/222222_11x11_icon_close.gif) no-repeat 50% 50%;}

.ui-folder-closed-default {background: url(../images/jquery_ui/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(../images/jquery_ui/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(../images/jquery_ui/222222_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-content {background: url(../images/jquery_ui/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}

.ui-folder-open-default {background: url(../images/jquery_ui/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(../images/jquery_ui/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(../images/jquery_ui/222222_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-content {background: url(../images/jquery_ui/222222_11x11_icon_folder_open.gif) no-repeat 50% 50%;}

.ui-doc-default {background: url(../images/jquery_ui/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(../images/jquery_ui/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(../images/jquery_ui/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-content {background: url(../images/jquery_ui/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}

.ui-arrows-leftright-default {background: url(../images/jquery_ui/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(../images/jquery_ui/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(../images/jquery_ui/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-content {background: url(../images/jquery_ui/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}

.ui-arrows-updown-default {background: url(../images/jquery_ui/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(../images/jquery_ui/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(../images/jquery_ui/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-content {background: url(../images/jquery_ui/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}

.ui-minus-default {background: url(../images/jquery_ui/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(../images/jquery_ui/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(../images/jquery_ui/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-content {background: url(../images/jquery_ui/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}

.ui-plus-default {background: url(../images/jquery_ui/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(../images/jquery_ui/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(../images/jquery_ui/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-content {background: url(../images/jquery_ui/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}

/*hidden elements*/
.ui-hidden {
    display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
     position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
    /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



.body_pdf,.body_popup,.body_content {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body_content {
    background-color: #FBD5A4;
    background-image: url(../images/body_bg.jpg);
    background-repeat: repeat-y;
    background-position: -100px top;
}
.body_pharma {
    background-color: #65B9FF;
    background-image: url(../images/body_bg_pharma.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
.body_popup {
    background-color: #FFFfFf;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}
.body_include {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.fj_content {
    margin-left: 5px;
}
.fj_content h2 {
    font-size: 12px;
    color: #333333;
    display: inline;
}

hr,.hr {
    clear: both;
    display: none;
    height: 1px;
}

.sep {
    clear: both;
    height: 1px;
    line-height: 1px;
}

.fj_content p {
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0px;
    font-size: 12px;
}

td, th {
	font-size: 12px; 
}
form {
    margin: 0px;
    padding: 0px;
}

a, a:link, a:visited {
	color: #9F2031;
}

fieldset {
	border: 0px;
	border-top: 1px dashed #666666;
	margin-bottom: 3px;
    padding-left: 0px;
}

fieldset legend {
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #A02031;
    border-right: 1px solid #A02031;
    background-color: #dddddd;
}

.fj_header {
	padding: 0px;
	margin: 0px;
	height: 97px;
	width: 820px;
	border-bottom: 1px solid #A8867C;
	position: relative;
	top: 0px;
	left: 0px;
}
.fj_header .fj_header_content {
	position: relative;
	top: 0px;
	left: 260px;
	width: 535px;
	height: 70px;
    overflow: hidden;
}
.fj_header .fj_header_content b, .fj_header .fj_header_content i,
.fj_header .fj_header_content_pharma b, .fj_header .fj_header_content_pharma i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
    position: relative;
    left: 1px;
    top: 2px;
    color: #FFFFFF;
}
.fj_header .fj_header_content_pharma b, .fj_header .fj_header_content_pharma i {
	color: #bbbbff;
}
.fj_header .fj_header_content b span, .fj_header .fj_header_content i span,
.fj_header .fj_header_content_pharma b span, .fj_header .fj_header_content_pharma i span {
    position: absolute;
    top: -2px;
    left: -1px;
    color: #220000;
}
.fj_header .fj_logo, .fj_header .fj_logo_pharma {
	position: absolute;
	top: 0px;
	left: 0px;
    background-image: url(../images/logos/logo_finest_jobs_140.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
	height: 100px;
	width: 175px;
	overflow: hidden;
}
.fj_header .fj_logo_pharma {
    background-image: url(../images/logos/logo_finest_jobs_pharma.gif);
    background-position: 10px 0px;
}
.fj_header .fj_logo img, .fj_header .fj_logo_pharma img {
	height: 100px;
	width: 175px;
}
.fj_header .fj_menu {
	position: absolute;
	top: 71px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 600px;
}
.fj_menu_side {
    padding: 1px;
}
.fj_menu_side div {
    text-align: center; 
    line-height: 20px; 
    margin-right: 2px;
    border-bottom: 1px dotted #dddddd;
}
.fj_menu_side div a {
	font-size: 13px; 
	text-decoration: none;
}
.fj_menu_side_over {
    font-weight: bold;
    background-color: #F6B86B;
}
.fj_menu_side .fj_menu_side_small {
    font-size: 10px;
    font-family: Arial, Helvetica;
    color: #999999;
    line-height: 11px;
    text-align: left;
    padding-left: 2px;
}
.logo_content {
	width: 163px;
	height: 71px;
	float: right;
}
.fj_footer {
	background-color: #A01F31;
	background-image: url(../images/footer_fade.gif);
	background-repeat: repeat-y;
	background-position: 668px top;
    padding-left: 5px;
}
.body_content .fj_footer {
    width: 812px;
}
.body_pharma .fj_footer {
	margin-right: 9px;
    width: 812px;
}
.fj_footer td {
    font-size: 11px;
    color: #ffffff;
}

.fj_footer a, .fj_footer a:link, .fj_footer a:hover, .fj_footer a:visited {
	color: #ffffff !important;
	text-decoration: none;
}
.body_content .fj_footer .close {
	padding-right: 20px; 
	background-image: url(../images/content_bg.jpg); 
	background-repeat: repeat-y; 
	background-position: right;
}
.body_pharma .fj_footer .close {
    padding-right: 0px; 
/*    background-color: #C2E1FE;
    background-image: none;
*/    border-right: 1px solid #A8867C;
}

.body_content .fj_content {
	padding: 0px;
	padding-bottom: 10px;
	margin-right: 125px;
}

.body_content .fj_col_left {
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 15px;
    width: 790px;
    background-color: #ffffff;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
    position: relative;
    top: 0px;
    left: 0px;
}

.body_pharma .fj_col_left {
    background-color: #C2E1FE;
    background-image: url(../images/content_bg_pharma.jpg);
    background-repeat: no-repeat;
    background-position: left -50px;
    padding-right: 20px;
    border-right: 1px solid #A8867C;
}
	
.body_include .fj_col_left {
    padding: 0px;
    background-color: #ffffff;
}

.body_popup .fj_col_left, .body_pdf .fj_col_left {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.fj_col_right {
	padding-top: 0px;
	width: 175px;
}

@media print {
    /* PRINT ONLY */
    .fj_content h1 {
        font-size: 14px;
        font-weight: bold;
        color: #9C0000;
        display: inline;
    }
    .fj_content h1 span {
        display: none;
    }
	
	.hide_from_print {
	   display: none;
	   visibility: hidden;
	}
    .hide_from_screen {
        display: block;
        visibility: visible; 
    }
	.page_icons, .page_icons_over {
	   visibility: hidden;
	   display: none;
	}
	.page_icons {
	}
	.page_icons td, .page_icons_over td {
	}
	    
	.popup_page {
		margin: 0px;
		padding: 0px;
		text-align: left;
	    clear: both;
	}
	
	.popup_page h1 {
		margin: 0px;
		padding: 0px;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: normal;
	}
	
	.popup_header {
		padding: 0px;
	}
	
	.popup_header a, .popup_header a:visited {
		text-decoration: none;
		font-weight: bold;
	}
}

@media screen, handheld {
    /* BROWSER ONLY */
    .fj_content h1 {
        font-size: 14px;
        font-weight: bold;
        position: relative;
        left: 1px;
        top: 1px;
        color: #FBD5A4;
        display: inline;
    }
    .fj_content h1 span {
        position: absolute;
        top: -1px;
        left: -1px;
        color: #9C0000;
    }
	    
    .hide_from_screen {
        display: none;
        visibility: hidden;
    }
	
	.page_icons, .page_icons_over {
	    padding: 2px;
	    margin: 0px;
	    margin-bottom: 10px;
        margin-left: 10px;
	    float: right;
	    clear: both;
	}
	.page_icons {
	    filter: alpha(opacity = 40);
	    -moz-opacity: .40;
	    opacity: .40;
	}
	.page_icons td, .page_icons_over td {
	    padding-left: 3px;
	    padding-right: 3px;
	}
	    
    .popup_page {
        margin: 0px;
        padding: 0px;
        border: 2px solid #F6B968;
        text-align: left;
        clear: both;
        background-color: #ffffff;
    }
    
    .popup_page h1 {
        margin: 0px;
        margin-bottom: 2px;
        padding: 0px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 7px;
        font-size: 12px;
        font-weight: normal;
        background-color: #F6B968;
        color: #000000;
    }
    
    .popup_header {
        border: 0px;
        border-left: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        background-image: url(../images/app_header_bg.gif);
        background-repeat: repeat-y;
        background-position: left top;
        padding: 5px;
    }
    
    .popup_header a, .popup_header a:visited {
        text-decoration: none;
        font-weight: bold;
    }
}

.box_small_top {
	background-image: url(../images/box_sm_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 169px;
	min-height: 27px;
	padding: 0px;
}

.box_small_top_company {
	background-image: url(../images/box_sm_top_company.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 169px;
	min-height: 27px;
	padding: 0px;
}

.box_small_bottom {
	background-image: url(../images/box_sm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 169px;
	min-height: 2px;
}

.box_small_bottom h1, .box_large_bottom h1 {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin: 0px;
}

.box_small_bottom h2, .box_large_bottom h2 {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
	text-align: left;
    padding: 5px;
    padding-bottom: 8px;
    margin: 0px;
}

.box_small_bottom_company {
	background-image: url(../images/box_sm_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 169px;
	min-height: 2px;
}

.box_small_bottom_company h1, .box_large_bottom h1 {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 2px;
	margin: 0px;
}

.box_small_bottom h2, .box_small_bottom_company h2, .box_large_bottom h2 {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-align: left;
    padding: 5px;
    padding-bottom: 8px;
    margin: 0px;
}

.box_small_bottom p, .box_large_bottom p {
    clear: both;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
    text-align: left;
    color: #000000;
    margin-bottom: 0px;
}

.box_small_content {
	background-image: url(../images/box_sm_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 169px;
	min-height: 27px;
    margin-bottom: 10px;
}

.box_small_content ul {
	list-style-type: square;
	margin: 0px;
	padding-left: 18px;
	line-height: 20px;
}

.box_large_top {
    background-image: url(../images/box_sml_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 250px;
    min-height: 27px;
    padding: 0px;
}

.box_large_bottom {
    background-image: url(../images/box_sml_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 250px;
    min-height: 2px;
}

.box_large_content {
    background-image: url(../images/box_sml_bg.gif);
    background-repeat: repeat-y;
    background-position: left;
    width: 250px;
    min-height: 27px;
    margin-bottom: 10px;
}

.box_adsense {
    width: 167px;
	overflow: hidden; 
	text-align: center; 
    margin-bottom: 10px;
}
.box_popular {
    position: relative;
    top: 0px;
    left: -10px;
	min-height: 260px;
	width: 790px;
	padding-bottom: 1px;
}
.box_popular h1 {
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    padding: 0px;
    margin: 0px;
    padding-top: 42px;
    padding-left: 100px;
}
.box_popular ul {
	padding: 0px;
	list-style: url(../images/li.gif);
	margin-left: 120px;
	line-height: 20px;
}

.box_popular ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.box_popular span {
    font-size: 11px;
    color: #000000;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 300px;
}
.box_popular_einsteiger {
    background-image: url(../images/popular_bg_einsteiger.jpg);
}
.box_popular_professional {
    background-image: url(../images/popular_bg_professional.jpg);
}
.box_popular_location {
    background-image: url(../images/popular_bg_location.jpg);
}

.box_filter_big {
	width: 388px;
	height: 122px;
	background-image: url(../images/box_filter_big.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 2 px;
}
.box_filter_small {
    width: 127px;
    height: 122px;
    background-image: url(../images/box_filter_small.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 2 px;
    text-align: center;
}
.box_filter_big h1, .box_filter_small h1 {
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
    margin: 0px;
}
.box_filter_big span, .box_filter_small span {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.box_filter_bg {
    background-color: #ffffff;
    filter: alpha(opacity = 50);
    -moz-opacity: .50;
    opacity: .50;
}
.errormsg, .errormsg2 {
	padding: 5px;
/*	background-color: #ffeeee;
    border-bottom: 1px solid #333333;
*/  border-top: 1px solid #333333;
	padding-top: 8px;
	padding-left: 30px;
	font-size: 11px;
	color: #ff0000;
	background-image: url(../images/button_fehler.gif);
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 17px;
	clear: both;
	text-align: left;
}
.errormsg2 {
	background-color: #dddddd;
}
.dberr {
	padding: 5px;
/*	background-color: #ffeeee;
    border-bottom: 1px solid #333333;
*/  border-top: 1px solid #333333;
    padding-top: 8px;
    padding-left: 30px;
    font-size: 11px;
	color: #ff0000;
    background-image: url(../images/button_fehler.gif);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 17px;
    clear: both;
    text-align: left;
}

.succmsg {
	padding: 5px;
/*	background-color: #bdec64;
	border-bottom: 1px solid #333333;
*/	border-top: 1px solid #333333;
	padding-top: 5px;
    padding-left: 30px;
	font-size: 15px;
    background-image: url(../images/button_erfolg.gif);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 17px;
    clear: both;
    text-align: left;
    margin-right: 2px;
}

.infomsg {
    padding: 5px;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 12px;
    background-image: url(../images/sl_teaser.gif);
    background-position: 5px 5px;
    background-repeat: no-repeat;
    min-height: 50px;
    clear: both;
    text-align: left;
    margin-right: 2px;
}

.cell_wait {
	background-image: url(../images/loading.gif); 
	background-repeat: no-repeat; 
	background-position: center center;
}

.cell_form {
	padding: 5px;
	text-align: left;
}

.title_form {
	font-weight: bold;
	padding-bottom: 0px;
    display: inline;
}

.title_formpdf {
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
    background-color: #dddddd;
    width: 300px;
}

.value_formpdf {
	font-size: 14px;
    padding: 3px;
    padding-left: 10px;
}

.title_form_duty {
    font-weight: bold;
    padding-bottom: 0px;
    display: inline;
    background-image: url(../images/duty.gif); 
    padding-right:10px; 
    background-repeat:no-repeat; 
    background-position: top right; 
    clear: right;
}

.title_filter {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 15px;
	position: relative;
	top: 1px;
	left: 1px;
	color: #FBD5A4;
}

.title_filter span {
	position: absolute;
	top: -1px;
	left: -1px;
	color: #A01F31;
}

.sub_form {
	font-size: 10px;
	color: #666666;
}

.filter_example {
	text-decoration: underline;
	font-style: italic;
}

.input,.input_filter,select,textarea,.inputform input {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12px;
    border: 1px solid #aaaaaa;
}

.input_cb {
	border: 0px;
}

.input_filter {
	width: 240px;
	height: 25;
	padding-top: 0px;
}

.select_filter {
    height: 25;
    padding-top: 3px;
}

.input:hover, .input:active, .input:focus, .input_filter:hover, .input_filter:active, .input_filter:focus, select:hover, select:active, select:focus {
	background-color: #FEF4DB;
	border: 1px solid #000000;
}

option {
	padding: 0px 3px;
}

.radioinp, .checkinp {
	vertical-align: middle;
}

.mcheck, .mcheck_over {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 10px;
    font-family: Arial, Helvatica, Sans-Serif;
    border: 1px solid #aaaaaa;
	height: 150px;
	background-color: #ffffff;
	overflow: auto;
}

.mcheck ul, .mcheck_over ul {
	margin: 0 auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
    background-color: #ffffff;
}

.mcheck_li {
	padding: 0px;
	background-color: #ffffff;
	height: 15px;
}

.mcheck_li_over {
    padding: 0px;
    background-color: #FBD5A4;
    cursor: pointer;
    height: 15px;
}

.mcheck_li_select, .mcheck_li_select_over {
    padding: 0px;
    background-color: #A01F31;
    color: #ffffff;
    cursor: pointer;
    height: 15px;
}

.mcheck_li input {
	display: none;
}

.mcheck_li_over input, .mcheck_li_select input, .mcheck_li_select_over input {
    display: inline;
    padding: 0px;
    margin: 0px;
    margin-right: 1px;
    cursor: pointer;
    float: left;
    height: 15px;
    width: 15px;
}
.mcheck_li_over label, .mcheck_li_select label, .mcheck_li_select_over label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 15px;
}
.editable {
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px dotted #bbbbbb;
}
.editable_over {
    background-color: #FDEBD5;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px dotted #333333;
}
.editable_disabled {
    overflow: hidden;
    color: #666666;
}
.button {
	background-color: #eeeeee;
	border: 1px outset;
	padding: 1px;
	margin: 2px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.button_small {
	background-color: #eeeeee;
	border: 1px outset;
	padding: 1px;
	margin: 1px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.button_over {
	background-color: #ffffff;
	background-image: none;
    border: 1px outset;
	color: #990000;
    padding: 1px;
    margin: 2px;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.button_small_over {
    background-color: #ffffff;
    background-image: none;
    border: 1px outset;
    color: #990000;
    padding: 1px;
    margin: 1px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}

.button_img {
	 border: 0px; 
     background-color: transparent; 
	 width: 92px; 
	 height: 18px;
	 cursor: pointer;
}

.button_img_small {
     border: 0px; 
     background-color: transparent; 
     width: 29px; 
     height: 29px;
     cursor: pointer;
}

.button_img_smaller {
     border: 0px;
     background-color: transparent; 
     width: 18px; 
     height: 18px;
     cursor: pointer;
}

/* OVL stuff */
.ovl_bg {
	background-color: #F6B86B;
	border: 1px outset;
	padding: 3px;
	filter: alpha(opacity = 80);
	-moz-opacity: .80;
	opacity: .80;
}

.ovl_fg {
	
}

.ovl_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

.ovl_cap {
	background-color: #A02031;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
	filter: alpha(opacity = 90);
	-moz-opacity: .90;
	opacity: .90;
}

.ovl_close a {
	text-decoration: none;
	display: block;
	width: 30px;
}
.ovl_close {
	background-image: url(../images/button_abbrechen.gif);
	background-color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
    width: 30px;
}
/* Admin Stuff */
.stat_action {
	border: 1px solid #666666;
	padding: 5px;
	text-align: center;
}

.stat_head {
	border: 1px solid #666666;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.stat_descr {
	font-weight: bold;
	border: 1px solid #666666;
	padding: 5px;
	font-size: 10px;
}

.stat_val {
	border: 1px solid #666666;
	vertical-align: middle;
	text-align: center;
	font-family: Courier New, Courier;
	font-size: 11px;
	padding: 2px;
}

.stat_chart {
	padding: 10px;
	background-color: #eeeeee;
	border: 1px inset;
}

.stat_chart_img {
	padding: 10px;
	background-color: #ffffff;
	border: 1px outset;
}

.sl_top {
    height: 20px;
    width: 773px;
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
}

.topjob_top {
    background-color: transparent;
    height: 0px;
    width: 773px;
    position: relative;
    top: 0px;
    left: 0px;
    clear: both;
    margin-top: 0px;
}

.sl_teaser {
	position: absolute;
	top: -8px;
	left: -15px;
	float: left;
    clear: both;
}

.topjob_teaser {
    position: absolute;
    top: -60px;
    left: -20px;
    float: left;
    clear: both;
}

.tablelist, .sl_list {
    width: 768px;
    margin: 0px;
    margin-left: 5px;
    border: #F6B86B solid 1px;
    empty-cells: show;
}

.tablelist_small {
    margin: 0px;
    empty-cells: show;
}
.tablelist td, .sl_list td {padding: 4px 5px;}
.tablelist td a, .sl_list td a {text-decoration: none;}

.tablelist .tdhr, .sl_list .tdhr {
    border: 0px;
    padding: 0px;
    height: 1px;
    background-color: #C6BAA0;
}
.tablelist .th_order, .sl_list .th_order {
    background-color: #F6B86B;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    cursor: pointer;    
}
.tablelist .asc, .sl_list .asc {
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.tablelist .desc, .sl_list .desc {
    background-image: url(../images/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.tablelist .asc a, .tablelist .desc a {
}
.tablelist .th_cat, .sl_list .th_cat, .tablelist .th_cat:hover, .sl_list .th_cat:hover {
    background-color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 0px;
    color: #666666;
    border: 1px solid #dddddd;
    border-left: 3px solid #999999;
    cursor: default;
}
.tablelist .th_cat_empty, .sl_list .th_cat_empty, .tablelist .th_cat_empty:hover, .sl_list .th_cat_empty:hover {
    background-color: #FFFFFF;
    cursor: default;
}
.tablelist th, .sl_list th, .tablelist .th_off, .sl_list .th_off {
    background-color: #F6B86B;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    color: #000000;
    cursor: pointer;    
}
.tddetail th, .tddetail .th_off, .tddetail .th_order {
	padding-top: 2px !important;
    padding-bottom: 2px !important;
	background-color: #FBD5A4;
	font-size: 10px !important;
	font-weight: normal;
}
.tablelist th:hover, .sl_list th:hover {
    background-color: #A02031;
    color: #FFFFFF;
}
.tablelist .th_off, .sl_list .th_off, .tablelist .th_off:hover, .sl_list .th_off:hover {
	color: #444444 !important;
    cursor: default;    
    background-color: #F6B86B !important;
}
.tablelist th a, .tablelist th a:visited, .sl_list th a, .sl_list th a:visited {
    text-decoration: none;
    color: #333333;
    position: relative;
    top: 0px;
    left: -8px;
}
.tablelist th a:hover, .tablelist th a:active, .sl_list th a:hover, .sl_list th a:active,
.tablelist th:hover a, .sl_list th:hover a {
	    text-decoration: none;
    color: #FFFFFF;
}
.empty {
    filter: alpha(opacity = 40);
    -moz-opacity: .40;
    opacity: .40;
}
.emptystrong {
    filter: alpha(opacity = 20);
    -moz-opacity: .20;
    opacity: .20;
}
.tr {
}
.tr_over .td1, .tr_over .td2, .tr_over .td3, .tr_over .empty, .tr_over .emptystrong {
    background-color: #ddffdd;
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    opacity: 1;
}
.td1 {
    background: #FFFFFF;
}
.td2 {
    background: #DDDDDD;
}
.td3 {
    background: #FEF1E1;
}
.tdbold {
	font-weight: bold;
}
.tdsmall {
    font-size: 11px;
    padding: 1px !important;
}
.tdnumber {
    white-space: pre; 
    font-family: monospace;
}
.td_cat {
    border-left: 3px solid #999999;
}
.tddetail {
	padding: 0px !important;
}
.tddetail .detail, .tddetail .detail2, .tddetail .detail3 {
    padding: 0px;
    margin: 0px; 
    margin-left: 1px;
    margin-bottom: 5px;
    border: 0px;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    border-left: 2px solid #FBD5A4;
    display: none;
    position: relative;
    top: 0px;
    right: -1px;
}
.tddetail .detail2 {
	border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    border-left: 2px solid #990000;
    padding-left: 0px;
    margin-left: 1px;
    position: relative;
    top: 0px;
    right: -1px;
}
.tddetail .detail3 {
}
.nav_job {
	padding: 0px;
	padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.nav {
	background-color: transparent;
	padding-left: 5px;
    height: 0px;
}
.nav_count {
    color: #000000;
    font-size: 12px; 
}
.tddetail .nav_count {
    color: #000000;
    font-size: 11px; 
}
.nav_count a, .nav_count a:visited {
	color: #000000;
	text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
}
.nav_count a:hover {
    border-bottom: 3px solid #dddddd;
}
.tddetail .nav_count a:hover {
    border-bottom: 1px solid #dddddd;
}
.nav_current {
    font-weight: bold;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 3px solid #9F2031;
    background-color: #dddddd;
}
.tddetail .nav_current {
    font-weight: normal;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
    border-bottom: 1px solid #9F2031;
    background-color: #dddddd;
}
.nav_button {
	padding-left: 2px;
	padding-right: 2px;
	width: 15px;
}

.search_stat {
	margin-right: 2px;
}
.search_stat a {
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
}
.search_stat_key {
    font-size: 13px;
    font-weight: bold;	
}

.search_stat_loc {
	font-size: 12px;
	color: #333333;
}

.steps {
	border-bottom: 1px dashed #999999;
	height: 40px;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 5px;
}
.body_include .steps {
    position: block;
    left: 0px;
}
.steps span {
	color: #777777;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 0px;
}
.steps ul {
    margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 15px;
	left: 0px;
}

.steps ul li {
	float: left;
	padding: 5px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
    position: relative;
    top: 0px;
    left: 0px;
}

.step_hr_current {
    background-image: url(../images/symbol_auswaehlen.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.step_hr {
    width: 0px;
    height: 15px;
}

.step_done a, .step_done a:visited {
    color: #009900;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px;
    padding-left: 30px;
    background-image: url(../images/step_done.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.step_undone a, .step_undone a:visited {
    color: #999999;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
    padding: 5px;
    padding-left: 30px;
    background-image: url(../images/step_undone.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

/* suggest stuff */    
.ac_results {
    padding: 0px;
    border: 1px solid #C6BAA0;
    background-color: #ffffff;
    overflow: hidden;
}

.ac_results ul {
    width: 400px;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    overflow: hidden;
    line-height: 10px;
}
.ac_results li b {
	color: #000000;
	font-size: 11px;
}
.ac_loading {
    background : url('../images/indicator.gif') right center no-repeat;
}
.ac_over {
    background-color: #F2DCAA;
    color: #000000;
}
.ac_match {
    text-decoration: none;
    color: #008800;
    background-color: #ddffdd;
}
    
#fj_isolate {
	background-image: none;
	background-color: #ffffff;
}
#fj_isolate h1 {

    background-color: inherit;
}
