.helpButton,
.helpButton:hover
{
  height: 20px;
  width: 20px;

  padding: 0;
  margin: 0;

  display: block;
  overflow: hidden;

  background-color: transparent ! important;
  background-image: url( /luna/images/workspace/icon-help.gif ) ! important;
  background-repeat: no-repeat ! important;

  border: 0 solid white;
}

.closeButton
{
  height: 20px;
  width: 20px;

  padding: 0;
  margin: 0;

  display: block;

  background-color: transparent  ! important;
  background-image: url( /luna/images/workspace/icon-close.gif ) ! important;
  background-repeat: no-repeat ! important;

  border: 0 solid white;
}



.imagesPanel
{
  padding: 0;
  margin: 0;
}

.imagesPanel .closeButton,
.imagesPanel .closeButton:hover,
.imagesPanel .helpButton,
.imagesPanel .helpButton:hover
{
  height: 20px ! important;
  width: 20px ! important;

  padding: 0 ! important;
  margin: 0 ! important;

  display: block ! important;

  border: 0 solid white ! important;
}


.imagesPanel .closeButton,
.imagesPanel .closeButton:hover,
.imagesPanel .helpButton,
.imagesPanel .helpButton:hover
{
  height: 20px ! important;
  width: 20px ! important;

  padding: 0 ! important;
  margin: 0 ! important;

  display: block ! important;

  border: 0 solid white ! important;
}



.imagesPanel .tab
{
  padding: 0;
  margin: 0;

  background-image: url( /luna/images/workspace/tab-active-media-group.gif );
  background-position: 2% 100%;
  background-repeat: no-repeat;
}

.imagesPanel .content
{
  padding: 0;
  margin: 0;

  background-color: #231F20;

  border: 1px solid #656260;
}

.imagesPanel .content h1
{
  height: 10px;

  margin: 0;
  padding: 0;
  padding-left: 5px;
  line-height: 16px;
  vertical-align: middle;

  color: white;

  background-color: #231F20;

  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}

.imagesPanel .operationsContainer
{
  padding: 8px 0 8px 0;
  margin: 0;

  background-color: #231F20;

  border: 1px solid #656260;
  border-width: 0 0 1px 0;
}

.imagesPanel .operationsContainer p
{
  padding: 0;
  margin: 0 5px 0 5px;

  color: white;

  text-align: left;

  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
}


.mediaItem
{
  width: 96px;
  height: 96px;

  margin: 5px;

  padding: 5px;

  overflow: hidden;

  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;

  background-color: black;
  border: 1px solid #454240;
}



.imagePanelInformation
{
  color: white;

  background-color: #231F20;

  border: 1px solid #656260;
}

.imagePanelInformation h1
{
  height: 20px;

  margin: 0;
  padding: 0;
  padding-left: 4px;

  line-height: 18px;
  vertical-align: middle;

  color: white;

  background-color: #231F20;

  border: 1px solid #656260;
  border-width: 0 0 1px 0;

  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
}

.imagePanelInformation table
{
  margin: 0;
  padding: 0;
}

.imagePanelInformation table tr td
{
  margin: 0;
  padding: 3px 5px 3px 0;

  color: #574B45;

  background-color: #978E83;

  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10px;
}

.imagePanelInformation table tr.alternate td
{
  background-color: #CAC2B7;
}

.imagePanelInformation table tr td a,
.imagePanelInformation table tr td a:visited,
.imagePanelInformation table tr td a:hover,
.imagePanelInformation table tr td a:active
{
  color: #574B45;
}

.imagePanelInformation table tr td em
{
  width: 100%;

  padding: 0;
  margin: 0;

  display: block;

  text-align: right;

  font-weight: bold;
  font-style: normal;
}

.imagePanelInformation .resizerRight
{
  width: 20px;
  height: 20px;

  cursor: se-resize;

  background-image: url( /luna/images/workspace/icon-resizer-bottom-right.gif );
  background-repeat: no-repeat;
  background-position: 2px 2px;
}

.imagePanelInformation .resizerLeft
{
  width: 20px;
  height: 20px;

  cursor: ne-resize;

  background-image: url( /luna/images/workspace/icon-resizer-bottom-left.gif );
  background-repeat: no-repeat;
  background-position: -2px 2px;
}

.thumbnailPanner
{
  background-color: #231F20;

  border: 2px ridge #656260;
}

.panBox
{
  background-color: black;

  border: 1px dashed white;
  border-width: 1px;
}



