/* THUMB TABLE & MOUSEOVER */
table.thumb {
   border-collapse: collapse;
	text-align:center;
   margin: 6px;
}
/* set width & height here */
table.thumb td a{
   display: block;
   padding: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
}
/* image border & position */
table.thumb td a img{
   position: relative;
   top: -12px;
   border: 1px solid #ffffff;
}
/* basic thumb colors */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #262626;
   border: 1px solid #000000;
	text-decoration: none;
}
/* mouseover thumb colors */
table.thumb td a:hover {
   background-color: #191919;
   border: 1px solid #5979C4;
}

/* SUBFOLDER TABLE & MOUSEOVER */
table.subfolder, table.subfolder-border {
   border-collapse: collapse;
	text-align:center;
   margin: 5px;
	font: bold 8pt verdana, arial;
}
/* set width & height here */
table.subfolder td a, table.subfolder-border td a{
   display: block;
   padding: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
}
/* image border & position (folder icon as subfolder) */
table.subfolder td a img{
   position: relative;
   top: -12px;
   border: 0;
}
/* image border & position (thumb as subfolder) */
table.subfolder-border td a img{
   position: relative;
   top: -10px;
   border: 1px solid #000000;
}
/* basic thumb colors */
table.subfolder td a:link, table.subfolder td a:visited, table.subfolder-border td a:link, table.subfolder-border td a:visited {
   background-color: #262626;
   border: 1px solid #000000;
	text-decoration: none;
}
/* mouseover thumb colors */
table.subfolder td a:hover, table.subfolder-border td a:hover {
   background-color: #191919;
   border: 1px solid #5979C4;
}
/* title positioning */
table td .title{
   color: #ffffff;
   position: relative;
   top: 170px;
}
/* title positioning */
table.subfolder td .title,table.subfolder-border td .title{
   color: #CCCCFF;
   position: relative;
   top: 170px;
}

/* TABLE ABOVE HEADLINE */
.table-top {
	font: 9pt verdana, arial;
   color : #797983; 
	text-decoration: none;
   vertical-align: top;
	height: 20px;
	border: 0;
	background-color: #000000;

}

/* HEADLINE BAR */
.table-headline {
	font: bold 12pt verdana, arial;
	color: #ffffff;
	text-decoration: none;
   vertical-align: top;
	text-align: right;
	height: 30px;
	border: 0;
	background-color: #191919;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	letter-spacing: 5px;
	padding-right: 5px;
}

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

/* VIEWIMAGE IMAGE PROPERTIES */
.viewimage {
	border: solid 1px #000000;
	background-color: #2D2D2D;
}

/* ICONBAR IN HEADLINE (SLIDESHOW ETC.) */
.iconbar {
	font: bold 10pt verdana, arial;
	color: #74747F;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 5px;
}

/* IMAGE DESCRIPTION */
.description {
	font: bold 8pt verdana, arial;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.copyright {
	font: 8pt verdana, arial;
	color: #ffffff;
   text-align: center;
}

/* EXIF TABLE */
.exif {
	font: 8pt verdana, arial;
	color: #ffffff;
	text-align: center;
	border: 0;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font: 8pt verdana, arial;
	color: #ffffff;
}

/* COMMENT TABLE */
.table-comments {
	font: 8pt verdana, arial;
	color: #ffffff;
	text-decoration: none;
	border: 0;
   text-align: left;
}

/* COMMENT DATE, USER ETC. */
.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;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
	background-color: #262626;
	color: #ffffff;
   border: 1px solid #3E3E3E;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
	font: 8pt verdana,arial;
	color: #797983;
	background-color: #262626;
   border: 1px solid #3E3E3E;
}

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

/* BODY PROPERTIES */
.mg2body {
	font: 8pt verdana, arial;
	color: #797983;
	background-color: #000000;
	margin: 0;
   padding: 0;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #CCCCFF; text-decoration: none;
}
.mg2body a:hover, .mg2body a:visited:hover { 
   color: #5F79D8; text-decoration: none;
}


