
/* - wageindicator.css - */
@media all {
/*
 *  WageIndicator Style
 */


/* ----------------------
 *  tooltip stuff
 * ----------------------
 */

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltip {
    padding-left:2px;
    padding-bottom:5px;
    cursor:help;
}

.tipdata {
    display:none;
}

/* ----------------------
 * PATH_BAR VIEWLET
 * ----------------------
 */

#wageindicator_path_bar {
    height: 24px;
}

#wageindicator_path_bar a {
    text-decoration: none;
}

#path_bar_list {
}

#path_bar_list li {
    display: inline;
}

/* ----------------------
 * LANGUAGE-SWITCH VIEWLET
 * ----------------------
 */

#wageindicator_language_switch {
    float: right;
}

#language_switch_list {
    margin: 0px;
    padding: 0em 1em 0em 1em;
    text-align: left;
    list-style: none;
}

#language_switch_list li {
    display: inline;
}


/* ----------------------
 * POWEREDBY VIEWLET
 * ----------------------
 */

#wageindicator_poweredby {
    height: 22px;
    padding: 0em 1em 0em 1em;
}

#wageindicator_poweredby a{
    text-decoration: none;
}

#powered_by_list {
    margin: 0px;
    font-size: 10px;
    list-style: none;
    text-align: center;
}

#powered_by_list li{
    display: inline;
}

#powered_by_list li.by_item a:hover {
    text-decoration: underline;
}

/* ----------------------
 * FOOTER VIEWLET
 * ----------------------
 */

#wageindicator_footer {
    text-align: left;
    padding: 20px;
    min-height: 50px;
}

#wageindicator_footer a:link,
#wageindicator_footer a:visited
{
    font-weight: normal;
    text-decoration: none;
}

#wageindicator_footer a:hover
{
    text-decoration: underline;
}

#network_disclaimer {
    float: right;
    clear:right;
}

.footer_prefix {
    display:inline;
    color: #ff6100;
    font-size: 11pt;
    font-weight: bold;
}

#footer_items {
    float: left;
}

.footer_item {
    display: block;
    float:left;
    clear: left;
}

#footer_bottom {
    width: 100%;
    clear:both;
}

/* ----------------------
 * BANNER VIEWLET
 * ----------------------
 */

.banner_item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------
 * EXTERNAL LINKS PORTLET
 * ----------------------
 */

#wageindicator_external_links ul {
    list-style: none;
}

#external_links_list li {
    padding-bottom: 1px;
    text-align: right;
}

#wageindicator_external_links li a {
    display: block;
    padding: 5px 5px 5px 5px;
}

/* ------------
 * MENU PORTLET (waarschijnlijk ongebruikt)
 * ------------
 */

#wageindicator_menu li {
    padding-bottom: 1px !important;
    text-align: right !important;
}

#wageindicator_menu .MenuSpacerItem {
    margin-top: 10px;
}

#wageindicator_menu a {
    border-bottom: none !important;
    font-weight: normal !important;
    color: #ffffff !important;
    display: block !important;
    padding: 5px 5px 5px 5px !important;
    background-color: #293C77 !important;
}

#wageindicator_menu a:hover {
    color: #FFFFFF !important;
    background: #0170B7 !important;
    text-decoration: none !important;
}

#wageindicator_menu a.active {
    color: #FFFFFF !important;
    background-color: #FF6100 !important;
}

#wageindicator_menu a.active:hover {
    color: #FFFFFF !important;
    background: #0170B7 !important;
}

#wageindicator_menu li.level_3 a {
    color: #223164 !important;
    background-color: #C7E0FE !important;
}

#wageindicator_menu li.level_3 a:hover {
    color: #FFFFFF !important;
    background: #0170B7 !important;
}

#wageindicator_menu li.level_3 a.active {
    color: #FFFFFF !important;
    background-color: #0170B7 !important;
}

#wageindicator_menu li.level_3 a.active:hover {
    color: #FFFFFF !important;
    background-color: #0170B7 !important;
}

/************ MENU viewlet ***************/

#dragon-menu {
  position: relative;
  z-index: 999;
}

#menu-bar {
  margin-left: 0;
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: -50px;
}

.menu-entry {
  bottom: -5px;
  position:absolute;
  border-radius: 10px 10px 0 0;
  width: 200px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  display:none;
}

.menu-entry .submenu_indicator {
  display: inline;
  position: absolute;
  right: 5px;
  font-size: 30px;
  color: white;
}

#menu-tab-1 { left: 10px; display: block}
#menu-tab-1, #menu-tab-1 ul a { background-color: #6BC0F7; }

#menu-tab-2 { left: 225px; display: block}
#menu-tab-2, #menu-tab-2 ul a { background-color: #F8750B; }

