/************************************************************************** 
*************************************************************************** 
*  Program Name: $Id: gallery.css,v 1.20 2007/08/25 23:21:42 neo Exp $
*  Program Author:  Michael T. Schock
*  Creation Date: 05-15-2006
*  CVS Revision: $Revision: 1.20 $
*  Copyright (c) 2006
*************************************************************************** 
*************************************************************************** 
*  Program Summary:
*  Style sheet for the thumbnail galleries
*
*
*************************************************************************** 
**************************************************************************/


div#Thumbnail_Control
{
	width:1000px;
	overflow:scroll;
	background-color:#cccccc;
}

table#Image_Table
{
	 text-align:center; 
	 margin-bottom:4px;
}

td#Image_Container
{	
	width:550px;
	height:650px;
}

td#Image_Container img
{
	border:outset white 5px;
}

div#Payment_Information
{
	width:160px;
	height:400px;
	border:outset white 5px;
	background-color:black;
	color:#cccccc;
}

div.Payment_Header
{
	width:160px;
	background: url('../Graphics/link_background_1.jpg');
	border:outset 5px white;
	height:25px;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
}

table#Gallery_Link
{
	background: url(../Graphics/link_background.jpg);
	text-align:center;
	width:400px;
	height:300px;
	border:outset 2px white;
}

td.Image_Holder
{
	width:160px;
	height:121px;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
	color:#eeeeee;
	border:outset 2px white;
}
