﻿body
{
	background-color: black;
	font-family : Tahoma, Verdana, Times New Roman, Arial;
	font-size : 12px;
	color : white;
}

/*
table
{
	font-family : Tahoma, Verdana, Times New Roman, Arial;
	font-size : 12px;
}2
*/

A:visited, A:link, A:active
{
    color: ivory;
}

A:hover
{
    color: silver;
	text-decoration : none;
}


ul
{
	list-style-type : square;
}

input
{
	background-color : white;
}


/* Classes */
.PageHeader1 
{
	font-family : Times New Roman;
	font-weight : bold;
	font-size : 14px;
	padding-bottom : 2px;
	color : #ced8e6;
}

.PageHeader2
{
	font-family : Times New Roman;
	font-weight : bold;
	font-size : 14px;
	padding-bottom : 2px;
	color : #FFFFFF;
}

.MainTable
{
	border-style : outset;
	border-width : 3px;
	color : white;  /* also used here - #326193*/
	font-family : Georgia, Arial, Verdana, Times New Roman;
	background-color : #FFFFFF;
	width : 820px;
	height : 580;
}

.FieldCaption
{
	font-family : Arial, Georgia, Tahoma, Times New Roman;
	font-size : 14px;
	font-weight : bold;
	color : SlateGray;
}

.NavBar
{
	background-color : #326193;  /* #ced8e6, #525252 */
	font-family : Verdana, Arial, Georgia
	font-size : 12pt;
	border-style : inset;
	border-width : 3px;
	color : #CCCCCC;
}



.NavBar A:link, .NavBar A:active, .NavBar A:visited
{
	text-decoration : underline;
}

.NavBar A:hover
{
	text-decoration : none;
}

.NavButton
{
	/* width : 22px; */
}

.GalleryList
{
	background-color : black;
	width : 450px;
	border-style : none;
	text-decoration : none;
}


.GalleryListHeader, .PageTitleBanner
{
	background-color : #EEEEEE;  /* #ced8e6 */
	/* color : beige; */
	font-family : Verdana, Arial, Georgia;
	font-size : 12pt;
	border-style : solid;
	border-width : 1px;
	font-size : 10pt;
	font-weight : bold;
}

/*
.CatalogListItem
{
    font-family: Verdana, Arial, Georgia;
    text-align: left;
    border-style: solid;
    border-width: 0px;
    background-color: #ced8e6;
    color: white; 
    font-weight: normal;
    text-decoration: none;
    padding-top: 2px;
    text-align: center;
}
*/

.GalleryListItem
{
	font-family : Verdana, Arial, Georgia;
	text-align : left;
	border-style : solid;
	border-width : 0px;
	background-color : black;  /* #ced8e6; */
	color : #326193;
	font-weight : normal;
}

.GalleryListItem A:link, .GalleryListItem A:active, .GalleryListItem A:visited
{
    /* 
	color : white;
    */
}


/* The panel inside the top nav-bar where the words "CatalogNet.NET" appear:  */
.SiteNamePanel  
{
	border-top : none;
	border-left : inset 3px;
	border-right : inset;
	border-bottom : inset 3px;
	border-width : 3px;
	background-color : #FFeb66 /* #FFeb66 */
}



.NavBarFieldCaption
{
	font-family : Verdana, Arial, Georgia, Tahoma, Times New Roman;
	font-size : 10pt;
	font-weight : bold;
	color : #CCCCCC;
}


.ThumbnailCell
{
    color: white;
    text-align : center;
    width: 170px;
}

.ThumbnailImage A:link, .ThumbnailImage A:visited, .ThumbnailImage A:active 
{
	border-width : 2px;
	border-color : white;
	border-style: solid;	
}


.ThumbnailImage A:hover
{
	border-width: 2px;	
	border-top-width : 2px;
	border-color: blue; 
	border-style: solid;
}

.ThumbnailImage
{
	 cursor: pointer;
}

.ThumbnailCaption
{
	color : black;
}

.instructions
{
    color: DarkGray;
}

.pagerItem
{
    
}

.pagerCurrentItem
{
    color: Aqua;
}