#menu-tab-3 { left: 440px; display: block}
#menu-tab-3, #menu-tab-3 ul a { background-color: #8EC63F; }

.menu-entry > a {
  color: white;
  vertical-align: middle;
  horizontal-align: middle;
  text-decoration: none;
}


#menu-bar ul{
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-position:outside;
  position:relative;
}

#menu-bar .bottom-item {
  border-radius: 0px 0px 10px 10px;
}

#menu-bar ul li{
  line-height: 30px;
  margin:0px;
}

#menu-bar ul a{
  display:block;
  padding:0px;
  color:#fff;
  text-decoration:none;
}

#menu-bar ul a:hover{
  color:#fff;
}

#menu-tab-1 ul ul a, #menu-tab-1 ul a:hover, #menu-tab-1 ul ul ul a:hover{ background-color: #579ECC; }
#menu-tab-1 ul ul ul a, #menu-tab-1 ul ul a:hover{ background-color: #6BC0F7; }

#menu-tab-2 ul ul a, #menu-tab-2 ul a:hover, #menu-tab-2 ul ul ul a:hover{ background-color: #E45300; }
#menu-tab-2 ul ul ul a, #menu-tab-2 ul ul a:hover{ background-color: #F8750B;
}

#menu-tab-3 ul ul a, #menu-tab-3 ul a:hover, #menu-tab-3 ul ul ul a:hover{ background-color: #7AA414; }
#menu-tab-3 ul ul ul a, #menu-tab-3 ul ul a:hover{ background-color: #8EC63F; }

#menu-bar ul li{
  float:left;
  position:relative;
}

#menu-bar ul {
  position:absolute;
  display:none;
  width:205px;
  left: 0px;
  top: 40px;
}

#menu-bar li ul a{
  width:205px;
  height:auto;
  float:left;
}

#menu-bar ul ul{
  top:auto;
}

#menu-bar li ul ul {
  left:205px;
  margin:0px 0 0 0px;
}

#menu-bar li:hover ul ul, #menu-bar li:hover ul ul ul, #menu-bar li:hover ul ul ul ul{
  display:none;
}

#menu-bar li:hover ul, #menu-bar li li:hover ul, #menu-bar li li li:hover ul, #menu-bar li li li li:hover ul{
  display:block;
}


/* column container */
.colmask {
  position:relative;  /* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width: 100%;
  overflow:hidden;    /* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
  float:left;
  width:100%;      /* width of page */
  position:relative;
}
.col1,
.col2,
.col3 {
  float:left;
  position:relative;
  padding:0 0 10px 0;  /* no left and right padding on columns, we just make them narrower instead
          only padding top and bottom is included here, make it whatever value you need */
  overflow:hidden;
}

.threecol .colmid {
  right:200px;      /* width of the right column */
  background:#fff;    /* center column background colour */
}
.threecol .colleft {
  right:200px;      /* width of the middle column */
}
.threecol .col1 {
  width:200px;      /* width of center column content (column width minus padding on either side) */
  left:615px;      /* 100% plus left padding of center column */
}
.threecol .col2 {
  width:200px;      /* Width of left column content (column width minus padding on either side) */
  left:200px;      /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
  width:200px;      /* Width of right column content (column width minus padding on either side) */
  left:430px;      /* Please make note of the brackets here:
          (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

.threecol .teaser_item {
  padding: 0;
}
/* end 3 column layout */




/* -------------------------------------
 * teasers
 * -------------------------------------
 */

#left_teaser_block  {
  float: left;
  width: 350px;
  margin-left: 0px;
  padding-left: 0px;
}

#right_teaser_block  {
  float: right;
  width: 263px;
}

.teaserText a:visited {
  color: #0567D1;
}

.teaserText li {
  color:    grey;
}

.teaserTitle {
  padding-bottom: 5px;
  display:block;
  font-weight: bold;
  font-size: 17px;
}

.teaserTitle a {
  text-decoration: none;
}

.teaserImage {
  float:left;
  margin-top: 0px;
  padding: 0px;
  margin-right: 5px;
  border: 1px solid #4eb9e5;
}

.teaser_item {
  position: relative;
  text-align:left;
  clear:left;
  margin-bottom:10px;
  padding: 0 10px 10px 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-bottom: #bbd8fb 1px solid;
}

.teaser_item.left.Lightblue {
  padding-top: 0px;
}

.teaser_item.full_width {
  clear:both;
}

.teaser_item.right ul {
  list-style-image: none;
  margin-left: 0;
}

.teaser_item h1,
.teaser_item h2,
.teaser_item h3
{
 border-bottom: none;
 font-weight: bold;
}

.teaser_item.right h1 {
  color: #0066CC;
  font-size: 20px;
}

.teaser_item.right h2 {
  color: #0066CC;
  font-size: 17px;
}

.teaser_item.right h3 {
  color: #0066CC;
  font-size: 15px;
}




