/* THUMB TABLE & MOUSEOVER */
table.thumb {
	border-collapse: collapse;
	border: 1px solid #BCDBFE;
	text-align: center;
	margin: 8px;
	padding: 0px;
	background-color: #FFFAFA;
}
table.subfolder, table.subfolder-border {
	border-collapse: collapse;
	text-align: center;
	margin: 8px;
	padding: 0px;
}
.dir_topleft {
	border: 0px;
	background-image: url(../images/dir_topleft.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
.dir_top {
	border: 0px;
	background-image: url(../images/dir_top.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.dir_topright {
	border: 0px;
	background-image: url(../images/dir_topright.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
.dir_left {
	border: 0px;
	background-image: url(../images/dir_left.gif);
	background-repeat: repeat-y;
	width: 26px;
}
.dir_right {
	border: 0px;
	background-image: url(../images/dir_right.gif);
	background-repeat: repeat-y;
	width: 26px;
}
.dir_bottomleft {
	border: 0px;
	background-image: url(../images/dir_bottomleft.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
.dir_bottom {
	border: 0px;
	background-image: url(../images/dir_bottom.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.dir_bottomright {
	border: 0px;
	background-image: url(../images/dir_bottomright.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
.img_topleft {
	border: 0px;
	background-image: url(../images/img_topleft.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.img_top {
	border: 0px;
	background-image: url(../images/img_top.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_topright {
	border: 0px;
	background-image: url(../images/img_topright.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.img_left {
	border: 0px;
	background-image: url(../images/img_left.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.img_right {
	border: 0px;
	background-image: url(../images/img_right.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.img_bottomleft {
	border: 0px;
	background-image: url(../images/img_bottomleft.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.img_bottom {
	border: 0px;
	background-image: url(../images/img_bottom.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_bottomright {
	border: 0px;
	background-image: url(../images/img_bottomright.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.img_bottomright_comment {
	border: 0px;
	background-image: url(../images/img_comment.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
table td .title {
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}
table td .subfolder-title {
	font: bold 8pt tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: black;
}
.navigation {
	text-align: left;
	letter-spacing: 3px;
	vertical-align: top;
	color: #FF6600;
}
.navigation_thumb {
	text-align: center;
	letter-spacing: 3px;
	vertical-align: top;
	color: #FF6600;
}
.table-top {
	height: 35px;
}
/* HEADLINE BAR */
.table-headline {
	font: bold 11pt tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 3px;
	color: #FF6600;
	vertical-align: top;
	text-align: right;
}
/* FOLDER INTRO TEXT */
.introtext {
	text-align: left;
	color: green;
}
/* NAVIGATION THUMBS PROPERTIES */
table.minithumb .activ {
	background-color: #CC0000;
	border: 2px solid #FF6600;
}
table.minithumb .inactiv {
	border: 0px;
}
/* IMAGE DESCRIPTION */
.description {
	font: bold 10pt tahoma, verdana, arial, helvetica, sans-serif;
	text-align: center;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px;
}
/* COPYRIGHT NOTICE */
.copyright {
	color: #CC0000;
	text-align: center;
}
/* EXIF INFORMATION */
.table_exif {
	font-size: 8pt;
	color: #757575;
	text-decoration: none;
	border: 1px solid #B5B5B5;
	text-align: left;
}
/* STRONG, USED IN EXIF TABLE */
strong {
	color: #ff6600;
}
/* COMMENT TABLE */
.table-comments {
	font-size: 8pt;
	color: #757575;
	text-decoration: none;
	border: 0px;
	line-height: 10pt;
	text-align: left;
}
/* COMMENT DATE, USER ETC. */
.comment-headline {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	height: 30px;
}
.comment-aboveline {
	font-size: 8pt;
	text-align: left;
	vertical-align: bottom;
	color: #A8A8A8;
	text-decoration: none;
	font-style: italic;
	border: 0px;
	height: 30px;
}
/* THE COMMENT */
.comment-belowline {
	font-size: 8pt;
	text-align: left;
	color: #757575;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid #B5B5B5;
}
/* AUTO SCROLL BARS IN TEXTAREAS */
textarea {
	overflow: auto;
}
/* COMMENT INPUT FIELD */
.comment-textfield {
	border: 1px solid #A3A3A3;
	background-color: #E8E8E8;
}
/* COMMENT INPUT FIELD ERROR*/
.error {
	border: 1px solid red;
	background-color: #E8E8E8;
	background-image: url(../images/warning_obj.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 16px;
}
/* COMMENT SUBMIT BUTTON */
.comment-button {
	font-size: 8pt;
	background-color: #E1E1E1;
	border: 1px solid #000000;
	padding: 2px;
}
/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	color: #CC0000;
	text-align: center;
}
/* BODY PROPERTIES */
.mg2body {
	font: 10pt tahoma, verdana, arial, helvetica, sans-serif;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
	color: #CC3300;
	text-decoration: none;
}
.mg2body a:hover, .mg2body a:visited:hover {
	color: #FF6600;
	text-decoration: none;
}
