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


ul.newlink {
  // text-indent: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-position:inside;
}

.left {
  position: relative;
  margin-right: 550px;
  vertical-align: text-top;
//  background-color: red;
}

.right {
  float: right;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 450px;
//  background-color: yellow;
}

body {
    background: #FFF url(../img/body_bg.jpg) repeat;
    text-align: center;
    font-size:12px;
    color: #767676;
    font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body > #mainWrapper > * {
    width: 998px;
    margin: 0 auto;
    text-align: left;
    background: #FFF;
}

img{  border-style: none;  }

.clear {
    clear: both;
}

body > #mainWrapper{
  width:1000px;
  margin:0 auto;
  position:relative;
}

/*********************************************************************
 Div.Header
*********************************************************************/
body > #mainWrapper > div.header {
    margin-top: 15px;
    border: 4px solid #EEEEEE;
    border-bottom:none;
    width:992px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

body > #mainWrapper > div.header > div.headerContents {
    border: 5px solid white;
    border-bottom:none;
    
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

    position: relative;

    background: transparent url(../img/bg.png) repeat-x  0 0;
}


body > #mainWrapper > div.header h1 {
    display: none;
}

body > #mainWrapper > div.header a {
    color: #FFF;
}


body > #mainWrapper > div.header li {
    list-style-type: none;
    display: inline;
}

#logo {
    display: inline-block;
    margin: 5px;
    zoom:1; *display: inline;
}

body > #mainWrapper > div.header ul.user_actions {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    margin-bottom: 15px;
}

body > #mainWrapper > div.header ul.user_actions li a {
    font-weight: bold;
}

body > #mainWrapper > div.header ul.user_actions li {
    padding: 3px;
}

body > #mainWrapper > div.header ul.breadcrumbs {
  line-height: 22px;
  padding: 0 0 0 22px;
  font-size:1.2em;
}

body > #mainWrapper > div.header ul.breadcrumbs li {
    padding: 3px;
    display: inline-block;
    zoom:1; *display: inline;
    background: transparent url(../img/breadcrumb_bg.png) no-repeat center right;
    padding-right: 20px;
}

body > #mainWrapper > div.header ul.breadcrumbs li.last {
    background: none;
    padding-right: 3px;
}

body > #mainWrapper > div.header ul.breadcrumbs li a {
    color: #FFF;
    text-decoration: none;
}

body > #mainWrapper > div.header ul.breadcrumbs li.last a {
    font-weight: bold;
}


body > #mainWrapper > div.header form[name=lang_form] {
    position: absolute;
    top: 40px;
    right: 10px;
}

body > #mainWrapper > div.header p.user_info {
    position: absolute;
    top: 85px;
    right: 10px;
    color:white;
}

/*********************************************************************
 Messages
*********************************************************************/

body > #mainWrapper > ul.messages {
    border-left: 4px solid #eee;
    border-right: 4px solid #eee;
    width:auto;
    border-top: none;
    color: #000;

    list-style-type: none;

    background-color: #FFE7AC;
}

body > #mainWrapper > ul.messages li {
    padding: 3px;
    height: 2em;
    line-height: 2em;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

body > #mainWrapper > ul.messages li.level-20 {
  background: transparent url('../img/info.png') no-repeat scroll 5px center;
  padding-left:30px;
}

body > #mainWrapper > ul.messages li.level-30 {
    background: transparent url('../img/warning.png') no-repeat scroll 5px center;
    padding-left:30px;
}

body > #mainWrapper > ul.messages li.level-40 {
    background: transparent url('../img/error.png') no-repeat scroll 5px center;
    padding-left:30px;
}

body > #mainWrapper > #demo_msg {
    border: 2px solid black;
    padding: 10px;
    background-color: #F29095;
    font-weight: bold;
    text-align: center;
    margin-left: -11px;
    color: #000;
}

body > #mainWrapper > #demo_msg a {
    text-decoration: underline;
}

/*********************************************************************
 Main content
*********************************************************************/

body > #mainWrapper > div.article {
    border: 4px solid #EEEEEE;
    border-top: none;
    width: 993px;

    display: inline-block;
    zoom:1; *display: inline;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;

    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;

    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}

body > #mainWrapper > div.article > div.articleContents{
    border: 5px solid white;
    border-top: none;
    margin-bottom: 10px;
    padding: 15px 20px;

    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;

    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;

    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}

body > #mainWrapper > div.article > div.articleContents > h2 {
  margin-left:-20px;
  margin-right:-20px;
}

body > #mainWrapper > div.article.column_two {
    width: 814px;
    float:left;
}

body > #mainWrapper > div.article.column_two div.articleContents > ul {
    padding-left:1em;
}

body > #mainWrapper > div.article > div.articleContents p {
    margin: 5px;
    margin-bottom: 10px;
}

body > #mainWrapper > div.article > div.articleContents li {
    margin-left: 10px;
}

body > #mainWrapper > div.article > div.articleContents label {
    font-weight: bold;
    min-width: 100px;
    display: inline-block;
    zoom:1; *display: inline;
}

body > #mainWrapper > div.article > div.articleContents h2 {
    background: url("../img/h2_bg.png") repeat-x scroll center 2em transparent;
    color: #0486C9;
    text-align: center;
    padding: 10px 0px 2em;
}

body > #mainWrapper > div.article > div.articleContents #mascotte {
//  height: 375px;
    height: 240px;
}

