/* news home */

#newsBox,
#seminarBox{
	height:1%;
	padding-bottom:5px;
}
#newsBox .nslt td.mCat div{
	background:#E69043;
}



#newsBox div a{
	color:#3D82EA;
	text-decoration:underline;
}
#newsBox div a:hover{
	color:#000;
	text-decoration:underline;
}
/* news detail */



#detailBox{
	width:490px;
	margin-left:22px;
	height:1%;

}
#detailBox h1.mTitle{
	padding:10px 5px 10px 15px;
	background:url(../img/titleBarBg1.jpg) repeat-y;
	
	font:13px Arial;
	font-weight:bold;
	color:#FFFFFF;
}
#detailBox .mInfo{
	height:1%;
	text-align:right;
	margin:10px 0px;
}
#detailBox .mInfo span{
	background:url(../img/circleItem2.gif) no-repeat 0px 6px;
	*background:url(../img/circleItem2.gif) no-repeat 0px 4px;
	margin-left:25px;
	padding-left:10px;
	color:#D66E18;
}







/* system generated article style correct*/

#detailBox .mContent{
	font:12px Arial;
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:0px;
	line-height:19px;
}
#detailBox .mContent pre{
	letter-spacing:0px;
	line-height:19px;
}
#detailBox .mContent font,
#detailBox .mContent span{
	font:12px Arial;
	line-height:19px;
}
#detailBox .mContent div,
#detailBox .mContent p{
	font:12px Arial;
	color:#666;
	line-height:19px;
}
#detailBox .mContent strong,
#detailBox .mContent b{
	font:12px Arial;
	color:#000;
	font-weight:bold;
}
#detailBox .mContent table{
	border:1px solid #ededed;
	padding:4px 3px;
	margin:4px 2px;
	line-height:19px;
}
#detailBox .mContent a{
	color:#4B9AC8;
	text-decoration:underline;
}
#detailBox .mContent a:hover{
	color:#000;
}
#detailBox .mContent img{
	border:0px;
}
#detailBox .mContent em,
#detailBox .mContent u{
	font-style:italic;
	font:12px Arial;
	color:#003366;
}






/* seminar list */

#seminarListBox .nslt tr.mThead{
	display:table-row;
	*display:block;
	text-align:left;	
	
}
#seminarListBox .nslt tr.mThead th{ 
	padding-left:20px;*padding-top:5px;height:12px;
	background-image:url(../img/newsTheadBg.gif); background-repeat:repeat-y;
	font-weight:normal;color:#fff;
	/*border-bottom:1px solid #5F9C21;*/
}
#seminarListBox .nslt tr.mThead span{
/*
	background-color:#5F9C21;
	color:#fff;
	padding-top:2px;
	display:block;
	width:60px;
	text-align:center;
	*/
}

#seminarListBox .nslt td.mTitle{
	width:auto;
	font:12px Arial;
}
#seminarListBox .nslt td.mTitle a{
	color:#333;
	text-decoration:none;
	line-height:14px;
}
#seminarListBox .nslt td.mTitle a:hover{
	color:#2C86BA;
	text-decoration:underline;
}
#seminarListBox .nslt td.mDate{
	width:150px;
	font:10px Arial;
	color:#555;
}
#seminarListBox .nslt td.mCapacity{
	width:80px;
	border:1px solid #ccc;
	text-align:center;
}




/* seminar detail */

#seminarDetailBox{
	width:490px;
	margin-left:22px;
	height:1%;

}
#seminarDetailBox h1.mTitle{
	padding:10px 5px 10px 15px;
	background:url(../img/titleBarBg4.jpg) repeat-y;
	
	font:13px Arial;
	font-weight:bold;
	color:#FFFFFF;
}
#seminarDetailBox .mInfo{
	height:1%;
	text-align:left;
	margin:10px 0px;
	line-height:20px;
}

#seminarDetailBox .mInfo a{
  color:#4B9AC8;
}

#seminarDetailBox .mInfo a:hover{
  color:#FF7200;
}

#seminarDetailBox .mInfo span{
	background:url(../img/circleItem2.gif) no-repeat 0px 6px;
	*background:url(../img/circleItem2.gif) no-repeat 0px 4px;
	margin-right:25px;
	padding-left:10px;
	color:#333;
}

#seminarDetailBox .mContent p{
	font:12px Arial;
	font-weight:normal;
	margin-bottom:10px;
	line-height:18px;

	word-wrap: break-word; 
	word-break: normal; 
	text-align:justify; 
	text-justify:inter-ideograph; 
}
#seminarDetailBox .mForm p{
	float:left;
	margin-right:10px;
	height:30px;
}


#seminarDetailBox .nForm p{
	clear: left;
	height: 1%;
	margin: 0;
	padding: 5px 0;
	padding-left: 85px; /*width of left column containing the label elements*/
	
	font:12px Arial;
	color:#333;
}
#seminarDetailBox .nForm label{
	width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	float: left;
	margin-left: -85px; /*width of left column*/
}
#seminarDetailBox .nForm input{
	width: 394px;
	_margin-left: -3px;
}
#seminarDetailBox .nForm textarea{
	width: 394px;
	height: 150px;
	_margin-left: -3px;
}

