/*****************************************************/
/* IDoc.css                                          */
/* Cascading Style Sheet for IntelliDoc              */
/*                                                   */
/* Copyright ® 2000 by |systems|objects|resources|   */
/*                                                   */
/* May be modified to fit your layout needs          */
/* See the descriptions below                        */
/* Do not change the names of the items and classes! */
/*****************************************************/

/* This section contains the layout definitions for  */
/* contents window which is the part where the data  */ 
/* is shown.                                         */
body,p,h1,h2,h3
{ 
   font-family: Verdana,Arial,Helvetica; 
   font-size: 8pt;
   font-weight: normal;
   font-style: normal;
   color: #000000;
   background-color: #FFFFFF;
   margin: 1cm 0.5cm 0.5cm 1cm;
}

/* This is the heading used for the names of the     */ 
/* displayed item at the top of the contents window  */
h1
{ 
   font-size: 12pt; 
   font-weight: bold;
   margin: -0.5cm 0cm 0cm 0cm;
}

/* This is the style used for the items shown in     */ 
/* bold face in the contents window                  */
h2
{ 
   font-size: 10pt;
   font-weight: bold;
   margin: 0.5cm 0cm 0cm 0cm;
}

/* This is the style used for the help files         */ 
h3
{ 
   font-size: 10pt;
   font-weight: bold;
   margin: 1cm 0cm -0.5cm 0cm;
}

/* The color and style of the links in the contents  */
/* window is set up here                             */
a:link    { color: #3264FF; text-decoration: none; font-size: 8pt; }
a:visited { color: #9900FF; }
a:active  { color: #960000; }
a:hover   { color: #FF0000; text-decoration: underline; }

/* The color and style of the links in the index     */
/* window (left side) is set up here                 */
a.navigate:link    { color: #FFFFFF; text-decoration: none; font-size: 9pt; }
a.navigate:visited { color: #A2A2A2; }
a.navigate:active  { color: #960000; }
a.navigate:hover   { color: #FF0000; text-decoration: underline; }

/* The color and style of the links in the index     */
/* window (left side) is set up here                 */
a.navigatemain:link    { color: #000000; text-decoration: none; font-size: 8pt; }
a.navigatemain:visited { color: #A2A2A2; }
a.navigatemain:active  { color: #960000; }
a.navigatemain:hover   { color: #FF0000; text-decoration: underline; }

/* The header is located in the title bar            */
p.header
{
   font-size: 14pt; 
   color: #FFFFFF; 
   background-color: #000000; 
   margin: 0pt;
}


/* The navigation area is the bar on the left side   */
body.navigate
{ 
   font-size: 9pt; 
   color: #FFFFFF; 
   background-color: #000000;
   margin: 0pt;
}

/* The footer is the small bar at the bottom         */
body.footer,p.footer 
{ 
   font-size: 7pt; 
   color: #FFFFFF; 
   background-color: #000000; 
   text-align: center;
   margin: 0pt;
}

/* This is the style of the horizontal lines         */
hr 
{ 
   color: #000000; 
   height: 1pt; 
   margin-top: 0.5cm
   margin-bottom: -0.5cm
}
