/* 
    Document   : Specification
    Created on : 13.08.2010, 14:10:29
    Author     : Simon Potzernheim <potzernh@hs-coburg.de>
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}
table { border-spacing: 0px;border-collapse: collapse; padding: 0px; margin: 0px; }
table td {height:30px; 
          border-collapse: collapse;
          border: 1px solid black;
          padding: 3px;
          margin: 0px;}
table th {height:30px;
          border-collapse: collapse;
          border: 1px solid black;
          padding: 3px;
          margin: 0px;}
table td.ContentisTable{  padding: 0px;}

.MainResult{ width: 1000px; border: 2px solid black;}

table.Tests { width: 1000px;}
table.Tests th { background-color: #58ACFA;}
table.Tests tr.header2 { background-color: #aaaaaa;}



/*
    Only Specification
*/
p.description {width: 1000px;}
table.TestCase th.left  {  width: 10%; background-color: #a5a5a5;}
table.TestCase th.right  {  width: 90%; background-color: #a5a5a5;}
table.TestCase {width: 1000px;  margin-top: 5px;}
table.SubClassHeadline {width: 1000px; margin-top: 10px}
table.SubClassHeadline th {background-color: #58ACFA;}
td.TestCaseResultName { width: 50%; }
td.TestCaseResultResultMajor { width: 50%; text-align: center;}
td.TestCaseResultResultMinor { width: 50%; text-align: center;}
td.TestCaseResultResultMessage { width: 50%;text-align: left;}
td.TestCaseReferenceLeft {width: 50%;}
td.TestCaseReferenceRight {width: 50%;}

table.References {width: 1000px; }
table.References th { background-color: yellow; }
table.Result {  width: 100%;}
/*
    Only Report
*/
table.legend { width: 1000px;}
table.legend td.legendpic { width: 20%; text-align: center;}
table.legend td.legenddescription { width: 80%;}
table.cardtype {width: 1000px;}
table.cardtype td.description { width: 20%;}
table.cardtype td.body { width: 80%;}
table.cardtype td.cardflag { width: 20%; text-align: center;}
table.cardtype td.cardname { width: 80%; }
table.Tests td.id { width: 20%;  text-align: center;}
table.Tests td.headline { width: 60%;  text-align: center;}
td.result { width: 20%; text-align: center;}
td.MainResultName { width: 20%;}
td.MainResultDesc { }
td.resultcontent { text-align: center;}


code {
    background-color: transparent !important;
    border-radius: 0px !important;
    color:   #5A5A5A;
    font-size: 90% !important;
    padding: 2px 4px !important;
    white-space: nowrap !important;
}
yellow { background-color: #Dacd12; }

.app {width: 906px;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
}
.tr-0 { background-color:#eee}
