/* SUBFOLDER */
.subfolder{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.subfolder .pic{
	position: absolute;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.subfolder .bg_tl{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.subfolder .bg_top{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.subfolder .bg_tr{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.subfolder .bg_left{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.subfolder .bg_right{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.subfolder .bg_bl{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.subfolder .bg_bottom{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.subfolder .bg_br{
	width: 100%;
	height: 100%;
	background-image: url(../images/dir_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.subfolder-title{
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	color: #737373;
	margin: 0px auto;
}

/* THUMB */
.thumb{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.thumb .pic{
	position: absolute;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.thumb .bg_tl{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.thumb .bg_top{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.thumb .bg_tr{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.thumb .bg_left{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.thumb .bg_right{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.thumb .bg_bl{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thumb .bg_bottom{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.thumb .bg_br{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thumb .bg_br_comment{
	width: 100%;
	height: 100%;
	background-image: url(../images/thumb_comment.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thumb-title{
	font-size: 95%;
	text-align: center;
	/* color: #737373;; */
	margin: 0px auto;
}

/* IMAGE & SLIDESHOW */
.image{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.image .pic{
	position: absolute;
	padding: 0px;
	border: 0px;
	margin: 0px;
}
.image .bg_tl{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.image .bg_top{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.image .bg_tr{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.image .bg_left{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.image .bg_right{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.image .bg_bl{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.image .bg_bottom{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.image .bg_br{
	width: 100%;
	height: 100%;
	background-image: url(../images/image_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.album {
	font-size: 80%;
	line-height: 1.3;
	text-align: justify;
	margin-top: 2em;
	clear: both;
}
.album a {
	color: #000000;
	font-weight: normal;
}
.album a:link, .album a:active, .album a:visited {
	color: #000000;
	text-decoration: underline;
}
.album a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.navigation {
	color: #737373;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 10px;
}
.navigation a {
	color: #333399;
	font-weight: normal;
}
.navigation a:link, .navigation a:active, .navigation a:visited {
	color: #333399;
	text-decoration: underline;
}
.navigation a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#navigation a {
	color: #000000;
	font-weight: normal;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #000000;
	text-decoration: underline;
}
#navigation a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.table-top {
	/*height: 35px;*/
	background-image: url(../images/topnav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* HEADLINE BAR */
.table-headline {
	/*font-weight: bold;*/
	/*letter-spacing: 3px;*/
	color: #000000;
	vertical-align: top;
	text-align: right;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
}

/* FOLDER INTRO TEXT */
.introtext {
	font-size: 85%;
	text-align: justify;
	color: #737373;
	margin: 0em auto 0.8em;
	border: 1px solid #000000;
	padding: 0.5em;
}

/* PAGE NAVIGATION */
.pagenav {
	width:90%;
	margin: 0em auto;
}

/* IMAGE DESCRIPTION */
.description {
	font-size: 85%;
	text-align: center;
	color: Black;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.copyright {
	font-size: 85%;
	color: #737373;
  text-align: center;
}

/* EXIF INFORMATION */
.table_exif{
	font-size: 85%;
	color: #757575;
	text-decoration: none;
	border: 1px solid #B5B5B5;
  text-align: left;
}

/* COMMENT TABLE */
.table-comments {
	font-size: 85%;
	color: #757575;
	text-decoration: none;
	border: 0;
	text-align: left;
}

/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	text-align: left;
	vertical-align: bottom;
	color: #A8A8A8;
	text-decoration: none;
	font-style: italic;
	border: 0px;
	height: 30px;
}

/* THE COMMENT */
.comment-belowline {
	text-align: left;
	color: #757575;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid #B5B5B5;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
	font-size: 100%;
	border: 1px solid #A3A3A3;
	background-color: #E8E8E8;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
	font-size: 100%;
	border: 1px solid #000000;
	background-color: #E1E1E1;
	width: 12em;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	font-size: 85%;
	color: #737373;
	text-align: center;
}

/* BODY PROPERTIES */
.mg2body, .mg2body textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mg2body {
	font-size: 80%;
	color: #737373;
	background-color: White;
	margin: 10px;
	padding: 0;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #404040; text-decoration: underline;
}
.mg2body a:hover, .mg2body a:visited:hover { 
   color: #CECECE; text-decoration: underline;
}
