@charset "utf-8";
/* 页面布局样式表 */
/**********************************************************

Copyright (c) 2004-2005 成都依能科技有限公司软件开发部
www.yineng.com.cn 
   FileName: pageLayout.css
   Revision: 1.0
  CreatDate: 2008-03-22
  EmendDate: 2008-03-22
     Author: LuoMaoWen    
Description: The Cascading Style Sheet control each page's
             layout display usage
	
***********************************************************/

html *{margin:0;padding:0;}
#PageContainer{	width:100%;height: 100%; margin-left: auto; margin-right: auto;text-align:center;clear: both;}
#PageHeader{ width:100%; height:127px;background:transparent url(../images/middle_bg.jpg) repeat-x;}
#PageNav{ width:850px;height: 28px;}
.PageNavBox{width: 100%;height: 28px; padding-top:3px; }
#PageStatus{text-align:left;line-height:28px;width:844px; height: 28px;background:transparent url(../images/current_location_bg.jpg) repeat-x;}
.pagesLeftLayout{float:left; width: 580px; padding: 0px 10px;}

#PageMain{ width:860px; height:auto;}
#PageContent{color: black;text-align:left;}
#PageLeftColumn{ float:left; width:213px;height:auto;background:transparent none;}
#PageLeftColumn a{ color: #000099;}
#PageRightColumn{ float:left; width:639px;background:transparent url(../images/sec_course_bg.jpg) repeat-x left top;}
#PageFooter{ width:100%; height:35px;background:white url(../images/footer_bg.jpg) repeat-x;text-align: center;clear: both;}
#PageFooterContent{ width:100%; height:35px;background:white url(../images/footer_bg_content.jpg) repeat-x;text-align: center;}
#PageFooterContent td{color: #000066;}
#PageLeftColumn ul{margin: 0px;padding:0px;}
.pageHeaderBg{width: 846px;height:174px;background:white url(../images/header_img.jpg) no-repeat;}
.secHSpace{width:160px;margin-left:43px;}
.secHSpace ul{margin: 0px;padding:0px;margin-left: 20px;text-align:left;}
.secHSpace ul li{margin: 5px 5px 5px 30px;list-style-image: url(../images/sec_li_bg.gif);}
.secHSpace ul li a{color: white;}

.PageHeaderMenu{position:absolute;width:100%;line-height:23px;top:0;left:0;text-align:center;visibility:hidden;}
.PageHeaderMenuOver{position:absolute;width:100%;line-height:23px; background-color:#E55300;text-align:center;visibility:visible;}
.PageNavSubItem{margin:8px 0px;background:white url(../images/menu_Sub_Bg.gif) repeat-x 0% 100%;}
.PageHeaderMenuOver a{color: white;}
.PageHeaderMenuOver a:hover{color: #FFFF00;}

.messageBg{width:390px;height:30px;background:white url(../images/message_Bg.jpg) repeat-x}

.courseBg{width:390px;}


.clear{ clear:both;} 
.leftFloat{float:left;}
.rightFloat{float:right;}
.pagesText{margin:0px;padding: 10px; }
.pagesText p{text-indent:2em; padding: 5px;}
.pagesText table p{text-indent:0em; }
