
<!--
**
**   Description : STYLESHEET FOR GENERATION OF THE HTML Treeview
**
**   Date : 26/10/2002 - version : 1.0
**   Author : Jean-Michel Garnier, http://rollerjm.free.fr
**   Source is free but feel free (!) to send any comment / suggestion to garnierjm@ifrance.com
**   One of the best tool to customize a css is TopStyle (www.bradsoft.com)
-->


<!-- Customize link style here -->
a:link {text-decoration:none;}
a:visited {text-decoration:none; }
a:hover {text-decoration:underline; cursor: pointer;}
a:cart {cursor: pointer;}


<!-- Customize the "folder" style here -->
a.folder {  font-family=arial;
            font-size: 15pt;
            padding:0px;
            font-family : cursive;
            cursor: pointer;
}

<!-- Customize the "leaf" style here -->
a.leaf {
	font-family : cursive;
	padding:0px;
	font-size : 15pt;                             
	cursor: pointer;
}


img.iadd {cursor: pointer;}

   /*                                                          */
   /* Styles for the tree.                                     */
   /*                                                          */
   SPAN.TreeviewSpanArea A {
     font-size: 10pt;
     font-family: verdana,helvetica;
     text-decoration: none;
     color: black;}
   SPAN.TreeviewSpanArea A:hover {
     color: '#820082';}

   /*                                                          */
   /* Styles for the remainder of the document.                */
   /*                                                          */
   BODY {
     background-color: white;}
   TD {
     font-size: 10pt;
     font-family: verdana,helvetica;}




