/* Base Structure CSS for the Base Page component. */

/* Base HTML elements. */
body {
  margin: 0px;
  padding: 0px;
}
a img {
  border-width: 0px;
}

/* Base Page elements. */
.pageHeader_left, .pageBody_left, .pageFooter_left {
  /* Fix for IE. */
  display: inline;
  float: left;
  clear: left;
}
.pageHeader_center, .pageBody_center, .pageFooter_center {
  /* Fix for IE. */
  display: inline;
  float: left;
}
.pageHeader_right, .pageBody_right, .pageFooter_right  {
  /* Fix for IE. */
  display: inline;
  float: left;
  clear: right;
}
.pageFooter_container {
  font-size: smaller;
}
/* Fix page header height problem in IE. */
.headerLogo h1 {
  line-height: 10px;
  font-size: 10px;
}

/* Common elements. */
.clearer {
  float: none;
  clear: both;
  line-height: 0px;  
  height: 0px;
  font-size: 0px;
}
.zeroHeight {
  line-height: 0px;
}

/* General Document content type styling. */
.document h3, .document h4 {
  margin-bottom: .2em;
}
.document h4 {
  margin-top: .1em;
}
.document p {
  margin: .3em 0em;
}

body {
  font-family: sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
}

a img {
  border-width: 0px;
}

.pageFooter ul {
  list-style-type: none;
}

.leadin {
  font-weight: bold;
}/* Base Structure CSS for Primary Navigation. */

.topmenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.topmenu a {
  display: block;
}

.topmenu li {
  float: left;
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
}

.topmenu .submenu {
  visibility: hidden;
  position: absolute;
  z-index: 10;
}

/* Display the submenu for a list item when it is hovered over. 
   The 'over' class is set by the DOM Script on the LI element. */
.topmenu li:hover .submenu, li.over .submenu {
  visibility: visible;
}

.topmenu .submenu li {
  clear: left;
  margin: 0px;
}

.topmenu .submenu li a {
  display: block;
}/* Base Styling CSS for Primary Navigation. */

.topmenu li {
  font-size: 11px;
  font-weight: bold;
}/* Base Structure CSS for Secondar Navigation. */

.secNav {
  width: 100%;
  margin-bottom: 25px;
}
.secNav h3 {
  padding: 0px;
  margin: 0px;
}

/* Eliminate the padding / margin on the lists. */
.secNav ul {
  padding: 0px;
  margin: 0px;
}

/** Common setup for floating divs. */
.secNav_left, .secNav_right {
  width: 5px;
}
.secNav_left, .secNav_center, .secNav_right {
  float: left;
}
.secNav_center {
  width: auto;
}
.secNav_clear {
  clear: left;
  line-height: 0px;
}

/** CSS for top of the submenu entries in the sidebar. */
.secNavSubMenu_top .secNav_left, .secNavSubMenu_top .secNav_center, .secNavSubMenu_top .secNav_right,
.secNavSubMenu_bottom .secNav_left, .secNavSubMenu_bottom .secNav_center, .secNavSubMenu_bottom .secNav_right {
  height: 5px;
  line-height: 5px;
}

.secNavSubMenu_bottom {
  margin-bottom: 2px;
}

/** Images for bottom of the side menu. */
.secNav_bottom .secNav_left, .secNav_bottom .secNav_center, .secNav_bottom .secNav_right {
  height: 10px;
  line-height: 10px;
}

.secNavSubMenuContents {
  /* width: 140px; */
  width: auto;
}
.secNavSubMenuContents li {
  padding-left: 1em;
  padding-bottom: .5em;
}/* Base Styling CSS for Secondary Navigation. */

.secNav ul {
  list-style-type: none;
}

.secNav a {
  text-decoration: none;
}

