/* 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 {
	font-size: 8pt;
   display: block;
   padding-top: 5px;
   padding-left: 3px;
   padding-right: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
   color: #BDBDBD;
}
/* THUMB : COLORS */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #oeoeoe;
   border: 1px solid #000000;
	text-decoration: none;
}
/* THUMB : COLORS : HOVER */
table.thumb td a:hover {
   background-color: #191919;
   border: 1px solid #F46F0B;
}
/* 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 {
	font-size: 8pt;
	font-weight: bold;
   display: block;
   padding-top: 5px;
   padding-left: 3px;
   * padding-bottom: 5px;
   padding-right: 3px;
   text-decoration: none;
   width: 158px;
   height: 190px;
   color: #BDBDBD;
}
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: transparent;
		border: 1px solid #000000;
		text-decoration: none;
	}
		/* SUBFOLDER : COLORS : HOVER */
		table.subfolder td a:hover {
		   background-color: #262626;
		   border-bottom: 1px solid #F46F0B;
		}
		
/* 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: 0;
}

/* ************ GALLERY NAVIGATION BAR and HEADLINE BAR  ******************* */

	/* TABLE ABOVE HEADLINE */
	.table-top {
		display: block;
		width: 848px;
		font-size: 12px;
		text-decoration: none;
		text-align: center;
		vertical-align: top;
		height: 20px;
		border: 0px solid #525252;
	}

	/* HEADLINE BAR */
	.table-headline {
		display: block;
		width: 848px;
		text-decoration: none;
		vertical-align: top;
		text-align: center;
		height: 30px;
		background-color: #191919;
		border: 0px solid #525252;
		letter-spacing: 5px;
		padding: 5px;
	}
			/* ICONBAR IN HEADLINE */
			.iconbar{
				text-align: left;
				padding: 0px 5px 0px 5px;
			}
			td.headline{
				float: right;
				font-size: 12pt;
				font-weight: bold;
				text-align: right;
				color: #F46F0B;
			}

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

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



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

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

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

/* STRONG, USED IN EXIF TABLE */
strong {
	font-size: 9pt;
	color: #BDBDBD;
}

/* ************* COMMENT TABLE ************************ */
.table-comments {
	font-size: 12px;
	color: #797983;
	text-decoration: none;
	border: 0;
	text-align: left;
}

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

		/* THE COMMENT */
		.comment-belowline {
			font-size: 12px;
			text-align: left;
			color: #797983;
			text-decoration: none;
			border-top: 1px solid #797983;
		}
		
		/* COMMENT INPUT FIELD */
		.comment-textfield {
			border: 0;
			background-color: #262626;
			color: #BDBDBD;
		}
		
		/* COMMENT SUBMIT BUTTON */
		.comment-button {
			border: 0;
			background-color: #262626;
			font: 12px tahoma,arial;
			color: #797983;
			padding: 3px 4px 3px 4px;
		}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
 display: none;
}

/* BODY PROPERTIES */
.mg2body {
	font-family: tahoma,arial;
   font-size: 13pt;
	color: #797983;
	margin: 0;
   padding: 0;
}

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