@charset "utf-8";
/* The Common File All Documents */
/**********************************************************

	Copyright (c) 2004-2010 成都依能科技有限公司
	www.yineng.com.cn 
	FileName: PageCommon.css
	Revision: 2.0
	CreatDate: 2010-01-01
	Author: lovebslq    
	Description: The Cascading Style Sheet control each page's
common display usage	
			 
***********************************************************/

/******公用样式**********/
/*****框架******/
#icontainer{ width:950px; margin:0 auto; padding:0;}
.head_banner{background:url(../images/head_bg.jpg) left top no-repeat; width:950px; height:118px; margin:0 auto;}
.nav{background:url(../images/nav_bg.jpg) left top no-repeat; width:950px; height:32px; line-height:32px; margin:0 auto; overflow:hidden;}
	.nav ul{margin-left:22px;}
	.nav ul li{float:left; list-style:none; width:100px; text-align:center; font-weight:bold;}
	.nav ul li a{font-size:14px; color:#FFF; text-decoration:none;}
	.nav .li_action{background:url(../images/nav_bg_action.jpg) no-repeat; margin-top:2px; margin-left:2px;}


/******上下结构******/
.page_content { width:950px; margin:0 auto; }
	.content { background:url(../images/content_bg.jpg) repeat-y; padding:10px; }
/******左右结构*******/
.leftMainFrame{padding:0; margin:0;}
/****footer*****/
.footer { background:url(../images/footer_bg.jpg) repeat-x; width:948px; height:34px; margin:0 auto; text-align:center; padding-top:10px; line-height:34px; border:#93C8F2 solid 1px; border-top:none; font-family:"宋体";}
.clearFloat {clear:both; height:0; overflow:hidden;}
/****页面table*****/
table.bg { width:93%; margin:0 auto; margin-top:10px; border-collapse:collapse; border:solid #9DC5E7; border-width:1px; }
	table.bg th, table.bg td { padding:0 5px; line-height:24px; border:solid #9DC5E7; border-width:0 1px 1px 0; color:#000; }
	table.bg th { background:#E1EDF9 repeat-x; line-height:29px; font-weight:bold; color:#06F; }
	.bg_table { background:#F2F8FD; }
