﻿
/* display pictures user control */

table #tblDisplay
{	
	width:800px;
	background-color:White;	
	margin-top:5px;	
	margin-bottom:2px;	
}

table #tblDisplay #tblTopRow 
{
	width:100%;
	height:40px;	
}

table #tblDisplay #tblMiddleRow
{
	width:100%;
	margin-top:5px;
}


	