/* CSS Document */

.galleryTable {
	margin:0px;
	padding:5px;
	width: 100%;
}

.galleryTable th {
	margin: 2px;
	padding: 2px;
}

.galleryTable td {
	padding: 8px;
	background-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.galleryTable td.oddCell {
	background-color: #F0F0F0;
}

.galleryTable td.evenCell {
	background-color: #CCCCCC;
}

.galleryTable .tdHeader {
	font-weight:bold; 
	text-align:right; 
}

.galleryTable tr td table, .galleryTable tr td table tr, .galleryTable tr td table tr, .galleryTable tr td table tr th {
	border: none;
}

.galleryName {
	font-weight: bold;
}

.galleryComingSoon {
	font-style: italic;
}

/* INDIVIDUAL GALLERY STYLES */
.galleryDetailsTable {
	margin: auto;
	margin-top: 0px;
	width: 100%;
	border: solid 3px #333333;
}

.galleryDetailsTable a:link, .galleryDetailsTable a:visited, .galleryDetailsTable a:hover, .galleryDetailsTable a:active {
	color: #000099;
}

.galleryDetailsTable td {
	background-color: #333333;
	padding: 6px;
}

.galleryDetailsTable td.oddCell {
	
}

.galleryDetailsTable td.evenCell {
	
}

.galleryDetailsTable tr td table, .galleryDetailsTable tr td table tr, .galleryDetailsTable tr td table tr, .galleryDetailsTable tr td table tr th {
	border: none;
}


.galleryCategoriesOuterTable {
	border: solid 1px #666666;
}

.galleriesByCategoryOuterTable td {
	padding: 1em;
}

.galleriesByCategoryListTD {
	padding: 1em;
	border-right: double #666666;
}

#galleryCategoryListLabel {
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
	font-size: 12pt;
	padding-bottom: 1em;
}

table.galleryCategoryListTable {
	width: 200px;
}

table.galleryCategoryListTable td {
	width: 100px;
	height: 100px;
}

table.galleryCategoryListTable td a img {
	border: solid 1px #666666;
}

table.galleryCategoryListTable td.selectedGallery a img {
	border: solid 1px #000099;
}

ul.galleryListCategories {
	list-style: none;
}

ul.galleryListCategories li {
	display: inline;
	margin-left: .25em;
	margin-right: .25em;
}

ul.galleryListCategories li a, ul.galleryListCategories li a:link, ul.galleryListCategories li a:hover, ul.galleryListCategories li a:active, ul.galleryListCategories li a:visited {
	font-weight: bold;
	color: #666666;
}

ul.galleryListCategories li.selectedCategory a, ul.galleryListCategories li.selectedCategory a:link, ul.galleryListCategories li.selectedCategory a:hover, ul.galleryListCategories li.selectedCategory a:active, ul.galleryListCategories li.selectedCategory a:visited {
	font-weight: bold;
	color: #000099;
}

ul.galleryThumbnailList {
	list-style: none;
}

ul.galleryThumbnailList li {
	display: inline;
	margin-left: .25em;
	margin-right: .25em;
}

ul.galleryThumbnailList li a, ul.galleryThumbnailList li a:link, ul.galleryThumbnailList li a:hover, ul.galleryThumbnailList li a:active, ul.galleryThumbnailList li a:visited {
	font-weight: bold;
	color: #666666;
}

ul.galleryThumbnailList li#selectedPhoto a, ul.galleryThumbnailList li#selectedPhoto a:link, ul.galleryThumbnailList li#selectedPhoto a:hover, ul.galleryThumbnailList li#selectedPhoto a:active, ul.galleryThumbnailList li#selectedPhoto a:visited {
	font-weight: bold;
	color: #000099;
}

#galleryAdvancedName {
font-weight:bold;
font-size:24px;
color: #666666;
}

.galleryAdvancedGalleryList {
width:100%;
padding:4px;
color: #666666;
}

#galleryAdvancedListHeading {
	font-size:18px;
	padding:4px;
	color:#666666;
	font-weight:bold;
}

.galleryAdvancedGalleryList td {
text-align:center;
vertical-align:bottom;
}

.galleryAdvancedGalleryList a:visited {
color:#666666;
margin-top:10px;
}
.galleryAdvancedGalleryList a:link {
color:#666666;
margin-top:10px;
}
.galleryAdvancedGalleryList a:hover {
color:#666666;
margin-top:10px;
}
.galleryAdvancedGalleryList a:active {
color:#666666;
margin-top:10px;
}

.galleryAdvancedGroupTable {
width:100%;
color:#666666;
text-align:center;
vertical-align:bottom;
font-size:14px;
font-weight:bold;
}

.galleryAdvancedGroupTable a:visited  {
color:#666666;
}
.galleryAdvancedGroupTable a:link  {
color:#666666;
}
.galleryAdvancedGroupTable a:hover  {
color:#c0c0c0;
}
.galleryAdvancedGroupTable a:active  {
color:#666666;
}

.galleryAdvancedMainPhotoArea {
width:100%;
color:#666666;
text-align:center;
vertical-align:bottom;
font-size:14px;
font-weight:bold;
}

.galleryAdvancedMainPhotoArea a:visited  {
color:#666666;
}
.galleryAdvancedMainPhotoArea a:link  {
color:#666666;
}
.galleryAdvancedMainPhotoArea a:hover  {
color:#c0c0c0;
}
.galleryAdvancedMainPhotoArea a:active  {
color:#666666;
}

.galleryAdvancedInstructions {
color:#666666;
font-size:16px;
padding:8px;
}

.galleryAdvancedNavigationTable {
width:100%;
margin: 2px;
}
