/* $Id: gallerypage.css,v 1.5 2004/05/06 10:10:46 tim.parry Exp $ */

.galleryPageOuter {
	float: left;
	width: 166px;
	height: 170px;
	text-align: center;
	overflow: hidden;
	margin: 8px 8px 8px 10px;
}

*html .galleryPageOuter {
  width: 163px;
}

.galleryPageInner {
	height: 122px;
	width: 122px;
	position: relative;
	margin: auto;
	margin-top: 4px;
	background: #F1F1F1;
	border: solid #999 1px;
}

.galleryPageInnerImg {
	position: absolute;
	top: 2px;
	left: 102px
}

.galleryPageTitle{
	text-align: center;
	font-weight: bold;
	font-size: 80%;
}

.galleryPageInner img{
	border: 0px;
}

.galleryListPageOuter {
	float: left;
}

.galleryListPageLeft {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	margin-top: 10px;
	margin-right: -5px;
}

.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;
	margin-top: 10px;
	margin-right: 5px;
	background-color: white;
}

.galleryListPageRightTitle {
	padding: 2px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	background-color: white;
}

.galleryListPageRightDesc{
	font-size: 90%;
	text-align: justify;
	overflow: hidden;
	padding: 2px;
}

* html .galleryListPageRightDesc{

}

.galleryListPageTitle {

	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

.galleryListPageDescription {
	font-size: 90%;
	text-align: left;
}


.listPageRight{
	width: 350px;
	font-size: 90%;
	text-align: left;
}

.listPageRight th{
	background-color: #006b69;
	color: white;
	text-align: left;
}

.listpageRight td{
	background-color: #EAFBF9;
	width: 250px;
}

