/* 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: 145px;
   color: #666666;
   text-align: center;
}
/* THUMB : COLORS */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #f9f9f9;
   border: 1px solid #cecece; /*#D9E8A3*/
   text-decoration: none;
   color: #666666;
}
/* THUMB : COLORS : HOVER */
table.thumb td a:hover {
   background-color: #ACC887; /*#D9E8A3 */
   /*border-bottom: 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-right: 3px;
   text-decoration: none;
   width: 158px;
   height: 152px;
   color: #666666;
   text-align: center;
}
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: #f9f9f9;
   border: 1px solid #cecece; /*#D9E8A3*/
   text-decoration: none;
}
/* SUBFOLDER : COLORS : HOVER */
table.subfolder td a:hover {
   background-color: #ACC887; /*#D9E8A3 */
   /*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 #F7FBE5;
}
table.subfolder td a img, table.thumb td a img{
   border: 0;
}
/* TABLE ABOVE HEADLINE */
.table-top {
	font-size: 8pt;
	text-decoration: none;
    vertical-align: top;
	height: 80px;
	border: 0;
	background-color: #000000;
	border-bottom: 6px solid #6BA736;
}

/* HEADLINE BAR */
.table-headline {
	text-decoration: none;
    vertical-align: top;
	text-align: right;
	height: 26px;
	background-image: url(../images/bgbot-menu.jpg);
	padding-right: 5px;
	font-size: 11px;
    font-weight: bold;
}
.headline{
    font-family: verdana, arial;
    font-size: 14pt;
	font-weight: bold;
	color: #f0f0f0;
}
.headline:first-letter {
}

/* 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;
}

/* ICONBAR IN HEADLINE */
.iconbar{
	text-align: left;
	padding-left: 5px;
}

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

/* COPYRIGHT NOTICE */
.copyright {
	font-size: 9pt;
	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: #b4b4b4;
}

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

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

/* THE COMMENT */
.comment-belowline {
	font-size: 8pt;
	text-align: left;
	color: #797983;
	text-decoration: none;
	font-style: italic;
	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: 8pt tahoma,arial;
	color: #797983;
}

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

/* BODY PROPERTIES */
.mg2body {
	font-family: tahoma,arial;
    font-size: 9pt;
	color: #333333;
	background-color: #ffffff;
	margin: 0;
    padding: 0;
}

p {
    font-size: 11px;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #6DA631; text-decoration: none;
}
.mg2body a:hover, { 
   color: #ff6600; text-decoration: underline;
}

