.GenericNorConnectTable tbody td::selection {
  background: rgba(255, 255, 255, 0.00);
}
.GenericNorConnectTable tbody td::-moz-selection {
  background: rgba(255, 255, 255, 0.00); /* Gecko Browsers */
}

.GenericNorConnectTable thead td {
	color: #69939e;
	font-size: 11px;
	font-weight: normal;
	background: #d6eaf3;
	background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0,#e3f2f6), color-stop(8%,#d6eaf3), color-stop(100%,#d6eaf3));
	background: -o-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
	background: -ms-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px ,#d6eaf3 100%);
	background: linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
	padding: 8px 7px;
	overflow: hidden;
	font-size:18px;
}

.GenericNorConnectTable .sortheader thead td {
	padding: 0;
}

.GenericNorConnectTable  thead td a,
.GenericNorConnectTable  thead td span {
	display: block;
	padding: 7px 7px;
	color: #69939e;
	text-decoration: none;
	overflow: hidden;
	
}

.GenericNorConnectTable  tbody td {
	padding: 2px 4px;
    font-family: Arial;
    font-size: 20px;
    color: #FFF;
	/*border-bottom: 1px solid #ddd;
	border-left: 1px dotted #bbd3da;*/
	white-space: nowrap;
	cursor: default;
	overflow: hidden;
	
	/*background-color: #fff;*/
}

.GenericNorConnectTable  thead tr td:first-child,
.GenericNorConnectTable  tbody tr td:first-child {
	border-left: 0;
}
.measurementList  thead tr td:first-child,
.measurementList  tbody tr td:first-child {
	text-overflow:ellipsis;
}

.measurementList tbody tr td input{
	width:100%;
	border:hidden;
	box-shadow: none;
	background-color:rgba(0, 0, 0, 0.00);
	color: #FFF;
}
.measurementListActiveInput{
	
	box-shadow:initial !important;
	background-color:#FFF !important;
	color:#000 !important;
}

.measurementList tbody tr td{
	text-overflow:ellipsis;
	display: inline-block;
	height:28px;
}
.measurementList{
	table-layout:fixed;
}
#MeasurmentsTable{
	overflow-x:hidden;
}
.GenericNorConnectTable  thead tr td:first-child{
	padding-left:45px;
}

.lightBlueBkg{background-color: #4b6dAd;}

.GenericNorConnectTable  tr.selected td {
	color: #fff !important;
	background: #526dAd;
	background: -moz-linear-gradient(top, #526dAd 0%, #017cb4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526dAd), color-stop(100%,#017cb4));
	background: -o-linear-gradient(top, #526dAd 0%, #017cb4 100%);
	background: -ms-linear-gradient(top, #526dAd 0%, #017cb4 100%);
	background: linear-gradient(top, #526dAd 0%, #017cb4 100%);
	/*background: -webkit-linear-gradient(left, rgba(248,248,248,0.3), rgba(255,255,255,0));
  background: -ms-linear-gradient(left, rgba(248,248,248,0.1), rgba(255,255,255,0));
  background: -o-linear-gradient(left, rgba(248,248,248,0.1), rgba(255,255,255,0));*/
}


.GenericNorConnectTable  tr.selected td:first-child{
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.GenericNorConnectTable  tr.selected td:last-child{
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}
.GenericNorConnectTable tr.selected:focus,
.GenericNorConnectTable tr.selected::-moz-focus-border {
	outline: 0px !important; border: 0px !important;
}

.GenericNorConnectTable body tr:focus,
.GenericNorConnectTable body tr::-moz-focus-border {
	outline: 0px !important; border: 0px !important;
}

.GenericNorConnectTable  tr.selected td a,
.GenericNorConnectTable  tr.selected td span {
	color: #fff !important;
}

.GenericNorConnectTable  tr.unfocused td {
	color: #fff !important;
	background: #4db0d2 !important;
}

.GenericNorConnectTable  tr.unfocused td a,
.GenericNorConnectTable  tr.unfocused td span {
	color: #fff !important;
}

.GenericNorConnectTable  tr.deleted td,
.GenericNorConnectTable  tr.deleted td a {
	color: #ccc !important;
}


#divscroll{
	width: 888px;
}

#MeasurementsTableHeader {
	overflow: hidden;
	display: block;
	width: 100%;
}