/* GLOBAL
*****************************************************************/
html, body
{
    font-family: "Arial", "Verdana", "Helvitica", sans-serif;
    text-align: center;
    color: #444;
    font-size: 11px;
}

*
{
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

p
{
    margin-bottom: 15px;
}

/* STRUCTURE
*****************************************************************/
#wrapper
{
    margin: 0 auto;
    width: 802px;
    text-align: left;
}

/* HEADER
*****************************************************************/
#top_links
{
    padding: 10px 14px;
    text-align: right;
    color: #5CA5C6;
}

#top_links a
{
    padding: 0 0.5em;
    color: #5CA5C6;
    text-decoration: underline;
}

#logo
{
    display: block;
    float: left;
}

#banner_ad
{
    display: block;
    float: left;
    width: 468px;
    height: 60px;
}

/* NAVIGATION
*****************************************************************/
#right_col
{
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 0;
    width: 213px;
    float: right;
}

#menu
{
    list-style: none;
}

#menu a
{
    display: block;
    /* IE Hack \*/
    *margin-bottom: -3px;
    /* End */
}

#menu span
{
    display: none;
}

.menu_item
{
    height: 32px;
}

#rc_search
{
    background-color: #F6B453;
    padding: 6px 10px 0 10px;
    min-height: 173px;
    *height: 173px;
}

#rc_search p
{
    margin: 0;
    color: #838383;
    font-size: 11px;
}

#rc_search .city
{
    position: relative;
    top: -1px;
    width: 109px;
    color: #999;
    border: 1px solid #999;
    /* IE Hack \*/
    *top: 0;
    *height: 20px;
    /* End */
}

#rc_search select
{
    width: 185px;
    height: 18px;
    font: normal normal normal 11px Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #999;
    border: 1px solid #999;
}

#rc_search input.city
{
    width: 109px;
    height: 16px;
    font: normal normal normal 11px Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #999;
    border: 1px solid #999;
    position: relative;
    top: -4px;
}

#rc_search input.submit_arrow
{
    margin: 12px 0 0 115px;
    width: 62px;
    height: 27px;
    border: none;
}

#nav_bottom
{
    background: url(../shared/images/shared/related_content.gif) no-repeat;
    padding: 39px 50px 14px 13px;
    width: 213px;
    height: 119px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 150px;
    height: 66px;
}

#nav_bottom  a
{
    color: #666;
}

/* Rollovers at the bottom
*****************************************************************/
#footer_navbar {
    margin: 2em auto 0;
    background-image: url("../shared/images/shared/footer_navbar.gif");
    height: 36px;
    width: 426px;
    list-style:none;
}

#footer_navbar li {
    float: left;
}
#footer_navbar li a {
    background-image: url("../shared/images/shared/footer_navbar.gif");
    background-repeat: no-repeat;
    display: block;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
}

#footer_navbar li.ptjobs a {
    background-position: 0px 0px;
    width: 105px;
}

#footer_navbar li.ptjobs a:hover {
    background-position: 0px -36px;
}

#footer_navbar li.jobsot a {
    background-position: -154px 0px;
    width: 111px;
    margin-left: 49px;
}

#footer_navbar li.jobsot a:hover {
    background-position: -154px -36px;
}


#footer_navbar li.jobsslp a {
    background-position: -304px 0px;
    width: 122px;
    margin-left: 39px;
}

#footer_navbar li.jobsslp a:hover {
    background-position: -304px -36px;
}

/* CONTENT
*****************************************************************/
/* #content is also defined in html_head.html when employer is logged in */
#content
{
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 10px;
    min-height: 440px;
}

#page_title
{
    background: #F6F8F5;
    width: 589px;
    height: 66px;
    *height: 62px;
    border-top: 1px solid #F4A847;
    border-bottom: 1px solid #F4A847;
}

#page_title img
{
    margin: 0 0 0 39px;
}

#bread
{
    margin: 9px 30px 5px; 0;
    text-align: right;
    position: relative;
    top: -2px;
}

#bkg_progress {
    width: 580px;
    padding: 5px;
    text-align: center;
}

#time_line
{
    z-index: 1;
    position: relative;
    top: 17px;
}

table#time_line tr td
{
    height: 5px;
    width: 98px;
    background: url(../shared/images/client/time_line.gif) repeat-x bottom;
}

table#time_line tr td.time_line_past
{
    height: 5px;
    width: 98px;
    background: #FFFFFF url(../shared/images/client/time_line_past.gif) repeat-x bottom;
}

#bkg_progress table.dots
{
    width: 100%;
    z-index: 2;
    position: relative;
    top: -10px;
}

