Team:SDU-Denmark/core/stylesheet

/* REMOVE IGEM STYLE */

  1. search-controls {
  margin-top:30px;

}

  1. footer-box, #siteSub, #search-controls, .firstHeading, #contentSub, #catlinks, #p-logo {
  display:none;

}

  1. bodyContent a[href ^="mailto:"],

.link-mailto {

   background: none;
   padding-right: 0;

}

  1. bodyContent a[href ^="https://"], .link-https {
   background: none;
   padding-right: 0;

}

  1. menubar {

margin-left: 10px; }

.right-menu li a, .left-menu li a { color: black; background-color: transparent; font-size: 10px; font-weight: bold; }

.right-menu li a:hover, .left-menu:hover a { color: black; }

  1. top-section {
   height: 15px;

}


  1. content {

width: 100%; }

html {

   height:100%;

} body {

   background-color:rgb(221, 221, 221);
   background-image:url(SDU2015_background1.png);
   background-repeat: repeat;
   background-attachment:fixed;
   overflow-x: hidden;
   height:100%;
   overflow-y: scroll;

}

/* BASIC STYLES */

h1, h2, h3, h4 {

   font-family:"Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;
   color: #0084B4;
   
   margin-bottom:0 !important;
   margin-top:0px;

font-weight: bold; padding-top: 0.5em; padding-bottom: 0.17em;

   border-bottom:1px solid;

border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #AAA;

}


/* Name: Header 1 */ h1 {

   font-size: 24px;

padding-bottom:10px;

} /* Name: Header 2 */ h2 {

   font-size: 22px;
   padding-bottom:10px;

} /* Name: Header 3 */ h3 {

   font-size: 20px;

} /* Name: Header 4 */ h4 {

   font-size: 16px;
   font-style: italic;
   padding-bottom:20px;

}

a, a:visited { }

.pdfFile {

   background-repeat: no-repeat;
   background-position: left;
   padding-left: 19px;
   background-image: url(pdf_icon.gif);
   font-size: 12px;
   line-height: 1.3em;

}

/* Name: Appetizer text */ /* Description: Used to give a short and exciting description of the subsequent content. */ p.intro {

   font-style: italic;
   font-size: 16px;
   color: #808080;
   margin-bottom:40px;

}

/* Name: DNA Sequence Code */ /* Description: Used for highlighting DNA sequences and similar codes. */ span.SequenceCode {

   font-size: 14px;
   font-family: Courier New;
   color: red;
   border-style: dashed;
   border-width: 1px;
   border-color: Grey;
   padding: 0px 5px;

}

/* Name: Normal text */ p {

   font-size: 14px;
   margin-top:10px;
   font-family:Tahoma;
   color: #3D3D3D;

text-align: justify; }

