
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    width: 100%;
    font-size: 24px;
}

.homeToolbar {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.Toolbar {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 48px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}

.button {
    position: absolute;
    top: 24px;
    -webkit-border-image: url(iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: url(images/iPhoneToolbar.png) #6d84a2 repeat-x;
	text-align: left;
	border-bottom: 1px solid #2d3642;
	left: 5px;
}

.homeButton {

    box-sizing: border-box;
    -webkit-border-image: url(iPhoneBackButton.png) 0 5 0 5;
    margin: 0;
    padding: 10px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(images/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
}


body > div,
body > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    padding: 0;
}

body > *[selected="true"] {
    display: block;
}

.periodlisting {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 10;
    background: url(images/iPhoneArrow.png) no-repeat right center;
    font-size: 16px;
    list-style: none;
}

a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
}
    
.panel {
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}
