
body {
	margin:auto;
	min-width:1000px;
	max-width:1300px;
	padding:0;
	height:100%;
	font-size:12.5px;
	font-family: Verdana, Geneva, sans;
	background:#fff;
	//color:#fff;
	margin-top:20px;
	padding:0 10px;
}

body.wait, body.wait *{
	cursor: wait !important;   
}


p {
	margin-top:0;
}

a {
	color:#777;
	border:0;
}

#header {
	margin:0;
	display:table;
	width:100%;
	background:#000;
}

.he {
	display:table-cell;
	vertical-align:middle;
}

#body {
	margin:auto;
	width:100%;
}

.menue {
	font-weight:bold;
	margin:0;
	padding:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#000;
	border-radius:5px;
//	text-shadow: 0px 0px 1px #555;
//	text-transform:uppercase;
	font-size:1.2em;
	text-decoration:none;
}

.menue:hover {
	color:#888;
}


#content {
	float:left;
	width:calc(100% - 280px);
}


.navigation {
	padding:15px;
}

#navbar {
	float:left;
	background:rgba(238, 238, 238, 0.5);
	width:280px;
	border-radius:5px 5px 5px 5px;
	min-height:400px;
	color:#000;
	box-shadow:0 0px 10px #000;
	z-index:99;
	position:relative;
}

.baritem {
	border-radius:3px;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
}

.baritem a {
	color:#333;
}

.barsep {
	height:1px;
	width:90%;
	background:#ddd;
	margin:auto;
}

h4 {
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
	text-align:left;
	//border-bottom:1px solid #aaa;
	font-size:1.3em;
	color:#444;
	border-radius:3px;
}

h5 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	border-bottom:1px solid #aaa;
	color:#016b9f;
	font-size:1em;
}

h3 {
	margin-top:20px;
	margin-bottom:10px;
	padding:0;
	text-align:left;
	padding-left:10px;
	border-bottom:1px solid #aaa;
	color:#016b9f;
}

h3 a {
	text-decoration:none;
	color:#016b9f;
}

h2 {
	text-align:center;
	font-size:1.4em;
	margin:0;
	margin-bottom:15px;
	height:30px;
	line-height:30px;
	background:#016b9f;
	color:#fff;
	border-radius:0px 5px 5px 0;
	text-shadow: 0px 0px 5px #aaa;
	text-transform:uppercase;
	margin-top:10px;
}

#footer {
	color:#999;
	padding:10px 0;
	text-align:center;
}

.navigation {
	margin:0;
}

.input {
	padding:10px 5px 10px 5px;
	background:#FFF;
	border:1px solid #999;
	border-radius:3px;
	outline:none;
	margin:3px;
}

.input:focus {
	background:#fefefe;
	border:1px solid #9ecaed;
	border-radius:3px;
	box-shadow: 0 0 3px 0 #016b9f;
}

/*
input, textarea, select {
background-color:#ededed;
padding:3px;
border:1px solid #000;
border-radius:5px;
width:150px;
box-shadow:1px 1px 2px #000;
 }

	 input[type=radio], input[type=checkbox] {
	 border:0;
	 width:auto;
	 box-shadow:none;
}

	input:focus, textarea:focus {
	background-color:white;
	box-shadow:1px 1px 2px #000 inset;
	outline:0;
 }

	 input:hover, textarea:hover, select:hover {
	 background-color:white;
 }

	 input:active, textarea:active, select:active {
	 background-color:white;
	 box-shadow:1px 1px 2px #000 inset;
 }
 */

.start {
	display:table;
	border-spacing:10px;
	width:100%;
}

.startblock {
	display:table-cell;
	//background:#E8E8E8;
	//background:#016b9f;
	//background:#E0E0E0;
	//background:#E5E0D4;
	color:#000;
	//border-radius:5px;
	text-align:center;
	padding:5px;
	width:33%;
	//box-shadow: 1px 1px 3px #555;
}

.startblock p {
	color:#333;
	margin:1px;
	padding:5px;
	//text-shadow: 0px 0px 3px #555;
	border-radius:60px;
	display:inline-block;
	//background:#ddd;
}

#accountTop {
	margin:auto;display:table;background:#E0E0E0;border-radius:5px;padding:15px;box-shadow: 1px 1px 3px #555;
	border-spacing:5px;
}

.box {
	margin-top:20px;
	//background:#E0E0E0;
	border-radius:5px;
	padding:15px;
	//box-shadow: 1px 1px 3px #555;
}

.panelkey {
	font-weight:bold;
	margin-bottom:3px;
}

.panelvalue {
	#margin-left:20px;
	#margin-top:2px;
	#border-left:1px solid #ddd;
	padding:10px;
	#background:#eee;
	box-shadow:0 0 5px 0 hsla(0,0%,0%,.25);
	border-radius:2px;
}

.paneltitle {
	font-weight:bold;
	font-size:1.3em;
#	text-transform:uppercase;
	#text-shadow: 0px 0px 1px #fff;
	//color:#fff;
	#background:#4a4a4a;
	#background:#EAE0D4;
	//background:#666;
	#border-top:1px solid #fff;
	//border-bottom:1px solid #ccc;
	padding:20px 5px;
	cursor:pointer;
}

.paneltitle:hover {
	background:rgba(240,240,230,0.4);
}

.panelsub {
	cursor:pointer;
	margin-left:15px;
	padding:10px 8px;
	border-left: 1px solid #ddd;
}

.button {
	border-radius:3px;
	outline:none;
	color: #ffffff;
	background: #016b9f;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	box-shadow: 0px 1px 3px #666666;
	border:0;
	margin:3px;
	font-weight:bold;
}

.button:active {
	box-shadow: 0 1px 7px 0 #666666;
}

.button:hover {
	background:#3cb0fd;
}

#accountState {
	border-radius:6px;
	text-align:center;
	padding:10px;
	box-shadow:0 0px 10px 0 #666;
	font-weight:bold;
}
