html {
}

body {
	margin: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 1.3;
}


/********************************* banner *********************************/

#banner {
	position: relative;
	background-color: #eee;
	background: -ms-linear-gradient(top, #f0f8ff, #bfd1f5);
	background: -moz-linear-gradient(top, #f0f8ff, #bfd1f5);
	background: -webkit-linear-gradient(top, #f0f8ff, #bfd1f5);
	width: 100%; height: 40px;
	z-index: 20;
}

#banner_appname {
	position: absolute;
	display: block;
	xcolor: #44a; color: #226;
	font-weight: 600;
	font-size: 18px; top: 10px; left: 5px;
	text-decoration: none;
	cursor: pointer;
}

#banner_appmenu {
	position: absolute;
	font-size: 12px;
	top: 16px; right: 5px;
}

#banner_appmenu a {
	color: #448;
}

.spacer {
	width: 0; height: 0; clear: both;
}
