﻿body
{
    width: 480px;
	
}

.contentPanel .articleTitle
{ 
    height: 3.75em;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
}
.articleTitle .articleTopic{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

/*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 64px 64px 28px;
	background: none;
}

/*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: hidden;
    background-color: transparent;
    padding: 0 0 0 28px;
    position: absolute;
    left: 0px;
    top: 10em;
    column-width: 424px;
}
article .contentPanel
{
    height: 100%;
}
article .contentPanel .panelButtons
{
   left: 28px; /* safe region area on the right side: 480 - 28 - 386 ~ 64px */
}
.cnt2000 img{
	width: 80%;
}

/*in snapped the safe area is on the right so these need to be different than in main.css*/
.helpMenu li a
{
}

.contentPanel .backLink{
/*background-size: 100%;*/
}

/* contents */
.headCaption {
	margin-top: 20px;
}
.imageBlock img{
	width: 63%;
	}
/*- background-*/
#TOC {
    background-image: url(img_common/bg/bg_main_snapped.jpg);
}
