/*********** General Rules ************/
html {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  background-color: #111;
  height: 100%;
  /* This is for IE, to make work hover on any element. It uses behaviors, which is a IE specific extension, so the other browsers whill safely ignore it. */
  /* http://www.xs4all.nl/~peterned/csshover.html */
  behavior: url("/ClientLogin/DOUBLECLUB/DOTCOM/css/csshover3.htc"); 
}

img { 
  /* Makes IE scaled images look well. 
  It just triggers the scaling mode that all other browsers use by default */
  -ms-interpolation-mode:bicubic; 
}

div,p,td,h2,h3 {
  font: 12px arial, helvetica, sans-serif;
  line-height: 15px;
  color: #DDD;
}

p.westernMenu {
  font: 11px times, serif;
  color: #111;
}

p.congoMenu {
  font: 11px "Courier New", Courier, monospace;
  color: #111;
}

img {
  display: block;
  border: none;
}

object {
  display: #FFF;
}

a {
  color: #EEE;
}

a:hover {
  color: #FFF;
  background-color: #444;
  cursor: pointer;
  cursor: hand;
}

p {
  margin: 0 0 12px 0;
}

h1 {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #FFF;
}

h3 {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #FFF;
}


#newslettersignupbox {
  width: 165px;
  margin: 4px 0px 0px 0px;
  display: inline; /* IE double margin bug fix */
  overflow: hidden;
  /* If this is made a float then it triggers a super weird bug in IE6 by which the div gets a trailing empty line. And to spice it up this line disappears when hovering on a link that's placed directly below this div*/
}
#newslettersignupbox .text-input {
  width: 94px;
  padding: 0 2px;
  margin-right: 4px;
  background: #111;
  color: #EEE;
  border: 1px solid #EEE;
}
/* border and bg image together don't work in IE */
/*#newslettersignupbox .submitbox {
  border-width: 1px; 
}*/
#newslettersignupbox .submit-button {
  width: 46px;
  height: 16px;
  border: 1px solid #EEE;
  padding: 0px;
  background: #111;
  color: #EEE;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
#newslettersignupbox .submit-button:hover {
  color: #EEE;
  background-color: #444;
}
#newslettersignupbox .submit-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
#newslettersignupbox .text-input, #newslettersignupbox .submit-button {
  font-size: 11px;
  line-height: 14px;
}

/*********** Common Layout Rules ************/
div.top-link {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  visibility: hidden;	
}

div#right-bar {
  float: left;
  width: 165px;
  margin-left: 18px;
  margin-top: 97px
}

img.gtbank-logo {
  float: left;
  margin: 2px 13px 3px 0px;
}

/** Navigation bar (aka left-bar) rules */
div#left-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 190px;
  height: 100%;
  z-index: 10;
}

div#logo {
  position: absolute;
  top: 23px;
  left: 16px;
  font-weight: bold;
  clear: both;
  margin-bottom: 80px;
}

div#container {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  width: 980px;
  overflow: hidden;
}

div#navi {
  position: absolute;
  top: 97px;
  left: 15px;
  width: 170px;
  margin-right: 5px;
  margin-left: -5px; /* To compensate for the padding of the <a ..> */
}

div#navi a {
  display: block;
  text-decoration: none;
  font: 10px arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding: 4px 5px;
  margin-bottom: 3px;
  color: #AAA;
}

div#navi div.navi-level {
  padding-left: 10px;
}

div#navi a:hover {
  background-color: #444;
  color: #FFF;
}

div#navi a.highlight {
  color: #FFF;
}

/** Content rule */
div#content {
  display: inline; /* Fixes IE6 double-margin bug (http://www.positioniseverything.net/explorer/doubled-margin.html) */
  float: left;
/*  margin: 97px 0px 100px 190px;*/
  margin: 23px 0px 100px 245px;
  width: 600px;
/*   overflow: hidden; */
}

.block {
  position: relative;
  width: 600px;
/*  overflow: hidden; */
  margin-bottom: 25px;
}

img.fill-width {
  width: 600px;
  /* Do not set height or width auto as this will trigger IE6 "creativity" */
}

div.block object {
  width: 600px;
  height: 169px;
  padding: 0px;
}

div.copyright {
  padding-left: 20%;
  text-align: right;
  font-size: 9px;
  color: #444;
  margin-bottom: 10px;
}

table.menu {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFF;
  width: 600px;
}

table.menu td {
  vertical-align: top;
  padding: 10px;
}

.control-links {
  margin-top: 40px;
  width: 600px;
}

.control-links a {
  color: white;
  margin-right: 10px;
  font: 10px arial, helvetica, sans-serif;
}

.party-mosaic {
  display: block;
  width: 600px;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 15px;
}

.party-mosaic a, .party-mosaic a:hover {
  background-color: transparent;
}
.img-wrapper, .thumb-wrapper {
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  border: 0px;
  background: transparent;
}

