﻿body {
}

.Thumb
{
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 5px;
	margin-top: 5px;
	border: solid 1px Gray;
}

.ThumbSelected
{
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 5px;
	margin-top: 5px;
	border: solid 1px Gray;
	background-color: Orange;
}

.ThumbTable
{
	width: 70px;
	height: 70px;
}

.ThumbTableCell
{
	width: 70px;
	height: 70px;
	text-align: center;
}

.TextPopup
{
	background-color: White;
	border: solid 1px Black;
	padding: 3px 3px 3px 3px;
	width: 450px;
}

