#dataFreezeTopNavigation {
  margin: 0px auto;
  position: relative;
  background-color: blue;
  width: 1200px;
  background-image: url("/resources/conf/gridViewer/default/images/topNavigation_background.png");
  background-repeat: repeat;
}

#dataFreezeTopNavigation ul {
  list-style: none outside none;
  margin: 0px auto;
  padding: 0px;
  height: 40px;
  width: 900px;
  background-image: url("/resources/conf/gridViewer/default/images/topNavigation_background.png");
  background-repeat: repeat;
}

#dataFreezeHeaderContainer {
  margin: 0 auto;
  position: relative;
  background-color: white;
  width: 1200px;
  height: 140px;
}

#dataFreezeHeaderLeft{
  background-image: url("/resources/conf/gridViewer/default/images/headerSliver.png");
  background-repeat: repeat;
  width: 940px; /*dfHeaderContainer.width - 260(width of bcm logo image border figure)*/
  height: 140px;
  float:left;
}

#centerLogo{
  width: 680px; /*(940 - 260)* */
  height:100px;
  margin-top:30px;
  float:right;
}

#dataFreezeHeaderRight{
  background-image: url("/resources/conf/gridViewer/default/images/headerCurve.png");
  background-repeat: no-repeat;
  float:right;
  height: 140px;
  width: 260px;
}

#dataFreezeEaLogo {
  margin-left: 20px;
  margin-top: -10px;
  height: 130px;
  width: 240px;
  float: left;
}

#dataFreezeHeaderImage {
  margin-right: 45px;
  margin-top: 5px;
  height: 90px;
  width: 150px;
  float: right;
}

#dataFreezeTopRightNavigation {
  float: right;
  margin-top: 5px;
  margin-right: 25px;
}

#dataFreezeTopRightNavigation a{
  margin: 1px 15px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: black;
  font-family: sans-serif, verdana, arial;
}
