/* $Id$ */

.galleryPageOuter {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.1em;
}

.galleryPageInner {
	border: solid #999 1px;
	height: 122px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
}
.galleryPageInnerImg {
	position: absolute;
	top: 2px;
	left: 102px
}
.galleryPageInner img{
	border: 0px;
}

.galleryPageTitle{
	text-align: center;
	font-size: 80%;
}

*html .galleryPageTitle{
	font-size: 75%;
}

.galleryListPageOuter {
	float: left;
}
.galleryListPageLeft {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}
.galleryListPageLeftDiv {
	border: solid #999 1px;
	height: 122px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
}
.galleryListPageLeftImg {
	position: absolute;
	top: 2px;
	left: 102px;
}
.galleryListPageRight {
	float: left;
	width: 150px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}
.galleryListPageTitle {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
.galleryListPageDescription {
	font-size: 80%;
	text-align: left;
}

.listPageOuter {
margin-top: 0px;
margin-bottom:0px;
}
.listPageLeft {
	float: left;
	width: 140px;
	height: 122px;
	text-align: center;
}
.listPageLeftDiv {
	border: solid #999 1px;
	height: 122px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
}
.listPageLeftImg {
	position: absolute;
	top: 2px;
	left: 102px;
}
.listPageRight {
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.listPageRight th{
	font-size: 80%;
	padding: 2px;
}


.listPageTitle {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
.listPageDescription {
	font-size: 80%;
	text-align: left;
}

#galleryHelpText{
	border: 1px solid #006b69;
	background-color: #EAFBF9;
	font-size: 80%;
	padding: 2px;
	margin: 2px;
}

