.centered {
	text-align: center;
	margin: auto;
}

.centered td {
	text-align: left;
}

.image-list-nav-container {
	width: 80%;
	margin: 8px auto;
}

.image-list-nav-left {
    float: left;
}

.image-list-nav-right {
    float: right;
    text-align: right;
}

.image-list-nav {
    color: #999;
    text-align: center;
}

.imagehost-table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: auto;
}

.table-cycle2, .table-cycle1 {
}

.table-cycle2 {
	background-color: #EEE;
	border: 1px dotted #CCC; 
}

#image-information {
	background-color: #F7F7FF;
	border: 2px solid #FD8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

table .ih-col1 {
    text-align: center;
    vertical-align: middle;
    padding: 4px;
}

table .ih-col1 img {
    border: 1px solid #444;
}

table .ih-col2 {
    vertical-align: middle;
    text-align: left;
}

.table-form {
	margin: auto;
}

.subhint {
    color: gray;
    font-size: smaller;
    font-weight: bold;
    font-style: normal;
}

#show-image-area {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
