body.thumbs
{
	background-color: #878786;
}

body
{
	background-color: #cccac6;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}

table
{
	border-collapse: collapse;
	width: 100%;
	height: 0px;
	table-layout: auto;
	border:0px solid black;	
	background-color: #cccac6;
}

.head
{
	background-color: #cccac6;
	height:40px;
	font-size:13px;
	font-weight:bold;
	background-repeat:repeat-x;
	background-image:url('ML_upperborder.png');
}

#headTitle
{
	padding-top:7px;
	text-align:center;
	vertical-align:top;
	background-color: #cccac6;	
}

.mainArea
{
	height: 0px;
	background-color: #cccac6;
}

.bottom
{
	height: 37px;
	background-color: #cccac6;
	background-repeat:repeat-x;
	background-image:url('ML_bottomborder.png');
}

.thumbarea
{
	background-color: #878786;
}

#previewDiv, #previewPicture
{	
	margin:0px; 
	padding:0px;	
}

#previewPicture
{
	border:2px solid #b51d28; 
}

table.imageTable {
	width: 60%;
	background-color: #363636;
	padding: 5px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
}

table.miniTable
{
	empty-cells:show; 
}

table.miniTable tr td {
	width:110px;
}

.meta
{
	color:white;
}

img.thumb
{
	padding:0px;
	margin:6px 2px 6px 2px;
	position:relative;
}

.miniDouble .cellLeft img.thumb
{
	margin-left:0px;
	border:1px solid #cccac6; 
	border-left-width:0px;
}

.miniDouble .cellRight img.thumb
{
	margin-right:0px;
	border:1px solid #cccac6; 
	border-right-width:0px;
}

div.special a.selectable img.thumb
{
	border:1px solid #b51d28;
	margin:6px 2px 6px 2px;
}

.miniDouble div.special .cellLeft a.selectable img.thumb
{
	border-left-width:0px;
	margin-left:0px;
}

.miniDouble div.special .cellRight a.selectable img.thumb
{
	border-right-width:0px;
	margin-right:0px;
}

.miniDouble img.sideOverlay
{
	z-index:12;
	border-style:none;
	position:absolute;
	height:100px;
	right:-1px;
	bottom:7px;
	border-right:1px solid gray;
}

.miniDouble div.special a.selectable img.sideOverlay
{
	bottom:7px;
}

.miniDouble img.sideOverlay-ff
{
	bottom:9px;
}

.miniDouble div.special a.selectable img.sideOverlay-ff
{
	bottom:9px;
}

.miniDouble img.sideOverlay-wk
{
	bottom:0px;
}


.miniDouble div.special a.selectable img.sideOverlay-wk
{
	bottom:1px;
}

.container .cellRow
{	
	text-align:left;
	white-space:nowrap;
	position:relative;
}

.container .cellRow div
{
	position:relative;
	display:inline;
	margin:0px;
}

#previewPicture.downlighted{
	border-color:#888888;
}

#previewPicture.highlighted{
	border-color:#b51d28;
}