/*
 * Copyright (C) 2010 Medical research Council, UK.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be
 * useful but WITHOUT ANY WARRANTY; without even the implied
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA  02110-1301, USA.
 *
 */
/* style for test page containing emap IIP viewer */

#logoContainer.kaufman {
   left: 18px
}

#contextMenuHintDiv.kaufman {
   width: 95px;
}

#toolContainerDiv.kaufman {
   top: 166px;
   width: 108px;
   height: 470px;
}

#emapIIPViewerDiv.pointClick {
   right: 235px;
   left: 110px
}
#emapIIPViewerDiv.pointClick.editor {
   right: 255px;
}

#infoIconContainer.infoIconContainer {
   position: relative;
   top: 2px;
   float: left;
   margin: 0 10px;
   padding: 0px;
   width: 16px;
   height: 16px;
   z-index: 1000;
   visibility: visible;
}
#infoIconContainer.noToolBox {
   visibility: hidden;
}

#pageHeaderDiv {
   position: relative;
   left: -45px;
   top: 10px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   font-size: 20px;
   font-family: "Arial", sans-serif;
   font-style: normal;
}

#toolContainerDiv.kaufman_supplement {
   height:470px;
   width: 110px;
   top: 166px;
   left: 4px;
}

#pageHeaderDiv.W0 {
   width: 365px;
}
#pageHeaderDiv.W1 {
   width: 380px;
}
#pageHeaderDiv.W2 {
   width: 400px;
}
#pageHeaderDiv.W3 {
   width: 420px;
}
#pageHeaderDiv.W4 {
   width: 430px;
}
#pageHeaderDiv.W5 {
   width: 475px;
}
#pageHeaderDiv.W6 {
   width: 485px;
}
#pageHeaderDiv.W7 {
   width: 500px;
}
#pageHeaderDiv.W8 {
   width: 515px;
}
#pageHeaderDiv.W9 {
   width: 545px;
}

#pageHeaderDiv h1 {
   margin: 6px 0 0;
   padding: 0px;
}

#wlzIIPViewerTitle {
   float: left;
   background: #fafaff;
   height: 25px;
}
#titleTooltipContainerDiv {
   position: relative;
   left: 0px;
   top: 40px;
   width: 280px;
   height: 50px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   border: none;
   border: solid 1px #ccc;
   background: #ffe;
   visibility: hidden;
   z-index: 1000;
}

#titleTooltipTextContainer {
   position: relative;
   left: 0px;
   top: 0px;
   float: left;
   height: 50px;
   overflow: hidden;
   margin: 0px;
   padding: 4px;
   border: none;
   background: #ffe;
   z-index: 1000;
}

#titleTooltipLogoDiv {
   position: relative;
   left: 0px;
   top: 0px;
   float: left;
   width: 50px;
   height: 50px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   border: none;
   background: #fef;
   z-index: 1000;
}

.titleTooltipLogoImg {
   margin: 0px;
   padding: 0px;
   border: none;
}
.titleTooltipTextDiv {
   font-size: 12px;
}
