/* ######### CSS for PHP Photo Album itself ######### */

.photodiv{ /*CSS for DIV containing each image*/
float: left;
margin-top: 20px;
margin-left: 14px;
margin-right: 1px;
margin-bottom: 10px;
padding:8px;
background-color: #F5F5F5;
width: 226px;
border-bottom: 2px solid #D3D3D3;
border-right: 2px solid #D3D3D3; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.photodiv img{ /*CSS for each image tag*/
border: 0;
width: 200px;
height: 142px;
cursor: hand;
cursor: pointer;
border: 3px inset silver;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.albumnavlinks{ /*CSS for DIV containing the navigational links*/
}

.albumnavlinks a{ /*CSS for each navigational link*/
margin-right: 5px;
padding: 1px 5px;
border: 1px solid #D3D3D3;
text-decoration: none; 
color: #2e6ab1;
font-weight: bold;
}


.albumnavlinks a:hover, .albumnavlinks a.current{ /*CSS for currently selected navigational link*/
border: 1px solid #808080;
background-color: #C0C0C0;
}

/* ######### CSS for thumbnail viewer plugin ######### */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 8px;
padding-bottom: 0;
background: #004000;
visibility: hidden;
z-index: 900;
cursor: hand;
cursor: pointer;  
box-shadow: 5px 5px #818181; /* Experimental box shadow properties*/
-webkit-box-shadow: 5px 5px #818181;
-moz-box-shadow: 5px 5px #818181;
-ms-filter: "progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true)"; /* IE8 drop shadow*/
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5,  positive=true); /* IE drop shadow*/
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #004000;
margin: 5px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 10px;
font: bold 14px Arial;
z-index: 901;
}

 /* Custom Scrollbar Colors */
BODY 
{ 
  direction:;
  background-attachment:fixed; 
  scrollbar-arrow-color: black;
  scrollbar-track-color: olive;
  scrollbar-face-color: white;
  scrollbar-highlight-color: Silver;
  scrollbar-3dlight-color: LightGrey;
  scrollbar-darkshadow-color: black;
  scrollbar-shadow-color: DarkSlateGray;
}

    /* links */
          a:link { text-decoration:none; color: black;}
          a:visited { text-decoration:none; color: purple;}
          a:hover { text-decoration:underline; color: blue;}

/* heading tags */

#ws {
padding: 0px 0px 0px 3px;
margin: 0
}

.pro8 {padding:0 0 0 32px; margin:0; list-style:none; height:25px; background:#fff url(pro_eight_back.gif); position:relative; border:2px solid black; border-width:0 2px 2px 2px; border-bottom-color:#444;}
.pro8 li {float:left;}
.pro8 li a {display:block; float:left; height:25px; line-height:23px; background:url(pro_eight_0.gif); color:white; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro8 li a b {float:left; display:block; padding:0 12px 0 0; background:url(pro_eight_0.gif) right top;}
.pro8 li.current a {color:white; background:url(pro_eight_2.gif);}
.pro8 li.current a b {background:url(pro_eight_2.gif) right top;}
.pro8 li a:hover {color:black; text-decoration:none; background:url(pro_eight_1.gif);}
.pro8 li a:hover b {background:url(pro_eight_1.gif) right top;}
.pro8 li.current a:hover {color:gold; background:url(pro_eight_2.gif); cursor:default;}
.pro8 li.current a:hover b {background:url(pro_eight_2.gif) right top;}
.pro8  a:visited { text-decoration:none; color: gold;}