p.Img, p.Table, p.Reference { font-size: 13px; margin-top: 10px; font-family: Tahoma; color: #3D3D3D; }

/* Name: Paragraph intro */ span.intro {

   font-weight:Bold;
   font-size: 15px;
   font-family:Tahoma;
   color: #3D3D3D;

}


/* Name: Important word */ .specialWord {

   font-style: italic;
   font-weight: bold; 

}

/* BASE */

.BackgroundLayout {

   width:100%;
   left:0;
   position: absolute;

} .MainLayout {

   width:960px;
   margin-right:auto;
   margin-left:auto;

}

.MainLayout1 { width:960px; height:200px; margin-right:auto; margin-left:auto; opacity:0.5; } .EndFloatBlock {

   clear:both;

}


/* NAVIGATION */ .top {

   height:55px;
   top: 0;
   left: 0;
   right: 0;
   padding-top: 22px;
   padding-bottom: 10px;
   /* background */
   background: #fefefe; /* Old browsers */
   background: -moz-linear-gradient(top,  #FFFFFF 20%, #EEEEEE 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FFFFFF), color-stop(100%,#EEEEEE)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #FFFFFF 20%,#EEEEEE 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #FFFFFF 20%,#EEEEEE 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0 ); /* IE6-9 */

} .bannerShadow {

   /* border shadow */
   box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
   -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);

opacity: 40%; }

.stick {

 position: fixed;
 top: 0;
 z-index: 10000;
 margin-top:-35px;
 margin-right: -13px;

}

  1. sticky-anchor {
 position: absolute;
 margin-top: 35px;

} .topWikiNavBackground {

   height:18px;
   margin-top: -32px;
   background-color:rgb(221, 221, 221);
   background-image:url(SDU2015_background1.png);
   background-repeat: repeat;

}

.topMargin {

   margin-top: 25px;

} .NavbarContainer {

   width:960px;
   margin-right:auto;
   margin-left:auto;

} .NavbarContainerInner {

   float:right;

}

.TopLogo {

   height: 80px;
   width:212px;
   margin-top: -20px;
   margin-left: 0px;
   
   float:left;
   background-image:url(SDU-Denmark2015_Logo_Welcome.png);
   background-size:212px;
   background-repeat: no-repeat;
   position:absolute;

} .MenuButton {

   margin: 35px 0px 0px 15px;
   float: left;
   font-size:12px;
   font-family:Arial;
   padding-bottom:2px;
   position: relative;

} .MenuButton:hover {

   border-bottom-color:#C0C0C0;
   border-bottom-width:3px;
   border-bottom-style:solid;

} .SelectedMenuButton {

   border-bottom-color: #55ACEE;
   border-bottom-width:3px;
   border-bottom-style:solid;

} a.MenuButtonLink {

   text-decoration:none;
   color:black;

} .IgemLogoLink {

   margin: 15px 10px 1px 30px;
   float: left;
   font-size:14px;

}

.HeaderTitel {

   float: left;
   margin-left:100px;
   margin-top:13px;
   font-size:18px;
   font-weight:bold;
   position:absolute;
   color:rgb(0,0,0);

}

.menuPopup {

   display: none;
   margin-top: -8px;
   padding-top: 18px;
   position: absolute;
   z-index: 99999;
   right: -75px;
   background-image:url(SDU2013_Transparent.png);

} .menuPopupContent {

   width: 898px;

} .menuPopupContentInner {

   background: rgba(238, 238, 238, 0.93);
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;

} .menuItems {

  margin-top: 10px;

} .menuItems ul {

  float: left;
  margin: 0 20px 0 0;

} .menuItems li {

  font-size: 11px;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 0 5px;
  line-height: 1.3em;

} .menuItems li.header {

  font-size: 12px;
  font-weight: bold;
  margin: 0 0 2px 0;
  color: #3D3D3D;

} .menuItems li.header a {

  color: #3D3D3D;

}

div.menuIntro {

   padding: 1px 10px 10px 10px;

} p.menuIntro {

   font-size: 11px;
   line-height: 1.3em;
   margin-top: 0px;
   margin-bottom: 8px;

} .warningBox { background-color: #FEE9A6; border-color: #EFBA6C; border-width: 1px; border-radius: 5px; border-style: solid; padding: 8px 8px 0px 8px; font-weight: bold; margin-top: 5px; margin-bottom: 10px; }

/* CONTENT */



.contentBorder {

   border: 1px solid #AAAAAA;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
   -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);

} .expandedContent {

   margin-left: -45px;
   width: 930px;

} .content {

   font-family: Tahoma;
   font-size: 14px;
   color: #3D3D3D;
   margin-bottom:60px;
   background-color:white;
   padding: 15px 60px;
   border: 1px solid #cccccc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);

opacity: 0.95; }

.contentTeam {

   font-family: Tahoma;
   font-size: 14px;
   color: #3D3D3D;
   margin-bottom:60px;
   background-color:white;
   padding: 15px 60px;


   border: 1px solid #cccccc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);

}

.ContentHeader {

   font-size:30px;
   font-weight:bold;
   font-family:Andy;
   color:#3D3D3D;
   margin-left:15px;
   margin-bottom:5px;

}

iframe.TimeLine {

   overflow: hidden;
   border:none;
   width: 958px;
   height:450px;
   margin:-15px -30px;

}

.boxgridHuge {

       width: 885px;

height: 570px; }

.boxgridBig, .boxgridMedium {

       height: 545px;

}

.boxgridBig {

       width: 615px;
       float: left;

}

.boxgridMedium {

       width: 885px;
       margin-top: 8px;
       

} .boxgridSmall{ width: 295px; height: 263px; float: right; margin-bottom: 8px; }

.boxgridTiny { width: 885px; height: 150px; margin-top: 8px; }

.boxgrid { overflow: hidden; position: relative; }

.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; } .boxcaption{ float: left; position: absolute; background: #000; width: 100%; opacity: .8;

       padding: 10px;

/* For IE 5-7 */ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 8 */ -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } .boxcaption:hover {

  text-decoration: none;

} h2.onBlack {

  color:white;
  margin-top: -5px;
  border: none;
  Font-size: 26px;
  padding-bottom: 0px;
  line-height:1em;

} p.onBlack {

  color:white;
  margin-right:18px;
  font-size: 14px;
  font-weight: bold;

} p.onBlackIntro {

  font-size:17px;
  font-style: italic;
  color:white;
  margin-right:20px;
  margin-bottom:20px;

}