/** Images for standard menu buttons. */
.secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.secNavEntry .secNav_center {
  background: url() repeat-x top;
}
.secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard menu buttons which contain are beneath a 'ul'. */
ul .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
ul .secNavEntry .secNav_center {
  background: url() repeat-x top;
}
ul .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons WITH sub menu entries */
.selectedWithEntries .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.selectedWithEntries .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons with NO sub menu entries */
.selectedNoEntries .secNavEntry .secNav_left {
  background: url() no-repeat left;
}
.selectedNoEntries .secNavEntry .secNav_right {
  background: url() no-repeat right;
}

/** Images for standard ACTIVE menu buttons, regardless of sub menu entries */
.selectedWithEntries .secNavEntry .secNav_center, .selectedNoEntries .secNavEntry .secNav_center {
  background: url() repeat-x top;
}


/** Images for top of the submenu entries in the sidebar. */
.secNavSubMenu_top .secNav_left {
  background: url() no-repeat left;
}
.secNavSubMenu_top .secNav_right {
  background: url() no-repeat left;
}

/** Images for bottom of the submenu entries in the sidebar. */
.secNavSubMenu_bottom .secNav_left {
  background: url() no-repeat left;
}
.secNavSubMenu_bottom .secNav_right {
  background: url() no-repeat left;
}

.secNav_bottom .secNav_left {
  background: url() no-repeat left;
}
.secNav_bottom .secNav_center {
  background-color: transparent;
}
.secNav_bottom .secNav_right {
  background: url() no-repeat right;
}

.secNavSubMenu_top .secNav_center, .secNavSubMenu_bottom .secNav_center, .secNavSubMenuContents {
  background-color: transparent;
}/* Page Body.  */

.pageBody {
  margin-bottom: 2em;
}

.pageBody_container {
  width: 840px;
  padding-right: 90px;
}

.pageBody_left {
  margin-left: 20px;
  margin-right: 10px;
  width: 170px;
}

.pageBase_Homepage .pageBody_left {
  width: 70px;
}

.pageBody_center {
  width: 600px;
  padding-right: 20px;
  padding-top: .5em;
  margin-left: 20px;
  border-width: 1px 0 0 0;
}

.pageBase_Homepage .pageBody_center {
  width: 700px;
}

.pageBody_center h2 {
  margin: 0 0 .5em 0;
  padding: 0;
}

/* Participating centres. */
.pageBody_center .contactProfile_related {
  margin: .8em 0;
}

.contactProfile {
  padding-bottom: 1em;
  margin-top: 2em;
}

.contactProfile h3 {
  margin: 0 0 1em 0;
}

.contactProfile_profilePic {
  float: right;
}

/* Page Footer. */
.pageFooter {
  width: 920px;
  padding: 4px 20px;
  border-width: 0 0 1px 0;
}
.pageFooter_center {
  float: right;
}

/* Page Header. */
.pageHeader_center {
  width: 960px;
}

.pageHeader_center .simpleLink a {
  height: 22px;
  width: 130px;
  float: right;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-left: 30px;
}

.backToTop {
  float: right;
  clear: both;
  width: 100%;
  text-align: right;
}

/* Base table styles */
table {
  padding: 2px;
  border-spacing: 0px;
  border-collapse: collapse;
}

td {
  border: 1px solid;
  height: 40px;
}

th {
  height: 40px;
  border: 1px solid;
}/* Base HTML elements. */
body {
  font-family: Verdana, Tahoma, Arial, Sans-Serif;
  font-size: 12px;
  background: transparent url(/uz/digitalAssets/60_euroglycanet_bg_logo.gif) no-repeat scroll top left;
  border-top: 3px solid #444444;
  color: #444444;
}

