* {
	margin: 0;
	padding: 0;
	outline: none;
}

#msg {
	background: url('../img/info.png') no-repeat 5px 5px;
	border: 2px solid #ffcc11;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 6px 5px 5px 26px;
}

#top {
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 15px;
}

#top_banner {
	margin: 0 auto;
	width: 728px;
}

h1 {
	font-family: 'Helvetica', 'Arial';
	font-size: 2.5em;
	width: 65%;
	min-width: 850px;
	margin: 0 auto;
	padding: 15px 0px 10px 0px;
	/*border-left: 8px solid #ffcc11; /* #ffcc11 */*/
}

h1 a {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	color: #444;
}

h1 a img {
	border: none;
}

h1 span {
	display: none;
}

h2 {
	font-size: 1.25em;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px;
}

h3 {
	font-size: 1em;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px;
}

#menu {
	float: left;
	width: 175px;
	position: relative;
}

#menu ul {
	width: 175px;
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 1px solid #dedede;
	margin-bottom: 20px;
}

#menu ul li a {
	padding: 5px;
	padding-left: 10px;
	display: block;
	color: #555;
	text-decoration: none;
	border-top: 1px solid #dedede;
}

#menu ul li a:hover {
	background-color: #eee;
}

#useraccount {
	text-align: center;
	margin-bottom: 20px;
	display: none;
}

#accountLink {
	font-size: 1.25em;
	color: #000;
	font-weight: bold;
}

#page {
	padding: 15px 15px;
	margin: 0 auto;
	width: 65%;
	min-width: 850px;
	border-bottom: 1px solid #dedede;
	font-family: 'Lucida Grande', 'Tahoma', 'sans-serif';
	font-size: 11px;
}

#content {
	border-left: 1px solid #dedede;
	margin-left: 200px;
	padding-left: 25px;
}

#content ul {
	margin-left: 10px;
	list-style-position: inside;
}



/* Pages */
.page-account form {
	padding: 7px;
}
.page-account input,
.page-account textarea {
	margin: 2px;
}
.page-account form label {
	float: left;
	padding-top: 5px;
	width: 140px;
}
.page-account #deleteuser {
	background: #c00000;
	color: #fff;
	text-transform: uppercase;
}

.page-signup form,
.page-forgot_password form {
	padding: 5px 7px;
	border-top: 1px solid #dedede;
}
.page-signup form input {
	margin: 3px;
	margin-bottom: 7px;
}
.page-signup .inputicon {
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 26px;
	width: 190px;
}
.page-signup #password {
	background-image: url('../img/password.png');
}
.page-signup #name {
	background-image: url('../img/user.png');
}
.page-signup #email {
	background-image: url('../img/email.png');
}

.page-overview #chart {
	float: left;
}
.page-overview #chart_description {
	margin-top: 10px;
	margin-left: 360px;
}
.page-overview #chart_description ol {
	list-style-position: inside;
}
.page-overview #chart_description ol li {
	padding: 5px;
	border-bottom: 1px solid #dedede;
}
.page-overview #activity {
	list-style-type: none;
	margin: 0;
	color: #333;
}
.page-overview #activity li {
	padding: 4px;
	border-bottom: 1px solid #dedede;
}

.page-topscore ol {
	padding: 2px;
	list-style-position: inside;
}
.page-topscore ol li {
	font-size: 1.15em;
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.page-topscore ul {
	list-style-position: inside;
	padding: 10px;
	margin-left: 360px;
}
.page-topscore #myself {
	background: #ffcc11;
	font-weight: bold;
}
.page-screenshots p {
	line-height: 16px;
}
.page-screenshots .tourleft,
.page-screenshots .tourright {
	border: 1px solid #eee;
	margin: 4px;
	padding: 4px;
}
.page-screenshots .tourleft {
	float: left;
	margin: 0 10px 10px 0;
}
.page-screenshots .tourright {
	float: right;
	margin: 0 0 10px 10px;
}
/* Pages end */

#intro {
	margin-left: 300px;
}
#intro a {
	padding: 20px;
	text-align: center;
	display: block;
	font-size: 1.75em;
	color: #777;
	text-decoration: none;
}
#intro a:hover {
	background-color: #eee;
	text-decoration: underline;
}

p {
	margin: 5px;
	padding: 2px;
	text-align: justify;
	overflow: hidden;
}

hr {
	border: 1px solid #ccc;
}

#login {
	float: left;
	width: 280px;
}

#login h2 {
	padding: 5px;
}

form#signup,
#login form {
	margin: 10px;
}

form#signup label,
#login form label {
	display: block;
	padding: 2px;
}

input, textarea {
	font-family: 'Lucida Grande', 'Tahoma', 'sans-serif';
	font-size: 11px;
	border: 1px solid #dedede;
	padding: 3px;
	background-color: #fff;
}

#login input#e-mail,
#login input#password {
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 26px;
	width: 190px;
}

#login input#e-mail {
	background-image: url('../img/email.png');
}

#login input#password {
	background-image: url('../img/password.png');
}

#footer {
	margin: 0 auto;
	width: 65%;
	font-family: 'Lucida Grande', 'Tahoma', 'sans-serif';
	font-size: 11px;
	color: #888;
	padding: 5px;
}

#version {
	float: left;
}

#version a {
	color: #444;
}

/* STATS */
.stattxt {
	padding: 2px;
	text-align: center;
	font-size: 10px;
}
#balance, #fortune {
	padding: 2px;
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
}

#balance {
	font-size: 1.75em;
}

/* TRADES CSS START */
#trades {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
	border-left: none;
	border-right: none;
}

#trades th {
	text-align: left;
}

#trades td,
#trades th {
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

#trades .iconCol {
	width: 20px;
	text-align: center;
}

/* TRADES CSS END */

.tabledata {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
	border-left: none;
	border-right: none;
}
.tabledata th,
.tabledata td {
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-align: left;
}
.tabledata img {
	border: none;
	vertical-align: middle;
}
.tabledata .icon {
	width: 20px;
	text-align: center;
}

.oddRow td {
	background-color: #f2f2f2;
}

/* STOCKS CSS END */
#stocks {
	border-collapse: collapse;
	border: 1px solid #dedede;
	border-left: none;
	border-right: none;
	width: 100%;
}
#stocks th,
#stocks td {
	padding: 5px;
	border-bottom: 1px solid #dedede;
}
#stocks th {
	text-align: left;
}

#stocks .stock {
	width: 500px;
}

#stocks .stock_ask,
#stocks .stock_bid {
	text-align: right;
}
#stocks .change {
	width: 20px;
	text-align: center;
	padding-right: 0px;
}
#stocks .change img {
	vertical-align: middle;
}
#stocks .clickIcon {
	cursor: pointer;
}

/* STOCKS CSS END */

/* TRADE FORM START */
.tradeform table td {
	padding: 2px !important;
	padding-bottom: 4px !important;
}
.tradeform #pieces,
.tradeform #amount,
.tradeform #tradetotal,
.tradeform #kurtage {
	width: 100px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

.tradeform #tradetotal {
	text-align: right;
}
/* TRADE FORM END */

#chartview {
	overflow: hidden;
	width: 800px;
}

#chartview a {
	color: #222;
	display: block;
	float: left;
	margin-top: 10px;
	outline: none;
	padding: 10px 0 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 20%;
}

#chartview a.active {
	background: #eee;
}

#chartview a:hover {
	background: #eee;
}

#copy {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
