@namespace xforms url(http://www.w3.org/2002/xforms);

xforms|*:invalid
{
  background-color: red;
}

xforms|*:disabled
{
  visibility: hidden
}

body {
  padding: 2em 1em 2em 40px;
  margin: 0;
  font-family: sans-serif;
  font-size: 9pt;
  color: black;
  background: white;
}

xf\:label.title, xforms|label.title 
{
    font-size: 15pt; 
    font-weight: bold;
    color: #000099;
    margin-bottom: 2em;
}

xf\:label.subtitle, xforms|label.subtitle
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 2em;
}

xf\:label, xforms|label
{
	font-size: 9pt;
	color: black;
	margin-bottom: 1em;
}

xf\:group, xforms|group
{
    PADDING-RIGHT: 0.5em;
    DISPLAY: block;
    PADDING-LEFT: 0.5em;
    PADDING-BOTTOM: 1em;
    PADDING-TOP: 1em;
}


h1 {color: black;}
h2 {color: black;}
.testChapterTitle {padding: 5px;}

.testCaseNameTitle {width: 100px; font-weight: bold;}
.testCaseDescriptionTitle {width: 400px; font-weight: bold;}
.testCaseSpecLinkTitle {font-weight: bold; width: 100px; }
.testCaseBasicTitle {width: 50px; font-weight: bold;}
.testCaseStatusTitle {width: 100px; font-weight: bold;}
.testCaseNormativeTitle {width: 100px; font-weight: bold;}
.testCaseDateTitle {width: 150px; font-weight: bold;}

.testCaseName {display: table-cell; color: blue; text-decoration: underline; width: 100px;}
.testCaseNameGray {display: table-cell; color: gray; width: 150px;}
.testCaseDescription {display: table-cell; width: 400px;}
.testCaseSpecLink {display: table-cell; color: blue; text-decoration: underline; width: 100px;}
.testCaseBasic {display: table-cell; width: 55px;}
.testCaseNormative {display: table-cell; width: 105px;}
.testCaseStatus {display: table-cell; width: 100px;}
.testCaseDate {display: table-cell; width: 150px;}
.theLink {display: table-cell; color: blue; text-decoration: underline;}

xforms|repeat xforms|contextcontainer {display: table-row; width: 100%}
xforms|trigger[appearance="minimal"].testCaseName span {display: table-cell; width: 100px;}
xforms|output.testCaseDescription span.xf-value{ display: table-cell; width: 400px;}
xforms|trigger[appearance="minimal"].testCaseSpecLink span {display: table-cell; width: 100px;}
xforms|output.testCaseBasic span.xf-value {display: table-cell; width: 55px;}
xforms|output.testCaseNormative span.xf-value {display: table-cell; width: 105px;}
/*xforms|select1.testCaseStatus span.-moz-select1-container {display: table-cell; width: 100px;} Firefox only. */
/*xforms|input.testCaseDate {display: table-cell; width: 100px;}*/
