/* 新网站的CSS
   日期:20050606
   作者:ZHW
 */
.div1 { overflow-y: scroll; overflow-x:no; height: 100%; width: 100%;
 }
Body
{
	font-size: 9pt;
}

/* 文本标签 */
.Label
{
	font-size: 9pt;
}

/* 手形标签 */
.HandLabel
{
	cursor: pointer;
	font-size: 9pt;
}

/* 主页上的日期标签 */
.DataLabel
{
	font-size : 9pt;
	color : #E3175E;
}

/* Table */
.Table
{
	font-size : 9pt;
	color : #646464 ;
}

/* 选中内容的标签 */
.SelectLabel
{
	/*cursor: pointer;*/
	font-size: 9pt;
	color : #F99B07 ;
	TEXT-DECORATION: underline ;
}

/* 内容标题标签 */
.MainTitleLabel
{
	color : #017BA4 ;
	font-weight:bold ;
}

/* 导航栏手形标签 */
.LinkHandLabel
{
	color : #646464 ;
	cursor: pointer;
	font-size: 9pt;
}

/* 导航栏文本标签 */
.LinkLabel
{
	color : #646464 ;
	font-size: 9pt;
}

/* 上一页、下一页 */
.PageLink
{
	color : #646464 ;
	font-size: 9pt;
	text-decoration:none;
}

/* 上一页、下一页 */
.HandPageLink
{
	color : #646464 ;
	font-size: 9pt;
	cursor: pointer;
	text-decoration:none;
}

/*内容链接*/
.ContentLink
{
	color : #646464 ;
	font-size: 9pt;
	text-decoration:underline;
}

/*相关链接Title*/
.LeftLinklabel
{
	font-size:9pt ;
	color:#49AEF6 ;
	/*font-family:黑体;*/
	cursor: pointer;
}

/*相关链接更多*/
.LeftMoreLabel
{
	color:#0C77C7 ;
	cursor: pointer;
	font-size:12 ;
}

/*相关链接TD*/
.LeftTD
{
	/*BORDER-BOTTOM: lightgrey thin solid;*/
	height:27;
}


/*链接图片*/
.LinkImage
{
	cursor: pointer;
}

/*主页最新动态链接*/
.MainZXDTLink
{
	color : #004386 ;
	font-size: 9pt;
	text-decoration:none;
}

/*主页市场招聘链接*/
.MainSCZPLabel
{
	color : #074BD2 ;
	font-size: 9pt;
	text-decoration:none;
	cursor: pointer;
}

/* 诚聘英才主标题文字 */
.InviteMainTitle
{
	color:#DC6801;
	font-weight:bold;
}

/* 诚聘英才副标题文字 */
.InviteSubTitle
{
	font-weight:bold;
}

/* 按钮 */
.bt {	font-size: 12px; 	background-color:#00abbd;	border-color: #000000 #000000 #000000 #000000; 	cursor: pointer; 	border-style: solid; 	border-top-width: 1px; 	border-right-width: 1px; 	border-bottom-width: 1px; 	border-left-width: 1px}/* 三级页面标题 */.sublogo{	color : #F76D15 ;
	font-size: 12pt;	font-family:宋体;	font-weight:bold;}/* 三级页面内容标题 */.subTitle{	color : #000000 ;	font-size: 9pt;	font-weight:bold;}.subCloseLabel{	background-color:#FFFFFF;	color:#F76D14;	font-size:9pt;	cursor: pointer;}