body{
	margin: 0 auto;
	color: #000;
	background: #fff;
	font: normal 13px/20px Segoeui, Arial, Verdana, serif;
	background: url(/20240725133801oe_/https://webapps.med.cuhk.edu.hk/cme/images/bg_header.png) repeat-x center top;
}

/*******
 * Top *
 *******/
#top{
	height: 45px;
}
.phone_top{
	background: url(/20240725133801oe_/https://webapps.med.cuhk.edu.hk/cme/images/bg_phone_top.png) no-repeat left center;
	font: normal 11px/36px Segoeui, Arial, Verdana, serif;
	float: right;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
}
.welcome{
	margin: 9px 0 0 0;
	color: #DAEFF1;
	font-family: Bitter, "Myriad Pro", Verdana, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.welcome a{text-decoration: none}
.welcome a:hover{text-decoration: underline}

.toprmenu ul{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	text-transform: uppercase;
	text-decoration:none;
}
.toprmenu ul li {
	display: inline-block;
}
.toprmenu ul li a {
	color:#fff;
	display: block;
	margin:10px;
	font-size: 0.8125em;
	text-decoration: none;
}
.toprmenu li> a:hover {
	color: #ACEAFA;
	text-decoration: none;
}

.toprmenu ul li input {
	background-color: transparent;
	color: #fff;
	font-size: 0.8125em; 
	text-transform: uppercase; 
	text-decoration: none; 
	border: none; 
}

.toprmenu ul li input:hover {
	color: #ACEAFA;
	text-decoration: none;
	cursor: pointer;
}


/***************
 * Nav primary *
 ***************/
#block_nav_primary{
	width: 100%;
	height: 48px;
	margin: 0 0 20px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CBE0E4;
	background-color: #F9FAFB;
}
#block_nav_primary .grid_12{
	background-color: ;
}

.f_info{
	height: 60px;
	background: #f9fbfc;
}
.f_info p.copyright{
	color: #999;
	font: 11px/30px Segoeui, Arial, Verdana, serif;
}
