.cnRecthrRow {
  width: auto;
  overflow: hidden;  
	border-color: #ddd;
	border-style: solid;
	border-width: 1px; 
 	border-radius: 2px; 
  padding-bottom: 2px;
  margin-top: -1px;
}

.cnRecthrRowLimit {
  width: auto;
  overflow: hidden;  
	border-color: #ddd;
	border-style: solid;
	border-width: 1px; 
 	border-radius: 2px;
  max-height: 64px;
  padding-bottom: 2px;
  margin-top: -1px;  
}

.cnRecthrRowInfo {
  width: auto;
  overflow: hidden;  
	border-style: none;
  max-height: 64px;
  border-top-width: 0px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.cnRecthrRowLine {
  width: auto;
  overflow: hidden;  
	border-color: #ddd;
	border-style: solid;
	border-width: 1px; 
 	border-radius: 2px;
  border-width: thin;
  border-bottom-width: 1px;
}

.cnRecthrBlock {
	font-size: 1em;
  display: inline-block;
  width: auto;
  border-style: none;
  padding: 2px 5px 2px 5px;
}

.cnRecthrGridContent {
  display: block;
}

.cnRecthrInfo {
	font-size: 0.8em;
  display: block;
  float: right;
  width: 140px;
  clear: both;
  border-style: none;
  padding: 2px 5px 0px 5px;
}


.cnRecthrSmall {
	font-size: 0.8em;
  display: block;
  width: auto;
  border-style: none;
  margin-left: 6px;
  padding: 2px 5px 2px 5px;
}

.cnRecthrSubject {
  margin-left: 10px;
}

.cnRecthrText {

}
.cnStatusText {
  font-style: italic;
  font-weight: normal;
  color: #888;
  padding: 5px;
}

.cnRecthrRow:first-child, .cnRecthrRowLimit:first-child {
    border-top-width: 1px;
}

.atSelectedRow {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-bottom: 0px;
  border-bottom-color: rgb(51,102,255);
}

.cnRecthrColor {
  width: 5px;
  display: inline-block; 
  margin-bottom: -1000px;
  padding-bottom: 1000px;
  float: left;
  margin-right: 10px;
}

.cnIcon {
  height: 19px;
  width: 28px;
  border-style: none;
  transition: all 0.5s ease-out;
  display: inline-block; 
  float: left;
}

.cnIconGray {
  height: 19px;
  width: 28px;
  border-style: none;
  color: #ddd;
  transition: all 0.5s ease-out;
  display: inline-block; 
  float: left;
}

.cnPauze {
  padding-left: 8px;
}
