/*
This is the style used by the picturegallery.
If you want to, you can paste this into a css file.
*/

/* css for the title in the tooltip */
.dvhdr1 
{
    background:#0387ce;
    font-size:12px;
    font-weight:bold;
    color:white;
    border:1px solid #e0e0e0;
    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 #e0e0e0;		
    border-right:1px solid #e0e0e0;
    border-bottom:1px solid #e0e0e0;
    padding:5px;
    width:150px;
    filter:alpha(opacity=85); /*IE*/
    -moz-opacity:0.5;
    opacity:0.85; /* FF */ 
}

div.imgFullSize
{
	margin: 0px;
	border: 1px solid #e0e0e0;
	height: auto;
	float: left;
	text-align: center;
}
.imgFullSize img
{
	display: inline;
	margin: 5px;
	border: 1px solid #e0e0e0;
}

div.thumb 
{
	margin-right:5px;
	margin-bottom:5px;
	
	border: 1px solid #e0e0e0;
	
	height: auto;
	width:166px;
	float: left;
	text-align: center;
	}	
.thumb img
{
	display: inline;
	margin: 5px;
	
	border: 1px solid #e0e0e0;
}

.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:95%;
	
}
#pageTopDiv p
{
	margin:0;
	padding:1em 0 0 0;
}

.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;
}
  
