body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
    scrollbar-face-color:#E0E0E0;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-arrow-color:#E0E0E0;
    scrollbar-track-color:#FFFFFF;
}
a:link {
	color: #797E82;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	
	font-weight: bold;
}
a:visited {
	color: #797E82;
	text-decoration: none;
	font-weight: bold;
}

.nav {
	background-color: #B8BDC1;
	
	

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 500;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
top: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position: fixed;
visibility: visible;
top: 100px;
left: 100px;
}


#user_field .gallery {text-align: center, padding-top: 3px}
#user_field .gallery img {border: 0}


.contentborder {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}

.contentborder2 {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7D7D7;

}


