@font-face {
    font-family: 'mirage';
		src: url('font/mirage.eot');
		src: url('font/mirage.eot?') format('eot'),
			url('font/mirage.woff') format('woff');
}

td {
	text-align: center;
	vertical-align: top;
}

.header {
	padding: 26px 0px 0 51px;
	text-align: center;
	width: 100%;
}
.title {
	font-size: x-large;
}

.external_buttons {
	padding: 60px 30px 0 22px;
	width: 0px;
}
.external_button,
.external_button_disabled {
	background-image: url("be.png");
	background-repeat: no-repeat;
	width: 0px;
	line-height: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 16px;
}
.external_button:hover {
	background-image: url("beo.png");
	color: #3B3B3B;
}

.comment {
	padding-top: 15px;
	font-size: small;
}

.help_button {
	text-align: right;
  padding: 9px 10px 0 12px;
}

.links {
	padding-top: 6px;
}
.missing_links {
	height: 0;
}
.nav_buttons {
	padding-top: 8px;
	text-align: center;
}
.nav_button {
  border-radius: 4px;
	margin: 0 3px 0 3px;
	border-width: 0;
	display: inline-block;
}
.missing_nav_button {
	display: inline-block;
}
.page_links {
	padding-top: 8px;
}
.page_text {
	vertical-align: middle;
	font-size: small;
	font-weight: bold;
  margin-left: 6px;
}
.page_nums {
	vertical-align: middle;
	font-size: small;
	font-weight: bold;
}
.page_cur {
	background-color: #F2F2F2;
	border: 1px solid #BBBBBB;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	margin: 0 1px 0 1px;
}
.page_other {
	color: #7A7A7A;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	margin: 0 2px 0 2px;
}
.page_other:hover {
  color: #3B3B3B;
  background-color: #E8E8E8;
	border: 1px solid #BBBBBB;
	margin: 0 1px 0 1px;
}
.page_arrow {
	text-decoration: none;
	margin: 0 6px 0 6px;
}
.page_arrow:hover {
	color: #7A7A7A;
}
.page_arrow_text {
	vertical-align: middle;
  font-family: mirage;
  font-size: x-large;
}
.page_arrow_disabled {
	vertical-align: middle;
  font-family: mirage;
  font-size: x-large;
	color: #afafaf;
	margin: 0 6px 0 6px;
}
.thumbs {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 15px;
}
.folder_image {
	border-style: solid;
  border-color: #BBBBBB;
	position: absolute;
}
.thumb_cell {
	padding: 0 15px 10px 15px;
	vertical-align: top;
	text-align: center; 
	position: relative;
}
.thumb_cell_beside {
	padding: 16px 30px 8px 30px;
	vertical-align: top;
}
.thumb_box_area {
	margin-top: 18px;
	margin-bottom: 13px;
}
.thumb_box {
	vertical-align: top;
  width: 800px;
	margin: 13px 25px 12px 25px;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
}
.thumb_area {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
}
.image_thumb {
	border: solid #CACACA;
}
.for_sale {
	position: absolute;
	left: -6px;
	bottom: -10px;
	background-color: #F5F5F5;
	padding: 3px 5px 4px 6px;
	margin: 0;
	border: 1px solid #BBBBBB;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
}
.new_label {
	position: absolute;
	right: -6px;
	bottom: -7px;
	background-color: #F5F5F5;
	padding: 0 2px 1px 3px;
	margin: 0;
	border: 1px solid #BBBBBB;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
}
.thumb_caption {
	margin: 14px 0 0 0;
	font-size: small;
	font-weight: bold;
	text-align: center;
	width: 800px;
}
.thumb_comment {
	font-size: small;
	text-align: left;
	vertical-align: top;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding-top: 13px;
	padding-bottom: 16px;
}
.footer_links {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-size: x-small;
}
.icon_link {
	margin: 0 10px 0 10px;
	vertical-align: top;
	border-width: 0;
}
