/**

DEFAULT COLORS:

very dark blue: #034A71
dark blue: #046398
medium blue: #188FD2
light blue: #CCE0EB
very light blue: #F0F4F8

dark grey: #404040
medium grey: #808080
medium-light grey: #C0C0C0
light grey: #D0D0D0
very light grey: #E0E0E0
very very light grey: #F4F4F4

dark green: #22A920
medium green: #59D058
medium-light green: #C2F1C2
light green: #ECFAEC

very very light yellow: #FFFFF4

**/


/** GENERAL SETTINGS **/

body {
    margin: 0;
    padding: 0;
}

body#body {
    background: #F8F8F8 url('/public/images/common_segments/bg_site.png') repeat-x left top;
}

body, p, td, input, select, textarea, span, div {
    font-family: 'Arial';
    font-size: 12px;
    color: black;
}

p {
    margin: 1em 0em;
}

h1 {
    font-size: 28px;
    font-family: 'Garamond', 'Georgia';
    color: #046398;
    font-weight: bold;
    margin: 0.6em 0em;
    text-decoration: none;
    line-height: 1em;
}

h2 {
    font-size: 18px;
    color: #034A71;
    font-weight: normal;
    margin: 0.6em 0em;
    text-decoration: none;
    line-height: 1em;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: #046398;
    margin: 0.6em 0em;
    text-decoration: none;
}

h4 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin: 0.6em 0em;
    text-decoration: none;
}

div {
    position: relative;
}

hr {
    border: 0px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #F4F4F4;
}

td {
    vertical-align: top;
}

form {
    padding: 0px;
    margin: 0px;
}

a{
    color: #188FD2;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4 {
    text-decoration: underline;
}

a img {
    border: 0;
}
a.external {
    padding-right: 12px;
    background: url('/shared_public/images/icons/external_link.png') right 2px no-repeat;
}
a.disabled {
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
a.disabled:hover {
    text-decoration: none;
}

div.clear {
    clear: both;
}

div.col_4 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 25%;
    float: left;
}

img.inline {
    vertical-align: bottom;
}

img.bordered {
    border: 1px solid #808080;
}

.fullwidth {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    *width: 99%;
}

.left_align {
    text-align: left;
}
.center_align {
    text-align: center;
}
.right_align {
    text-align: right;
}

/*********************************
MESSAGES >>>>
*********************************/

div.message {
    padding: 2px 18px;
    border: 1px solid #C0C0C0;
    margin-bottom: 1px;
    position: relative;
}

div.message.warning {
    background: url('/shared_public/images/icons/warning.png') no-repeat 1px 1px;
}

div.message.check {
    background: url('/shared_public/images/icons/check.png') no-repeat 1px 1px;
}

div.message.information {
    background: url('/shared_public/images/icons/information.png') no-repeat 1px 1px;
}

div.message div.message_closebtn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 16px;
    height: 16px;
    background: url('/shared_public/images/icons/close_gray.png') no-repeat;
    cursor: pointer;
}
div.message div.message_closebtn:hover {
    background: url('/shared_public/images/icons/close.png') no-repeat;
}

/*********************************
<<<< MESSAGES
*********************************/

/** GENERAL HACKS FOR IE < 8 **/

td {
    *padding: 0px;
}

/** COMMON SEGMENTS **/

div#container {
    background: url('/public/images/specific/easter_egg.png') no-repeat center 66px;
    margin: auto;
}

/** top-bar **/

div#top {
    width: 100%;
    height: 66px;
}

div#header {
    width: 960px;
    margin: auto;
    height: 40px;
}

div#logo {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: left;
}

div#search {
    position: absolute;
    right: 0px;
    top: 21px;
    text-align: right;
    background: url('/public/images/common_segments/bg_search_field.png') no-repeat left top;
    width: 175px;
    height: 22px;
    padding: 0px;
    padding-top: 0px;
}
div#search input#site_search {
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 15px;
    width: 145px;
    font-size: 12px;
}
div#search input#btn_search {
    width: 16px;
    height: 16px;
    border: 0;
    background: url('/shared_public/images/icons/magnifier_gray.png') no-repeat left top;
    margin-right: 4px;
    margin-top: 3px;
    padding: 0px;
}
div#search input#btn_search:hover {
    background: url('/shared_public/images/icons/magnifier.png') no-repeat left top;
}

/** menu + submenu + content + subcontent **/

div#page {
    width: 960px;
    margin: auto;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
    background-color: white;
    margin-bottom: 0px;
}

