﻿td.ProjectPicture
{
	border-top: #cacaf6 2px solid;
	background-color: #cacaf6;
	width: 500px;
	height: 480px;
	text-align:center;
	vertical-align:top;
	overflow:auto;
}

td.PictureSelection
{
	width: 500px;
	padding-top: 5px;
	text-align:center;
	vertical-align:top;
	overflow:auto;
}

div.PictureSelectionDiv
{
	background-color: black;
	width: 500px;
	height: 100px;
	position:relative;
	overflow:auto;
}

img.PictureSelectionImage
{
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

td.ProjectInfoColumn
{
	vertical-align: top;
	background-color: #ffffff;
	border-top: #cacaf6 2px solid;
	border-left: #cacaf6 2px solid;
	border-right: #cacaf6 2px solid;
	padding: 10px;
	width: 100%;
}

td.ProjectsHeader
{
	font-family: Tahoma;
	font-size: 13pt;
	font-weight: bold;
	color: Navy;
}

td.ProjectDetailsHeader
{
	background-color: #eae7ff;
	border-top: #cacaf6 2px solid;
	border-left: #cacaf6 1px solid;
	border-right: #cacaf6 1px solid;
	border-bottom: #cacaf6 1px solid;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: navy;
}

td.ProjectDetailsBody
{
	color:Navy;
	border-left: #cacaf6 1px solid;
	border-right: #cacaf6 1px solid;
	border-bottom: #cacaf6 1px solid;
	font-family: Tahoma;
	font-size: 8pt;
}

a.ProjectLink
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
}

table.ThumbnailPreview
{
	position: absolute;
	left: 0px;
	top: 0px; 
}