@charset "utf-8";
#Logo {
	position: absolute;
	width: 269px;
	height: 135px;
	z-index: 100;
	left: 40px;
	top: 45px;
	display: none;
}
#Menu {
	position: absolute;
	left: 0%;
	top: 131px;
	width: 100%;
	height: 54px;
	z-index: 10;
	background-image: url(NEW2/P&T/Button.jpg);
	right: 100%;
	display: none;
}
#Header {
	position: absolute;
	width: 100%;
	height: 103px;
	z-index: 6;
	left: 0%;
	top: 0%;
	background-repeat: repeat;
	background-position: center;
	background-image: url(../NEW2/P&T/TOU_Header.jpg);
	background-color: #FFF;
}
#MenuBar2 {
	position: absolute;
	width: 100%;
	height: 54px;
	z-index: 101;
	left: 0px;
	top: 100px;
	display: block;
	background-image: url(../NEW2/P&T/Button.jpg);
	background-repeat: repeat;
	text-align: right;
}
#Content {
	position: relative;
	left: 0px;
	top: 200px;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: auto;
	text-align: center;
}
#TableContent {
	position: relative;
	width: 90%;
	height: auto;
	z-index: 2;
	left: 5%;
	top: 0px;
	text-align: center;
	padding-top: 22px;
	border-radius: 20px;
	border: 2px solid #CCC;
	padding-bottom: 25px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 15px;
}
#CommentHeader {
	position: relative;
	width: 100%;
	height: 34px;
	z-index: 1;
	left: 0%;
	top: 0px;
	background-color: #B2B2B2;
	text-align: center;
	color: #333333;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50px 50px 0px 0px;
}
#comments {
	position: relative;
	width: 100%;
	height: 550px;
	z-index: 1;
	left: 0%;
	top: 0px;
	background-color: #EFEFEF;
	overflow: auto;
}
#Search {
	position: relative;
	width: 70%;
	height: 50px;
	z-index: 1;
	left: 15%;
	top: 10px;
	border-radius: 50px 50px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFFFFF;
	color: #000;
	vertical-align: middle;
	padding-top: 14px;
}
#AddBar {
	position: relative;
	width: 100%;
	height: 102px;
	z-index: 3;
	left: 0%;
	bottom: -125px;
	text-align: center;
	background-color: #000000;
	padding-top: 2px;
	border-radius: 10px;
	top: 0px;
	display: none;
}
#MobileAdd {
	position: relative;
	width: 100%;
	height: 68px;
	z-index: 2;
	left: 0%;
	top: 0px;
	display: block;
	padding-top: 2px;
	border: 2px solid #CCC;
	border-radius: 5px;
}
body {
	background-color: #1E1E1E;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h3 {
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 16px;
}
