﻿/* LEAF 2010 common styles */
/* content styling common to all versions */

/* text styles */

HTML, BODY, TD {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt; line-height: 13pt; }
  
P {
  margin: 6pt 0pt; }

H2, H3, H4, H5, H6 {
  margin: 6pt 0pt; }
  
H1 {
  margin: 0pc 0pc 9pt 0pc;
  padding-bottom: 6px;
  font-size: 22pt;
  letter-spacing: -1px;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

H2 {
  font-size: 15pt;
  line-height: 18pt; }
  
H3 {
  font-size: 13pt;
  line-height: 15pt; }

H4 {
  font-size: 12pt;
  line-height: 14pt;
  font-weight: bold; }

H5 {
  font-size: 11pt;
  line-height: 13pt;
  font-weight: normal; }
  
H6 {
  font-size: 11pt;
  line-height: 13pt;
  font-weight: bold;
  font-style: italic;
  text-align: right; }
  
A IMG 
{
  border: none; }
  
/* file type icons for document lists */

.ebPaging 
{
    margin: 0.25pc 0pc; }

.ebDocumentList UL, .ebSectionList UL, .ebSearchList UL
{
    margin: 1pc 0pc 1pc 0pc;
    padding: 0;
    list-style-type: none; }

.ebSectionList LI {
  background-image: url(../images/folder.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0px 0px 20px; }

.ebSectionList LI {
  background-image: url(/_formats/images/filetypes/folder.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0px 0px 20px; }
  
.ebDocumentList LI, .ebSearchList LI {
  background-image: url(/_formats/images/filetypes/file_unk.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding: 0px 0px 0px 20px; }
  
.ebDocumentList LI.docfile { background-image: url(/_formats/images/filetypes/file_doc.gif); }
.ebDocumentList LI.pdffile { background-image: url(/_formats/images/filetypes/file_pdf.gif); }
.ebDocumentList LI.txtfile { background-image: url(/_formats/images/filetypes/file_txt.gif); }
.ebDocumentList LI.jpgfile,
.ebDocumentList LI.jpefile, 
.ebDocumentList LI.giffile { background-image: url(/_formats/images/filetypes/file_jpg.gif); }
.ebDocumentList LI.xlsfile,
.ebDocumentList LI.xlwfile { background-image: url(/_formats/images/filetypes/file_xls.gif); }
.ebDocumentList LI.pptfile { background-image: url(/_formats/images/filetypes/file_ppt.gif); }
.ebDocumentList LI.mdbfile { background-image: url(/_formats/images/filetypes/file_mdb.gif); }
.ebDocumentList LI.zipfile { background-image: url(/_formats/images/filetypes/file_zip.gif); }