h3.team { color: #3D3D3D;

padding-left: 0px; paddding-bottom: 0px; opacity: 0.9; border-bottom:1px solid; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #55ACEE;

}

/* FOOTER */ .footerShadow {

   border-top-color: #CCCCCC;
   border-top-width: 1px;
   border-top-style: solid;
   /* border shadow */
   box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
   -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
   -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.1), 0 -1px 10px rgba(0,0,0,.1);
   /* background */
   background: #fefefe; /* Old browsers */
   background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */

} .footer {

   position: fixed;
   bottom: 0;
   left: 0;
   height:35px;
   width: 100%;
   z-index: 1000;

} .footerBack {

  position:absolute;
 height:100%;
 top:0;
 width:100%;
 left:0px

}

.footerContainer {

   width:960px;
   margin-right:auto;
   margin-left:auto;
   margin-top: 10px;

overflow: visible; } .footerLogo {

  float: left;
  position: absolute;
  background-image:url(SDU2015_TopLogo.png);
  height: 70px;
  width: 70px;
  bottom: 5px;
  margin-left: -25px;
  background-size: 66px;
  background-repeat: no-repeat;

} .footerLogoText {

  float: left;
  background-image:url(SDU2015_SduTextDarkSmall.png);
  height: 14px;
  width: 244px;
  background-repeat: no-repeat;
  margin-left: 25px;
  margin-top: 2px;
  position: relative;

} .footerBtn {

  float: right;
  padding: 5px 10px;
  margin-top: -55px;
  margin-left: 7px;
  height: 75px;
  position: relative;
  display: none;

} .footerBtn:hover {

  text-decoration: none;

}

.footerBtnHeader {

  font-size: 14px;
  margin-top: -1px;
  font-weight: bold;
  margin-bottom: 3px;
  font-family: Arial;
  text-transform: capitalize;
  color: black;

} .footerBtnText {

  margin-top: 0px;
  font-size: 11px;
  color: black;

} .footerBtnPre {

  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;

}

  1. btnFastForward, #btnNextChapter {
  width: 180px;

}

  1. btnStartTour {
  width: 380px;

}

  1. btnDigDeeper {
  width: 255px;

}

  1. btnTheEnd {
  width: 470px;
  margin-top: -75px;
  height: 90px;

} .fastForwardIcon {

  background-image:url(SDU2015_ForwardBlack.png);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 147px;

} .digDeeperIcon {

  background-image:url(SDU2013_DigDeeperBlack2.png);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 227px;
  background-repeat: no-repeat;

} .nextChapterIcon {

  background-image:url(SDU2013_DigDeeperBlack2.png);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 130px;
  background-repeat: no-repeat;

} .startTourIcon {

  background-image:url(SDU2015_StartTour.png);
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 350px;
  background-repeat: no-repeat;

} .tourEndIcon{

  background-image:url(SDU2015_IgemLogoGrayscale.png);
  width: 42px;
  height: 32px;
  position: absolute;
  margin-left: 428px;
  background-repeat: no-repeat;
  margin-top: 4px;
  background-size: 38px;

}


  1. btnDigDeeper, #btnNextChapter, #CCFF99 {