.img-wrapper {  
  position: absolute;
  top: 0px;
  width: 600px;
  height: 402px;
}

.thumb-wrapper {
  float: left;
  position: relative;
  display: inline-block;
  width: 98px;
  height: 66px;
  padding: 0px;
  margin: 1px;
  overflow: hidden;
}

.thumb-wrapper a, .thumb-wrapper a:hover {
  position: relative;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.img-wrapper img, thumb-wrapper img {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
}

.img-wrapper .loading, .thumb-wrapper .loading {
  display: inline-block;
  background: #111 url(/images/image-loading.gif) no-repeat scroll center center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  margin: 0px;
  padding: 0px;
  border: 1px solid white;
}

a.innerAnchor {
  position: absolute;
  top: -19px;
  left: 0px;
  visibility: hidden;
  width:0px;
  margin: 0px;
  padding: 0px;
}

.event-links {
  display: block;
  overflow: hidden;
  width: 600px;
  margin-bottom: 10px;  
}

.event-links .thumb-links {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.event-links .thumb-links .small-thumb {
  display: block;
  float: left;
  width: 97px;
  height: 66px;
  overflow: hidden;
  margin: 0px 3px 3px 0px;
}

.event-links .text-links {
  display: block;
  white-space: normal;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.event-links .text-links a {
  display: block;
  float: left;
  clear: both;
}

div.stage, div.stage-thumbs {
  position: relative;
  display: block;
  width: 600px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}

.stage {
  display: block;
  height: 402px;
}

.stage-thumbs {
  display: block;
  height: 408px;
}

.stage-block {
  display: block;
  position: absolute;
  top: 0px;
  width: 600px;
  height: 408;
  overflow: hidden;
  white-space: normal;
}

.stage-block a {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  background-color: #111;
  height: 68px;
  vertical-align: bottom;
}

.stage-block a:hover {
  text-decoration: none;
  background-color: #111;
}

.small-thumb {
  float: left;
  overflow: hidden;
  width: 97px;
  height: 65px;
  padding: 0px;
  margin: 0px 3px 3px 0px;
}

.buttons {
  position: relative;
  margin-top: 10px;
  width: 600px;
}

.buttons #counter {
  position: absolute;
  right: 0px;
}

.buttons a {
  color: white;
  margin-right: 10px;
  font: 10px arial, helvetica, sans-serif;
}

.footer {
  width: 600px;
  overflow: hidden;
  margin-top: 150px;
  margin-bottom: 10px;
}

.footer img {
  float: left;
}

.capitalize {
  text-transform: capitalize;
}


/* jd.gallery */

#gallery {
    overflow: hidden;
}
#gallery .imageElement {
    display: none;
}

.pcc-gallery {
    width: 700px;
    height: 468px;
}
.book-gallery {
    width: 642px;
    height: 468px;
}
.edition-folder-gallery {
    width: 585px;
    height: 468px;
}
.publications-gallery {
    float: left;
    height: 468px;
}

.jdGallery a {
    outline: 0;
}

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

.jdGallery img {
    border: 0;
    margin: 0;
}

.jdGallery .slideElement {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/jd.gallery/spinner.gif');
}

.jdGallery .loadingElement {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/images/jd.gallery/spinner.gif');
}

.jdGallery .slideInfoZone {
    position: absolute;
    z-index: 10;
    width: 100%;
    margin: 0px;
    left: 0;
    bottom: 0;
    height: 42px;
    background: #000;
    color: #fff;
    text-indent: 0;
    overflow: hidden;
}

* html .jdGallery .slideInfoZone {
    bottom: -1px;
}

.jdGallery .slideInfoZone h2 {
    padding: 0;
    margin: 3px 5px 0 5px;
    font: 14px/18px arial, helvetica, sans-serif;
    font-weight: bold;
    color: inherit;
}

.jdGallery .slideInfoZone p {
    padding: 0;
    margin: 0 5px;
    color: #eee;
}

.jdGallery a {
    font-size: 100%;
    text-decoration: none;
    color: inherit;
}

.jdGallery a.right,
.jdGallery a.left {
    position: absolute;
    height: 99%;
    width: 50%;
    cursor: pointer;
    z-index: 10;
}

.jdGallery a.right:hover,
.jdGallery a.left:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.jdGallery a.left {
    left: 0;
    top: 0;
}
.jdGallery a.left:hover {
    background: url('/images/jd.gallery/fleche1.png') no-repeat center left;
}

.jdGallery a.right {
    right: 0;
    top: 0;
}
.jdGallery a.right:hover {
    background: url('/images/jd.gallery/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right,
* html .jdGallery a.left {
    filter: alpha(opacity=50);
}
* html .jdGallery a.left {
    background: url('/images/jd.gallery/fleche1.gif') no-repeat center left;
}
* html .jdGallery a.right {
    background: url('/images/jd.gallery/fleche2.gif') no-repeat center right;
}
