@charset "utf-8";
/* CSS Document */
table.galleryBoundry {
	padding:10px;
}
.linesAboveBelow, .linesAbove {
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
.linesAbove {
	border-bottom:0px;
}
a img.gallery, table.gallery {
	border:1px solid #069;
	margin:5px;
	padding:3px;
}
a:hover img.gallery {
	border:2px solid #09F;
	margin:4px;
}
.captioncell {
	font-size:10px;
}
table.galleryTable {
	margin:0px 4px 10px 0px;
}
.photodesc {
	font-size:10px;
}
a.starRating {
	display:block;
	width:16px;
	height:16px;
	background-image:url(/modules/gallery/images/starroll.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-decoration:none;
}
div.menuTitle {
	color:#999999;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #999999;
	margin-bottom:2px;
	}
div.commentTop {
	color:#666666;
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:0px;
	margin-top:6px;
	}
#commentBody {
	padding:3px;
	border-left:1px solid #F0F4FF;
	border-bottom:1px solid #F0F4FF;
	}	
#commentBoundry {
	margin:5px 0px 10px 5px;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	}