
/* CSS Document by sybille */

/* --------------------- common style --------------------- */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	color: #666;
	font: 11px Tahoma, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	color: #666;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #f90;
	text-decoration: none;
}
.input {
	height: 16px;
	border: 1px solid #ccc;
	font: 11px Tahoma;
}
.select {
	height: 18px;
	border: 1px solid #ccc;
	font: 11px Tahoma;
}
input.readOnly, select.readOnly {
	background: #eee;
}
.formRequired {
	color: red;
}
.listBox {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	font: 11px Tahoma;
}
/* --------------------- table style --------------------- */
.tableStyle {
	border: 1px solid #e1e1e1;
	border-top: 0px;
	border-collapse: collapse;
	margin: 0 20px 0px 20px;
}
.tableStyle th {
	background: url(../images/tableHead.gif) repeat-x left bottom;
	border-bottom: 1px solid #e1e1e1;
	height: 25px;
	padding: 0 5px;
	text-align: left;
	color: #66666;
	font-weight: normal;
	font-size: 12px;
}
.tableStyle td {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px;
	font-size: 12px;
	color: #000;
}
.tableStyle td img {
	padding-right: 5px;
}
.tableStyle td label.blueBg {
	background: #00bfff;
	display: block;
	padding-left: 5px;
}
.tableStyle td label.blueBg a {
	color: #fff;
	font-weight: bold;
}
.tableStyle td label.redBg {
	background: #ff0000;
	display: block;
	padding-left: 5px;
}
.tableStyle td label.redBg a {
	color: #fff;
	font-weight: bold;
}
.tableStyle td em {
	font-style: normal;
	font-size: 10px;
	color: gray;
}

.tableStyle td cite {
	font-style: normal;
	font-size: 12px;
	color: #000;
	display:block;
}

.subTableStyle {
	border: 1px solid #eee;
	border-collapse: collapse;
	background: #fcfcfc;
}
.subTableStyle th {
	background: #f5f5f5;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	height: 20px;
	padding: 0 5px;
	text-align: left;
	color: #999;
}
.subTableStyle td {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	color: #999;
}

.subTableStyle .pass {
	color: green;
}

.subTableStyle .notPass {
	color: red;
}

.specialTable {
	width: 300px;
}
.specialTable .subTitle {
	font-weight: bold;
	height: 20px;
}
.specialTable .high {
	font-weight: bold;
	background: #fff0f0;
}
.specialTable .low {
	font-weight: bold;
	background: #fffeee;
}
.specialTable .equarl {
	font-weight: bold;
	background: #f0fbff;
}
.specialTable .maxPrice{
	background: #f6c;
}
.specialTable .minPrice{
	background: #fea;
}
/* --------------------- list style --------------------- */
.list {
	margin: 10px 20px;
}
.list li {
	line-height: 30px;
}
.list li label {
	display: inline-block;
	font-weight: bold;
	padding-right: 5px;
	font-size: 12px;
}
.list li .input,.list li .select {
	margin-right: 10px;
}
.list li span {
	margin-right: 10px;
	color: #FC0819;
}
.list li .radiobox, .list li .checkbox{
	margin-right: 4px;
	*margin-right: 1px;/*for FF3.0*/
}
.list li.note {
	line-height: 20px;
	background: #fffeee;
	border: 1px solid #fff4cf;
	padding: 3px 10px;
	color: #aaa;
	font-size: 12px;
}
.list dl.otherCompetitorList {
	float: left;
	line-height: 16px;
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin-bottom: 5px;
}
.horizonList {
	float: left;
	margin-bottom: 10px;
}
.horizonList li {
	float: left;
	display: block;
	margin-right: 30px;
}
.horizonList li table th{
	line-height: 25px;
}
.horizonList li table td{
	line-height: 16px;
}
div.scroll{
	max-height: 100px;
	min-height: 100px;
	border: 1px solid #e1e1e1;
	border-right: 0;
	*border: 0;
	*border-bottom: 1px solid #e1e1e1;
}
/* --------------------- reportList style --------------------- */
.reportList {
	margin: 20px;
}
.reportList li {
	height: 30px;
	line-height: 30px;
	display: block;
	font: bold 11px Tahoma;
}
/* --------------------- button style --------------------- */
.button {
	float: left;
	height: 26px;
	background: url(../images/btnRight.gif) no-repeat right;
}
.button label {
	float: left;
	height: 26px;
	background: url(../images/btnLeft.gif) no-repeat left;
}
.button label a {
	float: left;
	line-height: 22px;
	font-weight: bold;
	color: #7c0;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	min-width: 50px;
	padding: 0 12px;
}
.buttonDisable label a {
	color: #999;
	cursor: default;
}
.buttonArea {
	clear: both;
	border-top: 1px dotted #ccc;
	padding-left: 20px;
	height: 40px;
	padding-top: 10px;	
}
.buttonArea span {
	margin: auto 5px;	
}
.buttonArea .registSpan {
	margin: 0 auto;
	height: 26px;
	background: url(../images/btnRight.gif) no-repeat right;
}
.buttonArea span a {
	font-size: 12px;
}
/* --------------------- scroll style --------------------- */
.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #9bdef8; 
 	scrollbar-shadow-color: #b9e8fa; 
 	scrollbar-highlight-color: #b9e8fa; 
 	scrollbar-3dlight-color: #8bcadf; 
 	scrollbar-darkshadow-color: #8bcadf; 
 	scrollbar-arrow-color: #fff; 
 	scrollbar-base-color: #dcf6ff; 
 	scrollbar-track-color: #dcf6ff;
 	filter: chroma(color=#fff);
}
/* --------------------- other style --------------------- */
.sidebarhide {
	display: none;
}
.wordNoWarp {
	word-break: keep-all;
	white-space: nowrap;
}
.clear {
	clear: both;
}

