html {
    height: 100%;
}
    
body
{
	font-family: 'Courier New' , Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #eaeaea;
	z-index: 1;
	height: 100%;
 	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}

body a {
    color: black;
}

body a:hover {
	background-color: #eaeaea;
}

a img {
    border:none;
}

a:hover img {
    background-color: #f0f0f0;
}


.navigation-img {
    cursor: pointer;
}

   
.backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #f0f0f0;
    display: none;
    visibility: hidden;
    z-index: 5;
    
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

.border {
    width: 660px;
    position: absolute;
    top: 25px;
    left: 25px;
    overflow: visible;
    background-color: white;
    padding: 20px;
}

.popup
{
    position: absolute;
    top: 70px;
    left: 80px;
    width: 655px;
    
    display: none;
    visibility: hidden;

    background-color: white;
    padding: 10px;
    z-index: 10;
}

.content {
    margin-top: 15px;
    width: 665px;
    overflow: auto;
    clear: none;
}

.item {
    float: left;
    margin: 0px 8px 4px 0px;
    cursor: pointer;
    width: 75px;
}

.item-txt {
    background-color: white;
}

.item-txt-hilight {
	background-color: #eaeaea;
}

.item_empty {
    float: left;
    margin: 0px 8px 4px 0px;
    width: 75px;
    background-color: white;
}

.item-img {
    height: 75px;
    width: 75px;
    position: relative;
}
     
.latest {
    margin-top: 15px;
}
    

.popup-img-nav {
	margin-bottom: 5px;
   float: left;
}

.popup-item-nav {
	   float: left;
}

.navigation-txt {
		color: #999;
}

.navigation-txt a{
		text-decoration:none;
}

.popup-close {
    position: relative;
    float: right;
    margin-bottom: 5px;
 }
 
.popup-thumb-list {
	margin-top: 20px;
}

.popup-thumb-img {
    margin: 3px 3px 0px 0px;
    border: solid 1px white;
    cursor: pointer;
}

.popup-thumb-img-hilight {
	margin: 3px 3px 0px 0px;
	border: 1px solid #999;
	cursor: pointer;
}

.popup-images {
    float: left;
    width: 440px;
    position: relative;
}    

.popup-image-large
{
    width: 440px;
    height: 440px;
    margin-bottom: 5px;
    padding: 0px;
    clear: both;
    position: relative;
}

.popup-image-loading {
    float: left;
}
   
.popup-text {
    width: 200px;
    float: left;
    margin-right: 10px;
}

.popup-name { 
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.popup-description
{
	clear: both;
	height: 440px;
}
    

.hidden { position: absolute; top: -10px; display: none; }
.hidden-text { color: #eaeaea; font-size: 1pt; background-color: #eaeaea; position: absolute; top: -50px; z-index:1; }
.hidden-text a:link { color: #eaeaea; }
.hidden-text a:visited { color: #eaeaea }
.hidden-text a:hover { color: #eaeaea; }
.popup-thumb-list {
	clear: both;
}

