/* List sections on main gallery page */
.SectionGallTable
{
  width:580px;
	border-collapse: collapse;
}
.SectionGallTable td
{
  width:193px;
  text-align:center;
	padding-bottom: 15px;
}

.GalleryTable
{
	width: 161px;
	margin: 0 auto;
	border-collapse: collapse;
}
.GalleryTable th
{
	font-family: "palatino linotype", georgia, verdana;
	font-size: 13px;
	color: #e5e5e5;
	text-transform: uppercase;
	background: #68121c;
	border: 1px solid #666666;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	text-align: center;
}
.GalleryTable th a
{
	color: #e5e5e5;
	text-decoration: none;
}
.GalleryTable th a:hover
{
	color: #e5e5e5;
	text-decoration: underline;
}
.GalleryTable td
{
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #444444;
	padding: 3px;
	margin: 0px;
	background: #000000;
	text-align: center;
	color:#aeaeae;
}
.GalleryTable td.Image
{
  height:155px;
}

.GalleryTable td.GallIMG
{
	text-align: center;
	width: 145px;
	border: 0px;
}
.GalleryTable td.EmptyIMG
{
	width: 145px;
	border: 0px;
	background: #000000;
}
.GalleryTable td.IMGDescription
{
	text-align: center;
	width: 145px;
	font-size: 10px;
	color: #aaaaaa;
}




/* Gallery list in some section */
.MainGalTable
{
  width:99%;
	border-collapse: collapse;
}
.MainGalTable td
{
  background-color:#000000;
  border:1px solid #444444;
  text-align:center;
  padding:5px;
  width:19%;
}
.MainGalTable img
{
  cursor:pointer;
}
.MainGalTable td.Darker
{
  background-color:#111111;
  border:1px solid #444444;
  text-align:center;
  padding:5px;
}
.MainGalTable td.EmptyIMG
{
  border:0px;
  background:none;
}
.MainGalTable td.IMGDesc
{
  text-align:center;
  font-size:12px;
  background-color:#000000;
  color:#d6d6d6;
}
.MainGalTable td.IMGDescDarker
{
  text-align:center;
  font-size:12px;
  background-color:#111111;
  color:#ffffff;
}

