    body{
            margin: 0;
    padding: 0;
}
    div.toolbar {
    margin: 0;
    padding: 0;
    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(/images/ios/toolbar.png) #6d84a2 repeat-x;
}
.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: -5px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

ul.ios{
    padding:0px;
    margin:0px;
}

ul.ios li:first-child {
    top: 0;
    border-top: 1px solid #E0E0E0;
}

ul.ios  li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}
ul.ios  li  a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(/images/ios/listArrow.png) no-repeat right center;
}

#backButton {
    color:white;
    display: inline;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url(/images/ios/backButton.png) 0 8 0 14;
}
.button {
    background: none repeat scroll 0 0 transparent;
    border-width: 0 5px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    top: 8px;
    white-space: nowrap;
    width: auto;
}


#adlkcms_i_pager{
    border-top: solid 1px black;
    border-bottom:solid 1px black;
    background-color:#f1f1f1;

}
#adlkcms_i_pager .adlkcms_i_pagerbox{
    text-align:center;
    margin: 10px 0px 10px 0px;
}
.adlkcms_i_pagerbox a{
    font-weight: bold !important;
    color:#FFFFFF !important;
    text-decoration: none;
    display:inline-block;
    padding:10px 10px;
    font-size:80%;
    margin:0px 5px;
}

.adlkcms_i_pagerbox .not_a{
    font-weight: bold !important;
    color:#AAAAAA !important;
    text-decoration: none;
    display:inline-block;
    padding:10px 10px;
    font-size:80%;
    margin:0px 5px;
    border:solid 1px #859dB9;
    background-color:white;
}

.adlkcms_i_pagerbox a:link,.adlkcms_i_pagerbox a:visited{
    border:solid 1px #859dB9;
    background-color:#859dB9;
}

.adlkcms_i_pagerbox a:focus, .adlkcms_i_pagerbox a:hover, .adlkcms_i_pagerbox a:active {
    background-color: #336699;
    border: 1px solid #336699;
}