@charset "utf-8";
#Menu {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 54px;
	z-index: 5;
	background-image: url(../NEW2/P&T/Button.jpg);
	background-repeat: repeat;
}
#Header {
	position: absolute;
	width: 100%;
	height: 130px;
	z-index: 6;
	left: 0%;
	top: 0%;
	background-color: #666666;
	display: none;
}
#Logo {
	position: absolute;
	width: 269px;
	height: 135px;
	z-index: 20;
	left: 170px;
	top: 45px;
	display: none;
}
#Content {
	position: relative;
	left: 0%;
	top: 20px;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: auto;
	text-align: center;
}
#TableContent {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	left: 0%;
	top: 0px;
	text-align: center;
	padding-top: 20px;
	border-radius: 20px;
	border: 5px double #4B4B25;
	padding-bottom: 25px;
	background-color: #F0F0E1;
	padding-right: 10px;
	padding-left: 10px;
}
#FooterMobile {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 22;
	left: 0px;
	top: 0px;
	display: block;
	background-color: #546AA7;
	padding-top: 15px;
}
#BacktoTopMobile {
	position: relative;
	width: 100%;
	height: 62px;
	z-index: 25;
	left: 0%;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	background-color: #999999;
}
#footer {
	position: absolute;
	width: 100%;
	height: 233px;
	z-index: 10;
	left: 0px;
	top: 1397px;
	background-color: #999999;
	display: none;
}
#AddBar {
	position: absolute;
	width: 820px;
	height: 90px;
	z-index: 3;
	left: 0px;
	top: 524px;
	display: none;
	vertical-align: middle;
}
#Search {
	position: relative;
	width: 100%;
	height: 48px;
	z-index: 1;
	left: 0%;
	top: 0px;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	background-color: #333333;
	color: #FFF;
	padding-top: 16px;
}
#AddSquare {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 3;
	left: auto;
	top: auto;
	display: block;
	text-align: center;
	right: auto;
	bottom: auto;
}
#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;
}
#MobileAdd {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 102;
	left: 0%;
	text-align: center;
	top: 0px;
	display: block;
}
#AddBar2 {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 102;
	left: 0%;
	text-align: center;
	top: 0px;
	display: none;
}
