
	body {
	font-size: 18px;
	}
	a:link {color:#039;}      
	a:visited {color:#039;} 
	a:hover {color:#000000;}  
	a:active {color:#FFFFFF;}
        div#ticker
        {
        display:inline;
        }
	 div#rawgs
        {
        display:inline;
        }
        div#cash
        {
        display:inline;
        }
        div#rigs
        {
        display:inline;
        }
        div#machines
        {
        display:inline;
        }
		div#next_rawg_buy
		{
        display:inline;
        }
		div#next_rig_sell
		{
        display:inline;
        }
		div#
		{
        display:inline;
        }
.container {
	width: 100%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden; 
}		
.baseright {
	float: right;
	width: 50%;
	background: #fff;
	padding-bottom: 2px;
}
.baseleft {
	padding: 2px 0;
	width: 50%;
	float: right;
	background: #fff;
}
.indexfooter {
	width: 100%;
	max-width: 1260px;
	min-width: 780px; 
	background: #FFF;
	margin: 0 auto; 
	overflow: hidden; 
}
.indexleft {
	float: left;
	width: 60%;
	background: #fff;
	padding-bottom: 2px;
}
.indexright {
	padding: 2px 0;
	width: 40%;
	float: left;
}
/* button test */	
.button {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0px -1px 3px rgba(255,255,255,.5), 3px 3px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px -1px 3px rgba(255,255,255,.5), 3px 3px 2px rgba(0,0,0,.2);
	box-shadow: inset 0px -1px 3px rgba(255,255,255,.5), 3px 3px 2px rgba(0,0,0,.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #fff;
	font: arial;
	font-size: 1.4em;
	font-weight: bold;
	white-space: nowrap;
	
	background: #777;
	border-color: #777;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
		position: relative;
}
	a:hover
{ 
text-decoration:none;
}
	
	
	position: relative;
}

.button:hover,
.button:focus {
	background: #60F;
	border-color: #60F; /* Default color */
}

.button:active {
	top: 1px;
}

		
		
		/* Font Info */
		
		#cssButton .button {
			font: arial;
			font-size:1.1em; 
			font-weight:bold;
			color : #fff;
		}		
		
		/* Colors custom class */

		#cssButton .custom {
			background: #0095cd;
			border-color: #0076a3;
			border-width: 2px;
		}
		
		#cssButton .custom:hover,
		#cssButton .custom:focus {
			background: #63F;
			border-color: #63F;
			color: #d9eef7;
			bottom: 0px;
		}
		
		#cssButton .custom:active {
			background: #0089bc;
			border-color: #0076a3;
			color: #a8d8ec;
			top: 1px;
		}

		/* Shape */
		
		#cssButton .custom {
			-moz-border-radius: 12px;
			-webkit-border-radius: 12px;
			border-radius: 12px;
		}
		
		/* Layer */
		
		.backGroundLayer {
			margin: 5px;
			border: thin solid #666;
			padding: 5px;
		}
table
{
border: 0;
width: 65%;
}
th, td
{
border: 0;
padding: 5px;
}

#tblhd {
	font-size: 20px;
	color:#000;
	font-style:normal;
	font-weight: bold;
	padding: 5px
}
#cell {
	text-align:center;
	padding: 5px;
}
#cell1 {
	text-align:center;
	padding: 5px;
	width:20%;
	font-size: 24px;
}	
#cell2 {
	text-align:center;
	padding: 5px;
	width:40%;
}		
#cell3 {
	text-align:center;
	padding: 5px;
	width:30%;
}
#cell4 {
	text-align:center;
	padding: 5px;
	width:10%;
}
