/* $Id$ */

.galleryPageOuter {
	float: left;
	width: 150px;
	height: 170px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 0px;
	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
}
.galleryPageTitle{
	text-align: center;
	font-size: 80%;
}

.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;
}


.listPageRight{
	width: 350px;
	font-size: 80%;
	text-align: left;
}

.listPageRight th{
	background-color: #006b69;
	color: white;
	text-align: left;
}

.listpageRight td{
	background-color: #EAFBF9;
	width: 250px;
}
