﻿body {font-family: arial, helvetica; font-size:medium;}

h3 {color: #006600;}
h4 {color:#006600;font-family:Georgia,Times New Roman;font-size:18px;}

hr {color: #006600; width:85%; height: 1px;}

p  {max-width: 1200px; }

#gallery img {border: 1px #006600 solid; padding: 2px;}
#gallery p {padding-right:25px;}
.center {text-align: center;}
.picbox {border: 1px #006600 solid; padding: 2px;}
.center {text-align: center;}
.p_green {color: #006600;}
.smalltxt {font-size:11px;}

.floatleft {float:left;}

#gallery a:link    img {border:1px solid #296563; padding: 1px;}
#gallery a:visited img {border:1px solid #296563;padding: 1px;}
#gallery a:hover   img {border:1px solid green;padding: 1px;}
#thumbBox	{ /*Outermost DIV for thumbnail viewer*/
			position: absolute;
			left: 0;
			top: 0;
			width: auto;
			padding: 10px;
			padding-bottom: 0;
			background: #313131;
			visibility: hidden;
			z-index: 10;
			cursor: hand;
			cursor: pointer;
			}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
			font: bold 10px Tahoma;
			letter-spacing: 2px;
			line-height: 1.1em;
			color: white;
			padding: 5px 0;
			text-align: right;
			}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
			background-color: black;
			}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
			position: absolute;
			visibility: hidden;
			border: 1px solid black;
			background-color: #EFEFEF;
			padding: 5px;
			z-index: 5;
			}
