@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(/20220902125139oe_/http://www.fed.cuhk.edu.hk/images/banner/staff_banner.jpg);
	height:400px;
}

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

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


/* Content */
a{ font-family:  Arial, Helvetica, sans-serif; text-decoration:none; color:#7A3046; }
hr{
	border:0; height:1px; background-color:#7A3046;
	color:#7A3046;	/* IE6 */
	width:97%;
}
table {width:97%;font-size:100%; margin:0 10px;}
th {font-family:  Arial, Helvetica, sans-serif; text-align:center;}
tr {}
td {font-family:  Arial, Helvetica, sans-serif; vertical-align:top; font-weight:normal; padding:5px;}
tr td:last-child {/*text-align:center;*/}
tr th:last-child(3) { display:none; }
table, th, td { border:1px #ccc solid; }
table li{ margin:0 10px; }
#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: #7A3046;
}
#sidebar{float:left; min-height: 440px;}
#maincontent{float:left; min-height: 440px;}
#information {  
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	width: 285px;  
	-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 .current-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .current-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
	background:#B9496B;
}
#information .current-menu-item h4 a {  
	color: #fff;  
	display: block;  
	width: 100%;
} 
#information .current-menu-item ul {  
	background: #333; 
	font-size: 14px;  
	line-height: 30px;  
/*	height: 0px; *//*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
}
/* 
#information .current-menu-item:hover ul {
  	height: 153px;
}
*/
#information .current-menu-item ul a {  
	margin-left: 20px;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .current-menu-item li {  border-bottom: 1px dashed #eee;}
#information .current-menu-item li:last-child {  border-bottom: 1px solid #eee;}  
#information .current-menu-item li:hover {  
	background:#f96290;
}
#information .prospective-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .prospective-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
	background:#B9496B;
}
#information .prospective-menu-item h4 a {  
	color: #fff;  
	display: block;  
	width: 100%;
} 
#information .prospective-menu-item ul {  
	background: #333 ; 
	font-size: 14px;  
	line-height: 30px;  
	/*height: 0px;*/ /*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 
#information .prospective-menu-item:hover ul {
  	height: 93px;
}
#information .prospective-menu-item ul a {  
	margin-left: 20px;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .prospective-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .prospective-menu-item li:last-child {  border-bottom: 1px solid #eee;} 
#information .prospective-menu-item li:hover {  
	background:#f96290;
}
#information .staff-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .staff-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
	background:#B9496B;
}
#information .staff-menu-item h4 a {  
	color: #fff;  
	display: block;  
	width: 100%;
} 
#information .staff-menu-item ul {  
	background: #333; 
	font-size: 14px;  
	line-height: 30px;  
/*	height: 0px; *//*Collapses the menu*/ 
	height: 155px;  
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 
/*
#information .staff-menu-item:hover ul {
  	height: 155px;
}
*/
#information .staff-menu-item ul a {  
	margin-left: 20px;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .staff-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .staff-menu-item li:last-child {  border-bottom: 1px solid #eee;} 
#information .staff-menu-item li:hover {  
	background:#f96290;
}
#information .alumni-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .alumni-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
	/*background:#B9496B;*/
background: #333;	
}
#information .alumni-menu-item h4 a {  
	color: #fff;  
	display: block;  
	width: 100%;
} 
#information .alumni-menu-item ul {  
	background: #333 ; 
	font-size: 14px;  
	line-height: 30px;  
	/*height: 0px; *//*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 
#information .alumni-menu-item:hover ul {
  	height: 31px;
}
#information .alumni-menu-item ul a {  
	margin-left: 20px;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .alumni-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .alumni-menu-item li:last-child {  border-bottom: 1px solid #eee;} 
#information .alumni-menu-item li:hover {  
	background:#f96290;
}
#information .current h4 { 
	background: #7A3046;
	border-bottom:#CCC 1px solid;
}

#left-column-content{
	width:100%;
}
#left-column-content .content-topic{
	background:#fff;
	padding-top:5px;
}
#left-column-content .content-topic a{
	line-height: 2;
	font-size:120%;
	font-weight: bold;
	margin:0px 10px 0px 10px;
	color:#7A3046;
}
#left-column-content .content {
	margin-bottom:10px;
	background:#fff;
	padding-bottom:5px;
	font-size: 140%;
	line-height:2;
	overflow:hidden;
}
#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;
}
#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 li{
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	list-style:outside circle;
	margin-left:20px;
}
#left-column-content p{
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	font-size:14px;
	text-align:justify;
	margin: 5px 10px;
}
.navigationbar {
	color: white;
	font-weight: bold;
}
	
