﻿body {
}
td.ImageThumbnail
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100px;
	position: static;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
image.ImageThumbnail
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
td.ImageThumbnailEmpty
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	width: 100px;
	position: static;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
td.ImageThumbnailSelected
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	border-bottom: #3366cc 1px solid;
	width: 100px;
	position: static;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
td.ImageThumbnailPath
{
	background-color: #ffffff;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100px;
}
span.ImageThumbnailPath
{
	background-color: #ffffff;
	color: #000000;
}
span.ImageThumbnailPathSelected
{
	background-color: #3366cc;
	color: #ffffff;
}
