body {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	font-family: arial;
}

#Header {
	position: fixed;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	background: -webkit-linear-gradient(#4978A8, #243954);
	color: white;
	font-size: 18px;
	padding-left: 20px;
	box-shadow: -10px 10px 40px black;
	z-index: 3;
}

#Links {
	position: fixed;
	top: 72px;
	left: 0px;
	width: 120px;
	height: calc(100% - 72px);
	background: -webkit-linear-gradient(left, #23252B, #303741, #23252B);
	text-align: center;
	padding-top: 30px;
}

#Links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #EBEBEB;
}

#Links ul li {
	padding-bottom: 20px;
}
#Links a {
	color: white;
	text-decoration: none;
}

#Content {
	position: absolute;
	top: 72px;
	left: 120px; 
	width: calc(100% - 120px);
	height: calc(100% - 42px);
	background-color: #EBEBEB;
}

#Information {
	position: absolute;
	border: 1px solid white;
	border-radius: 20px;
	width: 600px;
	padding: 10px 30px;
	text-align: center;
	top: -48px;
	left: 50%;
	margin-left: -360px;
	background-color: #C4CFDB;
	overflow: hidden;
	z-index: 5;
}


#Information a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#Login {
	position: absolute;
	border: 1px solid white;
	border-radius: 20px;
	width: 360px;
	height: 280px;
	top: 70%;
	left: 50%;
	margin-top: -200px; margin-left: -210px;
	background-color: #C4CFDB;
	overflow: hidden;
	z-index: 6;
}

#Login #LoginForm, #Login #ForgotPasswordForm  {
	padding: 30px 32px;
}
#Login #RegistrationForm{
	padding: 12px 32px;
}
#Login form input {
	margin: 4px 10px;
	padding: 4px 12px;
	border-radius: 8px;
}

#Login #RegistrationForm #ForgotPasswordForm input[type='text'] {
	width: 240px;
}

#Login #RegistrationForm #ForgotPasswordForm  input[type='password'] {
	width: 240px;
}

#Login form input[type='submit']{
	width: 90px;
}


#LoginHeader {
	background: -webkit-linear-gradient(#86A3C1, #748498);
	border-radius: 20px 20px 0px 0px;
	padding: 12px 0px 0px 20px;
	height: 28px;
	vertical-align: center;
	color: white;
	font-size: 18px;
}

.box-item {
	position: relative;
	left: 20px;
	top: 30px;
	max-width: calc(100% - 88px);
	margin-bottom: 20px;
	border: 1px solid gray;
	border-radius: 20px;s
	min-height: 80px;
	padding: 8px 24px;
	background-color: #F6F6F6;
}

.box-item .header{
	position: relative;
	top: 6px;
	font-weight: bold;
}

.Statistics-table {
	margin-top: 16px;
}
.Statistics-table td {
	height: 60px;
	width: 240px;
	border: 1px solid gray;
	background: -webkit-linear-gradient(#F6F6F6, #EBEBEB);
	color: #909090;
	text-align: center;
}
.Statistics-table .number {
	color: #303030;
	font-weight: bold;
}
.User-table {
	margin-top: 21px;
	border-collapse: collapse;
	width: 100%;
}
.User-table thead {
	background: -webkit-linear-gradient(#F6F6F6, #EBEBEB);
	color: #606060;
	text-align: center;
}
.User-table thead td {
	height: 30px;
	padding: 4px 12px;
	border: 1px solid lightgray;
}
.User-table tbody tr {
	height: 24px;
}
.User-table tbody tr:nth-child(odd) {
	background-color: #D0D0D0;
}
.User-table tbody tr:hover {
	background-color: #BBBBBB;
}
.User-table tbody td {
	padding: 4px 12px;
}
.User-table input[type='text'] {
	padding: 4px 12px;
	width: calc(100% - 24px);
}
.User-table input[type='password'] {
	padding: 4px 12px;
	width: calc(100% - 24px);
}
input[type='submit'] {
	background-color: #CCCCCC;
	padding: 6px 30px;
	border-radius: 8px;
	font-size: 14px;
	margin-right: 12px;
}
input[type='submit']:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}
.Message {
	position: relative;
	left: 20px;
	top: 30px;
	max-width: calc(100% - 88px);
	border: 1px solid gray;
	border-radius: 20px;s
	min-height: 80px;
	padding: 8px 24px;
	background-color: #F6F6F6;
	font-weight: bold;
	margin-bottom: 12px;
}
button {
	float: left;
	background-color: #CCCCCC;
	padding: 6px 30px;
	border-radius: 8px;
	font-size: 14px;
	margin-right: 12px;
}
button:hover {
	background-color: #DDDDDD;
	cursor: pointer;
}
#Notice {
	padding-top:20px;
	padding-left: 35%;
font-size:1.3em;
	
}