* {
 margin: 0;
 padding: 0;
}

body {
 margin: 0;
 padding: 0;
 background-color: #eee;
 color: #333;
 font-family: Arial, Serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 text-indent: 0;
}

#container {
 width: 480px;
 height: 200px;
 background-color: #fff;
 text-align: center;
}

#header {
 height: 35px;
 background-color: #fff;
 background-image: url("./../image/logo.gif");
 background-position: left center;
 background-repeat: no-repeat;
}

#menu {
 height: 20px;
 border-bottom: 3px solid #219d2b;
 background-color: #dfdfc7;
 background-image: url("./../image/menu_bg.gif");
 background-position: left bottom;
 background-repeat: repeat-y;
}

#menu table {
 height: 20px;
 border-spacing: 0;
}

#menu table td.leftspace {
 width: 200px;
}

#menu table td.rightspace {
 width: 60px;
}

#menu table td.spacer {
 width: 5px;
}

#menu table td.button {
 width: 70px;
}

#menu table img {
 cursor: pointer;
}

#content {
 height: 127px;
}

#data_title {
 height: 20px;
 background-color: #f88218;
}

#table_title {
 width: 480px;
 height: 20px;
 border-spacing: 0;
}

#table_title td {
 color: #fff;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 0;
}

#data_content {
 height: 107px;
 background-color: #fff;
 overflow: scroll;
 overflow-x: auto;
 text-align: left;
}

.table_content {
 border-spacing: 0;
}

.table_content td {
 color: #000;
 font-weight: bold;
 text-align: center;
 vertical-align: middle;
 padding: 3px 0 0 0;
}

.table_content td a {
 color: #666;
 text-decoration: none;
}

.table_content td a:hover {
 text-decoration: underline;
}

#table_title td.spacer, .table_content td.spacer {
 width: 5px;
}

#table_title td.symbol, .table_content td.symbol {
 width: 65px;
}

#table_title td.thumbs, .table_content td.thumbs {
 width: 120px;
}

#table_title td.time, .table_content td.time {
 width: 105px;
}

.table_content td.time {
 font-weight: normal;
}

#table_title td.price,  .table_content td.price {
 width: 95px;
}

#table_title td.signal {
 width: 75px;
}

.table_content td.signal,  .table_content td.signal_buy, .table_content td.signal_sell {
 width: 55px;
}

.table_content td.signal_buy {
 color: #219d2b;
}

.table_content td.signal_sell {
 color: #f88218;
}

.table_content td.link {
 width: 460px;
}

#copyright {
 height: 15px;
 background-color: #f88218;
 color: #fff;
 font-size: 8pt;
}

#copyright table {
 width: 100%;
 border-spacing: 0;
}

#copyright table td {
 text-align: left;
 padding-left: 5px;
}

#copyright table td a {
 padding-left: 5px;
 color: #fff;
 text-decoration: underline;
 text-align: left;
}

#copyright table td.devnote {
 padding-right: 5px;
 color: #f88218;
 text-align: right;
}

#copyright table td.devnote a {
 color: #f88218;
 text-decoration: underline;
}