@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
/*        */
th { 
 color: #555;
 font-size: 9pt;
 width: inherit;
 font-family: tahoma;
 font-weight: bold;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
 background-color: #efefef;
 }
 
 .TextEvenDownloads { 
 color: #333;
 font-size: 8.5pt;
 font-family: tahoma;
 line-height:12px;
 text-align: left;
 padding: 5px 5px 5px 5px;
 vertical-align: middle;
 background-color: #F4F4F4;
 }
  .TextOddDownloads { 
 color: #333;
 font-size: 8.5pt;
 font-family: tahoma;
 line-height:12px;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
 background-color: #F4F4F4;
 }
 .TextHoverDownloads { 
 color: #333;
 font-size: 8.5pt;
 font-family: tahoma;
 line-height:12px;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
  background-color: #cecece
 }
 
 .TextSelectDownloads { 
 color: #333;
 font-size: 8.5pt;
 font-family: tahoma;
 line-height:12px;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
 background-color: #cecece;
 }

.TextHeaderDownloads:hover { 
 color: #000;
 text-decoration:underline;
 font-size: 10pt;
 font-family: tahoma;
 line-height:5px;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
 } 

.TextBodyDownloads { 
 color: #333;
 font-size: 8.5pt;
 font-family: tahoma;
 line-height:5px;
 text-align: left;
 padding: 5px 0px 5px 5px;
 vertical-align: middle;
 background-color: #F4F4F4;
 border-bottom: 1px solid #ccc;
 }

