@import url(submenu.css);
#sideBar {float: left; overflow: hidden; width: 130px; margin-right: 20px;}
#mainContent {float: left; overflow: hidden; width: 560px; }
	.pageTitle {overflow: hidden; width: 560px; height: 40px; border-bottom: 1px solid #ccc;}
		.pageTitle h2 {padding: 0; margin: 0; background: url(../images/title_point.gif) 0px 10px no-repeat; text-indent: 25px; line-height: 40px; font-size: 18px; font-weight: bold; color: #32658B;}
	#infoTable{margin: 10px 0; border: 1px solid #cccccc; border-width: 1px 0 0 1px; border-collapse:collapse; background-color: #f4f4f4;}
        #infoTable td,tr{height:20px; padding: 5px; border: 1px solid #cccccc; border-width: 0 1px 1px 0;  vertical-align: middle; font-size: 12px;}
        #infoTable .head{text-align: center; background-color: #eeeeee; font-weight: bold; }
        #infoTable .memberNum{width: 100px; text-align: center; }
        #infoTable .name{width: 80px; text-align: center; }
        #infoTable .title{width: 100px; text-align: center; }
        #infoTable .company{width: 240px; text-align: center;}
        
    /*·ÖÒ³*/
		.pages{width:560px; height:40px; margin:0 auto; line-height: 40px; color:#999999;  text-align:center; }
			.pages a:link{text-decoration : none; color : #666666;}
			.pages a:visited {text-decoration : none; color : #666666;}
			.pages a:hover {text-decoration : underline; color : #214278;}
			.pages a:active {text-decoration : underline; color : #214278;}