#bkg_progress table.dots tr td {
    width: 17%;
    height: 35px;
    vertical-align: top;
    background: transparent url(../shared/images/client/circle_future.gif) no-repeat bottom;
}
#bkg_progress table.dots tr td.bkg_current {
    background: transparent url(../shared/images/client/circle_current.gif) no-repeat bottom;
}
#bkg_progress table.dots tr td.bkg_past {
    background: transparent url(../shared/images/client/circle_past.gif) no-repeat bottom;
}

#content_middle
{
    padding: 15px 44px;
    width: 535px;
    *width: 500px;
    min-height: 209px;
}

#content_middle h2
{
    float: left;
    font-family: "Georgia", "Verdana", "Helvitica", sans-serif;
    color: #808568;
    font-size: 20px;
    font-weight: normal;
}

#content_middle h3
{
    font-family: "Georgia", "Verdana", "Helvitica", sans-serif;
    color: #808568;
    font-size: 18px;
    font-weight: normal;
}

#content_middle select
{
    color: #999;
    border: 1px solid #999;
}

table.report
{
    clear: both;
    padding: 0;
    margin-bottom: 24px;
    width: 500px;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333;
}

table.report tbody td, table.report tbody th
{
    padding: 5px;
    color: #656565;
    background-color: #FBFCFF;
    border-top: 1px solid #C2D2D8;
}

table.report tbody th
{
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    background-color: #EEEDE6;
}

table.report tbody th a
{
    color: #024D8A;
    background-color: inherit;
}

table.report tbody tr.noline td, table.report tbody tr.noline th
{
    padding-left: 15px;
    color: #000000;
    background-color: #FBFCFF;
    border-top: none;
}

table.report tr.bot td
{
    border-top: 1px solid #C2D2D8;
}

.form td
{
    padding: 0px 3px 0px 3px;
}

.form_error_title
{
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: #DF0000;
    background-color: #FFD2D2;
}

.form_error
{
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #DF0000;
    background-color: #FFD2D2;
}

.form_required
{
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #DF0000;
    background-color: inherit;
}

.no_error_class
{
    color: #000000;
    font-weight: normal;
}

.coupon_code {
font-size: 14px;
font-weight: bold;
}

#product_select
{
    width: 300px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    clear: both;
    float: left;
    position: relative;
    left: -20px;
    background-color: #FAD7A1;
}

#sel_inst, #cart
{
    width: 230px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    float: right;
}

#sel_inst {
    background-color: #D9F1F1;
}

#sel_inst2
{
    width: 549px;
    margin-left: -17px;

}

#product_select table td
{

    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.quant{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 16px;
    margin-bottom: 2px;
}

.title_reverse, .title_reverse td
{
    background-color: #E1F2F7;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 5px; margin-bottom: 5px;
}



#job_long_description
{
    border: 1px solid #666666;
    padding: 5px;
    font-family: serif;
    color: #000000;
    font-weight: normal;
    background-color: inherit;
    font-size: 1em;
    overflow: auto;
}

#job_long_description ul, #job_long_description ol
{
    margin-left: 3em;
}

.teal_bold
{
    color: #02A5A2;
    font-weight: bold;
}

#site_map li
{
    list-style: none;
    padding: .15em;
}

#site_map a
{
    font-size: 1.25em;
}

/* JOB & SEEKER MATCH
*****************************************************************/
img#match_legend
{
    float: right;
    position: relative;
    left: -30px;
    *left: 5px;
}

h4#match_header
{
    position: relative;
    top: 80px;
}

div#match_data
{
    clear: both;
    width: 502px;
    *width: 100%;
    height: 341px;
    border: 0px;
    border-top: 1px solid #CAD2A7;
    border-bottom: 1px solid #CAD2A7;
    overflow: auto;
}

div#match_data table
{
    clear: both;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 483px;
    border-spacing: 0;
    border-collapse: collapse;
}

div#match_data table tbody tr td
{
    width: 30px;
    height: 30px;
    background-color: #EDF9F8;
    border-top: 1px solid #D3E3CE;
    border-left: 1px solid #D3E3CE;
    text-align: center;
    vertical-align: middle;
}

div#match_data table tbody tr.alt td
{
    background-color: #FAFEFF;
}

div#match_data table tbody tr td.first_cell
{
    text-align: left;
    border-left: 0px;
    text-align: left;
    width: auto;
}

#employerLogin {
    width: 100%;
    text-align: center;
}

/* FOOTER
*****************************************************************/
#footer
{
    clear: both;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #999;
}

#footer a
{
    color: #999;
    text-decoration: underline;
}

.blue
{
    color: #02A5A2;
}

