html, body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(25,25,25);
	color: rgb(255,255,255);
}

a {
	margin: 5px;
	font-size: 17px;
	color: rgb(255,150,0);
}

a:visited {
	color: rgb(255,150,0);
}

a:hover {
	color: rgb(255,100,0);
}

.titleBar {
	width: 100%;
	height: 68px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	border-bottom: 2px solid rgb(150,150,150);
	background-color: rgb(50,50,50);
}

.mainBody {
	width: 100%;
	height: calc(100% - 93px);
	overflow-y: scroll;
	position: absolute;
	top: 70px;
	bottom: 25px;
	left: 0;
	z-index: 9998;
}

.footerBar {
	width: 100%;
	height: 23px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	border-top: 2px solid rgb(150,150,150);
	background-color: rgb(50,50,50);
}

.navContainer {
	width: 100%;
	height: 20px;
	position: fixed;
	top: 45px;
	left: 0;
}

.mainHeader {
	margin: 5px;
	font-size: 30px;
	top: 2px;
}

.pageHeader {
	margin: 5px;
	font-size: 30px;
}

.thirdHeader {
	margin: 5px;
	font-size: 20px;
}

.p17 {
	margin: 5px;
	font-size: 17px;
}

.signInButton {
	margin: 5px;
}

.memberTable {
	margin: 5px;
	text-align: left;
}

.stBtn {
	margin: 5px;
	font-size: 15px;
	background-color: rgb(50,50,50);
	border: 2px solid rgb(150,150,150);
	color: rgb(255,255,255);
}

.stBtn:hover {
	background-color: rgb(25,25,25);
	border: 2px solid rgb(255,150,0);
	cursor: pointer;
}

.textInput {
	background-color: rgb(25,25,25);
	border: 2px solid rgb(150,150,150);
	color: rgb(255,255,255);
	font-size: 15px;
}

.textInput:hover {
	background-color: rgb(50,50,50);
	border: 2px solid rgb(255,100,0);
	cursor: text;
}

.memberTable {
	border: 2px solid rgb(150,150,150);
}

.tCl {
	border: 1px solid rgb(150,150,150);
}

.titleImageContainer {
	width: 50px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 10px;
}

.stImg {
	margin: 5px;
}