body {
   background-color: #550000;
	font: normal 100% sans-serif;
	color: #ffcc00;
	padding:0px;
	margin: 0px;
}
/* THUMB TABLE & MOUSEOVER */
table.thumb {
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
   padding: 0px;
}
table.subfolder, table.subfolder-border {
   border-collapse: collapse;
	text-align:center;
   margin: 10px;
   padding: 0px;
}
.dir_topleft{
	border : 0px;
   width:26px;
	height: 26px;
}
.dir_top{
	border : 0px;
	height: 26px;
}
.dir_topright{
	border : 0px;
	width:26px;
	height: 26px;
}
.dir_left{
	border : 0px;
	width:26px;
}
.dir_right{
	border : 0px;
   width:26px;
}
.dir_bottomleft{
	border : 0px;
   width:26px;
	height: 26px;
}
.dir_bottom{
	border : 0px;
	height: 26px;
}
.dir_bottomright{
	border : 0px;
   width:26px;
	height: 26px;
}
.img_topleft{
	border : 0px;
   width:13px;
	height: 13px;
}
.img_top{
	border : 0px;
   height: 13px;
}
.img_topright{
	border : 0px;
   width:13px;
	height: 13px;
}
.img_left{
	border : 0px;
   width:13px;
}
.img_right{
	border : 0px;
   width:13px;
}
.img_bottomleft{
	border : 0px;
   width: 13px;
	height: 13px;
}
.img_bottom{
	border : 0px;
   height: 13px;
}
.img_bottomright{
	border : 0px;
	width:13px;
	height: 13px;
}
.img_bottomright_comment{
	border : 0px;
	width:13px;
	height: 13px;
}
table td .title{
	font: 10pt sans-serif;
	text-align: center;
}
table td .subfolder-title{
	font: bold 9pt Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffcc00;
}

.navigation {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #ffcc00;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}

.table-top {
   height:35px;
	background-image : url(../images/topnav.gif);
	background-repeat : repeat-x;
}

/* HEADLINE BAR */
.table-headline {
	font: bold 10pt Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: yellow;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

/* FOLDER INTRO TEXT */
.introtext {
	text-align: left;
	color: #ffcc00;
}

/* IMAGE DESCRIPTION */
.description {
	font: normal 9pt Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffcc00;
	text-decoration: none;
}

/* COPYRIGHT NOTICE */
.copyright {
	font: 8pt sans-serif;
	color: #ffcc00;
	text-align: center;
}

/* EXIF INFORMATION */
.table_exif{
	font: 8pt Arial, Helvetica, sans-serif;
	color: #ffcc00;
	text-decoration: none;
	border: 1px solid yellow;
	text-align: left;
}

/* STRONG, USED IN EXIF TABLE */
strong {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #ffcc00;
}

/* COMMENT TABLE */
.table-comments {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #ffcc00;
	text-decoration: none;
	border: 0;
	text-align: left;
}

/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	font: 9pt sans-serif;
	text-align: left;
	vertical-align: bottom;
	color: #ffcc00;
	text-decoration: none;
	font-style: normal;
	border: 0px;
	height: 30px;
}

/* THE COMMENT */
.comment-belowline {
	font: 9pt Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffcc00;
	text-decoration: none;
	font-style: italic;
	border-top: 1px solid yellow;
}

/* COMMENT INPUT FIELD */
.comment-textfield {
	border : 1px solid yellow;
	background-color: white;
}

/* COMMENT SUBMIT BUTTON */
.comment-button {
	border: 1px solid yellow;
	background-color: white;
	font: 10pt sans-serif;
}

/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	font: 10pt sans-serif;
	color: #ffcc00;
	text-align: center;
}

/* BODY PROPERTIES */
.mg2body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #ffcc00;
	background-color: #550000;
	margin: 0;
	padding: 0;
}

/* LINK PROPERTIES */
.mg2body a:link, .mg2body a:visited {
   color: #ffcc00; text-decoration: underline;
}
.mg2body a:hover, .mg2body a:visited:hover { 
   color: yellow; text-decoration: underline; font-style: italic;
}
