/*
This is the style used by the picturegallery.
*/

/* css for the title in the tooltip */
.dvhdr1 
{
    background:#FFFFFF;/*:#609522;/*#f0e5ce;*/
    font-size:12px;
    font-weight:bold;
    color:black;
    border: 1px solid #609522;/*#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 #609522;/*#f0e5ce;*/
    border-right:1px solid #609522;/*#f0e5ce;*/
    border-bottom:1px solid #609522;/*#f0e5ce;*/
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */ 
}

div.imgFullSize
{
	margin: 0px;
	border: 0; /*1px solid #a09881;*/
	height: auto;
	float: left;
	text-align: center;
}
.imgFullSize img
{
	display: inline;
	margin: 5px;
	border: 0: /*1px solid #a09881;*/
}

div.thumb 
{
	padding: 6px 13px 22px 5px;
	
	background: url(/images/pg/image-thumb-bg.gif) top left no-repeat;
	margin-right:5px;
	margin-bottom:5px;
	height: 110px;
	width: 140px;
	float: left;
	text-align: center;
	}	
	
.thumb img
{
	display: inline;
	margin: 0px;
	border: 2px solid #ffffff; /*#a09881;*/
	
}

 a.thumb
{
    /*border: 2px solid #609522;*/
    /*padding: 14px 13px 22px 10px;*/
	/*background: url(/images/pg/top-img-bg.gif) top center no-repeat;*/
		padding: 6px 13px 22px 5px;
	
	background: url(/images/pg/image-thumb-bg.gif) top left no-repeat;
	margin-right:5px;
	margin-bottom:5px;
	height: 110px;
	width: 140px;
	float: left;
	text-align: center;


}
.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:0; /*1px solid #a09881;*/
	padding:5px 5px 5px 0px;
	width:100%;
	
}

.picSearchDiv
{
	border:0; /*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;
}

.picDiv
{
	padding-top:5px ;
	margin-left: 10px; 
	width: 500px; 
	display: block;
}

.nextPrevImg
{
	margin: auto; 
	width: 500px; 
	display: block;
}





