html {
	padding: 0px;
	margin: 0px 0px 25px;
	overflow: auto;
}

body {
	background-color: #000;
	font-size: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #564b47;
	padding: 0px 0px;
	margin: 0px;
}

noscript {
	font-size: small;
	font-family: Arial, sans-serif;
	color: #ddd;
}

noscript a {
	font-size: medium;
}

hr {
	color: #ff6500;
	width: 100%;
}

p {
	color: #DDD;
	font-weight: bold;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#logo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

#loginForm {
	position: relative;
	float: right;
}

#loginForm > p {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	color: #DDD;
}

.rightPanel {
	position: absolute;
	right: 30px;
	width: 33%;
	margin-top: 5px;
	border: 1px solid #ff6500;
	padding: 15px;
	background: url('../img/textbg.png') repeat;
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	overflow: auto;
	z-index: 2;
}

.soloPanel {
	position: relative;
	margin: 5px 10%;
	width: 75%;
	height: 100%;
	border: 1px solid #ff6500;
	padding: 15px;
	background: url('../img/textbg.png') repeat;
	color: #fff;
	font-family: Arial, verdana, sans-serif;
	font-size: 100%;
	z-index: 3;
}

.fold form {
	margin: 50px auto;
}

.leftPanel {
	float: left;
	margin: 0px;
	width: 66%;
	background: #111;
	height: 100%;
	z-index: 1;
}

.modal {
	display: none;
	width: auto;
	height: auto;
	text-align: left;
	margin: 25%;
	z-index: 3;
}

#footer {
	clear: both;
	height: 100%;
	width: 100%;
	font-size: x-small;
	text-align: left;
	margin: 0px 2.5%;
	z-index: -1;
}

#footer > p {
	position: relative;
	text-align: left;
	left: 0px;
	color: #666;
}

#footer > a:link, #footer > a:visited {

}

.added {
	font-size: xx-small;
	color: #999;
}

#menu {
	clear: both;
	margin-right: 10px;
	width: 100%;
	height: 25px;
	margin: 5px auto;
}

#content {
	width: 95%;
	height: 100%;
	background-color: #000;
	margin: 0 auto 25px;
	padding: 2px;
}

#page {
	width: 99%;
	height: 100%;
	margin: 0px;
	padding: 5px;
	overflow: auto;
}

h1 {
	clear: both;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	margin: 0;
	padding: 5px 0;
	color: #ff6500;
}

h1 a, h1 a:visited {
	cursor: pointer;
	color: #ff6500;
}

h1 a:hover {
	color: #FF9;
}

a:link {
	color: #ff6500;
	text-decoration: none;
}

a:hover {
	color: #FF9;
}

a:visited {
	color: #777;
	text-decoration: none;
}

a:active {
	color: #ff6500;
}

.ui-state-active {
	font-size: 2em;
}

#menu a:link {
	color: #FFF;
	font-size: 1.25em;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
}
#menu a:visited {
	color: #FFF;
	font-size: 1.25em;
	text-decoration: none;
}
#menu a:active {
	color: #FFF;
}
#menu ul {
	list-style: none;
	left: -10px;
	text-align: center;
}

#menu ul > li {
	display: inline;
	padding: 5px;
	border: 1px solid #FFF;
}

#menu ul > li:hover {
	border: 1px solid #ff6500;
	background-color: #ff6500;
}

.indexBottom p {
	text-align: center;
	font-size: small;
}

.sizeCheck {
	width: 100%;
	height: 100px;
	border: 1px inset #FFF;
	background: url('../img/textbg.png') repeat;
	overflow: auto;
}

.chkbox {
	float: left;
	width: 50%;
}

.center {
	text-align: center;
}

.right {
	float: right;
	text-align: right;
}

.formLeft {
	float: left;
	clear: left;
	margin-left: 20%;
	height: 36px;
	width: 25%;
}

.formRight {
	position: relative;
	float: right;
	clear: right;
	top: 12px;
	height: 36px;
	width: 50%;
}

#uploadForm > p > input {
	float: right;
}

.errortext {
	clear: both;
	text-align: center;
	color: #F00;
	font-weight: bold;
}

.textbox {
	width: 75%;
	height: 250px;
	margin: 5px auto;
	padding: 0px 5px;
	background-color: #FFF;
	border: inset #ff6500 2px;
	overflow: auto;
}

.textbox > p {
	color: #000;
	font-size: medium;
	font-family: Times New Roman, Times, serif;
}

.thumb {
	float: left;
	width: 160px;
	padding: 5px;
}

.thumb > p {
	font-size: x-small;
	font-weight: bold;
}

.submit {
	position: relative;
	clear: both;
	margin: 10px auto;
	top: 10px;
	text-align: center;
}
