BODY {
	background-color: #222;
}

BODY, TD, TH {
	color: #aaa;
}

INPUT, SELECT {
	color: #333;
}

A {
	color: #ddd;
}

A:hover {
	color: #fff;
}


#main, #mainTop, #mainBot {
	background-color: #181818;
	border-color: #292929;
}

#mainTop DIV.m, #mainBot DIV.m {
	border-color: #292929;
}

#mainTop DIV.l {
	background-image: url('/img/custom/1.0/themes/Chill/dark/mainTop-l.gif');
}

#mainTop DIV.r {
	background-image: url('/img/custom/1.0/themes/Chill/dark/mainTop-r.gif');
}

#mainBot DIV.l {
	background-image: url('/img/custom/1.0/themes/Chill/dark/mainBot-l.gif');
}

#mainBot DIV.r {
	background-image: url('/img/custom/1.0/themes/Chill/dark/mainBot-r.gif');
}

#header {
	border-color: #303030;
}

#gallery_nav div { 
	border-color: #333;
	display: block;
	clear: both;
}

#gallery_nav a {
	color: #aaa;
}

#gallery_nav a:hover {
	color: #eee;
}

#footer {
	color: #666;
}

#footer A {
	color: #999;
}

UL.links LI:hover {
	color: #fff;
}

/* ############# ps styles ############## */

UL.thumbs LI {
	border: 1px solid transparent;
}

UL.thumbs LI:hover {
	border: 1px solid #222;
	background-color: #1c1c1c;
}

SPAN.gallery_collection_list_num_galleries {
	font-size: 10px;
	color: #999;
}

UL.my_recent_galleries LI:hover {
	color: #fff;
}

A.page_next, A.page_previous {
	background: url('/img/custom/1.0/themes/Chill/dark/pagArrow.gif') no-repeat;
}

A.page_next {
	background-position: -24px 0;
}

A.page_next:hover {
	background-position: 0 0;
}

A.page_previous {
	background-position: -48px 0;
}

A.page_previous:hover {
	background-position: -72px 0;
}

/*
A.page_next SPAN, A.page_previous SPAN, A.page_next IMG, A.page_previous IMG {
	display: none;
}*/

div.pageRange {
	color: #999;
}

div.pageNav
{
	color: #999;
	float: left;
}

div.pageNav span
{
	display: inline;
}

div.pageNav script
{
	display: none;
}

a.page_previous,
a.page_next
{
	width: 100%;
}


DIV.refineBox {
	border-color: #333;
}

