/* $Id: gallerypage.css,v 1.5 2004/05/06 10:10:46 tim.parry Exp $ */

#galleryHelpText{
	margin: 4px;
	margin-right: 3px;
	padding: 4px;
	font-size: 90%;
	border: 1px solid #CECEC6;
	background-color: #E1E1E1;
}

*html #galleryHelpText{
}

#noItems{
	margin: 4px;
	padding: 4px;
	padding-top: 24px;
    background-image: url(../images/net5grad.jpg);
    background-position: top;
	background-repeat: repeat-x;
}

/*--- Standard Gallery Page ---*/

.galleryPageOuter {
	float: left;
	width: 154px;
	height: 170px;
	text-align: center;
	overflow: hidden;
	margin-top: 8px;
	margin-left: 8px;
}

.galleryPageInner {
	border: solid #C0C2A7 1px;
	height: 120px;
	width: 120px;
	background: #E4E4D3;
	position: relative;
	margin: auto;
	margin-bottom: 4px;
}

.galleryPageInner img{
	border: 0px;
}

.galleryPageInnerImg {
	position: absolute;
	top: 2px;
	left: 102px
}

.galleryPageTitle{
	text-align: center;
	font-size: 95%;
}

*html .galleryPageTitle{
    font-size: 90%;
}

/*--- Gallery List Page ---*/

.galleryListPageOuter {
	float: left;
	margin-left: 8px;
    margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0px;
	border: 1px solid #C0C2A7;
	background: white;
}

*html .galleryListPageOuter{
    margin-left: 4px;
    margin-right: 4px;
}

.galleryListPageLeft {
	float: left;
	width: 136px;
	height: 134px;
	background: white;
}

.galleryListPageLeftDiv {
	border: solid #CECEC6 1px;
	background: #E4E4D3;
	height: 120px;
	width: 120px;
	position: relative;
	top: 5px;
	margin-left: 5px;
}

.galleryListPageLeftImg {
	position: absolute;
	top: 2px;
	left: 102px;
}

.galleryListPageRight {
	float: left;
	width: 253px;
	height: 124px;
	overflow: hidden;
	margin-left: 0px;
	padding-right: 5px;
	background: white;
}

*html .galleryListPageRight{
	width: 259px;
}

.galleryListPageRightDesc{
	text-align: justify;
	overflow: hidden;
}

.galleryListPageTitle {
	text-align: center;
	font-size: 95%;
	font-weight: bold;
	margin: 6px;
	margin-left: 0px;
}

*html .galleryListPageTitle{
    font-size: 90%;
}

.galleryListPageDescription {
	font-size: 95%;
	text-align: left;
	margin: 0px;
	margin-left: -3px;
	margin-right: 3px;
}

*html .galleryListPageDescription{
    margin-top: -8px;
}

.galleryListPageDescription td{
    vertical-align: top;
}

.listPageRight{
	width: 350px;
	font-size: 90%;
	text-align: left;
}

.listPageRight th{
	background-color: #006b69;
	color: #CECEC6;
	text-align: left;
}

.listpageRight td{
	background-color: #EAFBF9;
	width: 250px;
}

