/* THUMB :  WIDTH, HEIGHT & FONT */
table.thumb td a, .table.thumb td a:link, .table.thumb td a:visited, .table.thumb td a:hover, .table.thumb td a:visited:hover {
   color: #cccccc;
	font-size: 9pt;
   display: block;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
	padding-bottom: 2px;
   text-decoration: none;
   width: 158px;
 	_height:		208px; /*IE up to version 6*/
	min-height: 208px;
	max-height: 500px;
}
/* THUMB : COLORS */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #5A5A5A;
   border: 1px solid #000000;
	text-decoration: none;
}
/* THUMB : COLORS : HOVER */
table.thumb td a:hover {
   background-color: #5A5A5A;
   border: 1px solid #cccccc;
}
/* SUBFOLDER : WIDTH, HEIGHT & FONT  */
table.subfolder td a, .table.subfolder td a:link, .table.subfolder td a:visited, .table.subfolder td a:hover, .table.subfolder td a:visited:hover {
   color: #cccccc;
	font-size: 9pt;
	 /* font-weight: bold; */
   display: block;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
	padding-bottom: 5px;
   text-decoration: none;
   width: 158px;
	_height:		206px; /*IE up to version 6*/
	min-height: 206px;
	max-height: 500px;
}
table.marknew td a {
	background-image: url(../images/new.gif);
   background-repeat: no-repeat;
	background-position: bottom right;
}
/* SUBFOLDER : COLORS */
table.subfolder td a:link, table.subfolder td a:visited {
   background-color: #5A5A5A;
   border: 1px solid #000000;
	text-decoration: none;
}
/* SUBFOLDER : COLORS : HOVER */
table.subfolder td a:hover {
   background-color: #5A5A5A;
   border: 1px solid #cccccc;
}
/* ALL : MARGIN */
table.subfolder, table.thumb {
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
}
/* ALL : THUMB BORDERS */
table.border td a .thumb, table.thumb td a .thumb{
   border: 1px solid #000000;
}
table.subfolder td a img, table.thumb td a img{
   border: 0px;
}
/* TABLE ABOVE HEADLINE */
.table-top {
	font-size: 9pt;
	text-decoration: none;
   vertical-align: top;
	height: 20px;
	border: 0px;
}

/* HEADLINE BAR */
.table-headline {
	text-decoration: none;
   vertical-align: top;
	text-align: right;
	height: 30px;
	background-color: #4E4E4E;
	border-bottom: 1px dashed #cccccc;
	letter-spacing: 5px;
	padding-right: 5px;
}
.headline{
   font-size: 12pt;
	font-weight: bold;
	text-align: right;
	color: #cccccc;
}

/* FOLDER INTRO TEXT */
.introtext {
   margin: 6px 12px 6px 12px;
	text-align: left;
	color: #797983;
}

/* VIEWIMAGE IMAGE PROPERTIES */
.viewimage {
	border: solid 10px #ffffff;
	background-color: #4E4E4E;
}

/* ICONBAR IN HEADLINE */
.iconbar{
	padding-top:  3px;
	padding-left: 6px;
	text-align: left;
   vertical-align: top;
	letter-spacing: 1px;
}

/* IMAGE DESCRIPTION */
.description {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #cccccc;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.copyright {
	font-size: 9pt;
	color: #797983;
   text-align: center;
}

/* EXIF TABLE */
.exif {
	font-size: 8pt;
	color: #797983;
	text-align: center;
	border: 0px;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font-size: 8pt;
	color: #6a9fe6;
}

/* COMMENT TABLE */
.table-comments {
	font-size: 8pt;
	color: #797983;
	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 {
	width: 550px;
	height: 20px;
	vertical-align: bottom;
	border-bottom: 1px solid #797983;
	padding: 5px;
}

/* THE COMMENT */
.comment-belowline {
	width: 550px;
	height: 20px;
	vertical-align: top;
	padding: 5px;
}

/* AUTO SCROLL BARS IN TEXTAREAS */
textarea {
	overflow: auto;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
   border: 1px solid #3E3E3E;
	background-color: #4e4e4e;
	color: #6a9fe6;
}

/* COMMENT INPUT FIELD ERROR*/
.error {
	border: 1px solid red;
	background-color: #4e4e4e;
	color: #6a9fe6;
	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;
	color: #797983;
	background-color: #4e4e4e;
   border: 1px solid #3E3E3E;
	padding: 2px;
}

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

/* BODY PROPERTIES */
.hauptbody  {
	font-family: arial, tahoma, verdana,  helvetica, sans-serif;
        font-size: 10pt;
	font-weight: bold;
	color: #797983;
	background-color: #5A5A5A;
	margin: 0px;
   padding: 0px;
}

/* LINK PROPERTIES */
.hauptbody a:link, .hauptbody a:visited {
   font-size: 12pt; color: #4e4e4e; text-decoration: underline;
}
.hauptbody a:hover, .hauptbody a:visited:hover { 
   font-size: 12pt; color: #cc0000; text-decoration:underline;
}