@charset "utf-8";
/* CSS Document */

/* Slide */

#slide {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	height: 400px;
/*	background:#fade00;*/
	background:#EEE;
	padding:15px;
}
#banner{
	background:#FFF url(/20221207110301oe_/http://www.fed.cuhk.edu.hk/images/banner/foreword_banner.jpg);
	height:400px;
}

#banner h2 { 
   position: relative; 
   top: -390px; 
   left: 0; 
   width: 100%; 
   z-index:99;   
}

#banner h2 span { 
   color: white; 
   font: 50px  Arial, Helvetica, Sans-Serif; 
   letter-spacing: 0px;  
   background: rgb(163, 74, 214); /* fallback color */
   background: rgba(163, 74, 214, 0.65);
  padding:10px 0;
}
#banner  h2 span.spacer {
    padding:10px 10px;
}

#banner h3 { 
   position: relative; 
  bottom:77px;

  bottom:68px \9;

   left: 0; 
   width: 100%; 
z-index:999;   
}

#banner h3 span { 
   color: white; 
   font: 50px  Arial, Helvetica, Sans-Serif; 
   letter-spacing: 0px;  
   background: rgb(163, 74, 214); /* fallback color */
   background: rgba(163, 74, 214, 0.65);
  padding:10px 0;
}
#banner  h3 span.spacer {
    padding:10px 10px;
}
/* Rex edit for chinese words */

#banner h4 { 
   position: relative; 
  bottom:77px;
  left: 0; 
   width: 100%; 
z-index:999;   
}

#banner h4 span { 
   color: white; 
   font: 50px  Arial,Helvetica, Sans-Serif; 
   letter-spacing: 0px;  
   background: rgb(163, 74, 214); /* fallback color */
   background: rgba(163, 74, 214, 0.65);
  padding:10px 0;
}
#banner  h4 span.spacer {
    padding:10px 10px;
}
/* Content */
a{ font-family:  Arial, Helvetica, sans-serif; text-decoration:none; color:#803DA6; }
table {width:97%;font-size:12px; margin:0 10px; text-align:center;}
th {font-family:  Arial, Helvetica, sans-serif; background-color:#c472f2;}
tr {}
td {font-family:  Arial, Helvetica, sans-serif;  padding:5px;}
tr td:last-child {/*text-align:center;*/}
tr td:last-child(3) { display:none; }
table, th, td {
	border:1px #ccc solid;
	text-align: left;
}
#sidebar{float:left; width:200px; min-height: 300px;}
#maincontent{float:left; width:750px; min-height: 300px;}
#information {  
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	width: 185px;  
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);     
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);          
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding:0px;
} 
#information .menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#eee dashed 1px;
}
#information .menu-item h4 { 
	color: #fff;  
	font-size: 140%;  
	font-weight: 500;  
	padding: 7px 12px;  
/*	background: #706406;*/
	/* background: #333; */
	background: #8c35ac;
}
#information .menu-item h4 a {  
	color: #fff; 
	display: block;  
	width: 100%;
} 
#information .current h4 { 	
/*	background: #ffbb00;*/
	background:#602177;
}
#information .menu-item h4:hover{ 
/*	background: #999;*/
	background:#c472f2;
}

#current-location{
	overflow: hidden;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:120%;
	background-color:#0796d1; 
	color:#fff; 
	line-height:2; 
	padding:6px 10px;
	background: #803DA6;
}
#left-column-content{
	float:left;
	width:500px;
}
#left-column-content .content-topic {
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size:160%;
	padding:20px 10px 10px 10px;
	font-weight: bold;
	color:#803DA6;
}
#left-column-content .content {
	margin-bottom:10px;
	background:#fff;
	padding-bottom:5px;
	line-height:2;
	overflow:hidden;
}
#left-column-content .content b {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#left-column-content .content ul{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	list-style:outside circle;
	font-weight:bold;
	margin:10px 10px 10px 10px;
	font-size:14px;
}
#left-column-content .content ul p{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	text-align:justify;
	line-height:1.5;
}
/*
#left-column-content .content ul p a{
	text-decoration:underline;
}
*/
#left-column-content p{
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	font-size:14px;
	text-align:justify;
	margin: 5px 10px;
}

#left-column-content .content ul li{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	list-style:outside circle;
	margin-left:20px;
	font-size:14px;
	line-height:2;
}

#left-column-content2{
	float:left;
	width:100%;
}
#left-column-content2 .content-topic {
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size:160%;
	padding:20px 10px 10px 10px;
	font-weight: bold;
	color:#803DA6;
}
#left-column-content2 .content {
	margin-bottom:10px;
	background:#fff;
	padding-bottom:5px;
	line-height:2;
	overflow:hidden;
}
#left-column-content2 .content b {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#left-column-content2 .content ul{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	list-style:outside circle;
	font-weight:bold;
	margin:10px 10px 10px 10px;
	font-size:14px;
}
#left-column-content2 .content ul p{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	text-align:justify;
	line-height:1.5;
}
/*
#left-column-content .content ul p a{
	text-decoration:underline;
}
*/
#left-column-content2 p{
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	font-size:14px;
	text-align:justify;
	margin: 5px 10px;
}

#left-column-content2 .content ul li{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	list-style:outside circle;
	margin-left:20px;
	font-size:14px;
	line-height:2;
}

/*
#left-column-content .content ul li a{
	text-decoration:underline;
}

#left-column-content .content ul a{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}
*/
hr{
	border:0; height:1px; background-color:#803DA6;
	color:#803DA6;	/* IE6 */
}

#right-column-content{
	float:left;
	width:235px;
	background:#FFF;
	margin-left:15px;
}
#right-column-content ul{
	font-family:  Arial, Helvetica, sans-serif;
	list-style:inside circle;
	font-size:12px;
	font-weight:bold;
	line-height:2;
	margin:10px;
}
#right-column-content li{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:2;
}
/*
#right-column-content li a{
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
}
*/
#contact {	
	background:#FFF;
	padding:0px 0px 5px 0px;
}
/*
#contact a{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;  
	width: 100%;
} 
*/
#contact p {
	font-family:  Arial, Helvetica, sans-serif;
	padding: 5px 10px; 
	font-size:12px;
}
#contact img {
	width:214px;
	margin:10px;
	margin-top:20px;
}
.navigationbar {
	color: white;
	font-weight: bold;
}