
/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
a#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0px 0px 0px 40px;

	line-height:		1.0em;
	font-family:		        arial, sans serif;
	font-weight:		        bold!important;
	font-size:			18px;
	color:				black!important;
        border-bottom:                 none!important;
}

a#pagetitle:hover
{
	font-weight:		        bold!important;
	color:				black!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/
table#thumbnailtable
{
	margin-top:			20px;
	margin-right:		0px;
	padding-left:       40px;

}

table#thumbnailtable a
{
		border-bottom:      none!important;

}


/*	Thumbnail cell	*/
td.thumbnailitem
{
	text-align:			left;

}

/*	The thumbnail image	*/
td.thumbnailitem img
{
	display:			none;

}

/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	display:			block;
	border-bottom:      none!important;

}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				rgb(204,204,204);
	display:			block;
	font-weight:		bold;

}

.thumbnaildescription a:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The thumbnail description abstract text	*/
.thumbnailabstract
{
	line-height:		19px;
	font-family:		georgia, times new roman, serif;
	font-size:			12px;	
	width:				440px;
	text-align:			left;
}

/*	The results, forward/next line	*/
#results
{
	border-top:			1px solid rgb( 118, 134, 176 );
	margin-top:			13px;
	color:				rgb( 118, 134, 176 );
	padding-top:		3px;
	font-size:			11px;
}

#results a
{
	color:				#b32216;
	margin-left:		10px;
}	

#results a:hover
{
	color:				#666666;
}

/*	The 'Back to Gallery' link	*/
a.backlink
{
	display:			block;
	color:				rgb(204,204,204);
	margin-top:			20px;
}	

a.backlink:hover
{
	color:				rgb( 118, 134, 176 );
}

/*	The subpage previous/next navigation  */
#prev-next-nav
{
	display:			block;
	margin-top:			10px;
		font-size:			14px;

}

#prev-next-nav a
{
	margin-right:		10px;
			font-size:			14px;

}

#prev-next-nav img
{
}