.icon_gold {
	height: 16px;
	width: 14px;
	position: relative;
	top: 4px;		
}
/*-------------*/
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#container1 {
	width: 850px;
	float: left;
}

#container2 {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	width: 120px;
	height: 600px;
}

.loginbar_container {
	width: auto;
}

.loginbar {
	text-align: center;
}

#magicbox {
	display: none;
}

#timestamp {
	display: none;
}

#billboard {
	
	float: left; 
	width: 120px; 
	height: 600px; 
}

#servertime 
{
	font-style: normal;
	position: relative;
	top: -8px;
}

#copyright {
	font-size: 11px;
	position: relative;
	padding: 3px;
	color: #999;
}
/*-------------*/
body {
	background: #FFF url("../images/background.jpg");
	margin: 0;
	padding: 0;
	font-family: "arial", "verdana";
	font-size: 12px;
}

A:link { color: #3C8FA7; text-decoration: none; }
A:visited { color: #3C8FA7; text-decoration: none; }
A:active { color: #3C8FA7; text-decoration: none; }
A:hover { color: #000; text-decoration: none; }

form {
	margin: 0;
}
	
.link {
	cursor: pointer;
}
/*-------------*/
#layout {
	width: 850px; /*width of entire layout*/
	margin-right: auto;
	margin-left: auto;
}
	
#middle {
	background: #FFFFFF;
	padding: 25px 25px 25px 25px;
}

.left {
	width: auto;
	height: auto;
}
	
.right {
	float: right;
	width: auto;
	height: auto;
}

.right_container {
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}

.right_container div {
	background: #4CCAD3 url("../images/corner.gif") 100% 0% no-repeat;
	padding: 4px;
}
/*-------------*/
#graph {
	height: 180px;
	width: 800px;
}

.stock_period {
	float: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.stock_period_item {
	background: #333333;
	padding: 6px 20px;
	background-color: #F4F4F4;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.stock_period li {
	display: inline;
	list-style-type: none;
}
/*-------------*/
.boxtitle {
	position: relative;
	height: 30px;
	margin-bottom: -9px;
}
	
.boxtitle div {
	float: left;
	margin-right: 1px;
	width: auto;
}
	
.boxtitle span {
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 8px 5px;
	background: #4CCAD3;
}
/*-------------*/
h1 {
	color: #AEC856;
	font-size: 13px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: bold;
}

h2 {
	color: #808080;
	font-size: 15px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: normal;
}

h3 {
	color: #AEC856;
	font-size: 18px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: normal;
}

h4 {
	color: #FF9900;
	font-size: 12px;
	padding: 0;
	margin: 0;
	display: inline;
	font-weight: bold;
}

.line1 {
	width: 100%;
	background-color: #D5D5D5;
	height: 1px;
	border: 0;
	margin: 0;
}

.line2 {
	position: relative;
	left: 30px;
	top: -7px;
	width: 30%;
	background-color: #FF9900;
	height: 1px;
	border: 0;
	margin: 0;
}

#totalcost {
	font-weight: bold;	
}

.alternate {
	background: #F2F2F2;	
}

.tag {
	color: #808080;
}

.grey {
	color: #808080;
}

#news {
	margin-top: 20px;
	color: #666;
}

.newsitem {
	font-weight: bold;
}

.hidden {
	display: none;
}