background: #66CC33; /* Old browsers */ background: -moz-linear-gradient(top, rgba(191,18,56,1) 0%, rgba(191,18,56,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,18,56,1)), color-stop(100%,rgba(191,18,56,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, #7ECC0E 0%,#A0E22B 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */ opacity: 0.9;}

  1. btnDigDeeper:hover {

background: #66CC33; /* Old browsers */ background: -moz-linear-gradient(top, rgba(191,18,56,1) 0%, rgba(191,18,56,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,18,56,1)), color-stop(100%,rgba(191,18,56,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(191,18,56,1) 0%,rgba(191,18,56,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, #FCB454 0%,#FCB454 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */ }

  1. btnFastForward, #btnStartTour, #CCFF99{

background: #66CC33; /* Old browsers */ background: -moz-linear-gradient(top, #C84662 0%, #C84662 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C84662), color-stop(100%,#C84662)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #C84662 0%,#C84662 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #C84662 0%,#C84662 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #C84662 0%,#C84662 100%); /* IE10+ */ background: linear-gradient(to bottom, #85CDF9 0%,#66A6CC 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */ opacity: 0.9;}

  1. btnFastForward:hover, #btnStartTour:hover {

background: #66CC33; /* Old browsers */ background: -moz-linear-gradient(top, #C84662 0%,#C84662 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C84662), color-stop(100%,#C84662)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #C84662 0%,#C84662 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #C84662 0%,#C84662 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #C84662 0%,#C84662 100%); /* IE10+ */ background: linear-gradient(to bottom, #FCB454 0%,#FCB454 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C84662', endColorstr='#C84662',GradientType=0 ); /* IE6-9 */ }

  1. btnTheEnd, #CCFF99 {

background: #66CC33); /* Old browsers */ background: -moz-linear-gradient(top, rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 ); /* IE6-9 */

}

/* TOUR MENU */

       .parentTourItem {
           float:left;
           width:auto;
           height:100%;
           background-image:url(SDU2013_UnselectedPoint.png);
           background-repeat:no-repeat;
           background-position:center top;
           text-align:center;
           padding-top:22px;
           padding-left:2px;
           padding-right:2px;
           
       }

.parentTourItemHidden { display: none; }

       .itemSelected {
           background-image:url(SDU2015_SelectedPoint.png);
       }
       .itemLastSelected {
           background-image:url(SDU2015_LastSelectedPoint.png);
       }
       .expandedTour {
           height:100%;
           float:left;
       }
       .expandedTourInner {
           padding-top:17px;
           float:left;
           width:480px;
           background-repeat:repeat-x;
           background-image:url(SDU2015_TourBar.png);
       }
       .tourBarCorners {
           width:6px;
           float:left;
           height:100%;
           background-repeat:no-repeat;
           background-position-x:center;
           
       }
       .tourBend {
           width:31px;
           float:left;
           height:100%;
           background-repeat:no-repeat;
           background-position-x:center;
           
       }
       .tourBendLeft {
           background-image:url(SDU2015_TourbarBendLeft.png);
       }
       .tourBendLeftSelected {
           background-image:url(SDU2015_TourbarBendLeftSelected.png);
       }
       .tourBendRight {
           background-image:url(SDU2015_TourbarBendRight.png);
       }
       .tourBarStart {
           background-image:url(SDU2015_TourStartBarSelected.png);
       }
       .tourBarEnd {
           background-image:url(SDU2015_TourEndBar.png);
       }

