﻿/*
页面总体样式
*/
BODY
{
	padding: 0px;
	margin: 0px;
	color:#000000;
	font-size: 12px;
	font-family: "宋体","Tahoma","Verdana","Arial","MS Mincho"; 
	background-color:#FFFFFF;
}


P
{
	line-height:180%;
}

DIV
{
	line-height:180%;	
}

SELECT
{
	WIDTH:100%;
}


TEXTAREA   
{
	width:100%;
	height:100%;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;

}



TABLE.FixedTable 
{
	TABLE-LAYOUT:fixed;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;
	padding:0px;
	margin:0px;
	width:100%;
}




.FixedTable TABLE
{
	TABLE-LAYOUT:fixed;
	WORD-BREAK:break-all;
	WORD-WRAP:break-word;
	padding:0px;
	margin:0px;
	width:100%;
}

.FixedTable INPUT
{
	width:100%;
}








.InfoShowTitle
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}

.InfoShowContent
{
	
}


.ProdListTitle 
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;		
}


.ProdShowTitle
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;		
}


.NewsListTitle
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;		
}

.NewsShowTitle
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;		
}


.OtherShowTitle
{
	background-image:URL("/SysImages/Title.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}






.InfoMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}


.ProdMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}

.NewsMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}


.DownMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}

.HrDemandMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}

.UserMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}

.OtherMenuTitle
{
	background-image:URL("/SysImages/LeftMenuTitle.JPG");
	background-position:left top;
	background-repeat:no-repeat;
	height:38px;
	padding-left:80px;
	color:#000000;
	font-weight:bold;	
}








