﻿
/* This file is intended to contain rules that will allow "skinning" of your manual by changeing the colors, fonts and background images. You should not place any rules here
that modify positioning or size or other layout properties*/

body
{
  /*these are the standard fallbacks that are design approved for the majority of the supported devices.*/
  font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;
  background: #000;
}

@media (max-width: 480px)
{
  .contentPanel
  {
      background: transparent url("AV_BackgroundPortrait.png") no-repeat fixed 0 20%;
  }

  .helpContent
  {
      background: #000;
  }
}

article a.articleTitle, article a.articleTitle:visited
{
  color:#222222;
}

article .helpContent
{
  color:#ebebeb;
}
