#main {
	background-color:#EEEEEE;
}
a.archive_button {
	background:url('../../icons/gallery.png') left top no-repeat;
	padding-left:20px;
}

a.zoom {
	background:url(../../icons/zoom-in.png) left center no-repeat;
	padding-left:18px;
}
a.first {
	background:url(../../icons/go-first.png) left center no-repeat;
	padding-left:18px;
}
a.prev {
	background:url(../../icons/go-previous.png) left center no-repeat;
	padding-left:18px;
}
a.next {
	background:url(../../icons/go-next.png) left center no-repeat;
	padding-left:18px;
}
a.last {
	background:url(../../icons/go-last.png) left center no-repeat;
	padding-left:18px;
}
a.up {
	background:url(../../icons/go-up.png) left center no-repeat;
	padding-left:18px;
}

a.rotate-left {
	background:url(../../icons/rotate-left.png) left center no-repeat;
	padding-left:18px;
}
a.rotate-right {
	background:url(../../icons/rotate-right.png) left center no-repeat;
	padding-left:18px;
}


a.folder {
	background:url(../../icons/folder.png) left center no-repeat;
	padding-left:18px;
}
a.folder_open {
	background:url(../../icons/folder-open.png) left center no-repeat;
	padding-left:18px;
	font-weight:bold;
}
.image_preview_container {
	text-align:center;
	padding-left:8px;
	padding-right:8px;
}

.image_preview_container p {
	margin-top:0px;
	padding:0px;
}

table.preview_image td {
	vertical-align:center;
	padding:0px;
	margin:0px;
}

table.preview_image td.image {
	border:1px solid black;
}

table.preview_image td.image img {
	margin-bottom:-3px;
}

table.preview_image {
	border-collapse:collapse
	width:100%;
	margin-bottom:0px;
}

div.directory_tree {
	border:3px dashed  #606060;
	background:#E0E0E0;
}

div.directory_tree h3 {
	background:#606060;
	color:#FFFFFF;
}


.progress_bar {
	position:relative;
	border:1px solid black;
}

.progress_bar .highlight {
	background:#C0D0FF;
	position:absolute;
	left:0px;
	top:0px;
}

.progress_bar .caption {
	position:absolute;
	left:0px;
	top:0px;
	text-align:center;
}

ul.sortable {
	list-style:none;
	margin:0px;
	padding:0px;
}

.sortable li {
	margin:2px;
	padding:2px;
	border:1px solid #000000;
	background:#FFFFFF;
	cursor:move;
}

#imagebox {
}
#imagebox .image_preview_container {
	padding:0px;
	margin:0px;
}
#imagebox p {
	padding:0px;
	margin:0px;
}
#imagebox .image_preview_container table {
	padding:0px;
	margin:2px;
	border-collapse:collapse;
}