/*
链接样式
*/
A:link { COLOR: #333333; TEXT-DECORATION: none ;}
A:visited { COLOR: #333333; TEXT-DECORATION: none ;}
A:hover { COLOR: #1387B7;TEXT-DECORATION: none;	}
A:focus { COLOR: #1387B7; TEXT-DECORATION: none ;}


/*
按钮样式
*/
 .BUTTON
{
	BORDER:#cccccc 1px solid;
	BACKGROUND: #EEEEEE; 	
	vertical-align:middle;
	height:24px;
	vertical-align:middle;
	text-align:center;
	padding:3px;
}


/*
全局表格背景色为透明
*/	
TABLE
{
	background-color:Transparent;
}

/*
全局表格TH校式
*/	
TH
{ 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 	
	COLOR: Red; 
	BACKGROUND-COLOR:Transparent;
	height:30px;
}
/*
全局表格TD样式
*/
TD 
{ 
	FONT-SIZE: 12px;
	background-color:Transparent;
}

/*
带边框的表格样式
*/
TABLE.BorderTable
{
	border-bottom-style:none;
	BACKGROUND-COLOR: #dee4f2 ;
}

/*
带边框的表格内单元格样式
*/
TABLE.BorderTable TD
{
	border-bottom-style:none;
	BACKGROUND-COLOR: #FFFFFF ;
}




/*
无条件换行单元格样式(不扩大单元格)
*/
TD.BreakAll
{
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}


/*
分页导航(ASPNETPAGER)样式 
*/

.AllAspNetPager
{
	text-align:center;
}
.AllAspNetPager Table
{
	text-align:center;
}
.AllAspNetPager TD
{
	text-align:center;
}





/*
页眉样式 开始
*/

.OuterMostTable
{
	width:990px;
	background-color:#FFFFFF;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:0px;	
}

.PageHeadTable
{
	width:100%;
}

.PageHeadLogo
{
	height:86px;
	background-image:URL("/SysImages/TOP-LOGO-BG.JPG");
	background-position:left center;
	background-repeat:repeat-x;	
}

.PageHeadBanner
{
	background-image:URL("");
	background-position:left center;
	background-repeat:repeat-x;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
}

.PageHeadMenu
{
	background-image:URL("/SysImages/MENU-BG.JPG");
	background-position:left center;
	background-repeat:no-repeat;
	height:41px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;

}


.PageHeadMenu A:link { COLOR: #000000; TEXT-DECORATION: none ;}
.PageHeadMenu A:visited { COLOR: #000000; TEXT-DECORATION: none ;}
.PageHeadMenu A:hover { COLOR: #CCCCCC; TEXT-DECORATION: none;	}
.PageHeadMenu A:focus { COLOR: #000000; TEXT-DECORATION: none ;}


.PageHeadLine
{
	background-image:URL("");
	background-position:left center;
	background-repeat:no-repeat;
	
	height:0px;

}

/*
页眉样式 结束
*/





/*
页脚样式 开始
*/
.PageFootTable
{
	width:990PX;
	background-color:#ffffff;
	color:#000000;

}


.PageFootTable A:link { COLOR: #000000; TEXT-DECORATION: none ;}
.PageFootTable A:visited { COLOR: #000000; TEXT-DECORATION: none ;}
.PageFootTable A:hover { COLOR: #ff0000;TEXT-DECORATION: none;	}
.PageFootTable A:focus { COLOR: #000000; TEXT-DECORATION: none ;}




.PageFootLine
{
	height:1px;
	background-image:URL("");
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#eeeeee;
}

.PageFootMenu
{
	background-image:URL("/SysImages/BOT-MENU-BG.jpg");
	background-position:left center;
	background-repeat:repeat-x;
	height:31px;	
	background-color:#ffffff;
	display:none;	
}

.PageFootMain
{
	padding:5px;
	background-color:#ffffff;
	color:#FFFFFF;


}

.PageFootPower
{
	background-color:#ffffff;
	color:#000000;
}
/*
页脚样式 结束
*/



/*
页面主体样式 开始
*/
.PageBodyTable
{
	width:990px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px;
	background-color:#FFFFFF;
}

.PageBodyLeft
{
	width:209px;
	height:400px;
	padding-left:0px;
	padding-right:0px;
	background-color:#F9F7F4;
	vertical-align:top;
	
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;

	
}


.PageBodyLeft TABLE
{
	background-color:#F9F7F4;
}

.PageBodyLeft TD
{
	background-color:#F9F7F4;
}

.PageBodyLeftTable
{
	height:100%;
	width:209px;	
}




.PageBodyLineLeft
{
	width:0px;	
	background-color:#D6D6D8;
	padding-left:1px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
	
	
}

.PageBodyMain
{
	width:615px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;
}

.PageBodyLineRight
{
	width:0px;	
	background-color:#D6D6D8;
	padding-left:1px;
	border-style:solid;
	border-color:#cccccc;
	border-width:0px;
}

.PageBodyRight
{
	
	width:164px;
	height:400px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top;
	
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;

	
}

.PageBodyRight TABLE
{
	background-color:#FFFFFF;
}

.PageBodyRight TD
{
	background-color:#FFFFFF;
}
/*
页面主体样式 结束
*/




/*
产品列表菜单样式A 开始
*/
.A-ProdListTable
{
	width:164px;
	height:184px;
	vertical-align:top;
}

	/*
	用产品图像的大小+4PX做为图象外框的大小
	*/
.A-ProdListImageTD
{
	width:164px;
	height:124px;
	border-color:#dee4f2;
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}

.A-ProdListFieldTableTD
{
	width:160px;
	text-align:left;
	vertical-align:top;
}


.A-ProdListFieldTable
{
	width:160px;
	line-height:130%;
}


.A-ProdListFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:20%;
}


.A-ProdListFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:80%;
}


.A-ProdListShopCartTD
{
	width:130px;
	height:20px;
	display:block;
	vertical-align:middle;
	text-align:center;
}


.A-ProdListFieldSummarizeTD
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:middle;
	text-align:left;	
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;

}

/*
产品列表菜单样式A 结束
*/









/*
产品列表菜单样式B 开始
*/
.B-ProdListTable
{
	width:500px;
}

.B-ProdListImageTableTD
{
	width:196px;
	height:156px;
	border-color:#ffffff;
	border-width:0px;
	border-style:solid;
}



.B-ProdListImageTable
{
	width:196px;
	height:156px;
	border-color:#dee4f2;
	border-width:0px;
	border-style:solid;	
}
	/*
	用产品图像的大小+4PX做为图象外框的大小
	*/
.B-ProdListImageTD
{
	text-align:center;
	vertical-align:middle;
	
	width:196px;
	height:156px;
	border-color:#ffffff;
	border-width:0px;
	border-style:solid;
	background-image:url(/SysImages/CasePhotoBG.JPG);
	background-position:center Center;
	background-repeat:no-repeat;

}

.B-ProdListShopCartTD
{
	width:160px;
	height:20px;
	display:block;
	vertical-align:middle;
	text-align:center;
}



.B-ProdListFieldTableTD
{
	width:100%;
	vertical-align:top;
	text-align:left;
	vertical-align:top;
	padding-left:20px;
}


.B-ProdListFieldTable
{
	width:100%;
	line-height:130%;
	text-align:left;
}


.B-ProdListFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}


.B-ProdListFieldTD2
{
	text-align:left;
	vertical-align:top;	
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:90%;
}

.B-ProdListFieldSummarizeTD
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:top;
	text-align:left;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;

}



.B-ProdListLineTD
{
	height:1px;
	background-color:#cccccc;	
}
/*
产品列表菜单样式B 结束
*/






/*
产品列表菜单样式C 开始
*/
.C-ProdListTable
{
	width:334px;
	height:184px;
	vertical-align:top;
}


.C-ProdListImageTableTD
{
	width:164px;
	height:124px;
	border-color:#dee4f2;
	border-width:0px;
	border-style:solid;
	vertical-align:top;
}

.C-ProdListImageTable
{
	width:164px;
	height:124px;
	border-color:#dee4f2;
	border-width:0px;
	border-style:solid;
	vertical-align:top;
}


	/*
	用产品图像的大小+4PX做为图象外框的大小
	*/
.C-ProdListImageTD
{
	width:164px;
	height:124px;
	border-color:#dee4f2;
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}


.C-ProdListSpaceTD
{
	width:10px;
}



.C-ProdListFieldTableTD
{
	width:160px;
	text-align:left;
	vertical-align:top;
}


.C-ProdListFieldTable
{
	width:160px;
	line-height:130%;
}


.C-ProdListFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:20%;
}


.C-ProdListFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:80%;
}


.C-ProdListShopCartTD
{
	width:160px;
	height:20px;
	display:block;
	vertical-align:middle;
	text-align:center;
}


.C-ProdListFieldSummarizeTD
{
	width:100%;
	line-height:130%;
	display:block;
	vertical-align:middle;
	text-align:left;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;

}

/*
产品列表菜单样式C 结束
*/



/*
产品列表菜单样式E 结束
*/
Table.E-ProdListFieldTable
{
	background-color:#cccccc;	
	
}


Table.E-ProdListFieldTable Td
{
	background-color:#ffffff;
}


.E-ProdListProdImage
{
	padding:3px;
}

.E-ProdListFieldTitle
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;    
	BACKGROUND-IMAGE: url(/SysImages/ProdGridBg.jpg);    
	BACKGROUND-REPEAT: repeat-x
}
/*
产品列表菜单样式E 结束
*/




/*
产品展示样式A 开始
*/
.A-ProdViewSpace
{
	width:10px;
}

.A-ProdViewTable
{
	width:100%;
	height:100%;	
}


.A-ProdViewImageTable
{
	width:320px;
	height:240px;	
}


.A-ProdViewImage
{
	width:320px;	
}


A-ProdViewFieldAndCartTD
{
	width:230px;	
}


.A-ProdViewFieldTable
{
	width:230px;
	line-height:130%;
}


.A-ProdViewFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}


.A-ProdViewFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:90%;
}

.A-ProdViewSummarizeTD
{
	padding:3px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;		
}

.A-ProdViewParticularTD
{
	padding:10px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;	
}

.A-ProdViewCartButtonTD
{
	height:0px;
	display:none;
}
/*
产品展示样式A 结束
*/



/*
产品展示样式B 开始
*/
.B-ProdViewSpace
{
	width:10px;
}

.B-ProdViewTable
{
	width:100%;
	height:100%;	
}


.B-ProdViewImageTable
{
	width:320px;
	height:240px;	
}


.B-ProdViewImage
{
	width:320px;	
}


B-ProdViewFieldAndCartTD
{
	width:230px;	
}


.B-ProdViewFieldTable
{
	width:230px;
	line-height:130%;
}


.B-ProdViewFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}


.B-ProdViewFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:90%;
}