p.line {
	margin-right: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 1px;
}

.lightDiv {
	background: #fffeee;
}

.legend {
	background: none repeat scroll 0 0 #F5FAFE;
	border: 1px solid #CAD9EA;
	line-height: 35px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 500px;
}

.legend label {
	padding: 0 20px;
	font-size: 12px;
}

.legend img {
	margin-right: 10px;
	vertical-align: middle;
}

.topicHead {
	float: right;
	color: #ffffff;
	margin-right: 30px;
	line-height: 30px;	
}

.topicHead a {
	color: #ffffff;
	margin-right: 10px;
	font-size: 12px;
}

.postAuthor {
	background: none repeat scroll 0 0 #E8F3FD;
	overflow: hidden;
	padding: 5px;
	width: 180px;
}
.postAuthor cite {
	border-bottom: 1px solid #CAD9EA;
	display: block;
	overflow: hidden;
}
.postAuthor cite a {
	border-color: #E8F3FD;
	border-style: solid;
	float: left;
	height: 10px;
	overflow: hidden;
	padding: 5px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.avatar {
	width: 160px;
	margin: 5px 5px 5px 5px;
	overflow: hidden;
	text-align: left;
	font-style: normal;
}
.profile {
	margin: 5px 10px;
	padding-top: 5px;
}
.profile dt {
	color: #666666;
	float: left;
	font-size: 12px;
	margin-right: 10px;
}
.profile dd {
	color: #000000;
	float: left;
	font-size: 12px;
	overflow: hidden;
}
.postContent {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	overflow: hidden;
	padding:0 1px;
	vertical-align: top;
}
.postinfo {
	border-bottom: 1px solid #CAD9EA;
	color: #666666;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	padding: 0 5px;
	font-size: 12px;
}

.navigation {
	color: #4b4b4b;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #cae1f3;
	line-height: 25px;
}

.navigation .separator {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 15px;
	font-weight: normal;
}

.navigation ul {
	margin: 10px 0 2px 0;
	padding: 0;
}

.navigation ul li {
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.navigation ul li a {
	color: #3f89c3;
	padding: 9px 8px 6px;
	text-decoration: underline;
}

.navigation ul li a.active {
	background-color: #ffffff;
	border-color: #CAE1F3 #CAE1F3;
	border-style: solid solid none;
	border-width: 2px 2px medium;
	text-decoration: none;
	margin-bottom: 0px;
	color: #4b4b4b;
}

.searchLetter {
	color: #3f89c3;
	font-weight: bold;
	font-size: 12px;
}

.commentTable {
	font-size: 12px;
	width: 100%;
}

.commentTable td {
	height: 30px;
	padding-top:5px;
	padding-bottom:5px;
}

.commentTable .userName {
	color: rgb(100, 160, 207);
	algin: left;
}

.commentTable .content {
	word-break: break-all; 
	word-wrap: break-word;
	
}