body > #mainWrapper > div.article > div.articleContents #welcome_text {
  height: 375px;
  display: table;
}

body > #mainWrapper > div.article > div.articleContents #welcome_text p {
  display: table-cell;
  vertical-align: middle;
}


body > #mainWrapper > div.article > div.articleContents ul.errorlist  li {
  color: red;
}

body > #mainWrapper > div.article > div.articleContents div.carousel h2 {
    margin: 0px;
    border-top: none;
}

body > #mainWrapper > div.article > div.articleContents div.carousel > div {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

body > #mainWrapper > div.article > div.articleContents h2 a {
    color: #0486C9;
}

body > #mainWrapper > div.article > div.articleContents div.carousel ul{
    list-style-type: none;
    padding: 10px;
}

body > #mainWrapper > div.article > div.articleContents div.carousel ul li {
    display: inline-block;
    zoom:1; *display: inline;
    text-align: center;
}

body > #mainWrapper > div.article > div.articleContents div.carousel ul li img {
    display: block;
    margin: 5px auto;
}

body > #mainWrapper > div.article > div.articleContents form {
    margin-top: 15px;
}

body > #mainWrapper > div.article > div.articleContents ul.lesson_list {
    
}

body > #mainWrapper > div.article > div.articleContents ul.lesson_list li.node{
    display: inline-block;
    zoom:1; *display: inline;
    text-align: center;
    vertical-align: top;
}

body > #mainWrapper > div.article > div.articleContents ul.lesson_list li img {
    display: block;
    margin: 5px auto;
}

body > #mainWrapper > div.article > div.articleContents ul.lesson_list li.node a {
    font-weight: bold;
    color: #000;
    display: block;
    text-align: center;
    padding: 15px;
    margin: 10px;
    width: 200px;
    height:180px;
    margin:1px 1px;
}

body > #mainWrapper > div.article > div.articleContents ul.lesson_list li.node a:hover {
    border: 1px dashed #bbb;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin:0px 0px;

    
}

body > #mainWrapper > div.nav {
    width: 195px;
    float:left;
    border: 4px solid #EEEEEE;
    border-top: none;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    
    padding-bottom: 15px;
    vertical-align: top;
    position:relative;
    z-index:5;
    margin-right:-25px;
}

body > #mainWrapper > div.nav ul {
    list-style-type: none;
    border: 5px solid #FFFFFF;
    border-top: none;
}

body > #mainWrapper > div.nav ul span.nav_header {
    background: url("../img/header_bg.png") repeat-x scroll left top transparent;
    color: #FFF;
    display: block;
    font-weight: bold;

    padding: 3px;
    padding-left: 10px;
    margin-top: 5px;
}

body > #mainWrapper > div.nav ul ul li a {
    padding-left: 10px;
}

body > #mainWrapper > div.nav ul a {
    color: #000;
}

body > #mainWrapper > div.nav ul a.active {
    display: inline-block;
    zoom:1; *display: inline;
    width: 100%;

    background-color: #ECECEC;
}

.open_player li {
    list-style-type: none;
    display: inline-block;
    zoom:1; *display: inline;
    height: 50px;

    vertical-align: center;

    padding-left: 60px;
    padding-top: 30px;

    background-image: url(../img/our_montage.png);
    background-repeat: no-repeat;
    background-position: left center;
    
}

.open_player li.your_montage {
    background-image: url(../img/your_montage.png);
}

.open_player li.results {
    background-image: url(../img/results.png);
}

img#mascotte {
    float: left;
}

label.flag {
    text-indent: -99999em;
    display: inline-block;
    zoom:1; *display: inline;
    width: 40px;
    height: 40px;

    background-color: transparent;
    background-image: url(../img/flag_en.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

label.selected {
    border: 1 px solid #f53c28;
    background-color: #fcbfab;
}

label.flag_nl {
    background-image: url(../img/flag_nl.png);
}

label.flag_fr {
    background-image: url(../img/flag_fr.png);
}

label.flag_de {
    background-image: url(../img/flag_de.png);
}

#ajax_lang {
    text-align: center;
}

#ajax_lang li {
    display: inline-block;
    list-style-type: none;
}

div.charts {
    text-align: center;
}

#spinner {
    width: 31px;
    height: 31px;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    background-image: url(../img/spinner.gif);
}

div.universities,
div.partners {
    text-align: center;
}

div.universities li,
div.partners li {
    list-style-type: none;
    display: inline;
}


div.universities a img,
div.partners a img {
    border: 1px solid white;
    padding: 3px;
}

div.universities a:hover,
div.partners a:hover {
    text-decoration: none;
}

div.universities a:hover img,
div.partners a:hover img{
    border: 1px solid #000;;
    background-color: #CCCCCC;
}


/* Sliders */
div.carousel  {
    position: relative;
}

div.carousel a.nav {
    display: block;
    width: 30px;
    height: 0px;
    text-indent: -999em;

    position: absolute;
    bottom: 0px;
    background: transparent url(../img/slider_before_new.png) no-repeat center center;
}

div.carousel a.nav.after {
    right: 0px;
    background: transparent url(../img/slider_after_new.png) no-repeat center center;
}

div.carousel ul li {
  width: 150px;
  float: none;
  white-space:nowrap;
  vertical-align:top; 
}
div.carousel ul li a {
  width: 150px;
  float: none;
  white-space:normal;
  vertical-align:top;
}