body {
    display: block;
    margin: 0 auto;
    font-size: x-small;
    width: 1000px;
}

/* main positioning (layout) */
#header {
    clear: both;
    float: left;
    border-bottom: 4px solid #000;
    padding: 10px 0px;
}

#col-left {
    float: left;
    margin-right: 15px;
    width: 120px;
}

#col-middle {
    float: left;
    margin-right: 15px;
    width: 730px;
    padding-top: 10px;
}

#col-right {
    float: left;
    width: 120px;
}

#footer {
    width: 100%;
	clear:both;
	border-top: 1px solid #ccc;
}

/* general */
h4 {
    font-size: small;
    background-color: #eee;
    margin: 10px 0;
}

.clear-all {
    clear: both;
}

.display-none {
    display: none;
}

ul {
	padding:0px;
    list-style: none;
    margin: 0px;
    border: 0px;
}

ul li a {
	padding-left: 10px;
}

a {
    text-decoration: none;
    color: #0000ff;
}

a:hover {
    text-decoration: underline;
    color: #0000ff;
}

a:visited {
    color: #0000ff;
}

input[type=submit] {
    background-color: #ffffff;
    border: 1px solid #000000;
    font-weight: bold;
    padding: 2px 3px;
    font-size: x-small;
    -moz-border-radius: 5px;
    box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #555;
}

input[type=text], input[type=password] {
    background-color: #ffffff;
    border: 1px solid #000000;
    width: 120px;
    height: 15px;
    font-size: x-small;
}

#warning-message {
    color: #880000;
    text-align: center;
    height: 100px;
    margin: 50px auto;
}

/* header styles */
#header h2 {
	width: 1000px;
	margin: 0;
	text-align: center;
}

#header #banner-left {
	float: left;
	margin-top: 10px;
}

#header #banner-right {
	float: right;
	margin-top: 10px;
}

#header #logo-container #logo-img {
	border: 0px;
	margin: 30px auto;
	display: block;
}

#header #logo-container form {
    margin: 0px auto;
    width: 260px;
}

#header #logo-container form label {
    font-weight: bold;
    margin-right: 5px;
}

/* left column */
#col-left form input[type=submit] {
    float: right;
    margin-top: 5px;
}

#col-left ul li.selection-category {
	margin-top: 10px;
}

#col-left .banner {
    border: 0px;
}

/* middle */
#col-middle #banner-container {
    margin-bottom: 10px;
}

/* col right */
#col-right #portfolio-form input[type=submit] {
    float: right;
    margin-top: 5px;
}

#col-right #volume-list {
    float: left;
}

#col-right #price-list {
    float: right;
}

#col-right #selection-diy-form b {
	display: block;
    clear: both;
    margin: 10px 0px; 
}

#col-right #selection-diy-form .selection-diy-textbox {
    width: 35px;
}

#col-right #selection-diy-form #selection-diy-table th {
	text-align: left;
}

#col-right #selection-diy-form #selection-diy-table td {
	text-align: center;
}

#col-right #selection-diy-form #selection-diy-btn {
    display: block;
    margin: 10px auto 0px auto;
	width: 110px;
    font-size: small;
}

#col-right #selection-diy-form #selection-diy-table td .selection-diy-checkbox {
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* footer */
#footer #version {
    float: right;
}

/* selection */
#col-middle #selection-table {
    width: 100%;
}

#col-middle #selection-table th {
    border: 1px solid #ccc;
}

#col-middle #selection-table td {
    border: 1px solid #eee;
}

#col-middle #selection-table tr.grey {
	background-color: #f4f4f4;
}

#col-middle #selection-table td.green {
	color: #00aa00;
}

#col-middle #selection-table td.red {
	color: #aa0000;
}

#col-middle #selection-table td.number {
	text-align: right;
}

#col-middle #selection-table td.center {
	text-align: center;
}

/* symbol */
#col-middle h1 {
    text-align: center;
}

#col-middle #air-table {
    width: 364px;
	float: left;
}

#col-middle #air-table th {
	text-align: right;
}

#col-middle #air-table tr {
	height: 20px;
}

#col-middle #thermometer {
    width: 364px;
    float: right;
}

#col-middle #thermometer tr {
    height: 25px;
}

#col-middle #graphic-control-container {
	display: block;
	clear: both;
}

#col-middle #graphic-control-container span {
	margin: 0 5px 0 5px;
}

#col-middle #graphic-control-container #graphic-control {
	margin-top: 20px;
}

#col-middle #graphic-control-container #graphic-control a {
	display: block;
	width: 30%;
	float: left;
}

#col-middle .graphic {
    width: 730px;
}

/* search */
#col-middle #cse-search-results {
    width: 730px;
    overflow: hidden;
}

/* loading */

#loading #loading-img {
	border: 0px;
	margin: 30px auto;
	display: block;
}

/* news */
div#news a {
    font-size: 8.5pt;
    line-height: 12pt;
    font-family: Helvetica;

}

div#news a:hover {
    text-decoration: underline;
}

div#news span {
    color: #5B5B5B;
}

