.dbc-modifiedbylabel {
  font-style: italic;
  font-size: xx-small;
  display: block;
  float: right;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  /*min-height: 10px; */
  color: #666;
}
.dbc-comment-cursor {
    text-decoration: underline;
    cursor: pointer;
}

.dbc-modifiedbylabelleft {
  font-style: normal;
  font-size: x-small;
  display: block;
  float: right;
  margin-top: 8px;
  margin-bottom: 1px;
  margin-left: 20px;
  width: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  /*min-height: 10px; */
  color: #666;
}

.dbc-modifiedbylabel2 {
  font-style: italic;
  font-size: xx-small;
  display: block;
  float: right;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  /*min-height: 10px; */
  color: #666;
}

.dbc-recapstatuslabel {
    font-style: italic;
    font-size: xx-small;
    display: block;
    float: left;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    /*min-height: 10px; */
    color: #666;
}
.dbc-testrequestlabel {
  font-style: italic;
  font-size: xx-small;
  display: block;
  float: right;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 100%;
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  /*min-height: 10px; */
  color: #666;
}
.dbc-modifiedbydiv {
  /* do not include width */
  margin-bottom: 5px;
  margin-top: 5px;
  /*margin-left: 128px; */
  padding: 3px;
  min-height: 20px;
  float: none;
}

.dbc-testrequestdiv {
  /* do not include width */
  margin-bottom: 5px;
  margin-top: 5px;
  /*margin-left: 128px; */
  padding: 3px;
  min-height: 20px;
  float: none;
}

.dbc-dynamiclabel {
  font-style: italic;
  font-size: xx-small;
  display: block;  
  margin-top: 1px;
  margin-bottom: 1px;  
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.dbc-dynamiclabelnoitalic {
  font-style: normal;
  font-size: xx-small;
  display: block;  
  margin-top: 1px;
  margin-bottom: 1px;  
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.dbc-dynamiclabelnoitalicvertalign {
  font-style: normal;
  font-size: xx-small;
  display: block;  
  margin-top: 1px;
  margin-bottom: 1px;  
  padding: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: baseline;
  color: #666;
}


.dbc-dynamicdiv {
    border-style: solid;
    border-width: thin;
}

.dbc-exportselected {
    background: url(http://localhost:65267\images\exportselected.png) no-repeat;
    width: 20px; 
    height: 20px;
    border: none;
}

 a.dbclink:link {
    color: #FFFFFF;
}

/* visited link */
a.dbclink:visited {
    color: #FFFFFF;
}

/* mouse over link */
a.dbclink:hover {
    color: #FFFFFF;
}

/* selected link */
a.dbclink:active {
    color: #FFFFFF;
}

.dbc-viewmrfTableHeader {
     
    border-width: thin; 
    border-bottom: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center; 
    width: 700px;
    font-family: Arial;
    padding: 5px 0px 0px 0px;

}
.dbc-viewmrfTable {
     
    border: none;     
    text-align: left; 
    width: 700px;
    font-family: Arial;
}
.dbc-viewmrfTextTitleCol {    
    width: 30%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
}
.dbc-viewmrfTextValueCol {  
    width: 70%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
}
.dbc-viewmrfTextTitle {    
    text-align: left;   
    font-size: .75em;    
}
.dbc-viewmrfTextValue {
    text-align: left;  
    font-size: .75em;
}
.dbc-viewmrfTextAreaValue {
    text-align: left;  
    font-size: .75em; 
    border: none;  
    resize: none; 
}


.dbc-viewmrfTextSubValue {
    text-align: left;   
    font-size: small;
}

.dbc-viewmrfRowEven {
background-color: white; 
color: #000000;
}
.dbc-viewmrfRowOdd {
background-color: white; 
color: #000000;
}

.dbc-noshow {
    display: none;
}








