  /* ================================= */
  /* --- Standard ExperTune Styles --- */
  /* ================================= */
  
  /* --- Basic Default Styles --- */
  
  
  body {
          margin-left: 0px;
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 0px;
          background-color: #1669AC;
          font-family: Tahoma, Arial, sans-serif;
          font-size: 9pt;
          color: #303030;
          }
  
  td,th,p {
          font-family: Tahoma, Arial, sans-serif;
          font-size: 9pt;
          color: #303030;
          }
  
  h1  {
      color: #151515;
      font-size: 14pt;
      }
  
  h2  {
      color: #151515;
      font-size: 12pt;
      }
  
  h3  {
      color: #151515;
      font-size: 11pt;
      }
  
  h4  {
      color: #606060;
      font-size: 11pt;
      font-weight: normal;
      }
  
  h1.banner  {
          color: #FFFFFF;
          }
  
  
  /* ============================ */
  /* --- Start of named items --- */
  /* ============================ */
  
  
  /* --- Headers & Footers --- */
  
  h1.PTTitle      {
          color: #000000;
          font-style: italic;
          text-align: center;
          }
  
  .heading1 {
          font-size: 14px;
          color: #3366FF;
          font-weight: bold;
          }
  
  
  .XPfooter       {
          font-family: Arial, Helvetica, sans-serif;
          color: red;
          font-size: 8px;
          }

  .dropshadow	{
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
	}


  
  /* ===================== */
  /* --- Text Emphasis --- */
  /* ===================== */
  
  div.MainRight   {
      margin-left: 1%;
      margin-right: 1%
      }
  
  /* ===================== */
  /* --- Text Emphasis --- */
  /* ===================== */
  
  .style3 {color: #FFFFFF}
  
  .menu {
          color: #0167ff;
          font-size: 10px;
          font-weight: bold;
          }
  
  .star {
      color: #ff0000;
      }
  
  
  .style1 {
          background-color: #BCDBF6;
          color: #4153C9;
          font-weight: bold;
          }
  
  .style2 {
          font-size: 13px;
          font-weight: bold;
          }
  
  .style3 {color: #FFFFFF}
  
  
  .style4 {font-family: Arial;
           font-size: 10pt;
          }
                  
  .style5 {font-size: 12pt}
  
  
  .heading {
          color: #0b39bc;
          font-size: 10px;
          font-weight: bold;
          }

  .centered {
            text-align: center;
            }
  
h3.stdBlue      {
    text-align: center;
    font-size: 11pt;
    color: #4153C9;
    }

.custalk {
      color: #333333;
      }
  
.white {
      color: #ffffff;
      }
  
.automargin {margin-left: auto;
             margin-right: auto;}
  
   
.center {text-align: center;}
      
  .red {background-color: #ff0000;}
  
  .green {background-color: #00ff00;}
  
  .yellow {background-color: #ffff00;}

  .blue {background-color: #7777ff;
        color: white;}
    

.greenBack  {
    background-color: #00FF00;
    color: black;
    }

.yellowBack  {
    background-color: yellow;
    color: black;
    }

.redBack  {
    background-color: #FF0000;
    color: black;
    }

  h3.subtitle     
          {
          color: #0000C0;
          }
  
  
  H2.PT6  {
          background-color: #303070;
          font-weight: bold;
          color: #FFFFFF;
          font-size: 11pt;
          margin-left: 0px;
          padding-left: 8px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-family: Arial, sans-serif;
          }
          
  H2.Apex  {
          background-color: #227aa3;
          font-weight: bold;
          color: #FFFFFF;
          font-size: 11pt;
          margin-left: 0px;
          padding-left: 8px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-family: Arial, sans-serif;
          }
          
 
  /* --- .PS - Problem Solvers --- */
  H2.PS  {
          background-color: #303070;
          font-weight: bold;
          color: #FFFFFF;
          font-size: 11pt;
          margin-left: 0px;
          padding-left: 8px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-family: Arial, sans-serif;
          }
 
  /* --- .Assess - Assessments --- */
  H3.Assess  {
          background-color: #A0A0F0;
          font-weight: bold;
          color: #000000;
          font-size: 11pt;
          margin-left: 0px;
          padding-left: 8px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-family: Arial, sans-serif;
          }
 
           
  H2.PIDLO  {
          background-color: #0056A7;
          font-weight: bold;
          color: #FFFFFF;
          font-size: 11pt;
          margin-left: 0px;
          font-family: Arial, sans-serif;
          } 
  
  ul.LibList      {
          list-style-image: none;
          }
  
  .noborder       {
          border-style: none;
          }
  
  
  img.PTSnap      {
          border-style: outset;
          border-color: #000000;
          max-width: 100%;
          }
  
  
  .XPMid  {
          vertical-align: middle;
          margin-left: 0%;
          }
  

  /* ====================== */
  /* --- Floating Boxes --- */
  /* ====================== */

  div.instruct   {
    float: right;
    width: 180px;
    color: navy;
    background-color: #E8F2FA;
    border-left: 1px solid navy;
    border-top: 1px solid navy;
    border-bottom: 3px solid navy;
    border-right: 3px solid navy;
    }
    
  div.instruct2   {
    float: right;
    width: 180px;
    color: black;
    background-color: #F2E8E8;
    border-left: 1px solid navy;
    border-top: 1px solid navy;
    border-bottom: 3px solid navy;
    border-right: 3px solid navy;
  }

  /* ==================== */
  /* --- Named Tables --- */
  /* ==================== */
  
  
  /* --- xpTableOuter --- */
  /* Used for the outermost table on ExperTune Web Pages */
  
  
  table.xpTableOuter {
          width: 100%;
          border: 0;
          padding: 0;
          margin: 0;
          }
  
  table.xpTableOuter > tr {
          width: 100%;
          border: 0;
          padding: 0;
          margin: 0;
          }
  
  td.xpOuter      {
          width: 995px;
          background-color: #808080;
          text-align: center;
          }
  
  
  /* --- xpTablePage --- */
  
  table.xpTablePage {
          width: 773px;
          border: 0;
          padding: 0;
          margin: 0;
          }
  
  /* --- PID Settings --- */
  
  #PIDSettings {
      width: 95%;
      }
  
  #PIDSettings th {
      background-color: black;
      color: white;
      font-weight: bold;
      }
  
  #PIDSettings td {
      background-color: #59c9e2;
      padding: 5px;
      border-top: 1px solid black;
      }
  
  
  /* ===================== */
  /* --- borderTable --- */
  /* ===================== */
  /* Used for tables with nice borders.  Note use of <th>. */
  
  table.borderTable       {
      width: 90%;
      border-left: 1px black solid;
      border-top: 1px black solid;
      border-right: 4px black solid;
      border-bottom: 4px black solid;
      }
  
  table.borderTable th    {
      background-color: #88BBFF;
      color: 111111;
     }
  
  table.borderTable td    {
      border-top: 1px #777777 solid;
      border-bottom: 1px #777777 solid;
      border-left: 1px #777777 solid;
      border-right: 1px #777777 solid;
      }
  
/* ===================== */
/* --- powderTable --- */
/* ===================== */
/* Used for tables with powder-blue background.  Note use of <th>. */
 
table.powderTable       {
    width: 99%;
    border: none;
    }

table.powderTable th    {
    padding: 2px;
    text-align: center;
    background-color: #E8F2FA;
    border-bottom: black 1px solid;
    }
 
table.powderTable td    {
    padding: 2px;
    text-align: center;
    background-color: #E8F2FA;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 5%;
    padding-bottom: 5%;
    }

/* ===================== */
/* --- featureTable --- */
/* ===================== */
/* Used for tables with powder-blue background.  Note use of <th>. */
 
table.featureTable       {
    width: 99%;
    border: none;
    }

table.featureTable th    {
    padding: 2px;
    text-align: center;
    background-color: #E8F2FA;
    }
 
table.featureTable td    {
    padding: 14px;
    text-align: left;
    vertical-align: top;
    background-color: #E8F2FA;
    border-top: #0056A7 solid 16px;
    }

/* ===================== */
/* --- indexTileTable --- */
/* ===================== */
/* Used for tables with powder-blue background.  Note use of <th>. */
 
table.indexTileTable    {
    width: 100%;
    border: none;
    }
 
table.indexTileTable th {
    text-align: center;
    background-color: transparent;
    height: 50px;
    }
 
table.indexTileTable td {
    text-align: left;
    background-color: #FFFFFF;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px grey dashed;
    border-right: 1px grey dashed;
    }
 
table.indexTileTable h3 {
    text-align: center;
    font-size: 11pt;
    color: #4153C9;
    }
  
  /* ===================== */
  /* --- sideMenuTable --- */
  /* ===================== */
  /* Used for left-side menus.  Note use of <th>. */
  /* Choose a <td> class for each <td> */
  
  #sideMenuTable  {
      width: 190;
      border: none;
      padding: 0;
      padding-right: 3px;
      }
  
  #sideMenuTable th {
      height: 22;
      background-color: #BCDBF6;
      color: #4153C9;
      font-weight: bold;
      font-size: 9pt;
      text-align: center;
      width: 137;
      }
  
  #sideMenuTable td.bullet {
      width: 17;
      text-align: center;
      background-color: #E9E9E9;
      }
  
  
  #sideMenuTable td.menuItem {
      width: 123;
      height: 22;
      background-color: #f3f3f3;
      font-size: 9pt;
      }
  
  #sideMenuTable td.article {
      width: 143;
      height: 22;
      background-color: #f3f3f3;
      padding-top: 10px;
      padding-left: 5px;
      padding-right: 5px;
      }
  
  /* --- libTable --- */
  
  .libTable {
            text-align: center;
            width: 90%;
  }
  .libTable th  {
    background-color: #666666;
	  color: #FFFFFF;
	  padding: 5px;
	  text-align: left;
          }
  
  .libTable td    {
          border-top: 3px groove black;
          padding: 3px;
          background-color: #FFFFFF;
          text-align: left;
          }
  
  /* --- tileTable --- */
  /* Used to present a tile of graphic objects, usually as */
  /* an overview menu page. */
  
  #tileTable {
      border: none;
      padding: 10%;
      text-align: center;
      }
  
  #tileTable H2   {
          background-color: #000000;
          font-weight: bold;
          color: #FFFFFF;
          font-style: italic;
          margin-left: 0px;
          font-family: Arial, sans-serif;
          padding: 0;
          margin: 0;
          } 
          
          
  /* --- tileTable --- */
  /* Used to present a tile of graphic objects, usually as */
  /* an overview menu page. */
  
  #tileTable100 {
      border: none;
      text-align: center;
      }
  
  #tileTable100 H2   {
          background-color: #000000;
          font-weight: bold;
          color: #FFFFFF;
          font-style: italic;
          font-family: Arial, sans-serif;
          margin: 0;
          } 
  
