@import "Page.css";
@import "MemberPanel.css";

 body{background: url(images/bg_Page_Top2.gif) left top repeat-x;}

/*調整橫幅高度*/
#divAd{height: 203px; background: #fff url(images/bg_Banner.gif) left top no-repeat;}
	#Member{margin: 0;}
	#Search{margin-top: 8px;}

 /*主體內容*/
#divMain{
	background: url(Images/bg_Title_About.gif) center 3px no-repeat #fff;	
	text-align: left;
}
ul.list{
	float: left;
	margin-top: 52px;
	margin-left: 14px!important;
	margin-left: 7px;
	width: 165px;

}
	ul.list li{
		/*height: 20px;*/
		margin-bottom:  11px;	
	}
	ul.list li a{
		height: auto!important;
		height: 20px;
		min-height: 20px;

		line-height: 20px;
		vertical-align: middle;
		width: 152px;
		padding-left: 13px;
		 								 
		background-color:  #ECEDF1;
		color: #036;
		text-decoration: none;
		display: block;
	}
	ul.list li a:hover, ul.list li a.cur{
		background: #69c;
		color: #fff;
	}

#divContent{
	float: left;
	display: inline;
	margin-top: 52px;
	margin-left: 43px;
	margin-bottom: 20px;

	width: 703px;
}
	#divContent #tblGrid{border-top: none;}
	#divContent h1.title{
		color: #40609d;
		font-size: 15px;
		font-family: Arial;
		height: 40px; 
		line-height: 40px;
		background: url(images/bg-line.jpg) left bottom no-repeat;
		font-weight: normal;
	}
	#divContent div.title{
		color: #40609d;
		font-size: 15px;
		font-family: Arial;
		height: 40px;
		background: url(images/bg-line.jpg) left bottom no-repeat;
	}
	#divContent div.title div{
		margin-top: 5px;
	}
	#divContent div.title a{
		margin-top: 8px;
	}
	#divContent div.text{
		padding-right: 30px;
	}
	#divContent div{line-height: 2;}
	#divContent p{margin: 0; padding: 0; margin: 20px 0 15px 0;}

#btnDownloadMF{background-image: url(Images/btn_DownloadMF_Off.gif); width: 213px; height: 18px;}