﻿a
{
	color: #ffffff;
	font-style: normal;
	text-decoration: underline;
}

a:hover
{
	color: #aaaaaa;
}

body
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

html
{
    height: 100%;
}

p
{
	text-align: justify;
}

.container
{
	margin-top: 30px;
	width: 860px;
}

.container .header
{
	background-image: url(../image/headerbackground.png);
	height: 147px;
	width: 100%;
}

.container .main
{
	background-image: url(../image/mainbackground.png);
	background-position: center top;
	height: 400px;
	position: relative;
}

.container .main .content
{
	left: 0px;
	position: absolute;
	top: 0px;
	width: 66%;
}

.container .main .content .zone
{
	border: solid 1px #777777;
	margin-top: 20px;
	height: 360px;
	width: 540px;
}

.container .main .menu
{
	color: #ffffff;
	margin-right: 12px;
	position: absolute;
	right: 0px;
	text-align: left;
	top: 20px;
	width: 30%;
}

.container .main .menu ul li
{
	margin: 8px 0px 8px 0px;
}

.container .main .menu ul li a
{
	color: #ffffff;
	text-decoration: none;
}

.container .main .menu ul li a:hover
{
	text-decoration: underline;
}

.error
{
	margin-top: 40px;
	width: 50%;
}

.error .answer
{
	padding-left: 20px;
}

.error .question
{
	font-weight: bold;
	margin-top: 40px;
}

.error .questionindex
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
}

.error .title
{
	font-size: 16px;
	font-weight: bold;
}

.footnote
{
	font-size: 10px;
	font-style: italic;
}

.highbox
{
	border: solid 5px #eeeeee;
	color: #000000;
	display: none;
	height: 10%;
	left: 40%;
	position: absolute;
	top: 5%;
	width: 20%;
}

.highbox .closer
{
	background-image: url(../image/close.gif);
	cursor: pointer;
	height: 15px;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 15px;
	z-index: 1002;
}

.highbox .content
{
	display: none;
}

.highbox .information
{
	background-color: #ffffff;
	border: solid 3px #eeeeee;
	display: none;
	font-family: Arial;
	font-size: 11px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	position: absolute;
	right: 70px;
	scrollbar-arrow-color: #464646;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #e6e6e6;
	text-align: justify;
	top: 20px;
	width: 25%;
}

.highbox .informer
{
	background-image: url(../image/buttoninformer.gif);
	cursor: pointer;
	height: 33px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 33px;
}

.highbox .cart
{
	background-image: url(../image/buttoncart.png);
	cursor: pointer;
	height: 33px;
	position: absolute;
	right: 20px;
	top: 60px;
	width: 33px;
}

#virtualContainer
{
	margin: 0px auto 0px auto;
}

