﻿body
{
    width: 480px;
	
}

/* unvisited link */
a:link {
    color: #ebebeb;
}

/* visited link */
a:visited {
    color: #ebebeb;
}

.contentPanel .articleTitle
{ 
    height: 3.75em;
    width: 100%;
    overflow: hidden;
    margin-top:12px;
    color:#ebebeb; /*xboxwhite*/
}

.contentPanel .articleTopic
{ 
    height: 3.75em;
    width: 100%;
    overflow: hidden;
    color:#ebebeb; /*xboxwhite*/
}

/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

nav.contentPanel
{
    padding: 64px 128px 64px 28px;
}

/*if in snapped we need to modify the positioning scheme to allow us to insert the contents between existing nav elements*/
article .helpContent
{
    height: 616px;
    overflow: scroll;
    background-color: transparent;
    padding: 28px 0px 20px 28px;
    position: absolute;
    left: 0px;
    top: 10em;
    column-width: 380px;
    text-align:justify;	
    text-justify:inter-word;
}

article .contentPanel
{
    height: 100%;
}

article .contentPanel .panelButtons
{
   left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */
}

article .contentPanel .panelButtons .pageButton
{
   border-color: green;
}

article .contentPanel .backLink
{
   border-color: green;
}

/*in snapped the safe area is on the right so these need to be different than in main.css*/
.helpMenu li a
{
    margin:16px 22px 0 -22px;
    padding:0 112px 0 22px;
}