.B-ProdViewSummarizeTD
{
	padding:3px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;		
}

.B-ProdViewParticularTD
{
	padding:10px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;	
}

.B-ProdViewCartButtonTD
{
	height:0px;
	display:none;
}

/*
产品展示样式B 结束
*/





/*
产品展示样式C 开始
*/
.C-ProdViewSpace
{
	width:10px;
}

.C-ProdViewTable
{
	width:100%;
	height:100%;	
}


.C-ProdViewImageTable
{
	width:320px;
	height:240px;	
}


.C-ProdViewImage
{
	width:320px;	
}


C-ProdViewFieldAndCartTD
{
	width:230px;	
}


.C-ProdViewFieldTable
{
	width:230px;
	line-height:130%;
}


.C-ProdViewFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}


.C-ProdViewFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:90%;
}

.C-ProdViewSummarizeTD
{
	padding:3px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;		
}

.C-ProdViewParticularTD
{
	padding:10px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;	
}

.C-ProdViewCartButtonTD
{
	height:0px;
	display:none;
}

/*
产品展示样式C 结束
*/





/*
产品展示样式D 开始
*/
.D-ProdViewSpace
{
	width:10px;
}

.D-ProdViewTable
{
	width:100%;
	height:100%;	
}


.D-ProdViewImageTable
{
	width:320px;
	height:240px;	
}