#vip_folder_list .vip_folder_item {
    padding-right: 20px;
    padding-left: 4px;
    display:block;
    text-align: left;
    margin: 0px;
    white-space: nowrap;
}

#vip_folder_menu{
    z-index: 3 !important;
    background-color: white;
}

#vip_folder_menu {
    padding-left: 0px;
    border: 1px solid;
    position: absolute;
    display:none;
    z-index: 1;
}

#close_vip_folder_menu {
    float: right;
    margin: 2px;
    width: 12px;
    height: 12px;
}

/* ----------------------------------------
 * Bread crumbs
 * ----------------------------------------
 */
#portal-breadcrumbs {
    border-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
}

#portal-breadcrumbs a, #portal-breadcrumbs span {
    font-size: 15pt;
}


/* --------------------------------------
 * Local Menu Portlet
 * --------------------------------------
 */

.wageindicator_local_menu li {
  border-bottom: 1px dotted #b5dcfd;
  border-right: 1px dotted #b5dcfd;
  min-height: 20px;
  line-height: 15px;
  padding: 2px;
  overflow: hidden;
}

.wageindicator_local_menu li a {
  display:block;
  vertical-align: middle;
}

.wageindicator_local_menu li a:hover {
}

.wageindicator_local_menu li a.active {
  font-weight: bold; 
}



#wi-categories {
  clear: left;
  box-shadow: 0 0 0 4px white, 0 6px 4px grey;
  behavior: url(PIE.htc);
}

#wi-categories ul {
  margin-left: 1em;
}

.category-1 h2,
.category-1 .teaserTitle,
.category-1 .teaserTitle a {
  color: #6BC0F8;
}

.category-2 h2,
.category-2 .teaserTitle,
.category-2 .teaserTitle a {
  color: #F8750B;
}

.category-3 h2,
.category-3 .teaserTitle,
.category-3 .teaserTitle a {
  color: #8DC73E;
}

.category_item li {
  text-align: left;
}

.category_item a{
  color: #0567D1;
  text-decoration: none;
}

#wi-categories li{
  color:    grey;
  font-size: 10px;
  line-height: 17px;
  margin-bottom: 3px;
}

#wi-categories li a{
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}

#wi-categories .category_item {
  position: relative;
  border-top: 2px dotted;
  border-bottom: none;
  padding: 0 10px;
  margin: 0;
}

#wi-categories .teaserText img {
  float: none;
  display: block;
  margin: 0;
}

#wi-categories img.teaserImage {
  float: none;
  display: block;
  margin: 0;
}

#wi-categories .category_item:first-child {
  border-top: none;
}

#wi-categories .category_item > img {
  margin-left: -10px;
  width: 200px;
}

#wi-categories h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

#category-salary {
  float: left;
}

#category-salary, #category-career {
  width: 200px;
}

#category-law {
  padding: 0 215px;
}

#category-career {
  float: right;
}

.column-vertical-spanner {
  height: 2px;
}

#wi-categories-footer {
  position: relative;
  height: 36px;
}

.footer-item {
  bottom: 7px;
  position:absolute;
  background-color: transparent;
  border-radius: 0px 0px 10px 10px;
  width: 200px;
  height: 25px;
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.1);
  -moz-box-shadow:    inset 0 5px 5px rgba(0,0,0,.1);
  box-shadow:         inset 0 5px 5px rgba(0,0,0,.1);
  behavior: url(PIE.htc);
}

#footer-item-salary {
  background-color: #6BC0F7;
  left: 0px;
}
#footer-item-law {
  background-color: #F8750B;
  left: 215px;
}
#footer-item-career{
  background-color: #8EC63F;
  left: 430px;
}

img.scale {
  width: 100%;
}

.carousel {
  width: 630px;
  position: relative;
  margin-left: 0px;
  height: 230px;
}

.carousel-item {
  text-align: left;
  display:none;
  width: 610px;
  height: 200px;
  background-color: #89CCF9;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
  behavior: url(PIE.htc);
}

.carousel-item ul {
  list-style-position: inside;
}

.carousel .nav {
  position: absolute;
  display: inline;
  width: auto;
  right: 10px;
  bottom: 0px;
  z-index: 20;
}

.carousel .nav a{
  z-index: 9;
  color: black;
  font-size: 30px;
  text-decoration: none;
}

.carousel .nav a:hover{
  text-decoration: none;
}

.carousel .nav a.activeSlide {
  color: white;
}

.carousel-item {
  color: #0A2E68;
}

.carousel-item a {
  color: #0A2E68;
  font-weight: bold;
  text-decoration: none;
}

#content .carousel-item a:visited {
  color: #0A2E68;
}

.carousel-item .teaserTitle,
.carousel-item .teaserTitle a {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-decoration:none;
}


}

