﻿div#back {
	position: absolute;font-size: 15px;
	background-image: url('/backButton.png');
	line-height: 30px;
	width: 40px;
	height: 30px;
	text-align: right;
	z-index: 1;
	left: 11px;
	top: 7px;
	right: 890px;
	padding-right: 3px;
}
div#back a {
	text-decoration: none;
	color: white;
}
body {
	margin: 0;
	font-family: Helvetica;
	background: #FFFFFF;
	color: #000000;
	overflow-x: hidden;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}
body > *:not(.top) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 372px;
}
body > *[selected="true"] {
	display: block;
}
body > .top {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	border-top: 1px solid #6d84a2;
	padding: 10px;
	height: 45px;
	background: url(/toolbar.png) #6d84a2 repeat-x;
	text-align: center;
}
/****************************************************************************************/
.button {
	position: absolute;
	top: 8px;
	right: 6px;
	margin: 0;
	border-width: 0 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	-webkit-border-image: url(/toolButton.png) 0 5 0 5;
}
#backButton {
	display: none;
	left: 6px;
	right: auto;
	padding: 0;
	max-width: 55px;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(/backButton.png) 0 8 0 14;
}
/****************************************************************************************/
ul {
	font-size: 20px; ;
	font-family: Helvetica;
	font-weight: bold;
	color: black;
	margin: 0;
	padding: 0;
	width: 320px; ;
	background-color: white;
}
li {
	list-style-type: none;
	border-bottom-width: 1px; ;
	border-bottom-color: rgb(217,217,217);
	border-bottom-style: solid;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 8px;
	background: url(/listArrow.png) no-repeat right center;
	height: 19px;
	line-height: 19px;
}
li:first-child {
	border-top: 0;  
}
a {
	display: block; 
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px; 
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;
	text-decoration: none;
	color: black;
}
