body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ffffff;
	background-color: #494949;
}
a:link,
a:visited,
a:active {
	color: #bbbbbb;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
form {
	display: inline;
}
input,
textarea,
select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #5f5f5f;
	border: 1px solid #c0c0c0;
	color: #c0c0c0;
	padding: 1px;
}
input:hover,
textarea:hover,
select:hover {
	border: 1px solid #e0e0e0;
	background-color: #646363;
	color: #e0e0e0;
}
h1 {
	font: 20px "trebuchet ms", arial, sans-serif;
	letter-spacing: 4px;
	text-align: center;
	color: #ffffff;
	margin: 8px;
}
h2 {
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
div.subwrapper {
	width: 650px;
	margin: 0 auto;
}
div.divider {
	border-top: 1px dotted #ffffff;
	margin: 0 auto;
	width: 650px;
}
div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
#main {
	width: 800px;
	float: left;
}
#sidebar {
	width: 200px;
	float: left;
	margin-top: 48px;
	text-align: center;
}
#topbar {
	background: url(../images/dark_topbar.gif) #707172;
	color: #ffffff;
	height: 21px;
	padding: 7px 5px 0 5px;
}
#previous {
	float: left;
	color: #838383;
}
#toplinks {
	text-align: center;
}
#next {
	float: right;
	color: #838383;
}
#copyright {
	text-align: center;
	padding: 15px 0;
	clear: both;
}
#imageframe {
	border: 1px solid #cccccc;
	margin: 0 auto;
	padding: 5px;
}
#imagedate {
	color: #cccccc;
	font-weight: bold;
	margin-top: 4px;
	text-align: right;
}
div.rthumbdate {
	color: #cccccc;
	margin-bottom: 8px;
}
#imagesections {
	text-align: right;
	font-style: italic;
	color: #8f8f8f;
}
#previous a:link, #next a:link,
#previous a:visited, #next a:visited,
#previous a:active, #next a:active {
	color: #ffffff;
	text-decoration: none;
}
#previous a:hover, #next a:hover {
	color: #cccccc;
	text-decoration: none;
}
#errortitle {
	width: 500px;
	margin: 0 auto;
	border: 1px solid #c0c0c0;
	font-weight: bold;
	padding: 2px 0 2px 5px;
	background-color: #353535;
	color: #c0c0c0;
}
#errormsg {
	width: 500px;
	margin: 0 auto;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	padding: 15px 0 15px 5px;
	background-color: #656565;
}
div.author {
	font-size: 10px;
	color: #696969;
	text-align: right;
	font-style: italic;
}
div.comment {
	border: 1px dashed #cccccc;
	padding: 5px;
}
div.moderated {
	border: 1px dashed #7d7d79;
	background-color: #5c5c59;
	color: #7d7d79;
	padding: 5px;
	text-align: center;
}
#commentsubmit {
	width: 335px;
	text-align: center;
	margin-top: 18px;
}
div.thumbstitle {
	font: 12px "trebuchet ms", arial, sans-serif;
	letter-spacing: 5px;
	font-weight: bold;
	color: #ffffff;
}
div.thumbslist {
	width: 580px;
	margin: 0 auto;
}
img.thumb {
	padding: 0;
	margin: 6px;
}
img.thumb:hover {
	padding: 5px;
	margin: 0;
	border: 1px solid #c0c0c0;
	background-color: #6f6f6f;
}
option.selecttitle {
	background-color: #818181;
	color: #e0e0e0;
	font-weight: bold;
}
#modifier {
	width: 225px;
}
#modifier input {
	width: 33px;
}
#capinput {
	letter-spacing: 25px;
	padding-left: 26px;
	width: 165px;
}
#capimage {
	margin-top: 1px;
	border: 1px solid #c0c0c0;
}
input.ifieldwidth {
	width: 190px;
}

/*
The following styles are used in the coolTip popups
*/

.cooltip-fg {
	background-color: #dfdfdf;
}
.cooltip-text {
	color: #6f6f6f;
}
.cooltip-bg {
	background-color: #6f6f6f;
}
.cooltip-caption {
	padding: 1px;
	font-weight: bold;
	color: #dfdfdf;
}