a {
  color: #8595BF;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Main page styles.*/

.pageBody_center p {
  line-height: 150%;
}

.pageHeader_center .simpleLink {
  vertical-align: bottom;
  line-height: 21px;
 }

.pageHeader_center .simpleLink a {
  background: transparent url(/uz/digitalAssets/68_agt_family.gif) no-repeat scroll top left;
}

.pageBody_container, .bigMenu li {
  background-color: transparent;
  background-position: top right;
  background-repeat: no-repeat;
}

.pageBody_center, .pageFooter {
  border-style: solid;
  border-color: #444444;
}

.pageBody_center h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

.pageBody_center .leadin {
  font-size: 13px;
  font-variant: small-caps;
}

.pageFooter {
  background-color: #E8E8E8;
}

.pageFooter_center .plainContent {
  color: #666666;
  text-align: right;
}

.pageFooter a {
  color: #444444;
}

.contactProfile {
  font-size: 11px;
  border-bottom: 1px solid black;
}

.contactProfile h3 {
  color: #AF6862;
}

.contactProfile_address {
  font-weight: bold;
}
.contactProfile_address p {
  line-height: 100%;
}

th {
  background-color: #BDCAD8;
  font-weight: bold;
}

/* Individual page base styles */

/* Home */
.pageBase_Homepage h2 {
  color: #8595BF;
}

/* Euroglycanet */
.pageBase_Euroglycanet h2, .pageBase_ContributingLaboratories h2 {
  color: #AF6862;
}

.pageBase_Euroglycanet .pageBody_container, .pageBase_ContributingLaboratories .pageBody_container{
  background-image: url(/uz/digitalAssets/61_317_euroglycanet.gif);
}

/* CDG */
.pageBase_CDG h2 {
  color: #77C665;
}

.pageBase_CDG .pageBody_container {
  background-image: url(/uz/digitalAssets/63_cdg.jpg);
}

/* Database */
.pageBase_Database h2 {
  color: #EFB559;
}

.pageBase_Database .pageBody_container {
  background-image: url(/uz/digitalAssets/64_database.jpg);
}

/* Meetings */
.pageBase_Meetings h2 {
  color: #B698CE;
}

.pageBase_Meetings .pageBody_container {
  background-image: url(/uz/digitalAssets/61_317_euroglycanet.gif);
}

/* Links */
.pageBase_Links  h2 {
  color: #CFC6B5;
}

.pageBase_Links .pageBody_container {
  background-image: url(/uz/digitalAssets/67_links.jpg);
}

/* Contact US */
.pageBase_ContactUS h2 {
  color: #7CD4D1;
}

.pageBase_ContactUS .pageBody_container, .pageBase_Homepage .pageBody_container, .pageBase_Sitemap .pageBody_container {
  background-image: url(/uz/digitalAssets/61_317_euroglycanet.gif);
}

#primNav_Homepage, #primNav_Homepage a:hover, #primNav_Homepage.selected a {
  background-color: #8595BF;
}

#primNav_Euroglycanet, #bigNav_Euroglycanet .bigNav_title, #primNav_Euroglycanet a:hover, #primNav_Euroglycanet ul, #primNav_Euroglycanet.selected a  {
  background-color: #EFA9A4;
}

#primNav_Meetings, #bigNav_Meetings .bigNav_title, #primNav_Meetings a:hover, #primNav_Meetings ul, #primNav_Meetings.selected a  {
  background-color: #B698CE;
}

#primNav_CDG, #bigNav_CDG .bigNav_title, #primNav_CDG a:hover, #primNav_CDG ul, #primNav_CDG.selected a  {
  background-color: #77C665;
}

#primNav_Database, #bigNav_Database .bigNav_title, #primNav_Database a:hover, #primNav_Database.selected a  {
  background-color: #EFB559;
}

#primNav_Links, #bigNav_Links .bigNav_title, #primNav_Links a:hover, #primNav_Links.selected a  {
  background-color: #CFC6B5;
}

#primNav_Contact_Us, #bigNav_Contact_Us .bigNav_title, #primNav_Contact_Us a:hover, #primNav_Contact_Us.selected a  {
  background-color: #7CD4D1;
}

