BODY {
	PADDING-RIGHT: 0;
	PADDING-LEFT: 0;
	PADDING-TOP: 0;
	PADDING-BOTTOM: 0;
	MARGIN: 0;
	FONT-SIZE: 14px;
	FONT-FAMILY: Tahoma, Simsun;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: center;
	color: #C0C0C0;
}

form {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

table {
	PADDING-RIGHT: 0;
	PADDING-LEFT: 0;
	PADDING-TOP: 0;
	PADDING-BOTTOM: 0;
	MARGIN: 0;
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma, Simsun;
}

a, a:link, a:visited {
	color: #C0C0C0;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CC0000;
}
#page-header {
	color: #C0C0C0;
	font:bold 24px Kaiti_GB2312;
	padding-top:5px;
	margin-bottom:5px;
}

#page-header a, a:link, a:visited {
	font:bold 24px Kaiti_GB2312;
	color: #C0C0C0;
	text-decoration: none;
}
#page-header a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

#installJava a, a:link, a:visited {
	font:bold 24px Kaiti_GB2312;
	color: #CC0000;
	text-decoration: none;
}
#installJava a:hover, a:active {
	text-decoration: underline;
}

#page-nav a, a:link, a:visited {
	font-size: 14px;
	color: #C0C0C0;
	text-decoration: underline;
}
#page-nav a:hover, a:active {
	color: #CC0000;
}
#page-nav span {
	margin-left: 8px;
	margin-right: 8px;
}

#stock-table-header {
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	FONT-FAMILY: Simsun;
	text-align: right;
	COLOR: #C0C0C0;
}

#stock-table-header a, a:link, a:visited {
	text-decoration: none;
}

#stock-table-body {
	text-align: right;
	cursor: pointer;
}

#stock-table-body td {
/*height: 18px;*/
	padding: 1px;
	width: 55px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
}

#menu {
	margin-top: 3px;
	font-size: 16px;
	margin-bottom: 3px;
}

#menu select {
	width: 80px;
	height: 18px;
	font-size: 12px;
}

#menu a, a:link, a:visited {
	color: #C0C0C0;
	font-weight: bold;
	font-size: 14px;
	font-family: tahoma;
	text-decoration: none;
}
#menu a:hover, a:active {
	color: #CC0000;
}

.date_input {
	width: 100px;
	height: 18px;
	font-size: 12px;
	cursor: pointer;
}

.font-system {
	FONT-FAMILY: System;
}

.color-stock-code {
	COLOR: #F0F888;
}

.color-white {
	COLOR: #FFFFFF;
}

.color-gray {
	COLOR: #C0C0C0;
}

.color-red {
	COLOR: #FF3232;
}

.color-green {
	COLOR: #00E600;
}

.color-deepyellow {
	COLOR: #C0C000;
}

.font-simsun {
	FONT-FAMILY: Simsun;
}

#stockCode {
	width: 120px;
	height: 20px;
	line-height:16px;
	margin-left:10px;
	padding-left:20px;
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma;
	color: #999;
	background: #FFFFFF url(/images/find.gif) no-repeat scroll left 50%;
}

#viewDetail {
	height: 24px;
	FONT-SIZE: 12px;
	FONT-FAMILY: Tahoma;
	margin-left: 5px;
	margin-top: 2px;
}

/**
 * The automcomplete box styling
 */
.autocomplete {
	position: absolute;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	font-family: SimSun;
	font-size: 12px;
	overflow-y: auto;
	width: 3500px;
	height: 180px;
}

.autocomplete ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.autocomplete li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
	text-align: left;
}

.autocomplete li.selected {
	background-color: #cef;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
}

#adbanner {
	text-align:center;
	padding-top:0;
	padding-bottom:3px;
}
#adbanner a, a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
#adbanner a:hover, a:active{
	color: #CC0000;
	text-decoration: underline;
}
