form{margin: 0;padding: 0;}
img {border:none;}
body {
	font-family: 'Lucida Grande', Verdana, "宋体", Arial, Sans-Serif;
	background: #fff url('./img/pagebg.gif') no-repeat top center;
	color: #000;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
h2{display:inline; font-size:12px;margin: 0;padding: 0;color:#36A200;}
h3{display:inline; font-size:12px;margin: 0;padding: 0;color:#36A200;}
.input{font-size:12px;color:#777;}　/* 输入框内文字 */
.btn_black { padding-left:15px;background-image:url(./img/button.gif);background-color:#ffffff;height:22px;font-size:12px;border:#C3DEB8 1px solid}
.btn_black2{ padding-left:15px;background-image:url(./img/button.gif);background-color:#ffffff;height:22px;font-size:12px;border:#C3DEB8 1px solid}
.tableborder{	border:#C3DEB8 1px solid;}
a:link { color: #7D7D7D; text-decoration: none;}
a:hover{ color: #36A200; text-decoration: underline;}
a:visited {	color: #7D7D7D;text-decoration: none;}
a:active {	color: #7D7D7D;text-decoration: none;}
/*-----------------------------------表格开始--------------------------*/
.ChenHuiDotNet{
	width:100%;padding:0px;margin:0px;
}
.ChenHuiDotNet TR.Title{
	font-size:14px; height:24px;text-align:left;
	border-width: 0px;
	border-top-style: none;
	border-bottom-style: dashed;border-bottom-color: #ccc;
	overflow: hidden; text-overflow:ellipsis;
	color:#FFFFFF;
	background-color:#7A8DB7;font-weight:bold;
}
.ChenHuiDotNet TR.Title td{
	color:#FFFFFF;overflow: hidden; text-overflow:ellipsis;
}
.ChenHuiDotNet TR.Row25{
	font-size:12px; 
	background-color: expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#fff9f0");
	
}
.ChenHuiDotNet TR.Row25 td{
	height:25px;word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
	border-bottom-width: 1px;border-bottom-color: #ccc;border-bottom-style: dashed ;overflow: hidden; text-overflow:ellipsis;
}
.ChenHuiDotNet TR.Row25 td a{
}
.ChenHuiDotNet TR.Row{
	font-size:12px; padding-top:2px;padding-bottom: 2px;
	background-color: expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#fff9f0");
	word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
}
.ChenHuiDotNet TR.Row td{
	border-bottom-width: 1px;border-bottom-color: #ccc;border-bottom-style: dashed ;overflow: hidden; text-overflow:ellipsis;
}
.ChenHuiDotNet TR.Row td.Text{
	color:#777;
}
.ArticleTitle{
	margin: 0px;
	padding-right: 2px; padding-left: 2px; padding-bottom: 2px;padding-top: 10px;
	color: #36A200;
	font-weight: bold;
	height: 20px;
	font-size: 16px;
}
.PhotoTitle{
	margin: 0px;
	padding-right: 2px; padding-left: 2px; padding-bottom: 2px;padding-top: 10px;
	color: #36A200;
	font-weight: bold;
	height: 20px;
	font-size: 16px;
}

.tab-on {
	CURSOR: pointer;
	color: #36A200;
	background-color: #ffffff;
	font-weight: bold;
	padding: 2px;
	height: 25px;
	border-top: 1px solid #D9EEE1;
	border-right: #D9EEE1;
	border-bottom: #D9EEE1;
	border-left: 1px solid #D9EEE1;
}
.tab-off {
	CURSOR: pointer;
	color: #666666;
	background-color: #D9EEE1;
	font-weight: bold;
	padding: 2px;
	height: 25px;
	border-top: 1px solid #D9EEE1;
	border-right: #cccccc;
	border-bottom: 1px solid #D9EEE1;
	border-left: 1px solid #D9EEE1;
}
.tab-none {
	padding: 2px;
	border-top: #D9EEE1;
	border-right: #D9EEE1;
	border-bottom: 1px solid #D9EEE1;
	border-left: 1px solid #D9EEE1;
	width: 1px;
}
.tab-content {
	padding-right: 5px; BORDER-left: #D9EEE1 1px solid; BORDER-right: #D9EEE1 1px solid; BORDER-top: #D9EEE1 1px; padding-left: 5px; padding-bottom: 5px; VERTICAL-ALIGN: top; padding-top: 5px; BORDER-bottom: #D9EEE1 1px solid; background-color: #ffffff
}
.tab-content tr.Row{
	font-size:12px; padding-top:2px;padding-bottom: 2px;
	background-color: expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#fff9f0");
	word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
}
.tab-content tr.Row td{
	height:20px; border-bottom-width: 1px;border-bottom-color: #ccc;border-bottom-style: dashed ;overflow: hidden; text-overflow:ellipsis;
}
.tab-content tr.Row td.Text{
	color:#777;
}
.hide-table {
	DISPLAY: none
}
.show-table {
	DISPLAY: block
}
.sitetitle {
	float:left;padding-top: 30px;color: #36A200;font-weight: bold;font-size: 35px;
}
.signature{
	padding-top: 50px;color: #777;font-weight: bold;font-size: 16px;
	word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
}
/*-----------------------------------表格结束--------------------------*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.formnumber{
	font-size:10px;
}


/* 整个大页面 */
#page{
	width:760px;
	text-align: left;
	margin: 0 auto;
}

/* 头部 */
#header{
	margin: 0; 
	padding: 0; 
	height: 80px; 
	text-align:center;
}

/* 导航 */
#nav{
	margin: 0;
	clear:both;
	text-indent:3px;
	background: #D9EEE1 url('./img/kubrickheader.jpg') no-repeat bottom center;
	padding: 2px ;

	text-align:center;
	padding:7px 5px 2px 4px;
	font:bold 14px "宋体";
	color:#FFF;
}

#pagenav{
	clear:both;
	border-top:#36A200 1px solid;
	padding:1px;
	margin: 5px 0 3px 0;
}
#pagenav .currentp{
	background:#36A200;
	padding:0 3px 0 3px;
	text-decoration:none;
}


/* 工具栏 */
#sider{
	width:195px;
	float:right;
	margin: 0px 2px 10px 0px;
}
#list ul{margin:5px 2px 5px 20px;padding:0;}
#list li{
	padding:2px 2px 0 0;
	margin:0 0 0 10px;
	border-bottom:#C3DEB8 1px dashed;
	width:140px;
	list-style-type: none;
	color:#f00;
	list-style-image: url(./img/arrow.gif);
	line-height:22px;
}
#list li a{font-size:13px;	text-decoration:none;}


/* 内容栏 */
#content{
	width:556px;white-space:nowrap;float:left;overflow:hidden;
/*	margin: 0px 0px 10px 2px;*/
}
/* 基本资料 */
#basic{
	padding:0;
	margin: 0;
	vertical-align: bottom;
}

#basic ul{
	list-style:none;
	padding:1px;
	margin: 0 0 0 15px;
}
#basic li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0;
	border-bottom:#C3DEB8 1px dashed;
}

