/********************************************************************************
 This stylesheet defines brand specific styling
 Default elements styles
*********************************************************************************/
body
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #222222;
    background: #fff;
    padding: 8px 10px 10px 10px;
}

a, a:link, a:visited
{
    color: #00577c;
    text-decoration: underline;
}
a:hover, a:active, a:focus
{
    color: #4c9bb5;
    text-decoration: none;
}

strong
{
    font-weight: bold;
}
samp
{
}
h2 
{
    color: #B90078;
    font-size: 24px;
    margin: 0 0 10px;
}
/********************************************************************************
 Page template overrides
*********************************************************************************/

.content-wrap
{
}
.content
{
}
.container
{
    padding: 0;
    margin: 0;
}
.content-middle
{
    width: 770px;
    margin-top: 10px;
    overflow: hidden;
}
.mainCol
{
    width: 600px;
    margin: 0;
    display: inline;
}
.leftCol
{
    width: 159px;
    margin: 34px 10px 0 0;
    display: inline;
}
.rightCol
{
    width: 155px;
    margin: 0 10px 10px 0;
    display: inline;
}
.home .page-intro h1
{
	display:none;
}
/********************************************************************************
retailchoice header
*********************************************************************************/
.mod-header
{
    z-index: 500;
}
.mod-header .hd
{
    background: #004a63 url(/img/rc/jobseeker/header-bg.gif) repeat-x top left;
    height: 80px;
    position: relative;
    overflow: visible;
    z-index: 500;
}
.mod-header .hd .logo a
{
    float: left;
    width: 287px;
    height: 80px;
    background: url(/img/rc/jobseeker/Logo.gif) no-repeat;
    text-indent: -9999px;
}
/*header adbanner*/
.mod-header .hd .ad-banner
{
    float: right;
    width: 477px;
    height: 70px;
    background: url(/img/rc/jobseeker/header-right.gif) no-repeat;
    padding: 10px 0 0 5px;
    z-index: 9999;
}
.mod-header .hd .ad-banner a
{
    float:right;
    padding-right:9px;
}
.mod-header .hd h2
{
    text-indent: -9999px;
    background: url(/img/rc/jobseeker/find_the_job_you_love.gif) no-repeat;
    position: absolute;
    width: 247px;
    height: 27px;
    right: 10px;
    bottom: 5px;
}
.mod-header .bd
{
    background: url(/img/rc/jobseeker/stripeBG.gif) repeat-x top;
    padding-top: 22px;
}
.mod-header .ft
{
    background: url(/img/rc/jobseeker/page-bg.gif) repeat-x top;
    border-top: 1px solid #fff;
    position: relative;
    font-size: 11px;
    height: 37px;
    line-height: 23px;
    padding: 0 5px;
    overflow: visible;
    z-index: 100;
}
.mod-header .ft .login-status a
{
    color: #000;
    background: url(/img/rc/jobseeker/icn_sign_in.gif) no-repeat left center;
    padding-left: 17px;
    margin-left: 2px;
    font-weight: bold;
}

/********************************************************************************
 breadcrumb module override
*********************************************************************************/
.breadcrumb{height:28px; font-size:11px; padding:5px 0;}
.breadcrumb ul{margin:0;}
.breadcrumb li.first {background:none; padding-left:0;}
.breadcrumb li {display:block; float:left; padding:0 8px; margin:0; background:url(/img/rc/jobseeker/bullet.png) no-repeat left; line-height:16px;}
.breadcrumb li a{font-size:11px; font-weight:bold;}

