
*{
	font-family:"Arial","sans-serif";
	font-size:13.0pt;
	color:black;
	text-align: justify;
	line-height:20px;
}
ul { 
	list-style-type: disc; 
}
ul li, ol li{
	margin: 10px 0px 10px -20px;
}
ul li ul li {
	margin-left: 0px;
}
#login_container {
	width: 990px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #bbbbbb;
	
	background-image: url(fwd_bg14.jpg); 

	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top left !important;
	background-repeat: no-repeat !important;
}

#login_container1 {
	width: 990px;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #bbbbbb;
	
	background-image: url(fwd_bg15.png); 

	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top left !important;
	background-repeat: no-repeat !important;
	
}


#login_top_banner_1 {
	width: 75%;
	height: 117px;
	padding:0px;
	background-image: url(home_01.png);
	background-repeat: repeat-x;
}

#research_content{
	padding: 0px 20px 10px 20px;
	
}

#prog_title {
	font-size:32px;
	font-family:"Microsoft JhengHei","sans-serif";
	color:ORANGE;
}

.title {
	width:350px;
	height:40px;
	text-align:left;
	padding-left:8px;
	line-height: 40px; 
	vertical-align:middle;
	color:white;
	font-size:20px;
}

.green {
	background-color:#90CA77;
}

.greenBorder{
	border-width: 100%;
	border-bottom: 5px #90CA77 solid;
}

.red {
	background-color:#E48743;
}

.redBorder{
	border-width: 100%;
	border-bottom: 5px #E48743 solid;
}

.yellow {
	background-color:#E9B64D;
}

.yellowBorder{
	border-width: 100%;
	border-bottom: 5px #E9B64D solid;
}

.blue {
	background-color:#81C6DD;
}

.blueBorder{
	border-width: 100%;
	border-bottom: 5px #81C6DD solid;
}


.purple {
	background-color:#6f5092;
}

.purpleBorder{
	border-width: 100%;
	border-bottom: 5px #6f5092 solid;
}

.purple2 {
	background-color:#94256D;
}

.purpleBorder2{
	border-width: 100%;
	border-bottom: 5px #94256D solid;
}

.blue2 {
	background-color:#2a4480;
}

.blueBorder2{
	border-width: 100%;
	border-bottom: 5px #2a4480 solid;
}

.green2 {
	background-color:#86B32D;
}

.greenBorder2{
	border-width: 100%;
	border-bottom: 5px #86B32D solid;
}


#hkpfs_footer a, #hkpfs_footer a:hover, #hkpfs_footer a:visited{
	color : black;
	text-decoration: none;
}

#livingTable
{
	margin: 30px;
	width: 850px;
	text-align: left;
	border-collapse: collapse;
}

#livingTable th
{
	padding: 8px;
	font-weight: normal;
	font-size: 18px;
	color: white;
	background: #6f5092;
	text-align:center;
}

#livingTable th sup
{

	font-weight: normal;
	color: white;

}

#livingTable td
{
	padding: 12px;
	background: #ebe6f0;
	border-top: 1px solid #fff;
	text-align: center;
}

#livingTable tbody tr:hover td
{
	background: #ffeaff;
}

