﻿@charset "utf-8";
/* CSS Document */
.tablespacer {
	height:40px;
}
img {
  border: none;
}
a img {border:none;}
a {
	color: #CCCCCC;
}
#maintable {
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
 }
 
.title {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	color: white;
	text-align: left;
	font-family: Arial;
}

/* Gallery table */

.galleryTable {
	clear: none;
	padding: 2px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-image: url(../contents/setup/bg5.png);
	background-repeat: repeat-x;
}

.gallery {
	margin: 0 auto 0 auto;
	padding: 5px;
	clear: both;
	font-family: Arial;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.galleryRow {
	text-align: center;


}

.galleryColumn {
	padding: 5px;
}
.galleryColumnI {
	padding: 5px;
	vertical-align: top;
}

/* gallery image */

.galleryImage {
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
}

.caption {
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}

.caption a {
  text-decoration: none;
}

.caption a:hover {
	text-decoration: underline;
	color: #66CCFF;
}

/* page */

.pageImage {
border: none;
}

.galleryPage {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

/* navigation */

.navigation {
	margin: 10px 0 10px 0;
	text-align: left;
	clear: both;
	font-family: Verdana, "sans serif";
	font-size: 11px;
	color: #FFFFFF;
}

.navigationLinks {
	display: inline;
	margin-right: 8px;
}

.navigationLinks a {
  padding-right: 5px;
  text-decoration: none;
}

.navigationLinks a:hover {
}

.pageIndex, .pagePrevious, .pageNext {
  display: inline;
  padding: 5px;
}

.currentLink {
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	border: 1px solid #eee;
	display: inline;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: #0033CC;
}

.pageLink {
	text-decoration: none;
	display: inline;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	color: #000000;
	margin-right: 5px;
	border: 2px solid #0033FF;
	background-color: #FFFFFF;
}

.pageLink:hover {
	text-decoration: none;
	display: inline;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	border: 2px solid #FFFFFF;
	background-color: #0066FF;
	color: #FFFFFF;
}
#tableg {
	vertical-align: top;
}
#tablebg {
	vertical-align: top;
	background-image: url(../contents/setup/bg4.png);
	background-repeat: repeat-y;
	background-position: left top;
}
