﻿body {
	background-color: #020303;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body.frameset {
	background-color: #020303;
	/*background: url('../media/page_bg.jpg') repeat-x  center top;*/
	padding: 30px;
}
body.imagepage {
    background-image: url('../media/iframes-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
	background-color: #717171;
}
body.thumbspage {
	background-color: #414342;
	border-top: 2px solid #A1A1A1;
}
img {
    border: 0px none;
}
a:link, a:visited {
	color: #FFF; 
	text-decoration: none; 
	font-weight: bold; 
} 

a:active, a:hover { 
	color: #FFF; 
	text-decoration: underline; 
	font-weight: bold; 
}
h1.imagepage-title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #414342;
	margin: 0 auto;
	padding-bottom: 2px;
	display: block;
	text-align: center;
}
div.frameset_container {
	width: 100%;
	height: 100%;
}
div.iframes_container {
	margin: 0 auto;
	border-radius: 5px;
	border: 5px solid #A1A1A1;
}
div.image_frame_div {
	clear: both;
	border: 0px none;
	margin: 0 auto;
	height: 100%;
}

div.thumbs_frame_div {
	clear: both;
	margin: 0 auto;
	border: 0px none;
	height: 180px;
	overflow-y: hidden;
}
div.copyright_div {
	clear: both;
	margin: 0 auto;
	border: 0px none;
	text-align: center;
	position: relative;
	top: -5px;
	color: #A1A1A1;
}
div.copyright_div a {
	color: #A1A1A1;
}
iframe {
	border: 0px none;
	width: 100%;
	height: 100%;
}
div.thumb_table_wrapper_div {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	overflow: hidden;
}
table.thumbs_table {
    border: 0px none;
	margin-top: 20px;
}
td.td_thumbnail_title {
	text-align: center;
	vertical-align: top;
}
td.td_thumbnail_image
{
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
img.img_thumbnail_image
{
    border: 0px none;
	border: 5px solid #A1A1A1;
	border-radius: 5px;
    FILTER: alpha(Opacity=80);
    -moz-opacity:.8;
    opacity:.8;
}
img.img_thumbnail_image_on {
    border: 2px solid #FFF;
    border-radius: 5px;
	padding: 0px;
    FILTER: alpha(Opacity=100);
    -moz-opacity:1;
    opacity:1;
}
img.img_full_size_image
{
	height: auto;
	width: 80%;
	margin: 0 auto;
}
div.imagepage-header {
	clear: both;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
div.imagepage-image {
	max-width: 90%;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
div.image-title-wrapper {
	margin: 0 auto;
	display: inline-block;
    border: 10px solid #414342;
    border-radius: 15px;

}
div.image-title {
	text-align: center;
	background-color: #414342;
	padding-top: 10px;
	color: #FFF;
}