@font-face {
	font-family: 'Segoe WPN Semilight';
	src: url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.woff') format('woff'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.ttf') format('truetype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.svg#SegoeWPN-SemiLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe WPN Light';
	src: url('/files/fonts/segoewpn/light/SegoeWPN-Light.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.woff') format('woff'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.ttf') format('truetype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.svg#SegoeWPN-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

a img {
	border: none;
}

body {
	font-family: "Segoe WPN Semilight";
	background: #eeeeee;
	position: relative;
	margin: 0;
	min-height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	color: #333;
}

#topbar {
	height: 44px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 0;
	background: #f5f5f5;
	border-bottom: solid #c5c5c5 1px;
	margin-bottom: 13px;
	opacity: 0.98;
}

#title {
	font-family: "Segoe WPN Light";
	line-height: 40px;
	height: 44px;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #000;
}

#content {
	margin-top: 55px;
	width: 100%;
	position: relative;
	min-height: 200px;
	height: auto;
	z-index: 0;
	overflow: hidden;
}

.title {
	font-family: "Segoe WPN Light";
	position: relative;
	font-size: 19px;
	right: 20px;
	left: 9px;
	color: #444444;
	padding: 1px 0 3px 8px;
}

.pageitem li:first-child, .pageitem li.form:first-child {
	border-top: 0
}

.pageitem {
	background-color: #f5f5f5;
	border: #e1e1e1 solid 1px;
	color: #454545;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
	list-style: none;
}

.pageitem img {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-left: 6px;
	margin-top: -22px;
}

li.button, li.smallfield {
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
}

.button input {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0;
	-webkit-border-radius: 0;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: none;
	font-family: "Segoe WPN Semilight";
}

.smallfield .name {
	position: absolute;
	left: 0;
	right: 50%;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	font-size: 17px;
	padding-left: 5px;
	overflow: hidden;
}

.smallfield input {
	width: 50%;
	position: absolute;
	right: 0;
	height: 44px;
	-webkit-appearance: none;
	border: none;
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	font-size: 17px;
	font-family: "Segoe WPN Semilight";
}

a {
	color: inherit;
	text-decoration: none;
}

.pagetitle {
	font-family: "Segoe WPN Light";
	font-size: 20px;
	color: #333;
	padding: 3px 5px;
	display: block;
	margin-left: 52px;
}

.pagetext {
	font-family: "Segoe WPN Semilight";
	font-size: 15px;
	color: #111;
	padding: 0px 5px 6px;
	display: block;
	margin-left: 52px;
	text-decoration: underline;;
}

.pageitem .text {
	font-family: "Segoe WPN Semilight";
	font-size: 16px;
	color: #111;
	padding: 5px 6px;
	display: block;
}

.linkbutton {
	height: 35px;
	line-height: 32px;
	font-family: "Segoe WPN Light";
	font-size: 16px;
	padding: 5px 10px;
	display: block;
	font-size: 20px;
}