.D-ProdViewImage
{
	width:320px;	
}


D-ProdViewFieldAndCartTD
{
	width:230px;	
}


.D-ProdViewFieldTable
{
	width:230px;
	line-height:130%;
}


.D-ProdViewFieldTD1
{
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:10%;
}


.D-ProdViewFieldTD2
{
	text-align:left;
	vertical-align:top;	
	padding-left:0px;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	width:90%;
}

.D-ProdViewSummarizeTD
{
	padding:3px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;		
}

.D-ProdViewParticularTD
{
	padding:10px;
	line-height:130%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;	
}

.D-ProdViewCartButtonTD
{
	height:0px;
	display:none;
}

/*
产品展示样式D 结束
*/






/*
购物车样式 开始
*/
Table.ProdCartTable
{
	background-color:#cccccc;	
}


Table.ProdCartTable Td
{
	background-color:#ffffff;
}


.ProdCartProdImage
{
	padding:3px;
}

.ProdCartCaption
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;    
	BACKGROUND-IMAGE: url(/SysImages/ProdGridBg.jpg);    
	BACKGROUND-REPEAT: repeat-x
}

.ProdCartSumTotal
{
	height:30px;
	background-color:#cccccc;
	color:Red;	
	padding-left:10px;
}
/*
购物车样式 结束
*/



/*
列表表格样式 开始
*/
TABLE.GridListTable 
{
	background-color:#cccccc;	
}


TABLE.GridListTable TD
{
	background-color:#ffffff;
	height:29px;
}

.GridListTableCaption
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;    
	BACKGROUND-IMAGE: url(/SysImages/ProdGridBg.jpg);    
	BACKGROUND-REPEAT: repeat-x
}

.GridListTableItem
{
	text-align:center;
	vertical-align:middle;
	height:29px;
	BACKGROUND-COLOR: #ffffff ;
	word-wrap:break-word;
	word-break:break-all;
}

/*
列表表格样式 结束
*/








/*
新闻列表样式 开始
*/
.NewsListTable
{
	width:100%;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
	
}

.NewsListItemTR
{
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	height:30px;
}

