﻿@charset "utf-8";

body
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	color: #90663C;
	border: none;
}

body.mainpage
{
	background-image: URL("Images/Background.gif");
}

body.subpage
{
	background: transparent;
}

a
{
	color: #80562C;
}

a:visited
{
	color: #70461C;
}

iframe
{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: none;
	overflow: hidden;
}

.box
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.topunselected
{
}

.topselected
{
	background: bottom left no-repeat URL("Images/selected.gif");
}

#top
{
	position: absolute;
	width: 100%;
	text-align: justify;
	top: 14px;
}

#toptable
{
	position: absolute;
	top: 86px;
	width: 100%;
	text-align: center;
	margin:  0px;
	padding: 0px;
}


#dividerrow
{
	background: #543D25;
	height: 1px;
}

table
{
	margin:  0px;
	padding: 0px;
}

table tr
{
	margin:  0px;
	padding: 0px;
}

table tr td
{
	width:  10%;
	margin:  0px;
	padding: 0px;
}

#topsub
{
	width: 100%;
}

#topsubtd
{
	background: top left no-repeat URL("Images/selected.gif");	
}

#main
{
	position: absolute;
	top:     20%;
	left:     0px;
	right:    0px;
	bottom:   0px;
	width:  100%;
	height:  80%;
}

.maintext
{
	overflow: scroll;
	height: 105%;
}

.box div div div div div
{
	background: blue;
	overflow: visible;
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.imageview
{
	border:   3px solid #543D25;
	position: absolute;
	bottom:   156px;
}

.imageview img
{
	top:      0%;
	left:     0%;
	width:  100%;
	height: 100%;
	border: none;
}

#imageCenter
{
	opacity: 1.0;
	left: 160px;
	height: 100px;
	width: 100px;
}

#imageRight
{
	opacity: 0.5;
	left: 270px;
	width: 50px;
	height: 50px;
}

#imageLeft
{
	opacity: 0.5;
	left: 100px;
	width: 50px;
	height: 50px;
}

#imageTemp1
{
	opacity: 0.5;
}

#imageTemp2
{
	opacity: 0.5;
}