.orange
{
    color: #EC930D;
}

/* LINKS
*****************************************************************/
a
{
    color: #02A5A2;
    text-decoration: underline;
}

a:visited {
    color: #551A8B;
}

#contact_info {
   margin-top: 10px;
}

#contact_info img {
    float: left;
}

#contact_info h2, #contact_info p {
    margin-left: 110px;
    width: 265px;
}

#contact_info h2 {
    color: #C60;
    font-size: 14pt;
    float: none;
}

#my_resume {
    width: 150px;
    float: right;
    margin-top: -94px;
}

#about_me, #what_seeking {
    margin-top: 15px;
}

#about_me h3, #what_seeking h3, #my_resume h3 {
    color: #57889E;
    padding-bottom: 5px;
}

#about_me dt, #what_seeking dt {
    font-weight: bold;
    float: left;
    padding-bottom: 5px;
}

#about_me dd, #what_seeking dd {
    padding-bottom: 5px;
    padding-left: 180px;
}

#profile_created {
    padding-left: 24px;
}

.top-left, .top-right, .bottom-left, .bottom-right {
    background-image: url('/shared/images/shared/corners1280x18.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.top-left, .bottom-left {
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
    }
.top-right, .bottom-right {
    margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.top-right {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.bottom-left  {
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.bottom-right {
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.inside {
    border-left: 1px solid #E98300; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #E98300;/* YCC: color & properties of the right-borderline */
    background: #EFEFEF;            /* YCC: background-color of the inside */
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    }
.notopgap    {
    margin-top: 0;
}    /* DNC: to avoid splitting of the box */

.nobottomgap {
    margin-bottom: -1px;
    padding-bottom: 1px;
} /* DNC: to avoid splitting of the box */

#missionStatement {
    margin-bottom: 15px;
}

#missionStatement li {
    margin: 0 0 5px 25px;
}

.center {
    text-align: center;
}

.faq ul {
    margin: 0 0 10px 25px;
}

.faq ul.toc {
     list-style: none;
     margin: 0 0 15px 10px;
}

.faq li {
    margin-bottom: 3px;
}

.faq h5, .faq h4 {
    font-size: 10pt;
}

#seekerAgent {
    background-color: #FAD7A1;
    margin: -15px 0 10px;
    padding: 2px 0 5px 20px;
    width: 480px;
}

.zend_form {
    margin: 5px auto;
    padding: 0;
}

.zend_form dt {
    padding:0;
    clear:both;
    width:30%;
    float:left;
    text-align:right;
    margin:5px 5px 5px 0;
}

.zend_form dd {
    padding:0;
    float:left;
    width:68%;
    margin:5px 2px 5px 0;
}

.zend_form p {
    padding:0;
    margin:0;
}

.zend_form input, .zend_form textarea {
    margin-bottom: 2px;
    padding:0;
}

.radio {
    margin-left: 5px;
}

.submit {
    min-width: 100px;
}

.required:before {
    color: #F00;
    content:'* '
}

ul.errors {
    color: #F00;
    list-style-type: none;
}

.defaultTextActive {
    color: #a1a1a1;
}

/* Star Ratings Begin */
div.rating-cancel,div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel,div.rating-cancel a {
    background: url(../../shared/images/shared/delete.gif) no-repeat 0 -16px
}

div.star-rating,div.star-rating a {
    background: url(../../shared/images/shared/star.gif) no-repeat 0 0px
}

div.rating-cancel a,div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -16px !important
}

div.star-rating-hover a {
    background-position: 0 -32px
}

/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}
/* Star Ratings End */

/* Begin Feedback overlay */
 /* Overlay */
    #simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#simplemodal-container {
    height: 500px;
    width: 500px;
    color: #bbb;
    background-color: #333;
    border: 4px solid #444;
    padding: 12px;
}

#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container a {
    color: #ddd;
}

#simplemodal-container a.modalCloseImg {
    background: url(../../shared/images/shared/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container {
    padding: 8px;
}

/* Begin Feedback end */

#feedback {
    display:scroll;
    position:fixed;
    center:5px;
    left:0px;
    top: 35%;
}


a#toggle,a#toggle:visited {
    color: #4e6098;
    text-decoration: underline;
    outline: none;
    cursor: pointer
}



#content_middle.educata h3 {
    font-size: 14px;
}

#content_middle.educata div.course p {
    padding-left: 150px;
}

#content_middle.educata img.instructor {
    float: left;
}

#content_middle.educata hr {
    width: 100%;
    color: #EEEEEC;
    background: #EEEEEC;
    height: 3px;
    border: none;
    margin-bottom: 5px;
}
