﻿
.targetListImage
{
	border: 0px;
	border-style: none;
}

.targetListImage img
{
	height: 35px;
	width: 35px;
	border: solid 2px #333333;
}

.targetListImage img:hover
{
	border: solid 2px #990000;
}

#targetList
{
	width: 540px;
}

#targetList tr td
{	
	vertical-align: top;
}

#targetList tr td.headerRow
{	
	vertical-align: bottom;
	border-bottom: solid 2px #333333;
}

#targetList tr td.headerRow h3.multipleLine
{	
	padding: 5px 0px 0px 20px;
	text-align: center;
}

#targetList tr td.imageData
{
	text-align: center;
	padding: 5px 0px 0px 20px;
}