html {
	background-color: #3b3b3b;
	border-top: 0.2em solid #999999;
	color: #666666;
}
body {
	background-color: #3b3b3b;
	color: #666666;
}

a,a:link,a:visited {
	color: #a1a1a1;
}

a:hover, a:visited:hover {
	color: #ea92c2;	
}
a:active a:visited:active{
	color: #ff63ca;
}

a.rollover {
	display: block;
	width: 275px;
	height: 56px;
	text-decoration: none;
	background: url(./dark/header.gif);
}

a.rollover:hover {
	background-position: 0 -56px;
}

a.rollover:active {
	background-position: 0 -112px;
}

.displace {
	position: absolute;
	left: -5000px;
}

#img-info-comment {
	background: transparent url(./dark/comment_icon-dark.gif) no-repeat 0% 50%;
}
#notes-cmts-container {
	background-color: #333333;
	border: 1px solid #999999;
}
div.bubble blockquote {
	background-color: #666666;
	border: 1px solid #999999;
}
div.owner blockquote {
	font-style: italic;
}
div.bubble div.tip {
	background: transparent url(./dark/tip-dark.gif) no-repeat 0% 0%;
}
#browse-nav-container li {
	border-bottom: 1px solid #6e6e6e;
}
.border-frame {
	background: #f5f5f5 url(./dark/loader-dark-32x32.gif) no-repeat 50% 50%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221) rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
}
.thumbnail-border-frame {
	background: #f5f5f5 url(./dark/loader-dark-16x16.gif) no-repeat 50% 50%;
}
img.border-matte {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(170, 170, 170) rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
}
.paginator .this-page {
	border: 1px dotted #999999;
	color: #ea92c2;
}
.paginator a,
.paginator a:link,
.paginator a:visited {
	border: 1px solid #999999;
}
#paging-nav-container div.results {
	color: #999999;
}
#footer {
	border-top: 1px solid #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #ea92c2;
}

#footer a:active {
	color:#ff63ca;
}
