
/* css for the title in the tooltip */
.dvhdr1 
{
    background:#f0e5ce;
    font-size:12px;
    font-weight:bold;
    color:black;
    border:1px solid #f0e5ce;
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */    
 }
 
/* css for the body in the tooltip*/
.dvbdy1 
{
    background:#FFFFFF;
    font-size:12px;
    border-left:1px solid #f0e5ce;		
    border-right:1px solid #f0e5ce;
    border-bottom:1px solid #f0e5ce;
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */ 
}

.pictureGalleryOpacity
{
    background-color:#000000;
    display:none;
    opacity: 0.8;
    filter:alpha(opacity=80); /*IE*/
    height:100%;
    width:100%;
    left:0;
    top:0;
    position:absolute;
    z-index:1001;
}

#fullViewPicDiv
{
    z-index:1002;
	background-color:White;
	position:absolute;
	margin-left:auto;
	margin-top:auto;
	top:20px;
	left:30%;
	
}

div.imgFullSize
{
	height: auto;
	text-align: center;
	
	
}
.imgFullSize img
{
	display: inline;
	margin: 5px;
	border: 1px solid #000000;
}
#shownextPrevImg
{
    padding-top:5px;
    text-align:center;
}

div.thumb 
{
	margin-right:5px;
	margin-bottom:5px;
	/*border: 1px solid #a09881;*/
	height: auto;
	width:166px;
	float: left;
	text-align: center;
	}	
.thumb img
{
	display: inline;
	margin: 5px;
	border: 1px solid #000000;
}

.thumb a:hover img 
{
    border: 1px solid black;
}
.photocattitle 
{
    text-align: center; font-weight: bold;
} 
.phototitle 
{
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 0 3px 3px 3px;
}
  
.imgText		
{
    text-align:left;
    margin:8px;

}
.imgTextBold
{		
	font-weight	:bold;
}
.picGalleryDiv
{
	/*border:1px solid #a09881;*/
	/*padding:5px 5px 5px 5px;*/
	width:665px;
	float:left;
	
}

.picGalleryDiv a
{
    text-decoration:none;
}

.picGalleryDiv a:active
{
    color:black;
    text-decoration:none;
}

.picGalleryDiv a:hover
{
    color:black;
    text-decoration:none;
}

.picSearchDiv
{
	border:1px solid #a09881;
	padding:5px 5px 5px 5px;
	margin-top:20px;
	
}

.picSearchResultDiv
{
	border:1px solid #a09881;
	padding:5px 5px 5px 5px;
	height:100%;
	display:table;
	width:90%;
	
	
}
.picSearchText
{
	padding-bottom:5px;
}
  