div#nav {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
    z-index: 10000;
    background: #E3E3E3 url('/public/images/common_segments/bottom_shade.png') repeat-x left 1.81em;
}
div#sub_nav_bg {
    width: 100%;
    height: 2em;
    border-top: 1px solid #C0C0C0;
    background-color: #F0F4F8;
}

ul#minimenu {
    z-index: 9999999;
    position: absolute;
    padding: 0px;
    margin: 0px;
    list-style: none;
    right: 20px;
    top: 9px;
}
ul#minimenu li {
    float: left;
    font-size: 12px;
    padding: 0px 10px;
    border-left: 1px solid #C0C0C0;
}
ul#minimenu li:first-child {
    border-left: 0px;
}
ul#minimenu li a {
    font-weight: normal;
    color: #808080;
}
ul#minimenu li a:hover {
    text-decoration: none;
}
ul#minimenu li a[href]:hover {
    color: #000000;
    text-decoration: none;
}

img#header_image {
    border-bottom: 1px solid #808080;
}

table#contents {
    z-index: 0;
    width: 100%;
    height: 400px;
    background: url('/public/images/common_segments/top_shade.png') repeat-x 0px 0px;
}
td#content {
    padding: 5px 20px 20px;
    vertical-align: top;
    line-height: 1.4em;
}

td#subcontent {
    width: 320px;
    overflow: hidden;
    padding: 40px 20px 20px;
    vertical-align: top;
    border-left: 1px solid #C0C0C0;
    line-height: 1.4em;
}
div.subcontent_box {
    padding-bottom: 20px;
    background: url('/public/images/common_segments/bottom_shade_narrow.png') no-repeat center bottom;
    margin-bottom: 20px;
}
div.subcontent_box > h2,
div.subcontent_box > h3,
div.subcontent_box > h4 {
    margin: 0px 0px 2px;
}

/** footer **/

div#footer {
    width: 920px;
    margin: auto;
    background-color: #E3E3E3;
    border-top: 1px solid #808080;
    padding: 20px;
    font-size: 11px;
    margin-bottom: 0px;
}

div#sitemap {
    float: left;
}

div#copyright {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

td#subcontent div#grip_expander {
    width: 272px;
    height: 28px;
}
td#subcontent div#grip_1337 {
    width: 70px;
    height: 26px;
    background: url('/public/images/specific/1337.png') no-repeat top left;
    position: absolute;
    right: -2px;
    margin-top: -5px;
}

/** FORM (ELEMENT) STYLES **/

table.form {
    padding: 0px;
    margin: 0px;
    table-layout: fixed;
}
table.form tr,
table.form td {
    padding: 0px;
    margin: 0px;
}
table.form td.key {
    width: 150px;
}
table.form td.val {
}
table tr.widthset {
    visibility: collapse;
}

textarea,
select,
input[type="text"],
input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    *width: 98%;
    border: 1px solid #22A920;
    margin: 0px;
    padding: 1px;
    vertical-align: bottom;
}
select {
    height: 1.58em;
}
select[multiple] {
    height: auto;
}

input[type="button"],
input[type="submit"],
button {
    border: 1px solid #22A920;
    background: #59D058 url('/shared_public/images/btn_glare.png') no-repeat top left;
    color: white;
    padding: 0px 15px;
    font-weight: bold;
    margin: 0px;
    vertical-align: bottom;
    height: 1.58em;
    overflow: visible;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #ECFAEC;
    color: #22A920;
}

textarea {
    height: 5.4em;
}
textarea.xl {
    height: 10.3em;
}

span.note {
    font-style: italic;
    color: #808080;
}

/** COMMON STYLES **/

div.shaded_big:after { /** add a shade underneath the div **/
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    margin: auto;
    position: absolute;
    left: 0px;
    bottom: -30px;
    background: url('/public/images/common_segments/bottom_shade_wide.png') no-repeat center top;
}

.on_defvalue {
    font-style: italic;
    color: #C0C0C0;
}

/** SPECIFIC STYLES **/

/** textballoons **/

