html, body {
	background: #6C4A36;
	color: #fff;
}

a {
	color: #fff;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

#top h1 span {
	color: #fff;
	font-weight: bold;
}

hr {
	background: #000;
}

/* Top
----------------------------------------------- */
#top,#topLogo {
	background: #491E42;
}

#top {
	background: transparent; /* Sets an image at the top of the page. */
}

#topLogo {
	background: #A99570 url('a../logo01.png') bottom left no-repeat; /* Sets a logo at the top of the page. */
}

.menuLinks {
	color: #6C4A36;
}

.menuLinks a {
	color: #ffe8b1;
}

.menuLinks a:hover {
	border-bottom: 1px #ffe8b1 solid;
}

/* Upload form
----------------------------------------------- */
#uploadFormArea{
	background: #A99570;
	border: 0;
	width: 950px;
}

#uploadFormArea h2 {
	color: #fff;
}

.flash {
	color: #ffe8b1;
}

input {
	background: #A99570;
	border: 1px #6C4A36 solid;
	color: #fff;
}

/* Pagination Stuff
----------------------------------------------- */
.arrowArea {
	color: #fff;
}

.arrowArea:hover {
	background: #491E42;
}

.pageNumberArea,.pageNumberAreaCurrent{
	background: #A99570;
	border: 0px #fff solid;
	color: #fff;
}

.pageNumberArea:hover {
	background: #491E42;
}

.pageNumberAreaCurrent {
	background: transparent;
}

/* Popup Borx
----------------------------------------------- */
.dataMessage {
	background: #6C4A36;
	border: 1px #8B7155 solid;
	color: #ffe8b1;
}

.dataMessage textarea, .dataMessage input {
	background: #6C4A36;
	border: 0;
	color: #ffe8b1;
}

.dataMessage table td:hover, .dataMessage textarea:hover, .dataMessage input:hover {
	color: #ffe8b1;
}

.dataMessage .dataMessageField {
	color: #fff;
}

.dataMessage a, .dataMessage .popupLinx {
	color: #eee;
}

/* Gallely
----------------------------------------------- */
.gallelyCell { /* Entire cell for both image and captions */
	background: #A99570;
	color: #7e2870;
}

.imageContainer { /* Image thumbnail area */
	background: #8B7155;
}

.captionText h3 a:hover {
	border-bottom: 1px #eee solid;
}

.captionText h3, .captionText p, .captionText .fileData, .captionText .captionComment, .captionText .uploadedBy, .captionText .otherMeta {
	color: #000;
}

.captionText h3 a {
	font-weight: normal;
}

.captionText .fileName:hover {
	color: #ffe8b1;
}

.captionText .captionComment {
	color: #563a29;
}

.captionText .otherMeta span a{
	color: #ffe8b1;
}

/* Image Types
----------------------------------------------- */
.normalImage {
	border: 0;
}

.gallelyFolder {
}

/* Cell Color
----------------------------------------------- */
.cellSelected {
	background: #a93ea3;
	color: #fff;
}

.cellOverwrite {
}