/*..................................................................
	GALLERY 1 STYLES
	Copyright (c) 2006 Monrose Services Ltd
	
	Version		Date						Comment
	1.0				26 Jan 2006			Initial Version
	2.0				27 Feb 2006			Modified for EEESTA.
	2.1				03 Apr 2006     Removed borders from gallery images

	..................................................................*/

/* OVERALL STYLES ..................................................................... */
body {
	margin: 0;
	padding: 0;
}



/* INDEX DISPLAY ...................................................................... */
div.mg_thumb {
	float: left;
	margin: 10px;
	padding: 10px;
	background-color:#CCCC99;
	color: black;
	border-left: 2px solid silver;
	border-right: 2px solid gray;
	border-top: 2px solid silver;
	border-bottom: 2px solid gray;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

div.mg_thumb img {
	border-left: 1px solid gray;
	border-right: 1px solid silver;
	border-top: 1px solid gray;
	border-bottom: 1px solid silver;
}

div.mg_thumb p {
	margin-top: 10px;
	text-align: center;
}

/* GALLERY DISPLAY .....................................................................*/

h1.gallery_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 5px auto 5px auto;
	padding: 0;
}

h2.sub_gallery_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 0;
}

h3.image_name {
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 0;
	color: silver;
	background: inherit;
}

div.image_wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.image_wrapper img {
	margin: 10px;
	border: none;
	/*border-top: 20px solid #F0F0F0;
	border-right: 20px solid #E0E0E0;
	border-bottom: 20px solid #F0F0F0;
	border-left: 20px solid #E0E0E0;*/
}

p.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	font-style: italic;
}

p.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}

.greyed_out {
	background: inherit;
	color: silver;
}

p.high_res_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}

a {
	color: inherit;
	background: inherit;
	font-size: inherit;
	font-family: inherit;
	text-decoration: underline;
}

a:hover, a:active {
	color: rgb(0, 145, 65);
	background: inherit;
}

a: visited {
	color: inherit;
	background: inherit;
}

	
