*:focus{
	outline: none;
	}
html{
	}
html, body{
	margin: 0;
	padding: 8px;
	height: 100%;
	}
body{
	background: #1C1C1E;
	font-family: Arial, Helvetica, sans-serif;
	color: #b1b2b2;
	font-size: 14px;
	width: 100%;
	overflow-x: hidden;
	}
a, .butLink{
	color: #f9d088;
	text-decoration: none;
	}
.butLink{
	background: none !important;
	border: none;
	padding: 0 !important;
	font: inherit;
	cursor: pointer;
	}
th{
	color: #913232;
	font-size: 80%;
	line-height: 80%;
	}
	
.section{
	display: inline-block;
	background: #b1b2b2;
	color: #1C1C1E;
	width: 420px;
	vertical-align: top;
	padding: 10px 40px;
	border: 3px solid #913232;
	border-radius: 20px;
	margin: 30px;
	}

.message{
	clear: both;
	margin: 20px auto;
	padding: 10px;
	width: 90%;
	color: #333;
	}
.errormessage{
	background: #FFAAAA;
	border: 1px solid #993333;
}
.errormessage>h2{
	border-bottom: 1px solid #DC4D64;
	margin: 2px 0;
	color: #993333;
	text-shadow: #fff 1px 1px 2px;
	}
.successmessage{
	background: #BEFFAD;
	border: 1px solid #339933;
}
.successmessage>h2{
	border-bottom: 1px solid #79CC70;
	margin: 2px 0;
	color: #339933;
	text-shadow: #fff 1px 1px 2px;
	}
.infomessage{
	background: #80D9FF;
	border: 1px solid #1ABAFF;
}
.warnmessage{
	background: #ffcc00;
	border: 1px solid #cc6600;
}
.proc{
	color: #913232;
	display: none;
	}

table:not(.noClass){
	border: 1px solid #161616;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	box-shadow: 0 8px 6px -6px black;
	margin: 16px auto;
	}
table:not(.noClass) tr th{
	background: #606060;
	border: 1px solid #161616;
	text-align: center;
	padding: 4px;
	color: #B96262;
	font-size: 90%;
	line-height: 90%;
	}

table:not(.noClass) tr td{
	background: #3a3a3a;
	border: 1px solid #161616;
	padding: 4px;
	}
table tr td.c{
	text-align: center;
	}