﻿body 
{
	 color: Black; 
	 font-family: 'Lucida Sans'; 
	 font-size: 9pt;
}

a 
{ 
	color: #CCCCCC;
	text-decoration: none;
}

.title
{
	color: White; 
	font-family: 'Lucida Sans'; 
	font-size: 9pt;	
}

a:hover
{
	color: Black;
}

.logo
{
	border-bottom: solid 2px #B3B3B4
}

.gallerytitle
{
	 font-weight: bold;	
}

.thumbnailmaster
{
	text-align: left;	
	vertical-align: top;
}

.thumbnailcell
{
	text-align: center;
 	padding: 8px 8px 8px 8px;
}

.thumbnail
{
	 border: solid 4px Black;
	 cursor: pointer;	
}

.previewcell
{
	padding: 4px 4px 4px 4px;	
}

.previewimage
{
	border: solid 4px Black;
}

.pager
{
	 font-family: Arial;
	 font-size: 10pt;
	 font-weight: bold;
	 text-align: left;
	 color: Black;
	 background-color: White;
}

.pager a
{
	color: Black;
}

.pager a:hover
{
	color: Red;	
	text-decoration: none;
}

.pagercell
{	
    text-align: left;
    padding-left: 8px;
}