/* THUMB :  WIDTH, HEIGHT & FONT */
.mg2body table.thumb td a,.mg2body .table.thumb td a:link,.mg2body .table.thumb td a:visited,.mg2body .table.thumb td a:hover,.mg2body .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;
}
/* THUMB : COLORS */
.mg2body table.thumb td a:link,.mg2body table.thumb td a:visited {
   background-color: White;
   border: 1px solid #BDBDBD;
	text-decoration: none;
}
/* THUMB : COLORS : HOVER */
.mg2body table.thumb td a:hover {
   background-color: White;
   border: 1px solid #878787;
}
/* SUBFOLDER : WIDTH, HEIGHT & FONT  */
.mg2body table.subfolder td a,.mg2body .table.subfolder td a:link,.mg2body .table.subfolder td a:visited,.mg2body .table.subfolder td a:hover,.mg2body .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;
	color: #878787;
}
.mg2body table.marknew td a {
/*	background-image: url(../images/new.gif);*/
   background-repeat: no-repeat;
	background-position: top left;
}
/* SUBFOLDER : COLORS */
.mg2body table.subfolder td a:link,.mg2body table.subfolder td a:visited {
	background-color: White;
	text-decoration: none;
	line-height:1.3em;
}

.mg2body table.subfolder{
   background-color: White;
   border-top: 1px solid #BDBDBD;
   border-left: 1px solid #BDBDBD;
   border-right: 1px solid #BDBDBD;
   border-bottom: 1px solid #878787;
}
/* SUBFOLDER : COLORS : HOVER */
.mg2body table.subfolder td a:hover {
/*   background-color: White;
   border: 1px solid #878787;*/
}
/* ALL : MARGIN */
.mg2body table.subfolder, table.thumb {
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
}
/* ALL : THUMB BORDERS */
.mg2body table.border td a .thumb,.mg2body table.thumb td a .thumb{
   border: 1px solid #BDBDBD;
}
.mg2body table.subfolder td a img,.mg2body table.thumb td a img{
   border: 0;
}
/* TABLE ABOVE HEADLINE */
.mg2body .table-top {
	font-size: 9pt;
	text-decoration: none;
   vertical-align: top;
	height: 20px;
	border: 0;
}

/* HEADLINE BAR */
.mg2body .table-headline {
	text-decoration: none;
   vertical-align: top;
	text-align: right;
	height: 25px;
	background-color: White;
	border-top: 1px solid #BDBDBD;
	letter-spacing: 5px;
	padding-right: 5px;
}
.mg2body .headline{
   font-size: 11pt;
	text-align: right;
	color: #878787;
}
/* FOLDER INTRO TEXT */
.mg2body .introtext {
   margin: 6px 12px 6px 12px;
	text-align: left;
	color: #5F5F5F;
}

/* VIEWIMAGE IMAGE PROPERTIES */
.mg2body .viewimage {
	border: 1px solid #BDBDBD;
	background-color: White;
}

/* ICONBAR IN HEADLINE */
.mg2body .iconbar{
	text-align: left;
	padding-left: 5px;
}

/* IMAGE DESCRIPTION */
.mg2body .description {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #5F5F5F;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.mg2body .copyright {
	font-size: 9pt;
	color: #BDBDBD;
   text-align: center;
}

/* EXIF TABLE */
.mg2body .exif {
	font-size: 9pt;
	color: #878787;
	text-align: center;
	border: 0;
}

/* STRONG, USED IN EXIF TABLE */
.mg2body strong {
	font-size: 8pt;
	color: #878787;
}

/* COMMENT TABLE */
.mg2body .table-comments {
	font-size: 9pt;
	color: #878787;
	text-decoration: none;
	border: 0;
   text-align: left;
}

/* COMMENT DATE, USER ETC. */
.mg2body .comment-aboveline {
	font-size: 9pt;
	text-align: left;
	color: #878787;
	text-decoration: none;
	font-style: italic;
	border: 0px;
	height: 30px;
	vertical-align: bottom;
}

/* THE COMMENT */
.mg2body .comment-belowline {
	font-size: 9pt;
	text-align: left;
	color: #878787;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid #BDBDBD;
}

/* COMMENT INPUT FIELD */
.mg2body .comment-textfield {
	background-color: White;
	border: 1px solid #BDBDBD;
	color: #878787;
}

/* COMMENT SUBMIT BUTTON */
.mg2body .comment-button {
	font-size: 10pt;
	background-color: White;
	border: 1px solid #BDBDBD;
	color: #878787;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.mg2body .credits {
	font-size: 10pt;
	color: #878787;
   text-align: center;
}

/* BODY PROPERTIES */
.mg2body {
	font-family: "Century Gothic", "MS Sans Serif", "Arial";
   font-size: 9pt;
	color: #BDBDBD;
	background-color: White;
	margin: 0;
   padding: 0;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #5F5F5F; text-decoration: none;
}
.mg2body a:hover, .mg2body a:visited:hover {
   color: #5F5F5F; text-decoration: none;
}
