*
{
	color: #222;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

body
{
	background-color: #111;
	background-image: url(/_jf/_img/maze.png);
	background-size: 1596px 956px;
	background-position: top left;
	background-repeat: repeat;
}

/* to avoid differences in element width */
input
{
	border: none;
	background-color: transparent;
	font-size: 1.5em;
}

div.info
{
	background-color: rgba(128,128,128,0.25);
	color: #eee;
	padding: 0.25em;
	margin-bottom: 1px;
}

div.error
{
	background-color: rgba(255,0,64,0.25);
	color: #e04;
	padding: 0.25em;
	margin-bottom: 1px;
}

div.transparent
{
	background-color: transparent;
	color: transparent;
	padding: 0.25em;
	margin-bottom: 1px;
}

.center-x
{
	margin: 0 auto;
}

.container
{
	
}

.label
{
	margin-top: 1em;
	margin-bottom: 0.25em;
	/*padding-left: 0.5em;*/
	/*padding-right: 0.5em;*/
}

.input
{
	background-color: #444;
}

input
{
	color: #ddd;
	/*fit input in parent div*/
	width: 100%;
    padding: 0.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;       
}

input[type=submit]
{
	background-color: #444;
	padding: 0.5em;
}

input[type=submit]:hover
{
	background-color: #888;
	color: #444;
}


/**************************************************************************************
* for logging display
**************************************************************************************/
#log
{
	font-size: 0.5em;
}

#log table
{
	background-color: #111;
}

tr.log td
{
	/*background-color: #222;*/
	padding-top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	vertical-align: top;
}

tr.trace td {color: #888;}
tr.debug td {color: #aaa;}
tr.info td {color: #eee;}
tr.hint td {color: #4ee;}
tr.success td {color: #4ea;}
tr.warning td {color: #ee4;}
tr.error td {color: #e04;}
tr.fatal td {color: #e4e;}

/**************************************************************************************
* header
**************************************************************************************/
.header-container
{
	position: fixed;
	top: 0px;
	left: 0px;
	width : 100%;
}

.header-content
{
	width: 960px;
	margin: 0 auto; /*center header on page*/
}

/* Style the header with a grey background and some padding */
.header
{
	overflow: hidden;
	background-color: #222;
	color: #ddd;
	/*padding: 0.5em 0.5em;*/
}

.header-label
{
	padding: 0.5em;
	background-color: #222;
	color: #ddd;
	font-size: 0.75em;
	line-height: 1.25em;
	height: 1.25em;
}

/* Style the header links */
.header a
{
	color: #ddd;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.5em;
}


/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo
{
	background-image: url(/_jf/_img/logo.png);
	background-size: 9.25em 1em;
	background-position-x: 0.25em;
	background-position-y: 0.25em;
	background-repeat: no-repeat;
	height: 1.5em;
	width: 9.75em;
	font-weight: bold;
	background-color: #222;
}

.header a.logo:hover
{
	background-image: url(/_jf/_img/logo.hover.png);
	background-color: #888;
}

/* Change the background color on mouse-over */
.header a:hover
{
	background-color: #ddd;
	color: black;
}

/* Style the active/current link*/
.header a.active
{
	background-color: dodgerblue;
	color: white;
}

/* Style the special link*/
.header a.special
{
	font-size: 1em;
	padding: 0.25em 1.5em;
	background-color: #444;
	color: #888;
}
/* Change the background color on mouse-over */
.header a.special:hover
{
	background-color: #888;
	color: #444;
}

/* Float the link section to the right */
.header-right
{
	float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px)
{
	.header a
	{
		float: none;
		display: block;
		text-align: left;
		margin-left: 0;
	}
	.header-right
	{
		float: none;
	}
}


/**************************************************************************************
* page
**************************************************************************************/
#page
{
	color: #222;
	height: 100%
}

#page-content
{
	margin: 0 auto;
	width: 960px;
	height: 100%;
	background-color: rgba(224,224,255,0.10);
}

#page-hidden-top-area
{
	height: 6.3em; /*5.25em(header) + 2.25em(tabs)*/
	/*background-color: #f0f;*/
}

#page-hidden-bottom-area
{
	height: 1.75em;
	/*background-color: #f0f;*/
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px)
{
	.page-content
	{
		padding-top: 8em;
	}
}

.page-text
{
	color: #222;
	padding: 1em;
}

.used-disk-space
{
	color: #889;
}

/* cellpadding */
th, td { padding-right: 8px; }

/**************************************************************************************
* footer
**************************************************************************************/
.footer-container
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width : 100%;
}

.footer-content
{
	width: 960px;
	margin: 0 auto; /*center footer on page*/
}

/* Style the header with a grey background and some padding */
.footer
{
	overflow: hidden;
	background-color: #222;
	color: #888;
	font-size: 0.75em;
	text-align: center;
	padding: 0.5em 0.5em;
}