
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    -webkit-text-size-adjust: none;
}

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

.button {
    position: absolute;
    top: 8px;
    right: 6px;
    -webkit-border-image: url(/_m/_iphone/images/iPhoneButton.png) 0 5 0 5;
    -webkit-border-radius: 0;
    border-width: 0 5px 0 5px;
    padding: 0;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-decoration: none;
    background: none;
}

#homeButton {
    display: none;
    left: 6px;
    right: auto;
    -webkit-border-image: url(/_m/_iphone/images/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

#backButton {
    display: block;
    left: 6px;
    right: auto;
    -webkit-border-image: url(/_m/_iphone/images/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}


.goButton {
    -webkit-border-image: url(/_m/_iphone/images/iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}

body > div,
body > form,
body > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    min-height: 418px;
    margin: 0;
    padding: 0;
}

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

body > ul > li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    background: url(/_m/_iphone/images/iPhoneArrow.png) no-repeat right center;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body > ul > li > a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
}

a
{
    text-decoration:none;
}
    
.panel {
    box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(/_m/_iphone/images/pinstripes.png);
}

/************************************************************************************************/

.dialog {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 468px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
    background: url(/_m/_iphone/images/iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

label {
    position: absolute;
    margin: 14px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}

.inputbox {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 3px 0;
  padding: 5px 3px;
  font-family: inherit;
  font-size: inherit;
}

.section {
    -webkit-border-radius : 8px;
    border : 1px solid #5c93bf;
    padding-left: 5px;
    padding-right: 5px;
}

.section_title 
{
    font-size:18px;
    border-bottom:solid 1px #5c93bf;
    padding-left: 3px;
    padding-right: 5px;
}

.section_titleSmall
{
    font-size:16px;
    border-bottom:solid 1px #5c93bf;
    padding-left: 3px;
    padding-right: 5px;
}

.section_footer 
{
    border-top:solid 1px #5c93bf;
    padding-left: 3px;
    padding-right: 5px;
}

.section_data 
{
    border-bottom:solid 1px #5c93bf;
    padding-left: 3px;
    padding-right: 5px;
}

.dashed 
{
    border-bottom:dashed 1px #dddddd;
}

.padded {
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 15px;
    padding-top:15px;
}

.bigButton 
{
    width:100%;
}

.copyright
{
    color:#999999;
    font-size: 11px;
}

.fontAccountingRed
{
    color:#660000;
}

.fontAccountingGreen
{
    color:#006600;
}

.dashed_top
{
    border-top:dashed 1px #dddddd;
}

.expand
{
    font-size: 12px;
}

#prefBubble
{
    position:absolute;
    left:0px;
    top:0px; 
    display:none;
    z-index:50;	
}

#prefBubble2
{
    position:absolute;
    left:0px;
    top:0px; 
    display:none;
    z-index:50;	
}

.subText
{
    font-size:15px;
}
.nodeSelect {
    font-size: 14px;
    font-weight: bold;
}