.tourBoundingBox { margin: 0 auto; left: 0; right: 0; top: 52px; text-align:center; z-index: 9999; opacity: 10; } .tourBoundingBoxInner { height:66px; width:960px; background: #EEEEEE; display:inline-block; padding-top:5px; padding-left:10px; padding-right:10px; opacity: 10;

} .stick2 { position:fixed; margin-right: -13px; top: 52px; }

       .tourItemLabel {
           margin-left:auto;
           margin-right:auto;
           background-color:white;
           border-color:#B8B8B8;
           border-style:solid;
           border-width:1px;
           text-align:center;
           font-size:12px;
           font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
           padding: 0px 4px;
           display:inline-block;
           text-decoration:none;
           color:black;
       }
       .tourItemLabelSelected {
           background-color:#0084B4;
           color:white;
       }
       .tourItemLabelSelected:visited {
           color:white !important;
       }
       .tourItemLabel:hover {
           background-color: #2DBBEB;
           color:white !important;
           text-decoration:none;
       }
       .tourItemLabel:visited {
           color:black;
       }

.tourItemLabelIndicator {

           background-color:#fb9d23;
           color:white !important;
       }


/* TOOLTIPS AND REFERENCES */

.tooltipLink, .sourceReference {

   cursor:pointer;
   background-repeat: no-repeat;
   background-position: right;

} .tooltipLink {

   font-weight:bold;
   color: #55ACEE;

} .sourceReference {

   padding-right:19px;
   background-image: url(SDU2015_SourceIcon.png);

width: 20px; }


.tooltip {

   display:none;
   width:250px;
   line-height: 1.1em;
   font-size: 11px;
   padding: 7px 9px;
   font-family: Tahoma, Arial;
   border: 1px solid #0084B4;
   /* border shadow */
   -webkit-box-shadow: 4px 4px 12px rgba(50, 50, 50, 0.75);
   -moz-box-shadow:    4px 4px 12px rgba(50, 50, 50, 0.75);
   box-shadow:         4px 4px 12px rgba(50, 50, 50, 0.75);
   /* background */
   background: #EEEEEE; /* Old browsers */
   background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */

} .tooltipHeader {

   font-size: 13px;
   font-family: Tahoma, Arial;
   font-weight: bold;
   display: block;
   margin-bottom:8px;
   color: #FFFFFF;
   background-color: #0084B4;
   padding: 5px 5px 5px 10px;
   margin-top: -8px;
   margin-right: -10px;
   margin-left: -10px;

}


/* IMAGES, GALLERIES AND DIALOGS */

.dialog {

   display:none;

}

.normalImg, .popupImg, .imageGallery {

   -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
   -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
   box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
   padding: 5px;
   background: white;
   

} .normalImg, .popupImg, .galleryImg, .imageGallery {

   margin-bottom:10px;
   font-size: 11px;
   font-style: italic;
   color: dimgray !important;
   text-decoration: none;
   font-family: Arial;

} .normalImg:hover, .popupImg:hover, .galleryImg:hover, .imageGallery:hover {

   text-decoration: none;

} .normalImg img, .popupImg img, .galleryImg img {

   display: block;
   margin-bottom:2px;
   border-width:0px;

} .alignRight {

   float: right;
   margin-left: 10px;

} .alignLeft {

   float: left;
   margin-right: 20px;

} .alignCenter {

   padding: 10px 7px 3px 10px;
   display: block;
   margin-left:auto;
   margin-right:auto;

} .galleryImg {

   float: left;
   margin-right: 5px;
   width: 120px;

} .galleryImg img {

   width: 120px;

} .imageGallery {

   width: 625px;

} .galleryMedium {

   width: 375px !important;

} .gallerySmall {

   width: 125px !important;

}

.mainWrapper { margin: 0px auto 50px;

   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 30px;
   margin-left: auto;

width: 97%; position: relative; background: #FFF none repeat scroll 0% 0%;

   background-color: #FFF;
   background-image: none;
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: 0% 0%;
   background-clip: border-box;
   background-origin: padding-box;
   background-size: auto auto;

border-radius: 8px;

   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;

padding: 14px;

   padding-top: 14px;
   padding-right: 14px;
   padding-bottom: 14px;
   padding-left: 14px;

height: auto; overflow: auto;

   overflow-x: auto;
   overflow-y: auto;

opacity: 0.9; }

