body {
	background: #FFFFFF;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

body.admin, body.greybg {
	background: #F2F2F2;
}

p {
	margin: 0 10px 14px 40px;
	color: #000000;
	font-family: georgia,times,palatino,'hevetica neue',hevetica,arial,tahoma,sans-serif;
	font-size: 16px;
	padding: 4px 0;
	line-height: 26px;
	width: 600px;
	text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia,palatino,times,'times new roman',serif;
	/* font-family: hevetica,'hevetica neue',arial,tahoma,sans-serif; */
}

h1 {
	font-size: 40px;
}

h3 {
	margin: 40px 20px 0 40px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 32px;
	padding: 3px 0;
	width: 600px;
	border-bottom: 3px solid #CECECE;
}
hr {
	clear: both;
}

.whitebg {
	background-color: #FFFFFF;
	padding: 2px 0;
	text-indent: 0;
}

img#theimage {
	border-width: 0;
	display: block;
	margin: 0;
	padding: 0;
}

ul#menu {
	position: fixed;
	bottom: 0px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul#menu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#menu a {
	display: block;
	height: 27px;
	background-position: top left;
	text-decoration: none;
}

#menu a.previous {
	background-image: url("/im/prev.png");
	background-image: url("/im/prev_grey.png");
	width: 28px;
}

#menu a:hover.previous {
	background-image: url("/im/prev.png");
}

#menu a.next {
	background-image: url("/im/next.png");
	background-image: url("/im/next_grey.png");
	width: 26px;
}

#menu a:hover.next {
	background-image: url("/im/next.png");
}

#menu a.about {
	background-image: url("/im/about.png");
	background-image: url("/im/about_grey.png");
	width: 56px;
}

#menu a:hover.about {
	background-image: url("/im/about.png");
}

#menu a.rss {
	background-image: url("/im/rss.png");
	background-image: url("/im/rss_grey.png");
	width: 44px;
}

#menu a:hover.rss {
	background-image: url("/im/rss.png");
}



br.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0;
	width: 0;
}




.inputwrapper {
	display: block;
	margin: 0;
	padding: 0 2px;
	width: auto;
}
.inputwrapper input {
	width: 100%;
}
.inputwrapper input[type='text'], .inputwrapper input[type='password'], .inputwrapper textarea {
	border-width: 1px;
	margin: 0 -2px;
	padding: 1px;
	width: 100%;
}

#UploadPage {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 400px;
	margin: 0;
	padding: 0;
}

#UploadRules {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 20px 0 0 0;
}

form#FormUpload, form#FormPassword, form#FormLogin {
	background: #F2F2F2;
	margin: 4ex 4ex;
	padding: 20px;
	width: 300px;
}
form h1 {
	font-family: serif;
	font-size: 200%;
}
form label {
	display: block;
	margin-bottom: 4px;
	margin-top: 2ex;
	font-family: 'helvetica','helvetica neue','arial',sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: lowercase; */
}
form input {
	display: block;
}

form input[type='text'], form input[type='password'], form textarea, form input[type='file'] {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	background-image: url(./im/form_bg_white.png);
	padding: 2px 4px;
	font-family: 'helvetica','helvetica neue','arial',sans-serif;
	font-size: 18px;
}
form input.required {
	background-color: #FAFAE1;
	background-image: url(./im/form_bg_gold.png);
}

#Filenam {
	border: 1px solid #000000;
}

/* #FormUpload label.required:after {
	color: #FF0000;
	content: " *";
} */

form input[type='checkbox'] {
}
form input[type='submit'], form input[type='button'], form input[type='reset'] {
	background: none;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	display: inline;
	margin: 2px 1px 0 0;
	padding: 1px 0.5em;
}


.center {
	text-align: center;
}

#ImageList.box {
}
#ImageList.box .image {
	clear: none;
	float: left;
	width: 350px;
}
.box .image .img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 55px;
	margin-right: 5px;
	width: 55px;
}
.box .image .img:hover {
	border: 2px solid #FF0000;
	height: 51px;
	width: 51px;
}
.box .image .img img {
	display: block;
	height: 100%;
	width: 100%;
}
.box .image .img:hover img {
	display: none;
}
.box .image h3, .box .image h4, .box .image ul.tools {
	background-color: transparent;
	background-image: url("/im/trans50.png");
	border: none;
	color: #000000;
	display: block;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
	height: 11px;
	margin: 0px 0px 2px 0px;
	overflow: hidden;
	padding: 3px;
	width: auto;
}
.box .image h3.untitled, .box .image h4.anon {
	font-style: italic;
}
.box .image .block {
	height: 55px;
	margin: 5px 0 0 5px;
	overflow: hidden;
	padding: 5px;
	width: auto;
}
.box .image .clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	width: auto;
}
.box .image ul.tools {
	background-image: none;
	height: auto;
	margin: 0;
	padding: 0;
}
.box .image ul.tools li {
	background-image: url("/im/trans50.png");
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 3px
}
.box .image ul.tools li + li {
	margin-left: 2px;
}
.box .image .tools .password {
	height: 11px;
	width: 11px;
}

#Errors {
	color: #FF0000;
	font-weight: bold;
	left: 368px;
	margin: 4ex;
	padding: 20px;
	position: absolute;
	top: 0px;
	width: 300px;
}
ul#Errors {
	list-style-type: disc;
}
ul#Errors li {
	margin: 0;
	padding: 0;
}
ul#Errors li + li {
	margin-top: 1ex;
}

