﻿body 
{ 
    background-color:#000000; 
    width:1024px !important;
    height:700 !important;
    border: 0px;
    margin: 0px auto;
}

#page
{
    width:1024;
    height:700;
    position:relative;
}

a:link
{
    color:#0000C0
}

#canvas
{
    position:relative; 
    left:0px; 
    top:0px; 
}

.popup
{
    position: absolute;
    width: 1024px;
    height: 700px;
    left: 0px;
    top: 0px;
}

.obstruction
{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;

	background-color: #0B1C2D;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.PopBackground
{ 
    position:relative; 
    z-index: 2;
    top: 150px;
    width: 650px;
    height: 350px;
    margin: 0px auto;  

    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    
    background: rgb(2,43,63); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(2,43,63,1) 0%, rgba(34,97,119,1) 62%, rgba(67,188,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(2,43,63,1)), color-stop(62%,rgba(34,97,119,1)), color-stop(100%,rgba(67,188,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(2,43,63,1) 0%,rgba(34,97,119,1) 62%,rgba(67,188,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(2,43,63,1) 0%,rgba(34,97,119,1) 62%,rgba(67,188,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(2,43,63,1) 0%,rgba(34,97,119,1) 62%,rgba(67,188,232,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(2,43,63,1) 0%,rgba(34,97,119,1) 62%,rgba(67,188,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022b3f', endColorstr='#43bce8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border-radius:1em;
    -moz-border-radius:1em;
    -webkit-border-radius:1em;
    
    -webkit-box-shadow: 0px 0px 25px 5px #64B6EE;
    -moz-box-shadow: 0px 0px 25px 5px #64B6EE;
    box-shadow: 0px 0px 25px 5px #64B6EE;
}

.PopInside
{
    position: relative;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

.PopTitle
{
    position: relative;
    top: 30;
	text-align: center;
	color: #a0D0FF;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	text-shadow: -2px 2px #306080;
}

.PopBodyText
{
    height: 80%;
	text-align: center;
	color: #a0D0FF;
	font-size: 16px;
	text-shadow: -1px 1px #306080;
    overflow-y: auto;
}

.PopBodyTextLeft
{
	text-align: left;
	color: #a0D0FF;
	font-size: 20px;
	text-shadow: -1px 1px #306080;
}

.PopExit
{
    float: right;
	text-align: center;
	color: #A0B0FF;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
	text-shadow: -2px 2px #306080;
}

.AccessButton
{
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("./images/noaccess.png");
    background-position: 0px 0px;
}

.AccessButton:hover 
{
    background-position: -200px 0px;
}

.HideIfNoJs
{
    display: none;    
}

.HideIfJsAndCanvas
{
}

.nojs_orb
{
    position:absolute;
}

.nojs_orb_img
{
    width:200px;
    height:110px;
    background-image:url(images/orb_flat.png);
}

.nojs_orb_img:hover
{
    background-image:url(images/orb_flat_go.png);
}

.nojs_orb_text
{
    position: absolute;
    left:0%;
    top:33%;
    width: 100%;
    text-align:center;
    
	color: #306080;
	font-family: 'Audiowide', cursive;
	font-size: 30px;
}

.nojs_warning_text
{
    position: absolute;
    
    text-align:right;
    right:50px; 
    top:10px; 
    
	color: #a0D0FF;
	font-family: 'Audiowide', cursive;
	font-size: 15px;
	text-shadow: 2px 2px #204060;
}
