/*
** (C) Martin Pot  http://martybugs.net
*/

a { color: #0000FF; }
a:visited { color: #000099; }
a:active, a:hover, a:focus  
{ 
  color: #FF0000; 
  text-decoration:underline; 
}

.main 
{
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.code
{
  font-family: Courier New, Arial, sans-serif;
  color: #0000FF;
}

.codeblock
{
  font-family: Courier New, Arial, sans-serif;
  color: #0000FF;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.indentprop
{
  font-size: 9pt;
  font-family: Courier New, Arial, sans-serif;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.small
{
  font-size: 8pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

.caption
{
  font-size: 9pt;
  text-decoration: none;
  font-style: italic;
}

.mainheading
{
  font-size: 18pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.heading
{
  font-size: 15pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.subheading
{
  font-size: 13pt;
  font-family: Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
}

.boxheading
{
  font-family: Verdana, Sans-Serif, Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: 600;
  color: #FFFFFF;
}
.boxheading a:link, .boxheading a:visited, .boxheading a:active
{ 
  color: #DDDDDD; 
  text-decoration:none; 
}
.boxheading a:hover, .boxheading a:focus
{ 
  color: #FF0000; 
  text-decoration:underline; 
}

.box 
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 9pt;
  color: #000000;
}
.box a:link    { color: #444444; }
.box a:visited { color: #222222; }
.box a:active, .box a:hover, .box a:focus  
{ 
  color: #FF0000; 
}

.foottext
{
  font-family: Tahoma,Verdana,Helvetica; 
  font-size: 8pt; 
  color: #505050;
}
.foottext a:link, .foottext a:visited
{ 
  color: #505050; 
  text-decoration: none; 
}
.foottext a:active, .foottext a:hover, .foottext a:focus  
{ 
  color: #FF0000; 
  text-decoration: none; 
}

.lastupdate
{
  font-size: 7pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.error
{
  color: #FF0000;
}

.success
{
  color: #0000FF;
}

.formtext
{ 
  font-family: Verdana,Tahoma,Arial; 
  font-size: 10pt; 
}

@media print
{
  .noprint
  {
      display: none;
  } 
}

.celldate 
{ 
  background: #DDDDDD; 
  text-align: right; 
  vertical-align: top; 
}
.cellcontent 
{ 
  background: #DDDDDD; 
  vertical-align: top; 
}