/* Layout */
.right {
    text-align: right;
    position: relative;
    right: 0px;
}


/* Filter */
#job_filter_options li {
    list-style-type: none;
    margin: 0;
}

#job_filter_options li.option_root > span{
    font-size: 12pt;
}

#job_filter_options ul li span.active, #job_filter_options ul li span:hover {
    background-color: #333;
    color: #F90;
    cursor: pointer;
}

/* Reset Featured listings highlight */
.listing.featured {
    padding: 0.6em 0em 0.6em 0px; /* top right bottom left */
    color: #999;
    border-bottom: 1px dashed #EEE;
    background-color: transparent;
}

/* Listings Table */

table.listings {
    width: 100%;
    border-collapse: collapse; 
}

table.listings thead{
    text-align: left;
    color: #666;
    border-bottom: 2px solid #333;
}

table.listings td {
    margin-left: 30px;
}


/* Listing Details Elements */
div.listing_details {
    clear: left;
}

div.listing_details h3 {
    color: #000;
    font-size: 14pt;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-decoration: underline;
}

dl.listing_summary, div.listing_details {
    font-size: 10pt;
    line-height: 1.4em;
}

dl.listing_summary {
    float: right;
    width: 25%;
    background-color: #333;
    color: #999;
}

dl.listing_summary dt, dl.listing_summary dd{
    padding: 2px 10px;
}
	
dl.listing_summary dt{
    background-color: #000;
    color: #FD8;
    font-weight: bold;
    font-size: 11pt;
}

dl.listing_summary dd{
    line-height: 1.25em;
    margin: 0.5em 0;
}

dl.listing_summary dd a{
    color: #999;
}
dl.listing_summary dd a:hover{
    color: #FD8;
}


/* Pick Company Screen */

dl.select_company_panel {
    background-color: #EEE;
    color: #666;
    font-size: 10pt;
}

dl.select_company_panel dt {
    margin: 0 20px;
    padding: 5px;  
}

dl.select_company_panel dd {
    display: none;
}




/* New Listing Form */

#frm_listing .label {
    font-size: 9pt;
    font-weight: bold;
}

#frm_listing li {
    list-style-type: none;
    line-height: 1.4em;
    color: #333;
    margin: 1.25em auto;
}

#frm_listing .help {
    font-size: 7.5pt;
    font-style: italic;
    color: #777;
}

#frm_listing input[type=text], #frm_listing textarea {
    width: 100%;
}

#frm_listing ul.errorlist li {
    margin: 0;
    color: #D22;
}


