.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
{
  text-decoration: none;
  background: url('/luna/images/modern/luna-sprite-23.png') 0 -368px;
}



.imagesPanel
{
  padding: 0;
  margin: 0;
}

.imagesPanel .closeButton,
.imagesPanel .closeButton:hover,
.imagesPanel .helpButton,
.imagesPanel .helpButton:hover
{
  margin: 5px 0 5px 0;
  vertical-align: middle;
  width: 23px;
  height: 23px;
}

.imagesPanel .closeButton:focus,
.imagesPanel .helpButton:focus
{
  outline: 1px solid #666666;
}

.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 .tab ul
{
  /*text-align: center;*/
  list-style: none;
  margin: 0;
  padding: 0;
  /*line-height: 24px;	*/
  position: relative;
}

.imagesPanel .tab ul li:hover
{
  cursor: pointer;
}

.imagesPanel .tab ul:after
{
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}

/*
.imagesPanel .tab ul:before {
  z-index: 1;
}
*/
.imagesPanel .tab ul li.selected {
  z-index: 2;
  border-bottom-color: #FFF;
  background: #FFF;
  color: #000;
}
/*
.imagesPanel .tab ul li.selected:before 
{
  box-shadow: 2px 2px 0 #FFF;
}

.imagesPanel .tab ul li.selected:after 
{
  box-shadow: -2px 2px 0 #FFF;
}
*/
.imagesPanel .tab ul li
{
  margin: 0 10px;
  padding: 0 10px;
  border: 1px solid #AAA;
  background: #595959;
  display: inline-block;	
  position: relative;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font: normal 12px verdana;
  height: 22px;
  line-height:22px;
  left: 275px;
}
/*
.imagesPanel .tab ul li:before,
.imagesPanel .tab ul li:after 
{
  position: absolute;
  bottom: -1px;
  width: 6px;
  height: 6px;
  content: " ";
}

.imagesPanel .tab ul li:before 
{
  left: -7px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #AAA;
  box-shadow: 2px 2px 0 #ECECEC;
}

.imagesPanel .tab ul li:after 
{
  right: -7px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #AAA;
  box-shadow: -2px 2px 0 #ECECEC;
}
*/
.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;
}



