/* GRACE only */



.cnes #header {
  background-color: #303030;
  color:white;
}


.cnes #richard-biancale {
  padding: 15px;
  min-width: 900px;
  border-top:1px solid rgb(82,165,223);
  border-bottom:1px solid rgb(62,105,163);
  background-color: rgb(72,125,183);
  text-align: center;
  color:white;
}

.cnes #richard-biancale span.rb {
/*
  font-family: 'Sail', cursive; 
  font-size: 1.3em; 
*/
}


.cnes #header-title {
  padding-top: 30px;
	margin-left:30px;
	margin-right:30px;
  width:820px;
  margin:auto;
  padding-bottom: 10px;
}

.cnes #header-menu {
  min-width: 900px;
  border-top:1px solid rgb(82,165,223);
  border-bottom:1px solid rgb(62,105,163);
  background-color: rgb(72,125,183);
  text-align: center;
  color:white;
}

.cnes #header-menu ul li {
  display:inline-block;
  list-style: none;
  padding-right: 10px;
  text-align: center;
  margin-right: 40px;
  vertical-align: middle;
}

.cnes #header-menu ul li.no-margin-right {
  margin-right: 0px;
}


.cnes #header-info {
  min-width: 900px;
  padding-top:20px;
  text-align: center;
  transition: height 1s ease;
  -webkit-transition: height 1s ease;    
}


.cnes #header-info.hidden { 
  overflow: hidden;
  height:0px;
}

.cnes #header-info.visible { 
  padding-top:20px;
  height:430px;
  overflow: hidden;
}

.cnes #header-info ul li {
  display: inline-block;
  vertical-align: top;
  width:195px;
  height: 340px;
  border-right: 1px dotted grey;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.cnes #header-info ul li.noborder {
  border-right: none;
}

.cnes #header-info p.underlined {
  padding-bottom: 10px;
}




.cnes .readMore {
  text-decoration: underline;
}

.cnes .readMore:hover {
  cursor: pointer;
  text-decoration: none;
}


.cnes #header-show-info:hover {
  cursor:pointer;
  text-decoration: none;
}

.cnes #header-hide-info:hover {
  cursor:pointer;
}


#user-welcome {
  margin:0;
  background-color: rgb(72,125,183);
  text-align: center;
  color:white;
  position:absolute;
  top:0;
  right:0;
  padding: 10px;
  border-radius: 0px 0px 0px 5px ;
  
}



/* EGSIEM only */

.egsiem #header-banner {
  display: block;
}

.egsiem #header-menu {
  color:rgb(238, 238, 238);
  background-color: rgb(51,51,51);
  width: 100%;
  border-bottom: 4px solid #0077bb;
  display: inline-block;
}

.egsiem #header-menu li {
  list-style: none; 
  display: inline-block;
  padding:8px;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
}

.egsiem #header-menu li a {
  color:#CDCDCD;
  text-decoration: none;
}

.egsiem #header-menu li.selected {
  background-color:#0077bb;
}

.egsiem #header-menu li.selected a, .egsiem #header-menu li:hover a {
  color:#EEE;
}

.egsiem #header-menu li:hover {
  background-color: rgb(68,68,68);
  cursor: pointer;
}

.egsiem #header-info {
  padding-bottom: 30px;
/*   border-bottom: 3px solid #0077bb; */
}