.memberWrapper { margin: 0px auto 50px;

   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 30px;
   margin-left: auto;

width: 98%; position: relative; background: #FFF none repeat scroll 0% 0%;

   background-color: #FFF;
   background-image: none;
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: 0% 0%;
   background-clip: border-box;
   background-origin: padding-box;
   background-size: auto auto;

border-radius: 8px;

   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;

padding: 14px;

   padding-top: 14px;
   padding-right: 14px;
   padding-bottom: 14px;
   padding-left: 14px;

height: auto; overflow: auto;

   overflow-x: auto;
   overflow-y: auto;

opacity: 0.9; display: inline-block; }

.WrapperAlt { margin: 0px auto 50px;

   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;

width: 30%; align: center; position: relative; background: #FFF none repeat scroll 0% 0%;

   background-color: #FFF;
   background-image: none;
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: 0% 0%;
   background-clip: border-box;
   background-origin: padding-box;
   background-size: auto auto;

border-radius: 8px;

   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;

padding: 14px;

   padding-top: 14px;
   padding-right: 14px;
   padding-bottom: 14px;
   padding-left: 14px;

height: auto; overflow: auto;

   overflow-x: auto;
   overflow-y: auto;

opacity: 0.8; display: inline-block; }

.WrapperAlt1 { margin: 0px auto 50px;

   margin-top: 0px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;

width: 15%; align: center; position: relative; background: #FFF none repeat scroll 0% 0%;

   background-color: #FFF;
   background-image: none;
   background-repeat: repeat;
   background-attachment: scroll;
   background-position: 0% 0%;
   background-clip: border-box;
   background-origin: padding-box;
   background-size: auto auto;

border-radius: 8px;

   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;

padding: 14px;

   padding-top: 14px;
   padding-right: 14px;
   padding-bottom: 14px;
   padding-left: 14px;

height: auto; overflow: auto;

   overflow-x: auto;
   overflow-y: auto;

opacity: 0.8; display: inline-block; }

