
/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/
table#thumbnailtable
{
	margin-top:			20px;
	margin-right:		0px;
}

/*	Thumbnail cell	*/
td.thumbnailitem
{
	padding:			0px 20px 0px 0px;
	text-align:			left;
	
}

/*	The thumbnail image	*/
td.thumbnailitem img
{
	border:	1px solid #666666;
}

/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	display:			none;
}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				black;
	display:			none;
	font-weight:		bold;
	font-size:		18px;
	font-family:		georgia, serif;
	padding:	10px 0px 0px 0px;
}

.thumbnaildescription a:hover
{
	color:				black;
}

/*	The thumbnail description abstract text	*/
.thumbnailabstract
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			0.85em;
	width:				300px;
	text-align:			left;
}
.thumbnailabstract a
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			10px;
	width:				300px;
	text-align:			left;
	color:				#ED002D;
}
.thumbnailabstract a:hover
{
	line-height:		1.4em;
	font-family:		arial,sans serif;
	font-size:			10px;
	width:				300px;
	text-align:			left;
	color:				#333333;
}

/*	The results, forward/next line	*/
#results
{
	xborder-top:			1px solid rgb( 118, 134, 176 );
	margin-top:			13px;
	color:				#666666;
	padding-top:		3px;
	font-size:			11px;
}

#results a
{
	color:				#ED002D;
}	

#results a:hover
{
	color:				#333333;
}

/*	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;
}

#prev-next-nav a
{
	margin-right:		10px;
}

#prev-next-nav img
{
}