/*----------------------------------------系统标签--------------------------------------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 13px;
	color: #000000;
}
select
{
	visibility: inherit;
	margin: -2px;
}
iframe {
scrolling:no;
frameborder:0px;
border-style:none;
border-color:#ffffff;
}
hr {
	color: #eeeeee;
	height:1px;
	width:80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
}
li {
	line-height: 20px;
	list-style-type: none;
}
/*----------------------------------------自定义标签--------------------------------------------*/
.gray {
	color: #aaaaaa;
}
.red {
	color: red;
}
.dotline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.redtitle{
    color:#FF0000;
	font-size:13px;
	font-weight:bold;
}
.yellowborder{
	border: 1px dashed #FFCC00;
}
.textbutton1 {/*登录后按钮背景*/
	background-color: #eeeeee;
	height: 22px;
	width: 0px;
	}
.bg_gray{/*SupplyAndDemandList.ascx & SupplyAndDemandListByUser.ascx*/
    background-color:#eeeeee;
}
/*----------------------------------------MarketUpdate--------------------------------------------*/
/*marketupdate01*/
#Line {
	background-color: #ffffff;
}
#Line #titleleft {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	background-image: url(../img/marketupdate/01_titleleft.gif);
}
#Line #titleright {
	background-image: url(../img/marketupdate/01_titleright.gif);
}
#Line #list{
	border-bottom: 1px dashed #dddddd;
	line-height: 20px;
}
/*marketupdate02*/
#Blue {
	background-color: #ffffff;
}
#Blue #titleleft {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../img/marketupdate/02_titleleft.gif);
}
#Blue #titleright {
	background-image: url(../img/marketupdate/02_titleright.gif);
}
#Blue #list{
	border-bottom: 1px dashed #8DB9D3;
	line-height: 20px;
}
#Blue #listbg{
    background-color:#F4F8FB;
}
/*marketupdate03*/
#Green {
	background-color: #ffffff;
}
#Green #titleleft {
    height:20px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../img/marketupdate/03_titleleft.gif);
}
#Green #titleright {
	background-image: url(../img/marketupdate/03_titleright.gif);
}
#Green #list{
	border-bottom: 1px dashed #8DB9D3;
	line-height: 20px;
}
#Green #listbg{
	background-color:#FAFBF0;
	border-right: 1px solid #59870C;
	border-bottom: 1px solid #59870C;
	border-left: 1px solid #59870C;
}
/*marketupdate04*/
#Yellow {
	background-color: #ffffff;
}
#Yellow #titleleft {
    height:20px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../img/marketupdate/04_titleleft.gif);
}
#Yellow #titleright {
	background-image: url(../img/marketupdate/04_titleright.gif);
}
#Yellow #list{
	border-bottom: 1px dashed #ff9900;
	line-height: 20px;
}
#Yellow #listbg{
	background-color: #FFFBF7;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
/*marketupdate05*/
#Silver {
	background-color: #ffffff;
}
#Silver #titleleft {
    height:20px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-image: url(../img/marketupdate/05_titleleft.gif);
}
#Silver #titleright {
	background-image: url(../img/marketupdate/05_titleright.gif);
}
#Silver #list{
	border-bottom: 1px dashed #cccccc;
	line-height: 20px;
}
#Silver #listbg{
	background-color: #fafafa;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}