
@import url("base.css");
@import url("copyright.css");
@import url("style.css");


/*hr {
	color:#dbe6e6;
	background-color:#dbe6e6;
	border:0px;
}*/



.td_tl, .td_tr, .td_bl, .td_br {
	width:15px;
	height:15px;
	background-color:#171111;
}
.td_l, .td_r {
	width:15px;
	background-color:#171111;
}
.td_t, .td_b {
	height:15px;
	background-color:#171111;
}
.td_content {
	background-color:#171111;
}
/* THUMB TABLE & MOUSEOVER */

table.thumb {
	float:left;
	border-collapse: collapse;
	text-align:center;
	padding: 0px;
	margin:10px;
	/*	margin-left:2px;
	margin-right:2px;*/
	height:240px;
	width:220px;

	color:#dbe6e6;
}

.thumb_button_bg {
	border:0px;
	height:10px;
	margin:0;
	padding-top:5px;

	background-image:url(../images/thumb_button_bg.png);
	background-repeat:repeat;
}

table.subfolder, table.subfolder-border {
	border-collapse: collapse;
	text-align:center;
	margin: 10px;
	padding: 0px;
}
.dir_topleft {
	border : 0px;
	background-color:#171111;
	width: 26px;
	height: 26px;
}
.dir_top {
	border : 0px;
	background-color:#171111;
	height: 26px;
}
.dir_topright {
	border : 0px;
	background-color:#171111;
	width: 26px;
	height: 26px;
}
.dir_left {
	border : 0px;
	background-color:#171111;
	width:26px;
}
.dir_center {
	background-color:#171111;
}
.dir_right {
	border : 0px;
	background-color:#171111;
	width:26px;
}
.dir_bottomleft {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.dir_bottom {
	border : 0px;
	background-color:#171111;
	height: 26px;
}
.dir_bottomright {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.img_topleft {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.img_top {
	border : 0px;
	background-color:#171111;
	height: 26px;
}
.img_topright {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.img_left {
	border : 0px;
	background-color:#171111;
	width:26px;
}
.img_right {
	border : 0px;
	background-color:#171111;
	width:26px;
}

.img_center {
	border : 0px;
	background-color:#171111;
}
.img_center_title {
	font-family:MidietSansBold;
	font-size:larger;
	text-align: center;
	white-space:nowrap;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	color:#dbe6e6;
}
.img_bottomleft {
	border : 0px;
	background-color:#171111;
	width: 26px;
	height: 26px;
}
.img_bottom {
	border : 0px;
	background-color:#171111;
	height: 26px;
}
.img_bottomright {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.img_bottomright_comment {
	border : 0px;
	background-color:#171111;
	width:26px;
	height: 26px;
}
.img_center {
	background-color:#171111;
}
table td .title {
	font-family:MidietSansBold;
	text-align: center;
}
table td .subfolder-title {
	font-family:MidietSansBold;
	text-align: center;
	color: black;
}
.navigation {
	clear:both;
	font-family:MidietSansBold;
	font-size:18px;
	color:#dbe6e6;
  vertical-align: top;
	padding-left: 5px;
	padding-top: 3px;
}
.table-top {
	height:35px;
}
/* HEADLINE BAR */
.table-headline {
	font-family:MidietSansBold;
	font-size:22px;
	letter-spacing: 0.5em;
	color: #000000;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}
/* FOLDER INTRO TEXT */
.introtext {
	text-align: center;
	color: #000000;
}
/* IMAGE DESCRIPTION */
.description {
	text-align:center;
	color:Black;
	text-decoration:none;
}
/* COPYRIGHT NOTICE */
.copyright {
	font-family:MidietSansLight;
	color:#333333;
	text-align: center;
	font-variant:small-caps;
}
/* EXIF INFORMATION */
.table_exif {
	color:#757575;
	text-decoration:none;
	border: 1px solid #B5B5B5;
	text-align:left;
}

/* COMMENT TABLE */
.table-comments {
	color:#050505;
	text-decoration:none;
	border: 0;
	text-align:left;
}
/* COMMENT DATE, USER ETC. */
.comment-aboveline {
	text-align:left;
	vertical-align: bottom;
	color:#050505;
	text-decoration:none;
	font-style : italic;
	border: 0px;
	height: 30px;
}
/* THE COMMENT */
.comment-belowline {
	text-align:left;
	color:#050505;
	text-decoration:none;
	font-style : italic;
	border-top: 1px solid #171111;
}
/* COMMENT INPUT FIELD */
.comment-textfield {
	border : 1px solid #A3A3A3;
	color:#dbe6e6;
	background-color: #171111;
}
/* COMMENT SUBMIT BUTTON */
.comment-button {
	border : 1px solid #dbe6e6;
	color:#dbe6e6;
	background-color : #171111;
	font: 8pt tahoma, arial;
}
/* POWERED BY MG2 CREDITS (DO NOT REMOVE FROM SCRIPT!) */
.credits {
	clear:both;
	font-family:MidietSansLight;
	color:#171111;
	text-align: center;
}
