@charset "utf-8";
/* CSS Document */


.timePattern {
  margin-bottom: 20px;
  margin-top: 20px;
}
.timePattern #patternName {
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
  margin: 10px;
}
.timePattern .column {
  margin-top: 10px;
  margin-bottom: 10px;
}
.timePattern .column .columnTitle {
  font-weight: bold;
  font-size: 12pt;
}
.timePattern .column .columnValue {
  margin-left: 15px;
  font-size: 10pt;
}
.timePattern .column #examples .columnValue ul {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 15px;
}
.timePattern #solution .columnValue .imageContainer {
  text-align: center;
}
.timePattern #solution .columnValue .imageContainer br {
  clear: both;
}
.timePattern #solution .columnValue img {
  margin: 5px;
  float: left;
}

.timePattern .column .columnValue img {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.timePattern .designChoices table {
  margin-bottom: 0px;
}
.timePattern .designChoices td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.timePattern .designChoices .designChoice td {
  padding-bottom: 0px;
  font-weight: bold;
}
.timePattern #patternName {
}
.timePattern #alias {
}
.timePattern #problemDescription {
}
.timePattern #designChoices {
}
.timePattern #solution {
}
.timePattern #context {
}
.timePattern #examples {
}
.timePattern #relatedPatterns {
}


.evaluationTable {
  font-size: 9pt;
  width: 800px;
}

.evaluationTable .headline {
  font-weight: bold;
  font-size: 10pt;
  border-bottom: 2px solid #000;
}

.evaluationTable td {
  border-bottom: 1px solid #999;
}




.evaluationTable .productName {
  width: 250px;
}

.evaluationTable .productVersion {
  width: 50px;
}


.evaluationTable .score {
  width: 150px;
}

.evaluationTable .comment {
  width: auto;
}



.productEvaluationTable {
  font-size: 9pt;
}

.productEvaluationTable .headline {
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.productEvaluationTable td {
  vertical-align: top;
  border: 1px dashed #CCC;
}
.productEvaluationTable td.score {
  width: 20px;
}

.productEvaluationTable td.patternID {
  width: 20px;
}


.productEvaluationTable td.comment {
  width: auto;;
}
.productEvaluationTable td.designChoice {
  width: 100px;
}

.productEvaluationTable tr.timePattern{
  font-size: 10pt;
}

.productEvaluationTable tr.timePattern td {
  font-weight: bold;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000;
}

.productEvaluationTable td.designChoice {
}
.productEvaluationTable td.designChoiceKey {
  width: 20px;
}
.productEvaluationTable td.designChoiceName {
  width: 150px;
}
.productEvaluationTable td.designChoiceChoiceKey {
  width: 20px;
}
.productEvaluationTable td.designChoiceChoiceValue {
  width: 150px;
}

