.DESCBODY
{
   background: white;
   background-image: url(gfx/bgbottom.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;
   margin: 10px 10px 10px 10px;

   /*border-bottom: 1px solid gray;
     border-right: 1px solid gray;
     border-left: 1px solid gray;
   */

   padding: 10px 10px 10px 10px;
   margin: 0px;

   font: normal 9pt arial;
}

.TUTORIALBODY
{
   /*
   background: #C0D0ED;
   background-image: url(gfx/bgtop.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;
   */
   background: white;
   margin: 0px;
}

.TUTORIALMENU
{
   background: #C0D0ED;
   background-image: url(gfx/bgtop.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;
   margin: 0px;
   /*font: normal 9pt arial;*/
}

.TUTORIALTEXT
{
   /*
   background: #C0D0ED;
   background-image: url(gfx/bgtop.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;
   */
   background: white;
   color: black; font-size: 8pt; font-family: verdana;
   margin: 10px;
}

.TUTORIALSECTION
{
   font: bold 11pt arial; color: blue; white-space: nowrap;
   margin: 12px 0px 0px 0px;
}

.TUTORIALLOGO { font: bold 10pt arial; color: #336699; /*#FFCC00;*/ white-space: nowrap; }

.TUTORIALLIST
{
  display: list-item;
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px 0px 0px 5px;
}

.TUTORIALROW { background: white; /*#E1E6F7;*/ /* e1e6f7 C0D0ED */ }

.SEARCHBODY
{
   background: #C0D0ED;
   background-image: url(gfx/bgtop.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;
   margin: 0px;
}

.OUTERVIEWBODY
{
   background: white;

   border-bottom: 1px solid gray;
   border-right: 1px solid gray;
   border-left: 1px solid gray;

   padding: 0px;
   margin: 0px;

   overflow: hidden;
}

.INNERVIEWBODY
{
   margin: 10px 5px 5px 5px;
}

.OUTEREXCERPTBODY
{
   background: white;

   border-bottom: 1px solid gray;
   border-right: 1px solid gray;
   border-left: 1px solid gray;

   padding: 0px 0px 0px 0px;
   margin: 0px;

   overflow: hidden;
}

.INNEREXCERPTBODY
{
   margin: 10px 5px 0px 5px;
}

.VIEWBODY
{
   background: white;
   background-image: url(gfx/bgbottom.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;

   padding: 0px;
   margin: 0px;

   width: 100%;
   height: 100%;

   overflow: auto;
}

.EXCERPTBODY
{
   background: white;
   background-image: url(gfx/bgbottom.gif);
   background-attachment: fixed;
   background-repeat : repeat-x;

   margin: 0px;
   padding: 0px;

   width: 100%;
   height: 100%;

   overflow: auto;
}


.VIEWTABLE
{
   background: #C0D0ED;
   margin: 0px;
}

.VIEWROW
{
   background: #ffffff;
   margin: 0px;
}

.DESCROW
{
   background: #ffffff;
   margin: 0px;
   padding: 0px 3px 0px 3px;
}

.DESCTITLEROW
{
   margin: 0px;
   padding: 0px 3px 0px 3px;
}

.VARIABLENAME { font-weight: bold; }

.CORPUSTITLE { font: normal 14pt arial; font-weight: bold; color: blue; }
.CORPUSDESC { font: normal 10pt arial; }
.DESCTABLE  { width: 100%; font: normal 10pt arial; color: black; background: #C0D0ED; border: 1px solid white; }


.MAINMENU { font-size: 8pt; font-family: verdana; font-weight: normal; color: white; /*FFCC66*/ }

A.MAINMENU         { text-decoration: none; cursor: pointer; font-size: 8pt; }
A.MAINMENU:link    { color: #336699; /* border: 1px solid #C0D0ED; */ }
A.MAINMENU:visited { color: #336699; }
A.MAINMENU:hover   { background: #C0D0ED; /* FFFFCC  */; color: 000066; }
A.MAINMENU:active  { color: #336699; }



.MENULINK      { font-size: 8pt; font-family: verdana; padding: 0px; margin: 0px; }
.MENULINK_VIEW { font-size: 8pt; font-family: verdana; }

A.MENULINK         { text-decoration: underline; cursor: pointer; white-space: nowrap; }
A.MENULINK:link    { color: #000066; }
A.MENULINK:visited { color: #000066; }
A.MENULINK:hover   { background: #C0D0ED; color: 000066; } /* { color: #CC0066; } CC0000 */
A.MENULINK:active  { color: #000066; }


.MENUTEXT          { font: normal 8pt verdana; /* white-space: nowrap; */ }
.MENUTEXT_VIEW     { font-size: 8pt; font-family: verdana; margin: 100px 10px 10px 10px; }

A.MENUTERM         { font: normal 8pt verdana; text-decoration: none; cursor: help; white-space: nowrap; }
A.MENUTERM:link    { color: #000066; }
A.MENUTERM:visited { color: #000066; }
A.MENUTERM:hover   { background: #C0D0ED; color: 000066; } /* { color: #CC0066; } CC0000 */
A.MENUTERM:active  { color: #000066; }


A.NOLINK         { text-decoration: none; color: black; cursor: default; font-size: 9pt; }
A.NOLINK:link    { color: black; }
A.NOLINK:visited { color: black; }
A.NOLINK:hover   { color: #CC0066; }


/* Tipster tooltips */
.NOWRAP   { white-space: nowrap; }
.HLPTEXT  { font: 8pt tahoma; color: black; cursor: default; }
.HLPTEXTX { font: 9pt tahoma; color: black; cursor: default; font-weight: bold; }
.NOWRAPEXAMPLE { white-space: nowrap; color: blue; }

A:link    { color: #0000EE; }
A:visited { color: #551A8B; }
A:hover   { color: #FF3333; } /* FF3300 D10000 F78C11 #EA8410 964B1C */
/* A:hover   { background: #C0D0ED; color: black; } */
A:active  { color: #551A8B; }

.FOCAL { }
.CONTEXT { color: black; }

.PHRASE  { font-size: 10pt; }
.GRAYPHRASE  { font-size: 10pt; color: gray;}
.INNERTABLE { font-size: 10pt; }
.VARHELP    { font-size: 8pt; }
.EXCERPT { font-size: 10pt; font-family: arial; }

A.ICONLINK:link     { color: #e7e7d6; }
A.ICONLINK:visited  { color: #e7e7d6; }
A.ICONLINK:active   { color: #e7e7d6; }


.BOLDED_EXCERPT  { margin-right:-4; }
.USERINFO     { font: 9pt tahoma; color: gray; text-align: left; }
.USERERROR    { font: 9pt tahoma; color: blue; text-align: left; margin-left: 2px; }
.USERHELP     { background: white; color: black; font-size: 8pt; font-family: verdana;}
.EXCERPT_IN_DOCVIEW { color: blue; }

.STAT { font-family: courier; }

TABLE
{
   padding: 0px;
}

TD
{
  cursor: default;
}

INPUT, SELECT, TEXTAREA
{
  font-family: arial;
  font-size: 10pt;
  color: black;
}

.TIP { font: 10pt arial; color: #9DB285; white-space: nowrap; cursor: help; font-weight: bold; }

INPUT.SEARCH_BUTTON
{
   font-size:12px;
   width:60px;
}

