/*
	CORE
*/

	body {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	}
	
	#page-container {
		margin: 0 auto;
		width: 75%;
		min-width: 960px;
		padding: 0;
	}
	
	span {
		display: block;
	}
	
	a {
		text-decoration: none;
		color: #000000;
		font-weight: bold;
		font-size: 12px;
	}

/*
	HEADER
*/	

	#page-header {
		display: inline-block;
		width: 40%;
	}

	#page-menu {
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	#header-logo {
		background: url("imgs/logo.png") no-repeat scroll top left transparent;
		width: 195px;
		height: 55px;
	}
	
	#header-text {
		font-size: 14px;
		color: #000000;
		margin: 10px 0 10px 25px;
	}
	
	.menu-btn {
		display: inline-block;
		padding: 5px;
		width: 120px;
		height: 65px;
		background-color: #FFFFFF;
		color: #000000;
		font-weight: bold;
		font-size: 22px;
		border-radius: 5px;
		margin: 5px;
		cursor: pointer;
		vertical-align: top;
	}
	
	.menu-btn:hover {
		background-color: #e0e0e0;
		
	}
	
	.reset-btn {
		background-color: #FFFFFF;
		color: #000000;
		width: 110px;
		height: 15px;
		padding: 10px;
		font-size: 12px;
	}

	.reset-btn:hover {
		background-color: #e0e0e0;
	}
	
	#resetAllPZ {
		vertical-align: top;
	}
	
	#resetPZ {
		vertical-align: bottom;
		margin-left: -135px;
	}
	
	
	
/*
	MEMORY
*/	
	#memory-container {
		width: 100%;
		text-align: center;
	}
	
	#memory-chart {
		display: inline-block;
		width: 60%;
		height: 250px;
	}
	
	#memory-pie {
		display: inline-block;
		width: 38%;
		height: 250px;
		vertical-align: top;
	}
	
/*
	BTC-e DATA
*/		

	#btce-ticker {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 58%;
	vertical-align: top;
	border-radius: 5px;
	}
	
	#btce-container {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	border-radius: 15px;
	border: 1px solid #000000;
	background-color: #FFF;
	}
	
	#btce-trades {
	display: inline-block;
	width: 32%;
	background-color: #FFF;
	height: 750px;
	overflow: auto;
	}
	
	#btce-asks {
	display: inline-block;
	width: 32%;
	background-color: #FFF;
	height: 750px;
	overflow: auto;
	}
	
	#btce-bids {
	display: inline-block;
	width: 32%;
	background-color: #FFF;
	height: 750px;
	overflow: auto;
	}

/*
	TABLES
*/		
	
	#table-trades .td-normal {
		width: 30%;
	}
	
	#table-trades .td-time {
		width: 10%;
	}
	
	#table-trades {
		width: 100%;
		font-size: 14px;
	}
	
	#table-asks {
		width: 100%;
		font-size: 14px;
	}
	
	#table-bids {
		width: 100%;
		font-size: 14px;
	}
	
	#table-asks td {
		width: 33%;
	}
	
	#table-bids td{
		width: 33%;
	}
	
	.table-asks-line {
		background-color: #e3eadc;
	}
	
	.table-bids-line {
		background-color: #eadcdc;
	}
	
	.table-trades-line {
		background-color: #e0e0e0;
	}
	
/*
	FOOTER
*/
	#footer-container {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
	
	#footer-news {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
	
	#footer-options {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}
	
	#hidden {
		display: none;
	}
	
/*
	TEXTS
*/	

	.txt-bold {
		font-weight: bold;
	}
	
	.txt-half {
		opacity: 0.7;
	}
	
	.txt-halfhide {
		opacity: 0.3;
	}
	
	.txt-green {
		color: green;
	}
	
	.txt-red {
		color: red;
	}
	
	.txt-youwatch {
		color: #000000;
		margin-bottom: 5px;
	}
	
	.txt-table-name {
		margin: 10px auto 10px auto;
		padding: 5px;
		width: 85%;
		background-color: #FFFFFF;
		color: #000000;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		border-radius: 2px;
		border: 1px solid #000000;
	}
	
	.txt-lastVal {
		font-size: 16px;
		opacity: 0.7;
	}
	
	.txt-pzVal {
		font-size: 14px;
	}
	
	.txt-lightshadow {
		text-shadow: 0 0 5px black;
	}
	
	
