/*
Design and copyright by Robert Maier
*/

body
{
	background-color: #0F0F0F;
	color: #B7B7B7;
	margin: 0;
	padding: 0;
	overflow: hidden;
        cursor: url(../graph/cursor_move.png), move;
}

a
{
    cursor: url(../graph/cursor_pointer.png), pointer;
}

h1
{
	text-align: center;
	font-size: 2em;
	font-variant: small-caps;
	font-weight: bold;
}

lightred
{
    color: #ee2b25;
}
red
{
    color: #FF0000;
}

green
{
	color: #00FF00;
}

black
{
	color: #000000;
}

lightgrey
{
    color: #4D4D4D;
}

white
{
    color: #FFFFFF;
}

#website
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	background-color: #FFFFFF;
}

#logo
{
	top: 25px;
	width: 800px;
	height: 150px;
}

#middle
{
	width: 800px;
	height: 410px;
	background-color: #0F0F0F;
}

#navigation
{
	position: absolute;
	top: 180px;
	left: -20px;
	width: 200px;
	height: 370px;
}

#navigation li
{
    font-family: arial;
    font-variant: small-caps;
    font-weight: bold;
    text-indent: 25px;
    display: block;
    padding: 1px;	
}

#navigation li.normal
{
    font-size: 1.1em;
    font-weight: bold;
}

#navigation a
{
    display: block;
    color: #4D4D4D;
    text-decoration: none;
}

#navigation li.normal a:hover
{
    display: block;
    color: #FA6400;
    background: url(../graph/cursor.png);
    background-repeat: no-repeat;
    background-position: left;
}

#navigation li.current
{
    font-size: 1.1em;
    background: url(../graph/bgcurrent.png);
    background-repeat: no-repeat;
    background-position: left;
}

#navigation li.submenu
{
    font-size: 0.9em;
    margin-left: -20px;
}

#pagemap
{
	height: 20px;
	padding-top: 10px;
	margin-left: 200px;
	word-spacing: 1em;
}

#pagemap a
{
	color: #FA6400;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

#pagemap a:hover
{
	color: #4D4D4D;
	text-decoration: underline;
}

#content
{
	position: absolute;
	top: 180px;
	margin: 0px 220px;
	width: 580px;
	height: 370px;
	overflow-y: scroll;
}


#footer
{
	position: absolute;
	width: 800px;
	height: 50px;
	background-color: #FF6400;
	
}

#footerlogin
{
	position: relative;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	color: #4D4D4D;
	word-spacing: 3em;
	margin-left: 20px;
	margin-top: -40px;
}

#footerloginuser
{
	position: absolute;
	margin-top: -15px;
}

#footerloginpassword
{
	position: absolute;
	margin-top: -15px;
	margin-left: 150px;
}

#footernav
{
	color: #909090;
	text-align: right;
	margin-left: 450px;
	margin-top: -10px;
	list-style-type: none;
	font-variant: small-caps;
}

#footernav li
{
	display: inline;
	margin-right: 20px;
	font-size: 0.8em;
}

#footerloginuser a
{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#footernav a
{
	color: #0F0F0F;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

#footernav a:before
{
	content: "\0000BB  ";
}

#footernav a:hover, #footerloginuser a:hover
{
	text-decoration: underline;
	color: #4D4D4D;
}

#footercopyright
{
	position: relative;
	font-variant: small-caps;
	font-size: 0.7em;
	color: #d15200;
	margin-top: 45px;
	margin-left: 550px;
}

input, select, textarea
{
	margin-top: -30px;
	background-color: #4D4D4D;
	color: #0F0F0F;
	border: 1px solid #0F0F0F;
	//height: 20px;
	width: 120px;
}

input.button
{
	margin-left: 20px;
	width: 80px;
}

input:focus
{
	color: #000000;
}

table#fwclients tr.fwclients td
{
	background-color: #0F0F0F;
}

table#fwclients tr.fwclients:nth-child(even) td
{
	background-color: #4D4D4D;
}

.fwclientsheader
{
	font-size: 1em;
	font-variant: small-caps;
        font-weight: bold;
}

.fwclient
{
	position: relative;
	//margin-top: 20px;
	//width: 560px;
	//height: 32px;
	font-size: 0.7em;
}

.fwvisible
{
	//background-color: #4D4D4D;
	color: #FA6400;
	height: 16px;
}

.fwvisiblehighlight_nobg
{
    background: url(../graph/highlight_nobg.gif);
    color: #FFFFFF;
    height: 16px;
}

.fwvisiblehighlight_bg
{
    background: url(../graph/highlight_bg.gif);
    color: #FFFFFF;
    height: 16px;
}

.fwvisible:hover
{
	background-color: #4D4D4D;
}

.fwvisible:active
{
	background-color: #FA6400;
	color: #0F0F0F;
}

.ffdep
{
	width: 200px;
}

.ffbez
{
	position: absolute;
	width: 130px;
	margin-left: 200px;
	top: 0px;
}

.ffgem
{
	position: absolute;
	width: 130px;
	margin-left: 330px;
	top: 0px;
}

.ffedv
{
	position: absolute;
	width: 40px;
	margin-left: 460px;
	top: 0px;
}

.ffstatus
{
	position: absolute;
	width: 40px;
	margin-left: 500px;
	top: 0px;
}

.ffreadmore
{
	position: absolute;
	width: 16px;
	margin-left: 540px;
	top: 0px;
}

.fwhidden
{
	display: none;
	background-color: #4D4D4D;
	color: #0F0F0F;
        border: 1px #FA6400 groove;
}

.fwhidden a
{
    color: #FA6400;
    text-decoration: none;
}

.fwhidden a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.ffheader
{
    background-color: #FA6400;
    color: #0F0F0F;
}

.fffta
{
    width: 200px;
    height: 16px;
}

.fflta
{
    height: 16px;
    margin-left: 200px;
    margin-top: -16px;
}

.ffoffset
{
    height: 16px;
    margin-left: 200px;
    margin-top: -16px;
}

a#login_pop, a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    opacity: 0.5;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #000000;
    border: 1px solid #FA6400;
    display: inline-block;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 50%;
    margin-top: -200px;
    visibility: hidden;
    z-index: 10;

/*    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s; */
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    color: #000000;
    background-color: #FA6400;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0px;
    width: 30px;
}
.close:before {
    
    content: "X";
    font-size: 22px;
    /* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
}
.close:hover {
    
    background-color: #000000;
    color: #FA6400;
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}