#bigNav_Nomenclature .bigNav_title {
  background-color: #EFE659;
}

/* End of individual page base styles. */

.backToTop { 
  font-weight: bold;
}

#bigNav_Euroglycanet {
  background-image: url(/uz/digitalAssets/70_euroglycanStrip.jpg);
}
#bigNav_CDG {
  background-image: url(/uz/digitalAssets/71_introStrip.jpg);
}
#bigNav_Database {
  background-image: url(/uz/digitalAssets/74_patientsStrip.jpg);
}
#bigNav_Meetings {
  background-image: url(/uz/digitalAssets/75_mutationsStrip.jpg);
}
#bigNav_Nomenclature {
  background-image: url(/uz/digitalAssets/73_nomenclatureStrip.jpg);
}
#bigNav_Links {
  background-image: url(/uz/digitalAssets/72_linksStrip.jpg);
}
#bigNav_Contact_Us {
  background-image: url(/uz/digitalAssets/69_contactsStrip.jpg);
}.topmenu {
  margin-top: -5px;
}

.topmenu li {
  float: none;
  display: block;
  margin: 5px;
  line-height: 20px;
  width: 170px;
}

.topmenu li .submenu {
  position: absolute;
  left: 195px;
  margin-top: -21px;
}

.topmenu li .submenu li {
  margin: 0px;
  width: 240px;
  border-width: 0px;
}

.topmenu li a {
  display: block;
  width: 145px;
  margin-left: 20px;
  padding-left: 5px;
}

.topmenu li .submenu li a {
  width: 215px;
}/* Styling for the primNavMenu menu */
.primNavMenu {
  float: left;
}

/* Styling for the top-level menu */
.topmenu {
  font-size: 9px;
  font-family: verdana;
  font-weight: bold;
  color: #888888;
  text-transform: uppercase;
}

.topmenu a {
  text-decoration: none;
  color: #000000;
  background-color: #FFFFFF;
}

.topmenu a:hover, .topmenu .selected a {
  color: #FFFFFF;
}

.topmenu li, .topmenu li .submenu {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #444444;
  font-size: 9px;
}/* Secondary Nav. */
.secNavEntry {
  display: none;
}
.secNavContents .selectedWithEntries .secNavEntry {
  display: block;
}

.secNav {
  float: left;
  clear: both;
  margin-top: 2em;
}

.secNav img {
  display: none;
}

.secNavSubMenuContents li {
  margin: .2em .5em;
}.secNavContents .selectedNoEntries .secNavEntry a, .secNavContents .selectedWithEntries .secNavEntry a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.secNavSubMenuContents li {
  font-size: 10px;
}

.secNavSubMenuContents li a {
  text-decoration: underline;
  color: #444444;
}/* CDG Big Nav Structure CSS */
.bigNavMenu {
  width: 100%;
}

.bigMenu {
  margin: 2em 0 1em 0;
  padding: 0;
}

.bigMenu li {
  width: 100%;
  margin: 0;
  border-width: 1px 0 0 0;
}

.bigNav_title {
  border-width: 0 0 1px 0;
  width: 150px;
}

.bigNav_title, .bigNav_description {
  float: left;
  /* IE Fix. */
  display: inline;
}

.bigNav_title {
  clear: left;
  line-height: 22px;
  padding-left: 22px;
}

.bigNav_description {
  clear: right;
  border-width: 0 0 0 1px;
  width: 240px;
  height: 5em;
  padding: 1em;
}

.bigNav_title a {
  display: block;
  width: 100%;
  padding-left: 1em;
}/* CDG Big Nav styling CSS */
.bigNav_title, .bigNav_description, .bigMenu li {
  border-style: solid;
  border-color: #444444;
}

.bigMenu {
  list-style-type: none;
}

.bigNav_title a {
  background-color: #FFFFFF;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
}

.bigNav_title a:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.bigNav_description {
  font-size: 10px;
}
