﻿body {
}
 .ModalPopupBackground { 
      background-color:#000000; 
      filter:alpha(opacity=50); 
      -moz-opacity:.50; 
      opacity:.50;
      z-index:500;
 }
 
.galleryTitle
{
	font-weight:bold;
	font-family: "Times New Roman", serif;
	text-decoration:none;
	color:#db1682;
}

td.thumbCell
{
	padding: 10px 0px 10px 0px;
}

.thumbContainer
{
	width: 100px; 
	height: 77px; 
	position:relative;
}

.thumbFrame
{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index:100;
}

.thumbImage
{
	position: absolute; 
	top: 4px; 
	left: 4px; 
	z-index:50;
}

#Gallery_Left 
{
	float: left; 
	width:235px;
}

#Gallery_Right
{
	float: right; 
	width:625px; 
	position:relative;	
}

#Gallery_RightHeader
{
	position: relative; 
	height:40px;	
}

#Gallery_Title
{
	left:0px; 
	position:absolute;	
}

#Gallery_TrainerLink
{
	right: 0px;
	position:absolute;	
}

#Gallery_TrainerLink a, .closeLink a
{
	font-weight:bold;
	font-family: "Times New Roman", serif;
	text-decoration:none;
}

#Gallery_TrainerLink a:hover, .closeLink a:hover
{
    color: #33ccff;
}

#Gallery_HeaderLine
{
	position:absolute;
	bottom:0px;
	width:100%	
}