div.textballoon > div.text {
    background-color: #F0F4F8;
    border: 1px solid #E0E0E0;
    *border-top: 2px solid #E0E0E0;
    padding: 7px 12px;
    font-style: italic;
    clear: right;
}
div.textballoon > div.arrow {
    position: absolute;
    margin-top: -1px;
    margin-left: 112px;
    width: 24px;
    height: 32px;
    background: url('/public/images/common_segments/textballoon_arrow.png') no-repeat center top;
}
div.textballoon img.photo {
    margin-top: 10px;
    border: 1px solid #808080;
}
div.textballoon td.info {
    padding-left: 10px;
    vertical-align: bottom;
    line-height: normal;
}
div.textballoon td.info span.name {
    font-weight: bold;
    color: #046398;
}
div.textballoon td.info span.email a {
    font-weight: normal;
    text-decoration: underline;
    color: #404040;
}

/** subcontent testimonials **/

#subcontent div.testimonial img.image {
    border: 1px solid #808080;
}
#subcontent div.testimonial td.info {
    padding-left: 10px;
    vertical-align: bottom;
    line-height: normal;
}
#subcontent div.testimonial td.info span.company {
    font-weight: bold;
    color: #046398;
}
#subcontent div.testimonial td.info span.function {
    font-style: italic;
    color: #808080;
    font-size: 90%;
    line-height: 1.3em;
}
#subcontent div.testimonial p.text {
    background-color: #FFFFF4;
    border: 1px solid #E0E0E0;
    margin: 0px;
    margin-top: 10px;
    padding: 3px 7px;
}

#content div.testimonial img.image {
    border: 1px solid #808080;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
}
#subcontent div.testimonial span.company {
    font-weight: bold;
    color: #046398;
}
#content div.testimonial span.function {
    font-style: italic;
    color: #808080;
    font-size: 90%;
    line-height: 1.3em;
}

/** filtering **/

ul.criteria {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.criteria li {
    float: left;
    margin: 0px;
    margin-right: 2px;
    padding: 1px 4px;
    padding-left: 15px;
    background: url('/shared_public/images/icons/raquo.png') 5px 6px no-repeat;
    border: 1px solid #E0E0E0;
}
ul.criteria li:hover {
    background-color: #FFFFF8;
}
ul.criteria li a.delete_criterium img {
    background: url('/shared_public/images/icons/delete_tiny_gray.png') 0px 1px;
}
ul.criteria li a.delete_criterium:hover img {
    background: url('/shared_public/images/icons/delete_tiny.png') 0px 1px;
}

/** vacancies & profiles **/

div.sitepage_list_block,
div.profile_list_block,
div.vacancy_list_block {
    margin: 20px 0px;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #59D058;
}
div.sitepage_list_block.compact,
div.profile_list_block.compact,
div.vacancy_list_block.compact {
    margin-top: 20px;
    padding: 5px 10px;
    background-color: #FFFFFF;
    border: 1px solid #59D058;
}
div.sitepage_list_block:hover,
div.profile_list_block:hover,
div.vacancy_list_block:hover {
    background-color: #ECFAEC;
}
div.sitepage_list_block h2,
div.profile_list_block h2,
div.vacancy_list_block h2 {
    padding-top: 0px;
    margin-top: 0px;
}
div.sitepage_list_block h3,
div.profile_list_block h3,
div.vacancy_list_block h3 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}

ul.attributes {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.attributes li {
    float: left;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 5px;
    background: url('/shared_public/images/icons/raquo.png') 0px 5px no-repeat;
}
ul.attributes li span.att_val {
    font-weight: bold;
    color: #046398;
}

div.div_search {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
}

div.profile_header,
div.vacancy_header {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
}
div.profile_form_container,
div.vacancy_form_container {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
}
div.profile_form_container.hilited,
div.vacancy_form_container.hilited {
    background-color: #ECFAEC;
    border: 1px solid #59D058;
}
div.profile_form_container,
div.vacancy_form_container {
    margin-top: 10px;
}
div.profile_form_container a,
div.vacancy_form_container a {
    font-size: 18px;
    font-weight: normal;
}
div.profile_form_container.hilited a,
div.vacancy_form_container.hilited a {
    color: #22A920
}
dl.profile_info,
dl.vacancy_info {
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}
dl.profile_info dt,
dl.vacancy_info dt {
    color: #034A71;
}
dl.profile_info dd,
dl.vacancy_info dd {
    margin-left: 20px;
}

div.fpunl_navigation {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    *border-top: 2px solid #C0C0C0;
    margin-bottom: 10px;
    text-align: center;
}

div#profile_photo {
    float: right;
}

div.refinements {
    border-top: 1px solid #F0F4F8;
    margin-top: 10px;
    padding-top: 10px;
}
div.refinements h4 {
    margin-top: 0px;
}
div.refinements ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
div.refinements ul li {
    padding: 0px;
    margin: 0px;
}

