/* All views: initial background and text color */
body
{
  color:            #000000;
  background-color: #FFFFFF;
}


/* All views: standard link format*/
a:link
{
  color:           #284FA8;
  text-decoration: underline;
}


/* All views: standard link - visited format */
a:visited
{
  color:           #00CB40;
  text-decoration: underline;
}


/* All views: standard link - activated format */
a:active
{
  color:           #FF0040;
  text-decoration: underline;
}


/* All views: main title format */
td.title
{
  text-align:     center;
  padding-bottom: 10px;
  font-family:    sans-serif;
  font-size:      20pt;
  font-style:     italic;
  font-weight:    bold;
}


/* All views: header item format */
td.headerItem
{
  text-align:    right;
  padding-right: 6px;
  font-family:   sans-serif;
  font-weight:   bold;
}


/* All views: header item value format */
td.headerValue
{
  text-align:  left;
  color:       #284FA8;
  font-family: sans-serif;
  font-weight: bold;
}


/* All views: header legend item format */
td.legendItem
{
  text-align:      right;
  padding-right:   6px;
  padding-top:     10px;
  padding-bottom:  2px;
  font-family:     sans-serif;
  font-weight:     bold;
}


/* All views: header legend item value format */
td.legendValue
{
  text-align:      left;
  padding-top:     10px;
  padding-bottom:  2px;
  color:           #000000;
  font-family:     sans-serif;
  font-weight:     bold;
}


/* All views: color of horizontal ruler */
td.ruler
{
  background-color: #6688D4;
}


/* All views: version string format */
td.versionInfo
{
  text-align:   center;
  padding-top:  2px;
  font-family:  sans-serif;
  font-style:   italic;
}


/* Directory view/File view (all)/Test case descriptions:
   table headline format */
td.tableHead
{
  text-align:       center;
  color:            #FFFFFF;
  background-color: #6688D4;
  font-family:      sans-serif;
  font-size:        120%;
  font-weight:      bold;
}


/* Directory view/File view (all): filename entry format */
td.coverFile
{
  text-align:       left;
  padding-left:     10px;
  padding-right:    20px; 
  color:            #284FA8;
  background-color: #DAE7FE;
  font-family:      monospace;
}


/* Directory view/File view (all): bar-graph entry format*/
td.coverBar
{
  padding-left:     10px;
  padding-right:    10px;
  background-color: #DAE7FE;
}


/* Directory view/File view (all): bar-graph outline color */
td.coverBarOutline
{
  background-color: #000000;
}


/* Directory view/File view (all): percentage entry for files with
   high coverage rate */
td.coverPerHi
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #A7FC9D;
  font-weight:      bold;
}


/* Directory view/File view (all): line count entry for files with
   high coverage rate */
td.coverNumHi
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #A7FC9D;
}


/* Directory view/File view (all): legend entry for high coverage
   rate */
span.coverLegendHi
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #A7FC9D;
}


/* Directory view/File view (all): percentage entry for files with
   medium coverage rate */
td.coverPerMed
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #FFEA20;
  font-weight:      bold;
}


/* Directory view/File view (all): line count entry for files with
   medium coverage rate */
td.coverNumMed
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #FFEA20;
}


/* Directory view/File view (all): legend entry for medium coverage
   rate */
span.coverLegendMed
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  margin-top:       5px;
  margin-bottom:    5px;
  margin-right:     2px;
  background-color: #FFEA20;
}


/* Directory view/File view (all): percentage entry for files with
   low coverage rate */
td.coverPerLo
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #FF0000;
  font-weight:      bold;
}


/* Directory view/File view (all): line count entry for files with
   low coverage rate */
td.coverNumLo
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #FF0000;
}


/* Directory view/File view (all): legend entry for low coverage
   rate */
span.coverLegendLo
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  margin-right:     2px;
  background-color: #FF0000;
}


/* File view (all): "show/hide details" link format */
a.detail:link
{
  color: #B8D0FF;
}


/* File view (all): "show/hide details" link - visited format */
a.detail:visited
{
  color: #B8D0FF;
}


/* File view (all): "show/hide details" link - activated format */
a.detail:active
{
  color: #FFFFFF;
}


/* File view (detail): test name table headline format */
td.testNameHead
{
  text-align:       right;
  padding-right:    10px;
  background-color: #DAE7FE;
  font-family:      sans-serif;
  font-weight:      bold;
}


/* File view (detail): test lines table headline format */
td.testLinesHead
{
  text-align:       center;
  background-color: #DAE7FE;
  font-family:      sans-serif;
  font-weight:      bold;
}


/* File view (detail): test name entry */
td.testName
{
  text-align:       right;
  padding-right:    10px;
  background-color: #DAE7FE;
}


/* File view (detail): test percentage entry */
td.testPer
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px; 
  background-color: #DAE7FE;
}


/* File view (detail): test lines count entry */
td.testNum
{
  text-align:       right;
  padding-left:     10px;
  padding-right:    10px; 
  background-color: #DAE7FE;
}


/* Test case descriptions: test name format*/
dt
{
  font-family: sans-serif;
  font-weight: bold;
}


/* Test case descriptions: description table body */
td.testDescription
{
  padding-top:      10px;
  padding-left:     30px;
  padding-bottom:   10px;
  padding-right:    30px;
  background-color: #DAE7FE;
}


/* Source code view: source code format */
pre.source
{
  font-family: monospace;
  white-space: pre;
}

/* Source code view: line number format */
span.lineNum
{
  background-color: #EFE383;
}


/* Source code view: format for lines which were executed */
span.lineCov
{
  background-color: #CAD7FE;
}


/* Source code view: format for Cov legend */
span.LegendCov
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  margin-right:     2px;
  background-color: #CAD7FE;
}


/* Source code view: format for lines which were not executed */
span.lineNoCov
{
  background-color: #FF6230;
}


/* Source code view: format for NoCov legend */
span.LegendNoCov
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  margin-right:     2px;
  background-color: #FF6230;
}


/* Source code view: format for lines which were executed only in a
   previous version */
span.lineDiffCov
{
  background-color: #B5F7AF;
}


/* Source code view: format for DiffCov legend */
span.LegendDiffCov
{
  text-align:       center;
  padding-left:     10px;
  padding-right:    10px;
  background-color: #B5F7AF;
}