.memberwrapper h2 { font-size: 13px; text-decoration: none; border-bottom: 0px; display: block; background-color: #0084B4; color: #fff; font-weight: bold; padding: 14px; letter-spacing: 4px; text-transform: uppercase; margin: 5px; }

.memberSection { height: 300px; } .memberImgL { left: 0px; float: left; padding-top: 0.5em; padding-right: 30px; } .memberImgR { float: right; padding-top: 0.5em; padding-left: 30px; } .memberText {

   text-align: justify;
   padding: 0px 8px !important;
       padding-top: 0px;
       padding-right: 8px;
       padding-bottom: 0px;
       padding-left: 8px;
   font-size: 15px;
   line-height: 1.6;
   letter-spacing: 0px;
   color: #0A0111;
   margin: 0px !important;
       margin-top: 0px;
       margin-right: 0px;
       margin-bottom: 0px;
       margin-left: 0px;

}

.brick.large {

   width: 40%;
   height: 948px;

} .brick.medium {

   width: 30%;
   height: 316px;

} .brick.small {

   width: 20%;
   height: 316px;

}


/* ACCORDION */ .accordion { } .accordionTitel {

   cursor: pointer;
   border: 1px solid #C7C7C7;
   font-size: 13px;
   font-family: "Myriad Set Pro","Helvetica Neue","Helvetica","Arial",sans-serif;

font-weight: bold;

   padding: 3px 10px;
   display: block;
   margin-top:5px;
   border-radius: 5px;
   /* background */
   background: #EEEEEE; /* Old browsers */
   background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */

} .accordionTitel:hover { border: 1px solid #55ACEE; background: rgb(219,219,219); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(238,238,238,1) 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(99%,rgba(238,238,238,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(238,238,238,1) 99%); /* IE10+ */ background: linear-gradient(to bottom, #80B6D8 0%,#B0DAF4 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */ }

.accordion div.pane {

   border-radius: 5px;
   padding: 10px;
   margin-top:3px;
   margin-bottom: 10px;
   display: none;
   border: 1px solid #55ACEE;

} .accordion div.current {

   display: block;

}


/* RESULT PAGE */ .resultContainer {

   width: 700px;
   margin-left:auto;
   margin-right:auto;

} .groupTitel {

   border-bottom-width: 2px;
   border-bottom-style: solid;
   border-bottom-color: #808080;
   background-position: right top;
   background-repeat: no-repeat;
   font-size: 28px;
   padding-left: 2px;
   margin-bottom: 10px;
   margin-top: 10px;
   padding-top: 40px;
   padding-right: 20px;

}

.resultGroup {

   margin-left: 20px;
   padding-left: 55px;
   background-position: left top;
   background-repeat: no-repeat;
   background-image: url(SDU2013_YesIcon.png);
   padding-bottom: 2px;
   margin-bottom: 10px;
   margin-right: 20px;

} .resultTitel {

   font-weight: bold;
   font-size: 14px;
   margin-bottom: 0px;

} .resultText {

   font-size: 12px;
   margin-top: 0px;

}

.parts {

background: #EEEEEE; /* Old browsers */
   background: -moz-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(228, 228, 228) ), color-stop(100%,#FFFFFF )); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgb(228, 228, 228) 20%, rgb(255, 255, 255) 100%); /* IE10+ */
   background: linear-gradient(to bottom, rgb(228, 228, 228) 20%,rgb(255, 255, 255) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */

}


} /* VACCORDION */ /* Vertical Accordion Style */ .va-container{ position:relative; overflow: hidden;

} .va-wrapper{ width:100%; height:100%; position:relative; overflow:hidden; background:#000; } .va-slice{ cursor:pointer; position:absolute; width:100%; left:0px; overflow:hidden;

       background-position: center center;
       background-repeat: no-repeat;

}

.va-title{ font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; font-size:28px; margin-left:20px; color:#fff; text-shadow: 0px 0px 1px white;

       font-weight: bold;
       width: 340px;
       background-color: rgba(0, 0, 0, 0.8);
       padding-left: 20px;

} .va-title-sub {

       font-size:18px;
       font-weight: normal;
       float: left;
       margin-right: 15px;
       margin-top: 3px;
       width: 140px;

} .va-content{ display:none; margin-left:20px; margin-left: 20px; margin-top: 20px; width: 330px; background-color: rgba(0, 0, 0, 0.8); padding: 5px 15px 10px 15px; position: absolute; bottom: 0px; max-height: 380px; }


.aboutLabel, .aboutText { font-family: 'Open Sans Condensed', sans-serif; color: #fff; text-shadow: 0px 0px 1px white; font-size: 14px;

} .aboutLab

.topLink { position: fixed; bottom: 0; right; 0 background-image:url(SDU2015_checkbox.png); }


.top-link { position:fixed; bottom:7px; right:7px; margin:0; padding:0; z-index:999; transition:all .4s linear; }

.top-link.top-link-hide { opacity:0; }

.top-link a { display:block; margin:0; padding:5px; width:14px; opacity:.4; color:#fff; font:bold 15px/1 arial, sans-serif; text-decoration:none; text-align:center; text-shadow:0 1px 0 rgba(0, 0, 0, .5); border:3px solid #fff; border-radius:50%; box-shadow:0 0 2px rgba(0, 0, 0, .5); background-color:#d10e52; transition:all .4s linear; }

.top-link:hover a { opacity:1; transform:scale(1.2); }


.bordered {

   border: 1px solid #CCC;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #CCC;
   border-right-color: #CCC;
   border-bottom-color: #CCC;
   border-left-color: #CCC;
   -moz-border-top-colors: none;
   -moz-border-right-colors: none;
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   border-image-source: none;
   border-image-slice: 100% 100% 100% 100%;
   border-image-width: 1 1 1 1;
   border-image-outset: 0 0 0 0;
   border-image-repeat: stretch stretch;

border-radius: 6px;

   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;

box-shadow: 0px 1px 1px #CCC; align:center; }


table { border-spacing: 0px; width:90%; }

div.thumbinner {

   border: 1px solid #CCC;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-top-style: solid;
       border-right-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-top-color: #CCC;
       border-right-color: #CCC;
       border-bottom-color: #CCC;
       border-left-color: #CCC;
       -moz-border-top-colors: none;
       -moz-border-right-colors: none;
       -moz-border-bottom-colors: none;
       -moz-border-left-colors: none;
       border-image-source: none;
       border-image-slice: 100% 100% 100% 100%;
       border-image-width: 1 1 1 1;
       border-image-outset: 0 0 0 0;
       border-image-repeat: stretch stretch;
   padding: 3px;
       padding-top: 3px;
       padding-right: 3px;
       padding-bottom: 3px;
       padding-left: 3px;
   background-color: #F9F9F9;
   font-size: 94%;
   text-align: center;
   overflow: hidden;
       overflow-x: hidden;
       overflow-y: hidden;

}

.thumbinner {

   min-width: 100px;

}


.thumbcaption {

   border: medium none;
       border-top-width: medium;
       border-right-width: medium;
       border-bottom-width: medium;
       border-left-width: medium;
       border-top-style: none;
       border-right-style: none;
       border-bottom-style: none;
       border-left-style: none;
       border-top-color: -moz-use-text-color;
       border-right-color: -moz-use-text-color;
       border-bottom-color: -moz-use-text-color;
       border-left-color: -moz-use-text-color;
       -moz-border-top-colors: none;
       -moz-border-right-colors: none;
       -moz-border-bottom-colors: none;
       -moz-border-left-colors: none;
       border-image-source: none;
       border-image-slice: 100% 100% 100% 100%;
       border-image-width: 1 1 1 1;
       border-image-outset: 0 0 0 0;
       border-image-repeat: stretch stretch;
   line-height: 1.4em;
   padding: 3px;
       padding-top: 3px;
       padding-right: 3px;
       padding-bottom: 3px;
       padding-left: 3px;
   font-size: 94%;
   text-align: left;

}

.thumbimage {

   border: 1px solid #CCC;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-top-style: solid;
       border-right-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-top-color: #CCC;
       border-right-color: #CCC;
       border-bottom-color: #CCC;
       border-left-color: #CCC;
       -moz-border-top-colors: none;
       -moz-border-right-colors: none;
       -moz-border-bottom-colors: none;
       -moz-border-left-colors: none;
       border-image-source: none;
       border-image-slice: 100% 100% 100% 100%;
       border-image-width: 1 1 1 1;
       border-image-outset: 0 0 0 0;
       border-image-repeat: stretch stretch;

}

.thumb .thumbimage {

   background-color: #FFF;

}

.tright {

   margin: 0.5em 0px 1.3em 1.4em;
       margin-top: 0.5em;
       margin-right: 0px;
       margin-bottom: 1.3em;
       margin-left: 1.4em;

}

.thumb {

   margin-bottom: 0.5em;
   width: auto;
   background-color: transparent;

}


.wikitable {

   margin: 1em 0px;
       margin-top: 1em;
       margin-right: 0px;
       margin-bottom: 1em;
       margin-left: 0px;
   background-color: #F9F9F9;
   border: 1px solid #AAA;
       border-top-width: 1px;
       border-right-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-top-style: solid;
       border-right-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-top-color: #AAA;
       border-right-color: #AAA;
       border-bottom-color: #AAA;
       border-left-color: #AAA;
       -moz-border-top-colors: none;
       -moz-border-right-colors: none;
       -moz-border-bottom-colors: none;
       -moz-border-left-colors: none;
       border-image-source: none;
       border-image-slice: 100% 100% 100% 100%;
       border-image-width: 1 1 1 1;
       border-image-outset: 0 0 0 0;
       border-image-repeat: stretch stretch;
   border-collapse: collapse;
   color: #000;

}