﻿/* Lazyest Gallery Admin Style Sheet */

td.column-caption .desc {
  height: 64px;
  overflow: hidden;
  margin: 5px 0;  
  width:328px;
}

.descdiv {
  display: none;
}
.column-caption {
  width:338px;
}
.caption-text {
  width:328px;
}

#image_list .desc {
  background-color:#F9F9F9;
}

.lg_foldercell ul li {
  padding-left: 10px;
  list-style-image: url('images/rcorner.png');
  list-style-position: inside;
}

.lg_alternate {
  background-color:#F9F9F9; 
}

.dragHandle {
  width:24px;
  background-color:#EFEFEF !important;
  border-right: 1px dotted #AAA !important;
  cursor: url('images/cursor_hand.png'), move;
}

.dragHandle:hover {
  cursor: url('images/cursor_hand.png'), move;
} 

.lg_alternate .dragHandle, .lg_alternate .dragHandle:hover {
  background-color:#F9F9F9; 
  cursor: url('images/cursor_drag_hand.png'), move;  
	background-repeat: no-repeat;
}

.contextMenu {
	position: absolute;
	z-index: 99999;
	border: solid 1px #CCC;
  border-right-width: 3px;
  border-bottom-width: 3px;
	background: #FFF;
	padding: 0px;
	margin: 0px;
	display: none;
  font: 11px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
  color:#21759B;
}

.contextMenu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu a {
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu li.hover a {
	color: #333 !important;
  background-color: #EAF2FA !important;
}

.contextMenu li.disabled a {
	color: #aaa;
	cursor: default;
}

.contextMenu li.hover.disabled a {
	background-color: transparent;
}

.contextMenu li.separator {
	border-top: solid 1px #CCC;
}

.contextMenu li.folderpng a { background-image: url(images/folder.png); }
.contextMenu li.folderpng a:hover { background-image: url(images/folder-add.png); }