/* ===================== */
/* --- boldList --- */
/* ===================== */
 
.boldList > li {
     color: #151515;
     font-size: 11pt;
     font-weight: bold;
     }
     
 
 
  /* ======================== */
  /* --- Floating Objects --- */
  /* ======================== */
  
  .floatBoxR   {
      float: right;
      border: 2px solid #1111FF;
      background-color: #5555DD;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 14px;
      text-align: center;
      padding: 15px;
      margin: 10px;
      width: 150px;
      }

  .floatBoxRLJ   {
      float: right;
      border: 2px solid #1111FF;
      background-color: #5555DD;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 14px;
      text-align: left;
      padding: 15px;
      margin: 10px;
      width: 150px;
      }
  
  .floatBoxL   {
      float: left;
      border: 2px solid #1111FF;
      background-color: #5555DD;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 14px;
      text-align: center;
      padding: 15px;
      margin: 10px;
      width: 150px;
      }
      
  .centeredBox   {
      border: 2px solid #1111FF;
      background-color: #5555DD;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 14px;
      text-align: center;
      padding: 15px;
      margin: 10px;
      width: 80%;
      float: none;
      }

  
  /* ====================== */
  /* --- Link Behaviors --- */
  /* ====================== */
  
  
  a:link {
          color: #0167ff;
          text-decoration: none;
  }
  a:visited {
          color: #0167ff;
          text-decoration: none;
  }
  a:hover {
          color: #00AA00;
          text-decoration: underline;
  }
  a:active {
          color: #0167ff;
          text-decoration: none;
  }
  
  
  #more:link {
          color: #0b39bc;
          text-decoration: none;
  }
  #more:visited {
          color: #0b39bc;
          text-decoration: none;
  }
  #more:hover {
          color: #00AA00;
          text-decoration: none;
  }
  #more:active {
          color: #0b39bc;
          text-decoration: none;
  }
  #head:link {
          color: #0b39bc;
          text-decoration: none;
  }
  #head:visited {
          color: #0b39bc;
          text-decoration: none;
  }
  #head:hover 
  {
          color: #00AA00;
          text-decoration: none;
  }
  #head:active 
  {
          color: #0b39bc;
          text-decoration: none;
  }
  
  /* --- sidemnu links --- */
  #sidemnu:link {
          color: #0b39bc;
          text-decoration: none;
  }
  #sidemnu:visited {
          color: #0b39bc;
          text-decoration: none;
  }
  #sidemnu:hover 
  {
          color: #00AA00;
          text-decoration: underline;
  }
  #sidemnu:active 
  {
          color: #0b39bc;
          text-decoration: none;
  }
  
  /* ==================================== */
  /* --- Specialty and One-off styles --- */
  /* ==================================== */
  
  
  #marqueecontainer{
      position: relative;
      width: 170px; 
      height: 35px; 
      background-color: white;
      overflow: hidden;
      border: 0px solid orange;
      padding: 4px;
      padding-left: 15px;
      }
          /*===================================*/
          /*-- This is Style for Hrdindex.js---*/
          /*===================================*/
          
  #pscroller1{
  width: 147px;
  height: 200px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 1px;
  background-color:#ffffff;
  }
  
  
  /* ====================== */
  /* --- Quote Lists    --- */
  /* ====================== */
  
  #quoteList em   {
      font: normal oblique Helvetica;
      }
  
  .dark {
      color: #333333;
      }
  
  
  /* ====================== */
  /* --- Fancy Lists    --- */
  /* ====================== */

.fancyList {
    list-style-image: url(http://www.expertune.com/images/greenDot.gif);
    list-style-type: square;
    }

.fancyList li	{
    margin-top: 10px;
    }

