/*
 * 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 */

img.logo_nimr {
   position: relative;
   left: -10px;
   top: 8px;
   margin: 0px;
   padding: 0px;
}

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

#pageHeaderDiv {
   position: relative;
   left: 0px;
   top: 15px;
   width: 415px;
   margin-left: auto;
   margin-right: auto;
   font-size: 20px;
   font-family: "Arial", sans-serif;
   font-style: normal;
}
#pageHeaderDiv.wider {
   width: 500px;
}
#pageHeaderDiv.widest {
   width: 600px;
}
#pageHeaderDiv.mouseLimb {
   left: -20px;
}
#pageHeaderDiv h1 {
   margin: 6px 0 0;
   padding: 0px;
}
#pageHeaderDiv a {
}

#wlzIIPViewerTitle {
   background: #fafaff;
   height: 25px;
}

#wlzIIPViewer3dTitle {
   background: #fafaff;
   height: 25px;
}

#wlzIIPViewerTitleLink {
   float: right;
   margin: 0px;
   padding: 0px;
   position: relative;
   top: -6px;
}
#titleTooltipContainerDiv {
   position: relative;
   left: 90px;
   top: 40px;
   width: 400px;
   height: 80px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   border: none;
   border: solid 1px #ccc;
   background: #ffe;
   visibility: hidden;
   z-index: 1000;
}
#titleTooltipContainerDiv.mouseLimb {
   left: 17px;
   top: 40px;
   width: 500px;
   height: 50px;
}

#titleTooltipTextContainer {
   position: relative;
   left: 0px;
   top: 14px;
   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: 80px;
   height: 80px;
   overflow: hidden;
   margin: 0px;
   padding: 0px;
   border: none;
   background: #fef;
   background: none;
   z-index: 1000;
}
#titleTooltipLogoDiv.mouseLimb {
   left: 4px;
   top: 2px;
   width: 155px;
   height: 44px;
}

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

#titleTooltipTextContainer.mouseLimb {
   left: 10px;
   top: 0px;
}

#toolContainerDiv.threeD {
   height: 600px;
}
#toolContainerDiv.key {
   height: 600px;
}
#toolContainerDiv.limb {
   height: 605px;
}
#toolContainerDiv.caltech {
   height: 605px;
}
