@charset "utf-8";
/* The Common File All Documents */
/**********************************************************

	Copyright (c) 2004-2010 大连理工大学网络教育学院
	www.yineng.com.cn 
	FileName: pageMain.css
	Revision: 2.0
	CreatDate: 2012-01-01
	Author: Andy    
	Description: The Cascading Style Sheet control each page's
main display usage	
			 
***********************************************************/
/* The CSS that's required to position the footer */

html
{
	margin:0;
	padding:0;
	height: 100%;
}

body
{
	font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;
	height: 100%;
	margin:0;
	padding:0;
}

#PagesConter
{
	position: relative;
	min-height: 100%;
}

* html #PagesConter
{
	height: 100%;
}

#footer
{
	position: absolute;
	bottom: 0;
}
img { border:none;}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}
p
{
	line-height:160%;
	padding-bottom:5px;
	text-indent:2em;
	font-family:"宋体";
}
h2{ padding-left:15px; background:url(../images/pages/h1.jpg) no-repeat center center; height:25px; line-height:22px; font-size:12px; font-weight:bold; width:720px;}
h3{ text-indent:25px; height:25px; line-height:22px; font-family:"宋体"; font-size:12px; font-weight:bold; color:#1575d3;}
.fontF
{
	font-family:"Times New Roman", Times, serif;
}
.imgLeft{ float:left; padding:5px 5px 5px 0;}
table{
	font-size:12px;
	line-height:25px;
	font-family:"Times New Roman", Times, serif;
	width:100%;
}

.tableStyle{
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:1;
	border:solid 1px #000;
	background-color:#fff;
}
.tableStyle th{
		font-weight:bold;
		background:url(../images/pages/th_bg.jpg);
		font-family:"宋体"
}
.tableStyle td{
	padding:5px 10px;
	font-family:"宋体"
}

#frameModulContent{background-color:#f1f1f1;}
.qkzz{ background:url(../pages_zstz/images/qkzz.jpg) no-repeat left center; line-height:28px; padding:0 15px 0 0px; text-indent:15px;}