a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:link {color:#A00000;}
a:visited {color:#999999;}

h1 {
	font-size:18px;
	color:#777777;
}

b {
	color:#777777;
}

img {
	padding:10px;
	border-width: 0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, san-serif;
	font-size:14px;
	background-color:#000000;
	}

img.ip_bar {
	overflow:hidden;
	width:1280px;
	height:32px;
	padding: 0px;
}

.header {
	position: fixed;
	left:0px;
	top:0px;
	color: #6e6a25;
	font-size: 12px;
	font-family: monospace;
/*	height:46px;*/
	background-color: #000000;
	overflow:hidden;
/*	margin:50px 0px 10px 0px;
	padding:17px 0px 0px 20px;*/
	z-index: 2;
	}

.menu {
	position: fixed;
	left:10px;
	top: 56px;
	padding:10px;
	width: 170px;
	background-color:#101010; /*#161e23;*/
	border:1px solid #6e6a25;
	color: #6e6a25;
	z-index: 2;
/*	font-family: courier, monospaced;*/
	font-size: 14px;
	}

.menu pre {
	font-family: monospace;
	font-size: 14px;
}

.menu span.caption {
	color: #666666;
}

.menu a:hover {font-weight:bold;}

.content {
	position: absolute;
	left: 200px;
	top: 46px;
	padding:10px;
	margin:10px;
        border: 1px solid #6e6a25;
	background-color: #101010;
	color:#FFFFFF;
	z-index:1;
	}

.background {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:0;
	background-color:#000000;
	color:#24323b;
	font-size:12px;
	font-family: monospaced;
	overflow:hidden;
	}

#Footer {
/*	background-color:#161e23;*/
	margin:10px;
	padding:0;
	color: #666666;
	border: 0px dashed #6e6a25;
	font-family: monospaced;
	font-size: 10px;
	text-align: center;
}

.art_description {
	}

.art_specs {
	font-size: smaller;
}

/* gallery container */
.gallery {
	text-align: center;    /* centers inline paragraphs */
	margin: 10px;
	background-color: transparent;
}
.gallery a {
	text-decoration: none;
}
.gallery a:visited {
}

.gallery a img {
	padding: 0px;
	border-width: 0px;
	vertical-align: top;
}

/* outer container for each image/caption pair */
.gallery p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: 0px;
	padding: 5px;
	font-style: normal;
	vertical-align: top;   /* aligns the img/caption container */
	border: 1px solid #000;
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
/*	height: 2.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}
* html .gallery a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */

.uuid_list {
	display: table;
	width: 100%;
}

.uuid_entry {
	display: table-row;
}

.uuid_id {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-top:1px solid #24323b;
}

.uuid_date {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}

.uuid_proj {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}

.uuid_history {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}

.uuid_id_sort {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-bottom:1px solid #24323b;
	text-align: center;
}

.uuid_timestamp_sort {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-left:1px solid #24323b;
	border-bottom:1px solid #24323b;
	text-align: center;
}

.uuid_proj_sort {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-bottom:1px solid #24323b;
	text-align: center;
}

.uuid_history_sort {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-bottom:1px solid #24323b;
}

a.uuid_sort {
	text-decoration: none;
}

a.uuid_sort:visited {
	color:#A00000;
}

.uuid_sort_cur_mode {
	display: inline;
	color:#999999;
}

.uuid_id_filter {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-top:1px solid #24323b;
}

.uuid_time_filter {
display: table-cell;
	padding: 5px;
	margin: 0px;
	font-family: courier;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}

.uuid_proj_filter {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}

.uuid_history_filter {
	display: table-cell;
	margin: 0px;
	padding: 5px;
	border-left:1px solid #24323b;
	border-top:1px solid #24323b;
}
