html
{
min-height: 100%
}
body
{
font-size:14pt;
line-height:21pt;
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color:;
width:100%;
background-image:url(background.png);
background-repeat:no-repeat;
margin:0px;
color:#666666;
direction:ltr;
-webkit-tap-highlight-color:#000000;
  background-position: center;
background-size:cover;
  height: 100%
}
p
{
padding-right: 4px;
padding-left: 4px;

}
a
{
color:#666666;
text-decoration:none;
font-weight:bold;
font-size:14pt;

}
a:visited
{
color:#666666;
text-decoration:none;
font-weight:bold;

}
h1
{
font-family: "Lucida Sans Unicode";
font-size: 18pt;
color: #474747;
font-weight: regular;

}
h2
{
ffont-family: "Lucida Sans Unicode";
font-size: 14pt;
color: #474747;
font-weight: regular;

}
h3
{
font-family: "Lucida Sans Unicode";
font-size: 12pt;
color: #474747;
font-weight: bold;

}
li
{

}
.itemimage
{
border:solid 0px #aaa;
max-width:100px;
width: expression(this.width > 100 ? 100: true);
vertical-align:middle;

}
.iimage
{
border:solid 0px #aaa;
max-width:100%;
vertical-align:middle;

}
ol
{
list-style-type: decimal;

}
ul
{
list-style-type: square;

}
/*webkitcssaddition*/.detailspanel
{
-webkit-border-top-right-radius:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
border:solid 1px #aaa;
padding:20px;
background-color:#ffffff;

}
li > a[selected], li > a:active
{

}
li > a[selected="progress"]
{
background-repeat: no-repeat !important;
    background-position: right center !important;
background-image: url(loading.gif) !important;

}
body > .WebKitPanel
{
box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
 -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

}
body > .toolbar
{
text-align:center;

}
.WebKitList
{
    position: relative;
 background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    font-size: 16px;
margin:5px 0 15px 0;
    padding: 0;
   list-style:none;
 -webkit-border-radius:0;
 border-width:0;
 background-color:transparent;

}
.WebKitItem
{
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
   -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-align: right;
margin:0;
 padding:0;
 border-width:0;
 
}
.WebKitPanel > ul li:last-child
{
    border-bottom: none !important;

}
.WebKitTitle
{
text-align:left;
 padding:11px 0 9px 10px;
 background:url(listArrow.png) center right no-repeat;
 display:block;
 text-decoration:none;
 overflow:hidden;
 text-overflow:ellipsis;
 color:#000;
 font-weight:bold;
 font-size:17px;
 margin:0;
 border:1px solid #aaa;
 border-bottom-width:0 !important;
 margin-top:-1px;
 background-color:#fff;
 
}
.WebKitPanel > ul > li:first-child a
{
 -webkit-border-top-right-radius:10px;
 -webkit-border-top-left-radius:10px;
 
}
.WebKitPanel > ul > li:last-child a
{
 -webkit-border-bottom-right-radius:10px;
 -webkit-border-bottom-left-radius:10px;
 border-bottom-width:1px !important;
 
}
.WebKitImage
{
vertical-align:middle;
 margin-left:-4px;
 margin-right:4px;
 height:24px;
}
.rounded-box
{
  margin: 0 20px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.9)
}
.logo{
  width: 100%;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
