div#MainPromotionBanner{
	width:408px;
	height:110px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 110px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 408px;
	height: 110px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 408px;
	height: 110px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 85px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../upadimg/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../upadimg/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}

/* 通用链接样式 Begin--------------------------- */
/* 链接正常显示时的样式 */
A:link
{
    text-decoration: none; 
    color: #000000;
    font-size:9pt;
    CURSOR: hand;
}

/* 链接文字在鼠标已点击过后的样式 */
A:visited
{
    text-decoration: none; 
    color: #000000;
    font-size:9pt
}

/* 链接文字在鼠标移上时的样式 */
a:hover {   
    text-decoration: none; 
    color: #ff0000;
    font-size:9pt;
    POSITION: relative;
    LEFT: 0px;
    TOP: 0px;
}

/* 链接文字在鼠标点击时的样式 */
A:active 
{
    color: #874598;
    TEXT-DECORATION: underline;
    font-size:9pt
}
/* 通用链接样式 End--------------------------- */


/* 白色文字，深色背景的链接样式 使用：<a href class="whiteLink"> Begin--------------------------- */
/* 链接正常显示时的样式 */
A.whiteLink:link
{
    text-decoration: none; 
    color: #FFFFFF;
    font-size:9pt;
    CURSOR: hand;
}

/* 链接文字在鼠标已点击过后的样式 */ 
A.whiteLink:visited
{  
    text-decoration: none; 
    color: #FFFFFF;
    font-size:9pt
}

/* 链接文字在鼠标移上时的样式 */ 
A.whiteLink:hover {   
    text-decoration: none; 
    color: #FF0000;
    font-size:9pt;
    POSITION: relative;
    LEFT: 0px;
    TOP: 0px;
}

/* 链接文字在鼠标点击时的样式 */ 
A.whiteLink:active 
{
    color: #FF0000;
    TEXT-DECORATION: underline;
    font-size:9pt
}

/* 白色文字，深色背景的链接样式 Begin--------------------------- */


BODY,TD
{
    FONT-FAMILY: "宋体","Tahoma";
    FONT-SIZE: 9pt;color:#000000;

    scrollbar-face-color: #77849A;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-3dlight-color: #5A626F;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #ACB7CA;
    scrollbar-darkshadow-color: #5A626F
}

/*  影响全部input控件
input {
    border: 1px solid #999999;
    padding: 1px;
    height: 20px;
    vertical-align: middle;
    display: run-in;
    text-align: left;
    clear: both;
    float: none;
}
*/

.line13 {line-height: 130%}
.line15 {line-height: 150%}
.line18 {line-height: 180%}
.line20 {line-height: 200%}


.hidden
{
    visibility:hidden;
    display:none;
}

.textBox 
{
    height: 20px;
    padding: 1px;
    padding-left: 5px;
    FONT-SIZE: 9pt;
    border:                                      solid 1px #000000;
    VERTICAL-ALIGN:                              baseline;
    BACKGROUND-COLOR:                            #FFFFFF
}

.textBoxReadOnly
{
    height: 20px;
    padding: 1px;
    padding-left: 5px;
    FONT-SIZE: 9pt;
    border:                                      solid 1px #888888;
    VERTICAL-ALIGN:                              baseline;
    BACKGROUND-COLOR:                            #EEEEEE
}

.textBoxNoBorder
{
    width: 100%;
    font-family:                                 Arial;
    border:                                      solid 0px #FFFFFF;
    VERTICAL-ALIGN:                              baseline;
    BACKGROUND-COLOR:                            #ffffff
}

/* 单线框表格 */

.grayline {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}