/*!
 * jQuery LRA BC Inline Table Plugin Library CSS v1.0.0
 * Date: Tue Jun 23 2015 
 * 
 */
.ajaxdialogedit { 
	width:100%;
	border-collapse:collapse;
	font-size: 12px;
	font-family: verdana, sans-serif;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ajaxdialogedit td,.ajaxdialogedit th {
	padding: 3px 10px;
}

.ajaxdialogedit th {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B5C19D
		), color-stop(1, #B5C19D));
	background: -moz-linear-gradient(center top, #B5C19D 5%, #B5C19D 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B5C19D',
		endColorstr='#B5C19D');
	background-color: #B5C19D;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #000000;
	line-height: 1.5em;
}

.ajaxdialogedit tr.ajaxdialogedit-readonly { 
	line-height: 1.5em;
	padding:1px;
	color: #A9A9A9;
	border:black 1px solid;
}
 
.ajaxdialogedit tr:nth-child(even) { /*(even) or (2n 0)*/
	background: #EAEAEA;
}
.ajaxdialogedit tr:nth-child(odd) { /*(odd) or (2n 1)*/
	background: #FFFFFF;
}

.ajaxdialogedit td.ajaxdialogedit-command-column {
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

div.ajaxdialogedit-command-column-buttons {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: 10px;
}

select.ajaxdialogedit-select {
  width: 175px;
  overflow: hidden;   
}

a.ajaxdialogedit-delete {
  background: url('images/delete1616.png') no-repeat right;
  padding-left:5px;
  height:20px;
  width:10px;
  display:inline-block;    
}

a.ajaxdialogedit-nodelete {
  background: url('images/nodelete1616.png') no-repeat right;
  padding-left:5px;
  height:20px;
  width:10px;
  display:inline-block;
  pointer-events: none;
  cursor: default;   
}

a.ajaxdialogedit-edit {
  background: url('images/edit1616.png') no-repeat right;
  height:20px;
  width:16px;
  display:inline-block;
}

a.ajaxdialogedit-noedit {
  background: url('images/noedit1616.png') no-repeat right;
  height:20px;
  width:16px;
  display:inline-block;    
}

a.ajaxdialogedit-cancel {
  background: url('images/cancel1616.png') no-repeat right;
  height:20px;
  width:16px;
  display:inline-block;    
}

a.ajaxdialogedit-update {
  background: url('images/save1616.png') no-repeat right;
  /*padding-left:15px;*/
  height:20px;
  width:16px;
  display:inline-block;    
}