/**
 * Stylesheet for styling Employer Branding modules.
 
 * This file should contain all CSS styles related to the modules available
 * on the Employer Branding sites.
 */

/*  Dotted separator for column content */
div.teaser .hruler { background:none repeat scroll 0 0 transparent; border-bottom:1px dotted #999999; margin:5px 0 10px; height:1px; }
/*  END Dotted separator for column content */

/*  International Job Search Teaser */
/* globally defined for all greybox contents in rhc cloumns in custom.css
div.greybox {
    background-color:#EEEEEE;
    margin-bottom:1px;
    padding:7px 10px 9px;
}
*/

div#module-ijs select {
    width:256px;
}
/* 'serach'-btn */

div.greybox a.generic-button {
    float: right;
}
/*  END International Job Search Teaser */

/*  CDA Content / Innovation News */
.cda-date { color: #999999; }
/*.aggregation dd.sep { height:9px; }*/
/*  END Content / Innovation News */

/*  START International Job Search Teaser */
div#ijs-teaser div.sifr {
    margin-bottom: 5px;
}
div#ijs-teaser div.sifr h3{
    color: #666;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
/* fix indentation for muliple lines*/
div.ctc div#ijs-teaser.greybox p a.teaser-text {
    display: inline-block;
}
/* reset ctc styles for IJS teaser module */
div.right-content div#ijs-teaser p {
    padding: 0;
}
/* set global IJS teaser style */
div#ijs-teaser.greybox {
    padding: 6px 10px 6px 10px;
}
/* overwrite ctc stylings for ijs-teaser if available */
div#ijs-teaser.greybox div.p{
    padding: 0px;
}
/*  END International Job Search Teaser */

/*  START International Job Search Module */
div#module-ijs.greybox {
    padding: 0px;
}
html.js div#module-ijs.greybox form#ijs {
    display:block;
}
div#module-ijs.greybox form#ijs {
    padding: 8px 10px 10px;
    *padding-bottom: 2px;
    display: none;
}
div#module-ijs form div.button {
    padding-top:2px; float:right; 
}
/** nonscript **/
html.js div#module-ijs.greybox div#module-nonscript-ijs {
    display:none; 
}
div#module-ijs.greybox div#module-nonscript-ijs {
    display: block;
}
/*  END International Job Search Module */