#Debug {
	clear: both;
	margin-top: 10ex;
}
#Debug pre {
	background-color: #FFFFFF;
	padding: 2em;
}
#Debug h2 {
	font-weight: bold;
	margin-top: 3ex;
}

.prevnext {
	background-color: #000000;
	clear: both;
	display: block;
	float: left;
	font-size: 80%;
	margin: 5px 0 0 5px;
	padding: 5px;
}
.prevnext li {
	display: block;
	clear: none;
	float: left;
	list-style-type: none;
}
.prevnext li + li {
	margin-left: 2px;
}
.prevnext a {
	background-image: url("/im/trans50.png");
	display: block;
	padding: 3px;
}
.prevnext .page.current {
	font-weight: bold;
}

.passwords table, table.long {
	background: #FFFFFF;
	border-collapse: separate;
	border-spacing: 0.5ex;
	empty-cells: show;
	padding: 0.2ex;
	table-layout: fixed;
}
.passwords table td, table.long td {
	overflow: hidden;
	padding: 0.1ex;
	vertical-align: middle;
	white-space: nowrap;
}
.passwords table th, table.long th {
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 0.1ex 0;
	font-size: 80%;
	overflow: hidden;
	padding: 1px;
	text-transform: uppercase;
	white-space: nowrap;
}
table.long tr.image {
	height: 2.3ex;
}
.long th.image {
	width: 5em;
}
.long th.title {
	width: 15em;
}
.long th.author {
	width: 30em;
}
.long th.ip {
	width: 10em;
}
.long th.filename {
	width: 35em;
}
.long th.datecreated {
	width: 8em;
}
.long th.password {
	width: 7em;
}
table.long th.sorted {
	font-weight: bold;
}
table.long th a {
	color: blue;
	display: block;
	text-decoration: none;
}
.long .image.inactive, .admin .password.inactive {
	background-color: #FFB5B5;
}
.long tr.image:hover, .admin.passwords tr.password:hover {
	background-color: #CAD3DE;
}
.long td.password a, .swatch.password a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}
.long .image .img a, .admin .password .imageid a {
	background-position: 50%;
	display: block;
	height: 2.4ex;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	width: 100%;
}
.long .image td.tools {
	display: none;
}
.long .image ul.tools {
	display: inline;
	margin: 0;
	padding: 0;
}
.long .image .tools li {
	clear: none;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.long .image .img .preview {
	border-style: outset;
	border-width: 1px;
	bottom: auto;
	display: none;
	height: 300px;
	left: 50%;
	margin: -150px 0 0 -200px;
	padding: 0;
	position: fixed;
	right: auto;
	text-align: left;
	top: 50%;
	width: 400px;
}
.long .image .img .preview img {
	display: inline;
	margin: 0;
	padding: 0;
}
.long .image .img:hover .preview {
	display: block;
}

.admin .filters {
	margin: 0 0 1ex 0;
}
.admin .filters h2 {
	display: inline;
	font-weight: bold;
}
.admin .filters h2:after {
	content: ": ";
}
.admin .filters dl, .admin .filters .clear {
	display: inline;
	font-size: 80%;
}
.admin .filters .field {
	display: inline;
	font-weight: bold;
}
.admin .filters .field:after {
	content: ": ";
}
.filters .data {
	background-color: #FFFFFF;
	display: inline;
	padding: 2px;
}
.admin .filters .data + .field {
}

.na {
	font-style: italic;
}

#Image {
	background: #FFFFFF;
	margin: 0.5ex;
	padding: 0.6ex;
	width: 34em;
}
#Image dt {
	clear: left;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
	text-transform: uppercase;
}
#Image dt:after {
	content: ":";
}
#Image dd + dt {
	margin-top: 1ex;
}
#Image dd {
	padding: 0.3ex;
}
#Image .image_id {
	display: none;
}
#Image dt.filename {
	display: none;
}
#Image dd.filename {
	background-color: transparent;
	text-align: center;
}
#Image dd.filename img {
	display: inline;
	margin: 0 auto;
	padding: 5px;
}
#Image dd.title {
	font-size: 200%;
	font-weight: bold;
}
#Image dd.password {
}
#Image dd.password a {
	display: inline;
	margin: 0;
	padding: 0;
}
#Image .backgroundcolor .swatch {
	clear: none;
	float: left;
	margin-right: 0.5em;
}
#Image .tools {
	clear: right;
	display: block;
	float: right;
	font-size: 80%;
	width: 33.33%;
}
#Image dt.tools {
	display: none;
}
#Image ul.tools {
	display: block;
	float: none;
	font-size: 100%;
	width: auto;
}
#Image ul.tools li {
	background-color: #EEEEEE;
	display: block;
	list-style-type: none;
	margin: 0.3ex;
	padding: 0.6ex;
	text-transform: uppercase;
}
#Image ul.tools a {
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}
.swatch {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 0.1ex;
	display: block;
	height: 2.2ex;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 4.5em;
}

.admin .adminlinks {
	display: block;
	margin-bottom: 1ex;
	padding: 0;
}
.admin .adminlinks li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.admin .adminlinks li + li:before {
	content: " | ";
}

.admin.passwords th.password {
	width: 8em;
}
.admin.passwords th.datecreated {
	width: 10em;
}
.admin.passwords th.datedisabled {
	width: 10em;
}
.admin.passwords th.imageid {
	width: 5em;
}
.admin.passwords th.imagecount {
	width: 5em;
}
.admin.passwords th.imageremoved {
	width: 10em;
}
