@charset "utf-8";
/* CSS Document */

table.navitable {
	font-size:9px;
	text-align:center;
	table-layout:fixed;
	width:100%;
}
table.navitable a:link { color:#999; text-decoration:none;}
table.navitable a:active { color:#999; text-decoration:none;}
table.navitable a:visited { color:#999; text-decoration:none;}
table.navitable a:hover { text-decoration:underline; color:#000; font-weight:bold;}


table.gallery {
	width:555px;/*100%;*/
	margin:0;
	padding:0;
	table-layout:fixed;
	/*position:absolute;
/*	top:50px;*/
}

	
td.gallery_image {
	padding:0;
	margin:0;
	padding-top:8px;
	width:25%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border:1px solid;
	border-color:#FFF;
	color:#888;
	overflow:hidden;
	height:150px; /*150px;*/

}

td.gallery_image:hover {
	background-color:#F5EBDC;
	border-color:#000;
	color:#000;
}

td.zero {
	height:0px;
	width:25%;
}

img.mainimage {
	border:1px solid;
	border-color:#000;
}

img.smallimage {
	border: 1px solid;
	border-color:#75483E;
	margin:0 auto;
	padding:0;
	height:100px;
	width:100px;
}



p.galleryindex {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	position:relative;
	top:-3px;
}
table.panel a, p.galleryindex a{
	font-family:Verdana, Geneva, sans-serif;
	/*font-size:12px;*/
	text-decoration:none;
	color:#999;
}
table.panel a:link,    p.galleryindex a:link { color:#999; text-decoration:none; font-weight:bold;}
table.panel a:active,  p.galleryindex a:active { color:#999; text-decoration:none; font-weight:bold;}
table.panel a:visited, p.galleryindex a:visited { color:#999; text-decoration:none; font-weight:bold;}
table.panel a:hover,   p.galleryindex a:hover { text-decoration:underline; color:#000; font-weight:bold; }
table.panel b,         p.galleryindex b{
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#999;
}



p.pictureblog {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

p.pictureblog a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#999;
}

font.imagetitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
}

p.pictureblog a:link { color:#999; text-decoration:none;}
p.pictureblog a:active { color:#999; text-decoration:none;}
p.pictureblog a:visited { color:#999; text-decoration:none;}
p.pictureblog a:hover { text-decoration:underline; color:#000; }

div.imagecontainer { /* now redundant
	height:100px;
	width:100px;
	margin:0 auto;
	border: 1px solid;
	border-color:#75483E;
	text-align:right;
	vertical-align:bottom;
	overflow:hidden;
	position:relative;
	cursor:pointer;    */
}

img.magnify {
		position:absolute;
		bottom:0px; right:0px;
		visibility:hidden;
		border:0px;
}

a.thumblink {
	text-decoration:none;
	color:#000;
}
a.thumblink:hover {
	text-decoration:underline; }
	
div.editbox {
	background-color:#9DFFBD;
	border:1px solid;
	border-color:#000;

	padding:5px;
	padding-right:-10px;
	
}

td.editheader
	{
	width:20%;
	text-align:right;
	padding-right:5px;
	}
	
.eleven {
	font-size:11px;
}