/* 照片缩略图 */
#thumb{
	width:128px;
	height:165px;
	float:left;
	text-align:center;
	margin:1px;
	vertical-align:bottom;
	word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
}
#thumb div{
	width:126px;
	height:111px;
	text-align:center;vertical-align:bottom;
}
#thumb a img{
	text-align:center;
}
#thumb .info{
	color:#777;height:18px;
	word-wrap: break-word; word-break: break-all;overflow: hidden; text-overflow:ellipsis;
}

/* 打包器 边框 */
#wrapper{
	clear:both;
	border:#C3DEB8 1px solid;
	padding:1px;
	margin: 0 0 7px 0;
}
#wrapperg{                   /* fee 背景  */
	clear:both;
	border:#C3DEB8 1px solid;
	padding:1px;
	margin: 0 0 5px 0;
	background:#fee;
}
#wrapperc{                  /* 居中对齐 */
	text-align:center;
	padding:10px;
	line-height:150%;
}
#wrapperc img{ 
	margin:1px auto;
	padding:2px;
	border:#C3DEB8 1px solid;
	vertical-align:middle;
}
#wrapperb{
	word-wrap: break-word; word-break: break-all;
	padding:10px;
	line-height:150%;width:98%;text-align:center;
}
#wrappert{                  /* 文字类 */
	padding:10px;
	line-height:150%;
}
#wrapperd{                  /* 评论 */
	clear:both;
	border-bottom:#C3DEB8 1px solid;
	padding:1px;
	text-align:left;
	width:700px;
	margin:3px auto;
}
#clear{                     /* 清除漂浮 */
	clear:both;
	font:6px;
}

/* 登陆区 */
#login{
	margin:10px;
}
.login{
	width:100px;
}
/* 标题 */
#title{
	background: #D9EEE1 url('./img/kubrickheader.jpg') no-repeat bottom center;
	padding: 4px 2px 2px 4px ;
	color:#000;
}
#title em{
	float:right;
	font: normal 12px "宋体";
}
#title a{
	text-decoration:none;
}


/* 页面底部 */
#footer{
	clear:both;
	height: 30px; padding-top:15px;
	border-top:#C3DEB8 1px solid;
	text-align:center;
}
.box1 {
	BORDER: 1px solid #cccccc; color: #000000;behavior:url(#default#savehistory);
}
.box2 {
	color: #000000;
	BORDER: 1px solid #cccccc;
	behavior:url(#default#savehistory);
}

.QuoteArea{
	background-color: #FFFFCC;
	width:100%;padding: 5px;
}
.QuoteHeader{
	background-color: #FFFFFF;border-width: 1px;border-color: #CCCCCC;border-style: dashed;
	width:100%;padding: 2px;margin:2px;
}
.SystemTip{
	color: #7D7D7D;font-weight: bold;font-size: 15px;
	word-wrap: break-word; word-break: break-all;
}

.ding_box {	padding-right: 0px;	padding-left: 170px;padding-bottom: 25px;padding-top: 0px;height: 62px}
.ding {	display: block;	float: left;width: 58px;margin-right: 100px;height: 62px;text-align: center}
.back_bg {	background: url(img/back_bg.gif)}
.ding_box a:link {	padding-top: 50px;color: #333;	text-decoration: none}
.ding_box a:link {	padding-top: 50px;color: #313131;	text-decoration: none}
.ding b {	padding-right: 0px;	display: block;	padding-left: 0px;font-size: 20px;padding-bottom: 5px;color: #ffffff;padding-top: 14px}
.ding_bg {	background: url(img/ding_bg.gif)} 