#employee_photo {
    margin-right: 15px;
    border: 1px solid #C0C0C0;
    float: left;
    margin-bottom: 10px;
}

#team_member {
    float: left;
    margin-top: 10px;
}
#team_member_img {
    float: left;
    width: 100px;
    height: 150px;
    margin-right: 10px;
}
#team_member_data {
    float: left;
    width: 300px;
    height: 130px;
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}

div.pressitems_list_form {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
}
img.pressitems_list_icon {
    float: right;
    margin-top: 11px;
    margin-right: 20px;
}
div.pressitems_list_item {
    border: 1px solid #FFFFFF;
    border-top: 1px solid #F0F4F8;
    padding: 0px 5px;
    margin: 0px 20px 20px 0px;
    background: #FFFFFF;
}
div.pressitems_list_item:hover {
    background: #ECFAEC;
    border: 1px solid #59D058;
}
div.pressitems_list_item div.date {
}
div.pressitems_list_item h3 {
    margin: 0px 0px 5px;
}
div.pressitems_list_item div.medium {
    text-align: right;
    font-style: italic;
}

div.pressitem div.date_medium {
    text-align: right;
}
div.pressitem div.intro > p,
div.pressitem div.text > p,
div.pressitem div.intro > h4,
div.pressitem div.text > h4 {
    margin-top: 0px;
}
div.pressitem div.intro {
    background-color: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin: 10px 0px;
}
div.pressitem div.pressitem_mp3 {
    margin-top: 20px;
}

/** MatchModule **/

div#remarksDiv,
div#reminderDiv,
div#candidatesDiv,
div#newsletterDiv {
    margin-top: 20px;
    background: #F4F4F4;
    border: 1px solid #C0C0C0;
    padding: 10px;
}
div#reminderDiv h3,
div#candidatesDiv h3,
div#newsletterDiv h3 {
    margin-top: 0px;
}
div#candidatesDiv label.categoryName {
    font-size: 16px;
    font-weight: bold;
    color: #046398;
}

div#reminderDiv {
    background: #CCE0EB;
    border: 1px solid #188FD2;
}
div#reminderDiv table#reminderTable {
    table-layout: fixed;
}
div#reminderDiv td#reminderNoDate,
div#reminderDiv td#reminderDate {
    background-color: #F0F4F8;
    padding: 20px;
    padding-bottom: 0px;
}
div#reminderDiv table.date_selects {
    margin: 5px 0px;
}
div#reminderDiv td#reminderNoDate_btn,
div#reminderDiv td#reminderDate_btn {
    background-color: #F0F4F8;
    padding: 20px;
    padding-top: 10px;
}
div#reminderDiv div#reminderDatePopup {
    background: url('/public/images/specific/matchmodule-category-selected.gif') left bottom repeat-x white;
    border: 1px solid #C0C0C0;
    position: absolute;
    padding: 10px;
    margin-left: 100px;
    margin-top: -27px;
}
select#reminder_dd {
    width: 45px;
}
select#reminder_mm {
    width: 50px;
}
select#reminder_yyyy {
    width: 55px;
}

div#remarksDiv {
    padding-bottom: 20px;
}
div#remarksDiv div#nothingCheckedPopup {
    background: url('/public/images/specific/matchmodule-category-selected.gif') left bottom repeat-x white;
    border: 1px solid #C0C0C0;
    position: absolute;
    padding: 10px;
    width: 300px;
    margin-left: 308px;
    margin-top: 82px;
}

span#fullnameSpan {
    font-size: 16px;
    font-weight: bold;
    color: #046398;
}
label.yesNo {
    font-size: 16px;
    font-weight: bold;
    color: #046398;
}
div.catChecked {
    background: url('/public/images/specific/matchmodule-category-selected.gif') left bottom repeat-x white;
    padding: 10px;
    border-bottom: 1px solid #F0F4F8;
}
div.catUnchecked {
    background: #E0E0E0;
    padding: 10px;
    border-bottom: 1px solid #F0F4F8;
}

div.scb_info {
    padding: 0px 5px;
    border: 1px solid #FFFFFF;
    border-top: 1px solid #F0F4F8;
}
div.scb_info.hilite {
    background: #ECFAEC;
    border: 1px solid #59D058;
}

/** END MatchModule **/

.top5_profile_photo {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 50px;
    height: 75px;
}

#messageDiv {
    background-color: #ECFAEC;
    border: 1px solid #59D058;
    *border-top: 2px solid;
}