/********************************************************************************
 browse tiered-breadcrumb module override
*********************************************************************************/
.tiered-breadcrumb a{ padding: 0 5px;font-weight: bold;}
.tiered-breadcrumb a.first{ padding-left: 0px;}
.tiered-breadcrumb a.disabled{ color: #222222;font-weight: normal;text-decoration: none;}

/********************************************************************************
 Site navigation bar overrides
*********************************************************************************/
.mod-navigation
{
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.mod-navigation ul
{
    width: 100%;
    line-height: 25px;
    margin: 0;
    background: url(/img/rc/jobseeker/nav-bg.gif) repeat-x;
}
.mod-navigation li
{
    background: transparent url(/img/rc/jobseeker/nav-sep.gif) no-repeat right center;
}
.mod-navigation .last
{
    background: none;
}
.mod-navigation li a
{
    color: #fff;
    padding: 0 8px 0 7px;
}
.mod-navigation li:hover
{
    background-color: #357792;
}
.mod-navigation a:hover, .mod-navigation a:visited
{
    color: #fff;
}
.mod-navigation .last a
{
    padding: 0 9px;
}

/********************************************************************************
 Welcome
*********************************************************************************/
.welcome
{
    padding: 0px 0px 5px 10px;
    font-size: 11px;
    color: #ffffff;
}
.welcome a
{
    color: #ffffff;
}
/********************************************************************************
 Site tabs overrides
*********************************************************************************/
.tabs
{
    position: absolute;
    right: 4px;
    top: 3px;
    line-height: 22px;
    z-index: 100;
}
.tabs a, .tabs a:hover, .tabs a:visited
{
    color: #000;
}
.mod-tabs .ss
{
    margin-right: 0px;
}
/********************************************************************************
Saved search drop down 
*********************************************************************************/
.job-basket, #Menu_SavedSearch
{
    float: right;
    display: block;
    width: auto;
    _width: 0px;
    _white-space: nowrap;
}

#Menu_SavedSearch
{
    background: url(/img/rc/jobseeker/saved-searches.png) no-repeat left center;
    width: 123px;
    height: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 5px;
    z-index: 100;
}
.saved-searches a
{
    display: block;
    padding: 0px 0 0 16px;
    font-weight: normal;
    *zoom: 1;
}
.saved-searches a:link,
.saved-searches a:visited
{
    text-decoration: none;
}
.saved-searches a:hover,
.saved-searches a:active,
.saved-searches a:focus
{
    text-decoration: underline;
}

/* saved search drop down */
.HideSubMenu
{
    display: none;
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 3px;
}
.ShowSubMenu
{
    display: block;
    position: absolute;
    top: 20px;
    right: 3px;
    z-index: 100;
}
#divSubNav
{
    border: 1px solid #999;
    background: #ecece1;
    width: 150px;
    list-style-type: none;
    overflow: hidden;
}
#divSubNav li
{
    float: none;
    list-style-type: none;
    *zoom: 1;
}
#divSubNav li a
{
    display: block;
    color: #222222;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 5px;
    *zoom: 1;
}
#divSubNav li a:link,
#divSubNav li a:visited
{
    background: #ddd;
    text-decoration: none;
}
#divSubNav li a:hover,
#divSubNav li a:active,
#divSubNav li a:focus
{
    background: #ccc;
    text-decoration: underline;
}
#divSubNav .last
{
    font-style: italic;
    text-align: right;
}

/********************************************************************************
Page Back and Top links
*********************************************************************************/
.pg-links
{
    width: 770px;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    clear: both;
}
.pg-links .hd
{
    display: none;
}
.pg-links .bd
{
    _zoom: 1;
}
.pg-links ul li
{ *word-wrap:break-word;}/* IE6 fix */
.pg-links .bd ul li
{
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    margin: 0;
}
.pg-links .bd ul li.back-link
{
    float: left;
    width: auto;
    background: url(/img/rc/Jobseeker/RSJR_03.png) no-repeat top left;
    padding-left: 22px;
}
.pg-links .bd ul li.top-link
{
    float: right;
    background: url(/img/rc/Jobseeker/RSJR_05.jpg) no-repeat top left;
    padding-left: 19px;
}
.pg-links .ft
{
    display: none;
}
/********************************************************************************
 Footer
*********************************************************************************/
.mod-footer
{
    width: 748px;
    padding: 10px;
    line-height: 16px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 11px;
    overflow: hidden;
    border-top: 1px solid #00577C;
    float: left;
    text-align: center;
}
.mod-footer span
{
    background: url(/img/rc/Jobseeker/retail-footer.gif) no-repeat left center;
    padding: 10px 110px 10px 62px;
    display: inline-block;
    
}
.mod-footer ul
{
    margin: auto;
}
.mod-footer ul li
{
    display: -moz-inline-box;
    display: inline-block;
    border-left: 1px solid #999;
    padding: 0 3px 0 5px;
}
.mod-footer ul li
{ *display:inline;*zoom:1;}/* for IE 6/7 */
.mod-footer ul li:first-child
{
    border: none;
    padding-left: 0;
}

/********************************************************************************/
/* AutoCompleteExtender															*/
/********************************************************************************/

/* Link */
.inclLnkMedNrm a, .inclLnkMedNrm a:hover, .inclLnkMedNrm a:visited
{
    font-weight: normal;
    font-size: 11px;
}
.lnkJd a, .lnkJd a:hover, .lnkJd a:visited
{
    font-weight: normal;
    font-size: 12px;
}


/* main container */
.pjb-ace
{
    display: inline;
}
.pjb-ace .ct
{
    position: relative;
    display: block;
    border: solid 1px #666666;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 255px;
    height: auto;
    overflow: hidden; /* default text styling */
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
/* header container */
.pjb-ace .ct .hd
{
    /* text styling */
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    color: #4c4c4c;
    background: #A9D1DF url(/img/rc/jobseeker/dottedline.gif) repeat-x bottom;
    height: 15px;
    width: 100%;
}
/* header text */
.pjb-ace .ct .hd span
{
    white-space: nowrap; /* ensure height of text line matches height of close button (minus vertical paddings, i.e. 19-2-2) */
    line-height: 15px; /* reserve space for progress indication */
    padding-right: 15px;
    background:none;
}
/* close button */
.pjb-ace .ct .hd a
{
    display: block;
    position: absolute; /* align link to top-right */
    right: 4px;
    top: 4px; /* make link large enough to cover background image */
    width: 11px;
    height: 11px; /* set background image */
    background-image: url(/img/rc/jobseeker/close.gif);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #BDD2CA;
}
/* body container */
.pjb-ace .ct .bd
{
    background-color: #ffffff;
    overflow: auto;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    border-width: 0px;
}
/* suggestions list container */
.pjb-ace .ct .bd ul
{
    margin: 0;
    padding: 0;
    cursor: default;
    width: 100%;
    height: auto;
}
/* suggestions list item */
.pjb-ace .ct .bd ul li
{
    margin: 0;
    padding: 2px 5px 2px 5px;
    color: #222222;
    list-style-type: none; /* do not wrap text */
    white-space: nowrap;
    width: auto;
}
.pjb-ace .ct .bd ul li.more
{
    font-weight: bold;
    color: #00577c;
    text-decoration: underline;
    text-align: right; 
}
.pjb-ace .ct .bd ul li.more:hover
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: right;
}
.pjb-ace .ct .bd ul li.hover
{
    color: #ffffff;
    background-color: #316AC5;
    text-decoration: none;
}

/* progress indicator - displayed inside the text box */
.pjb-ace-pi
{
    background-image: url(/img/loader.gif);
    background-position: right 2px;
    background-repeat: no-repeat;
}

/********************************************************************************
 Forms															
********************************************************************************/
.field-input .watermark {
    display:block;
    height:0;
}

.field-input .watermark label {
    color:#000;
    font-size:12px;
    line-height:15px;
    padding: 3px 3px;
}

/********************************************************************************/
/* CompanyHoverPanel															*/
/********************************************************************************/

/* main container */
.pjb-chp
{
    position: absolute;
    display: inline;
    border: solid 1px #666666;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: hidden; /* default text styling */
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}
/* header container */
.pjb-chp .hd
{
    display: block;
    position: static;
    color: #666666;
    background: #A9D1DF url(/img/rc/jobseeker/dottedline.gif) repeat-x bottom;
    padding: 2px 5px 2px 5px;
}
/* header text */
.pjb-chp .hd span
{
    /* text styling */
    font-weight: bold;
    white-space: nowrap; /* ensure height of text line matches height of close button (minus vertical paddings, i.e. 19-2-2) */
    line-height: 15px;
    margin-right: 15px;
    width: auto;
    overflow: hidden;
}
/* close button */
.pjb-chp .hd a
{
    position: absolute;
    display: block; /* align link to top-right */
    right: 4px;
    top: 4px; /* make link large enough to cover background image */
    width: 11px;
    height: 11px; /* set background image */
    background-image: url(/img/rc/jobseeker/close.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
/* body container */
.pjb-chp .bd
{
    position: relative;
    margin: 5px 5px 5px 5px;
}
.pjb-chp .bd ul
{
    cursor: default;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pjb-chp .bd ul li
{
    display: block;
    margin: 0;
    padding: 0;
}
.pjb-chp .bd ul li a
{
    font-size: 11px;
    font-weight: normal;
    display: block;
}
.pjb-chp .bd ul li.logo
{
    float: left;
}
.pjb-chp .bd ul li.jobs
{
}
.pjb-chp .bd ul li.profile
{
}
.pjb-chp .bd .clr
{
    clear: both;
}

/********************************************************************************/
/* IE hacks																		*/
/********************************************************************************/
.expired
{
    border: 2px solid #d70000;
    padding: 20px 10px 20px 65px;
    background: #fff url(/img/rc/Jobseeker/excl.gif) no-repeat 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
 
/********************************************************************************
	validator callout plugin
*********************************************************************************/
.validatorCallout .validatorCalloutPointer
{
	background-image: url(/img/rc/jobseeker/validate-arrow-left.png);
}
.validatorCalloutLeft .validatorCalloutPointer
{
	background-image: url(/img/rc/jobseeker/validate-arrow-right.png);
}

/********************************************************************************
	jQuery UI Dialog
*********************************************************************************/
.job-map-dialog
{
   border: 1px solid #00577C;
    background-color: #006F94;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;    
    -moz-box-shadow: 3px 3px 10px #333;
    -webkit-box-shadow: 3px 3px 10px #333;
    box-shadow: 3px 3px 10px #333;

}
.job-map-dialog .ui-dialog-titlebar
{
     border-bottom: solid 1px #00577C;    
    background: #004363 url(/img/rc/jobseeker/map/map-hdr-bg.png) repeat-x scroll top left;
    color: #fff;
    position: relative;
    font-weight: bold;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
    border-radius:  10px 10px 0 0;

}
.job-map-dialog .ui-dialog-title
{
    padding: 7px;
    display: block;
}
.job-map-dialog .ui-dialog-subtitle
{
    padding: 2px 5px;
    display: block;
}

.job-map-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    padding: 0;
    background: none;
    overflow: auto;
    zoom: 1;
}

.job-map-dialog .ui-dialog-titlebar-close
{
    position: absolute;
    top: 6px;
    right: 4px;
    height: 21px;
    width: 21px;
    background: transparent url(/img/rc/Jobseeker/map/close.png) no-repeat scroll 0 0;
    text-indent: 9999px;
    overflow: hidden;
}

.job-map-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    overflow: auto;
    zoom: 1;
}