.black A:link { color: #000; text-decoration: none; }
.black A:visited { color: #000; text-decoration: none; }
.black A:active { color: #000; text-decoration: none; }
.black A:hover { color: #3C8FA7; text-decoration: none; }

.tableheader A:link { color: #FF9900; text-decoration: none; }
.tableheader A:visited { color: #FF9900; text-decoration: none; }
.tableheader A:active { color: #FF9900; text-decoration: none; }
.tableheader A:hover { color: #3C8FA7; text-decoration: none; }

.stockinfo_tag {
	font-weight: bold;
	color: #808080;
	position: relative;
	top: -3px;
	padding-left: 5px;
}

.button A:link { color: #3C8FA7; text-decoration: none; }
.button A:visited { color: #3C8FA7; text-decoration: none; }
.button A:active { color: #3C8FA7; text-decoration: none; }
.button A:hover { color: #333; text-decoration: none; }

.button {
	color: #3C8FA7;
	width: 150px;
	height: 26px;
	background: url("../images/button.gif") no-repeat;
	padding: 7px 0 0 0;
}

.button span {
	padding-left: 5px;
}

.purchase {
	margin-top: -5px;
	float: right;
}

.stockheading {
	height: 26px;
}

.stockinfo {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 2px 0 0 0;
}

.stocktable_text {
	line-height: 1.6;
}

#curvalue {
	color: #3C8FA7;
	font-size: 20px;
}

.stockchange {
	display: block;
	font-weight: bold;
}

.info {
	color: #666;
	float: left;
}

.info1 {
	color: #666;
	margin-left: 15px;
	float: left;	
}

.info2 {
	color: #666;
	height: 35px;
	margin-left: 8px;
	float: left;
	border-left: 1px solid #D5D5D5;
	padding-left: 8px;
	padding-top: 1px;
}

.value {
	color: #3C8FA7;
}
/*-------------*/
.item {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: #F4F4F4;
}

.item2 {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: #828282;
}

.itext {
	padding-left: 5px;
}

.itext1 {
	text-align: right;
	padding-right: 5px;
}

.itext2 {
	text-align: left;
	padding-left: 5px;
}

.next {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: url("../images/next.gif") no-repeat;
}

.next2 {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: url("../images/item.gif") no-repeat;
}

.previous {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: url("../images/previous.gif") no-repeat;
}

.previous2 {
	width: 80px;
	height: 26px;
	padding-top: 7px;
	background: url("../images/previous2.gif") no-repeat;
}
/*-------------*/
#menubox {
	color: #999;
	margin-top: 15px;
	width: 850px; /*width of entire layout*/
	height: 50px;
	margin-right: auto;
	margin-left: auto;	
}

#footerbox {
	color: #999;
	width: 850px; /*width of entire layout*/
	height: 25px;
	margin-right: auto;
	margin-left: auto;	
	padding-bottom: 50px;
}

#menubox A:link, #footerbox A:link { color: #999; text-decoration: none; }
#menubox A:visited, #footerbox A:visited { color: #999; text-decoration: none; }
#menubox A:active, #footerbox A:active { color: #999; text-decoration: none; }
#menubox A:hover, #footerbox A:hover { color: #333; text-decoration: none; }

#footerbox em A:link { color: #FF9900; text-decoration: none; font-style: normal; }
#footerbox em A:visited { color: #FF9900; text-decoration: none; font-style: normal; }
#footerbox em A:active { color: #FF9900; text-decoration: none; font-style: normal; }
#footerbox em A:hover { color: #333; text-decoration: none; font-style: normal; }

.alert A:link { color: #333; text-decoration: none; font-style: normal; }
.alert A:visited { color: #333; text-decoration: none; font-style: normal; }
.alert A:active { color: #333; text-decoration: none; font-style: normal; }
.alert A:hover { color: #fff; text-decoration: none; font-style: normal; }

#menu_left {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
	
#menu_left div {
	float: left;
	width: auto;
	cursor: pointer;
	margin-right: 1px;
}
	
#menu_left span {
	height: 15px;
	display: block;
	text-align: center;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	background: #FFF;
	padding: 0px 8px 0px 8px;
}

#menu_right {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
	
#menu_right div {
	float: right;
	width: auto;
}
	
#menu_right span {
	height: 25px;
	display: block;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF;
	padding: 0px 8px 0px 8px;
}
/*---------- corners --------*/
.corner_w{display:block}
.corner_w *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.corner_w1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  background:#f2f2f2}
.corner_w2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #d1d1d1;
  border-right:1px solid #d1d1d1;
  background:#f5f5f5}
.corner_w3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;}
.corner_w4{
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1}
.corner_w5{
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2}
.corner_wfg{
  background:#ffffff}
  
  
 .corner_o{display:block}
 .corner_o *{
    display:block;
    height:1px;
    overflow:hidden;
    font-size:.01em;
    background:#ff9900}
 .corner_o1{
    margin-left:3px;
    margin-right:3px;
    padding-left:1px;
    padding-right:1px;
    border-left:1px solid #ffd391;
    border-right:1px solid #ffd391;
    background:#ffb23f}
 .corner_o2{
    margin-left:1px;
    margin-right:1px;
    padding-right:1px;
    padding-left:1px;
    border-left:1px solid #fff4e5;
    border-right:1px solid #fff4e5;
    background:#ffac30}
 .corner_o3{
    margin-left:1px;
    margin-right:1px;
    border-left:1px solid #ffac30;
    border-right:1px solid #ffac30;}
 .corner_o4{
    border-left:1px solid #ffd391;
    border-right:1px solid #ffd391}
 .corner_o5{
    border-left:1px solid #ffb23f;
    border-right:1px solid #ffb23f}
 .corner_ofg{
    background:#ff9900}
    
    
  .corner_g {display:block}
  .corner_g *{
      display:block;
      height:1px;
      overflow:hidden;
      font-size:.01em;
      background:#AEC856}
    .corner_g1{
      margin-left:3px;
      margin-right:3px;
      padding-left:1px;
      padding-right:1px;
      border-left:1px solid #dce7b6;
      border-right:1px solid #dce7b6;
      background:#c2d580}
    .corner_g2{
      margin-left:1px;
      margin-right:1px;
      padding-right:1px;
      padding-left:1px;
      border-left:1px solid #f6f9ee;
      border-right:1px solid #f6f9ee;
      background:#bdd276}
    .corner_g3{
      margin-left:1px;
      margin-right:1px;
      border-left:1px solid #bdd276;
      border-right:1px solid #bdd276;}
    .corner_g4{
      border-left:1px solid #dce7b6;
      border-right:1px solid #dce7b6}
    .corner_g5{
      border-left:1px solid #c2d580;
      border-right:1px solid #c2d580}
    .corner_fg{
      background:#AEC856}