@charset "utf-8";
/* CSS Document */

.mainCenterRight_Center_Center
{
	float:left;
	background:url(../images/CompanyProfile/bg.jpg);
	width:718px;
	height:528px;
}
.ProfileTopButtons {
	margin-top: 5px;
	height: 31px;
}
.ProfileTitle {
	margin-top: 22px;
	margin-left: 35px;
	height: 33px;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height:33px;
	font-weight:bold;
}
.ProfileDiv {
	margin-top: 13px;
	margin-left: 30px;
	width: 640px;
	height: 286px;
	padding-right:35px;
}
.ProfileDiv p{
	line-height:1.6em;
	margin:20px 0px;
	font-size:12px;
}
.ProfileDiv h3
{
margin:10px 0px;
font-size:14px;
}
.RightButton {
	float: right;
}
.LeftButton {
	float: left;
	margin-left: 9px;
	margin-top: 7px;
}

h1 { font-size:14px; }
ol,ul { margin:20px; line-height:160%; }
ul li { color:#f00; }
.a1 { width:300px; height:190px; border:1px solid #f00; overflow:auto; }
.a2 { width:600px; height:350px; margin:100px 0 100px 80px; border:1px solid #369; background:#eee url(http://www.blueidea.com/articleimg/2009/07/6875/duma.gif) no-repeat 50%; overflow:auto; }
.dumascroll {}		/*只需对需要渲染滚动条的div设置该class即可*/
.dumascroll_area {
	height:100%;
	overflow:hidden;
}
.dumascroll_bar
{
	background:url(../images/sbar.jpg) 4px top repeat-y;
}
.dumascroll_handle,.dumascroll_handle_a
{
	background-image:url(../images/shard.jpg);
	background-repeat:no-repeat;
	width:100%;
}



.dumascroll_bar {
	position:absolute;
	top:0;
	right:0;
	z-index:9;
	width:14px;
	height:100%;
	cursor:default;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	background-repeat:repeat-y;
	float:left;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	position:absolute;
	left:0;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
	width:100%;
	height:14px;
	color:#fff;
	text-align:center;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a { top:0; display:none; }
.dumascroll_arrow_down,.dumascroll_arrow_down_a { bottom:0; display:none; }
.dumascroll_arrow_up { background-position:0 0; display:none; }
.dumascroll_arrow_up_a { background-position:-14px 0; display:none; }
.dumascroll_arrow_down { background-position:-70px 0; display:none; }
.dumascroll_arrow_down_a { background-position:-84px 0; display:none; }