/* Gallery Module Styles */
.rtmodule_gallery div.galleryContainer 					
{
}
.rtmodule_gallery div.galleryHeader 						
{
	padding: 20px;
}
div.galleryHeader .rtresume
{
	text-transform: lowercase;
}
.rtmodule_gallery div.galleryHeader span.title, div.galleryHeader span.admin
{
	white-space: no-wrap;
}
.rtmodule_gallery div.galleryHeader span.title 			
{
	font-size: 110%;
	font-weight: bold;
}
.rtmodule_gallery div.galleryHeader span.admin:hover, div.galleryHeader span.title:hover 
{
	background: yellow;
}
.rtmodule_gallery div.galleryThumb 
{
	border: 1px dotted #999;
	float: left;
	padding: 15px 15px 25px 15px;
	margin: 10px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer; cursor: hand;
}
.rtmodule_gallery div.imageThumb 
{
    background-repeat: no-repeat;
	background-position: top center;
}
.rtmodule_gallery div.galleryThumb img
{
}
.rtmodule_gallery div.galleryThumb .title
{
	text-decoration: none;
	font-weight: normal;
	font-size: 80%;
	font-style: italic;
}
.rtmodule_gallery div.galleryThumb:hover 					
{ 
	background: #efefef;
}
.rtmodule_gallery div.galleryThumbSmall
{
	float: left;
	border: 1px dotted #999;
	padding: 10px 10px 10px 10px;
	margin: 3px;
	background: white;
}
.rtmodule_gallery div.galleryThumbSmall img  				
{
	margin-bottom: -5px; 
}
.rtmodule_gallery div.galleryThumbSmall:hover 				
{ 
	background: #efefef;
}
.rtmodule_gallery div.galleryThumb p
{
	border: 1px solid #efefef;
	color: #333;
	font-size: 90%;
	font-style: italic;
	text-align: center;
	padding: 3px;
}
.rtmodule_gallery div.gallerySpacer
{
	color: #333;
	font-size: 90%;
	padding: 0 20px 20px 20px;
	clear: both;
}
.rtmodule_gallery div.galleryDetailArrows
{
	font-weight: bold; 
	font-size: 14px;
	background: #ccc;
	border: 1px outset #999;
}
.rtmodule_gallery div.detail div.image 					
{
	padding: 15px; 
	text-align: center;
}
.rtmodule_gallery div.detail div.title table td.title 	
{
	font-weight: bold;
	font-size: 110%;
}
.rtmodule_gallery div.detail div.description
{
	padding: 5px; 
	text-align: center;
	font-color: #ccc;
	font-style: italic;
}
.rtmodule_gallery div.detail div.slideShow, div.detail div.printService
{
	padding: 5px; 
	text-align: center;
	font-color: #ccc;
	white-space: no-wrap;
}

/* ROT1 VIEW */
.rtmodule_gallery .rot1		 	{ overflow: auto; }
.rtmodule_gallery .rot1 img 	{ border: 0px; }
