/*	Index pages use div.PathStrip, div.Information, and div.GalleryIndex from
	here.  */

/*	Viewer pages use div.PathStrip, div.MainContent, .Navigation, .Content,
	.Caption, and .Subcaption from here.  */


div.PathStrip { background-color: #000; color: #fff; padding: 5px; width: 590px; font-family: Verdana, sans-serif; font-size: 11px; margin: 32px auto }

div.PathStrip a { font-weight: bold }
div.PathStrip a:link, div.PathStrip a:visited { background-color: inherit; color: #ff0; text-decoration: none }
div.PathStrip a:hover, div.PathStrip a:active { text-decoration: underline }


div.Information {}

div.Information table { margin: auto }

div.Information table img { display: block }

div.Information table table tr { font-family: Verdana, sans-serif; font-size: 13px }
div.Information table table tr.Odd { background-color: #666; color: #fff }
div.Information table table tr.Even {}

div.Information table table img { display: inline; position: relative; bottom: 1px }

div.Information p { font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; text-align: center; margin: 16px auto 32px auto }


div.GalleryIndex { margin: 32px auto }

div.GalleryIndex h3 { background-color: #000; color: #fff; padding: 3px 5px; width: 436px; font-family: Verdana, sans-serif; font-size: 11px; margin: 16px auto 0 auto }

div.GalleryIndex table { margin: 0 auto }

div.GalleryIndex table img { display: block }


div.MainContent { margin: 32px auto 32px auto }

div.MainContent table { padding: 0; margin: 0 auto 0 auto }

div.MainContent table td { padding: 5px }

div.MainContent table img { display: block }
div.MainContent table img.Content { border: 1px solid #fff }
div.MainContent table img.Navigation { border: none }

div.MainContent p { font-family: Verdana, sans-serif; text-align: center }

div.MainContent p.Caption { padding: 0; font-size: 13px; font-weight: bold; margin: 0 }

div.MainContent p.Subcaption { padding: 0; font-size: 11px; margin: 0 }