body
{
   font-size:50%;
   /*gradient for smartglass UI*/
   /*background: -webkit-linear-gradient(top, #000000 50%, #323232); /* Safari and Chrome*/
   /*background: -moz-linear-gradient(top, #000000 50%, #323232);/*Firefox*/
   /*background: -ms-linear-gradient(top, #000000 50%, #323232);/*IE*/
  /*background:#000 url("background_landscape.png") no-repeat;*/
}

/*for smaller android tablets the line height prevents showing all 6 items*/
@media (max-height:595px) 
{
  body
    {
        font-size:44%;
    }

  .helpMenu li a
    {
        height:2.5em;
        line-height: 2.5em;
    }
}

.helpMenu .helpContent {
    overflow: hidden
}

article .contentPanel
{
    padding: 0 0 0 48px;
    position: relative;
    top: 5%;
    height: 80%;
    width:300px;
    background-color:transparent;
}

article .contentPanel .panelButtons
{
   display: none;
}

.pageCounter
{
    display: block;
    position: fixed;
    right: 2em;
    bottom: .5em;
    left: auto;
}

article .helpContent
{
    position: relative;
    height: 70%;
    top: 20%;
    padding: 2% 144px 2% 64px; /* right padding set to be higher than column-gap to allow "peek" (part of next column showing up next to full column). */
    background-color:transparent;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    line-height:1;
}

article .contentPanel .backLink
{
    top: 0em;
    left: 2em;
    margin: 0;
    background-position:0em 0em;
}

/*note you must re-initialize any background properties if you swap images*/
article .contentPanel .backLink:focus 
{
    background-position:0em 0em;
}

article .contentPanel .tocLink
{
    top: 0em;
    left: 2em;
    margin-left: 10px;
    background-position:0em 0em;
}

/*note you must re-initialize any background properties if you swap images*/
article .contentPanel .tocLink:focus 
{
    background-position:0em 0em;
}

.articles article:not(.helpMenu) .articleTitle 
{
    top: 3.8em;
    left: 1.5em;
    height: 3em;
}
#TOC .articleTitle 
{
    left:1.75em;
}
article .contentPanel .articleTitle
{
/*    position: fixed;
    top: 4.85em;
    left: 2em;*/
    height: 3em;
    display: block;
    /*width: 70%;*/
    overflow: hidden;
}

.helpMenu li a
{
    width: 100%;
    display: block; 
    padding-bottom:.25em;
}

/*remove controller button states*/
.navLinks a, .navLinks a.first, .navLinks a:focus, .navLinks a:hover:not(:focus) 
{
   
    border:none;
    background-color: transparent;
    outline:0;  
    box-shadow:none;
}

/* BACKGROUNDS */
#TOC {
    background-image: url(images/backgrounds/Background_main_tablet.jpg);
}

#article1000 {
    background-image: url(images/backgrounds/Background_10_tablet.jpg);
}

#article1100, #article1200, #article1300, #article1400 {
    background-image: url(images/backgrounds/Background_11_tablet.jpg);
}

#article2000, #article2200, #article2300, #article2400, #article2500 {
    background-image: url(images/backgrounds/Background_20_tablet.jpg);
}

#article2100, #article2110, #article2210, #article2220, #article2310, #article2320, #article2440, #article2410, #article2420, #article2430, #article2550, #article251, #article2520, #article2530, #article2540 {
    background-image: url(images/backgrounds/Background_21_tablet.jpg);
}

#article3000, #article3100, #article3140, #article3150, #article3200, #article3300, #article3400, #article3500 {
    background-image: url(images/backgrounds/Background_30_tablet.jpg);
}

#article3110, #article3120, #article3130, #article3141, #article3142, #article3143, #article3151, #article3152, #article3210, #article3220, #article3230, #article3240, #article3250, #article3310, #article3320, #article3330, #article3340, #article3410, #article3420, #article3510, #article3520, #article3530, #article3531 {
    background-image: url(images/backgrounds/Background_31_tablet.jpg);
}

#article4000 {
    background-image: url(images/backgrounds/Background_40_tablet.jpg);
}

#article4100, #article4200 {
    background-image: url(images/backgrounds/Background_41_tablet.jpg);
}

#article5000 {
    background-image: url(images/backgrounds/Background_50_tablet.jpg);
}

#article5100, #article5200 {
    background-image: url(images/backgrounds/Background_51_tablet.jpg);
}