.NewsListIcoTD
{
	width:20px;
	background-image:url(/SysImages/NewsListICO.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.NewsListDateTD
{
	width:80px;	
	text-align:center;
}

.NewsListTitleTD
{
	text-align:left;
	WIDTH: 450px;
}

.NewsListTitleDIV
{
	OVERFLOW: hidden; WIDTH: 450px; TEXT-OVERFLOW: ellipsis; text-align:left;	
}
/*
新闻列表样式 结束
*/


/*
新闻浏览样式 开始
*/
.NewsViewTitle
{
	height:30px;
	text-align:center
}

.NewsViewLine
{
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
	height:2px;
}


.NewsViewAuthor
{
	height:30px;
	text-align:center
}


.NewsViewBody
{
	vertical-align:top;
	line-height:130%;
	padding:10px;	
}


.NewsViewPager
{
	height:40px;
	text-align:center;
}

/*
新闻浏览样式 结束
*/



/*
下载列表  BEGIN
*/
.DownListTable
{
	width:100%;
	background-color:#cccccc;

}

.DownListTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.DownListCaptionTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.DownListTextTD
{
	width:40%;
}

.DownListContentTD
{
	width:90%;
}

/*
下载列表  END
*/













/*
留言时  BEGIN
*/
.GuestLeaveTable
{
	width:80%;
	background-color:#ffffff;
}

.GuestLeaveTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.GuestLeaveCaption
{
	width:10%;
	text-align:right;
	white-space:nowrap;
	background-color:#ffffff;
	padding-right:5px;
}

.GuestLeaveNameAndOther
{
	width:40%;
	background-color:#ffffff;
}


.GuestLeaveTitleAndContent
{
	width:90%;
	background-color:#ffffff;
}
/*
留言时  END
*/



/*
留言列表时  BEGIN
*/
.GuestViewTable
{
	width:80%;
	background-color:#cccccc;

}


.GuestViewTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.GuestViewTD
{
	width:50%;
	text-align:left;
	background-color:#ffffff;
	padding:5px;
}


.GuestViewContentTD
{
	width:100%;
	text-align:left;
	background-color:#ffffff;
	padding:5px;
}


.GuestViewLine
{
	width:98%;
	height:1px;
	background-image:url(/SysImages/bg_dian.gif);
	background-position:left center;
	background-repeat:repeat-x;	
}


/*
留言时  END
*/



/*
人才招聘列表  BEGIN
*/
.HrListTable
{
	width:100%;
	background-color:#cccccc;

}

.HrListTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.HrListTitleTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.HrListHrNameTD
{
	width:40%;
}

.HrListHrAddressTD
{
	width:40%;
}

.HrListHrIntroTD
{
	width:90%;
}

.HrListHrDetailTD
{
	width:90%;
}

/*
人才招聘列表  END
*/


/*
职位应聘表格  BEGIN
*/
.HrAcceptTable
{
	width:100%;
	background-color:#cccccc;
}

.HrAcceptTable TD
{
	background-color:#ffffff;
	height:30px;
	padding:3px;
	line-height:130%;
}

.HrAcceptTitleTD
{
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.HrAcceptContentTD
{
	width:90%;
	text-align:center;
	white-space:nowrap;
}


/*
人才招聘列表  END
*/



/*************************************************************************************/



/*
菜单样式
*/
.WebPanelBar
{	
	width:180px;
	margin-top:10px;
	text-align:center;
}

.GroupHeader
{
	height:28px;
	vertical-align:middle;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}

.GroupHeader td
{
	color:#000000;
}



.GroupHeaderExpand
{
	text-align:left;
	color: #000000; 
	cursor: hand;
	height:28px;	
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	


}

.GroupHeaderExpand td
{
	color:#000000;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}

.GroupHeaderClosed 
{
	text-align:left;	
	color: balck; 
	cursor: hand;
	height:28px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	


}

.GroupHeaderClosed td
{
	color:#000000;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}


.GroupHeaderLeft
{
	padding-left:2px
}


.GroupHeaderICO
{
	width:9px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}

.GroupHeaderCaption
{
	padding-left:3px;
	width:160px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}



.GroupHeaderDropICO
{
	width:9px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}


.ItemsBody
{
	margin-top:1px;
	margin-bottom:0px;
	border-color:#dee4f2;
	border-width:0px;
	border-style:solid;
	width:178px;	
}


.ItemTable
{ 
	text-align:left;	
	background-repeat:no-repeat;
	height:28px;
	width:178px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;		
}


.ItemLeft
{
	width:9px;
}




.ItemICO
{
	width:9px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	

}

.ItemCaption
{
	padding-left:3px;
	width:160px;
	background-image:url(../SysImages/bg_dian.gif);
	background-position:left bottom;
	background-repeat:repeat-x;	
}