
.FisheyeHidden
{
  display : none;
}

.FisheyeDisplayItem
{
  padding : 5px 0px 0px 0px;
  display: block;
}

.FisheyeSubBox
{
  font: 12px verdana, sans-serif;
  background-color: #F5FB9B;
  color: #000;
  padding:  0px 10px 2px 10px;
}

.FisheyeNoteBox
{
  font: 12px verdana, sans-serif;
  background-color: #F5FB9B;
  color: #000;
  padding:  0px 10px 2px 10px;
}

.FisheyeIconBox
{
  background-color: #F5FB9B;
  padding: 0px 0px 0px 0px;
  float:  left;
}

.FisheyeCategory
{
    font: 16px verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    padding:  5px 0px 5px 0px;
}

.FisheyeSummary
{
    border: medium double #C4C87C;
    padding: 5px 5px 5px 5px;
    width: 270;
    // let height work itself out height: 110;
}


.FisheyeLinkItem
{
  background-color: #F5FB9B;
  color: #00F;
  font-weight: bold;
  display: inline;
  padding: 5px 10px 5px 0px;
}

.FisheyeInlineActiveText
{
  'font-weight': 'bold',
  color: red;
  padding : 0px 10px 5px 10px;
  display: inline;
}


.FisheyeNoteShiftFrame
{
  //background : transparent;
  background-color: #FFBBBB;
  //border : none;
  border : 'medium double #C4C87C';
  width: 270;
  height: 110;

  overflow: hidden;
  resize: none;
}

body#FisheyeNoteShiftFrameBody
{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  margin: 0;

  background-color : '#FFBBBB';
  border : 'medium double #C4C87C';

  width: 265;
  height: 105;

  overflow: hidden;
  resize: none;
}

.FisheyeNoteShiftTextArea
{
  font: 12px verdana, sans-serif;
 
  background : transparent;
  //background-color : red;
  position: absolute;
  border : none;
  padding : 0 4px 4px 4px;
  width: 250;
  height: 100;

  left: 4px;
  right: 4px;
  top: 0;
  bottom: 0;

  overflow: hidden;
  resize: none;
}

/* Styles for the bottom of the Note Shift ------------------ */

.FisheyeNoteShiftButton
{
  font: 11px verdana, sans-serif;
  cursor: pointer;
  display: inline;
  
  margin-left: 7px;
  
 // padding: 2px;
  
  background-color: #ccc;
  
  border: 1px outset #aaa;
}

.FisheyeNoteShiftButton:active {
  border: 1px inset #aaa;
}


