/* CSS Document - DLP for dynamic table */

.master_table {
	width: 998px;
	display: inline-block;
	background: #fffdfd;
	border: 1px solid #d9d9d9;
	border-top-color: #fff;
	border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffdfd), to(#f0f0f0));
	background: -moz-linear-gradient(top, #fffdfd, #f0f0f0);
	background: -ms-linear-gradient(top, #fffdfd, #f0f0f0);
}
.master_p {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: none;
	padding: 5px;
}
.sort {
	background: #fff;
	text-align: left;
}
.highlightbg {
	background: #FFFFB3;
}
#match {
	padding-top: 5px;
	font-size: 12px;
	background: #ffffb3;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 1px;
	margin-right: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #525252;
}
table-title {
	font-size: 1.5em;
	font-family: Arial, sans-serif;
}
.btn1, .btn3, .btnGry, .btndisabled {
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 1em;
	background: #D12424 url(http://www.ti.com/graphics/shared/css/btn-red-bg.gif) top left repeat;
	border: 1px solid #730000;
	overflow: visible;
	padding: 1px 5px;
}
.group1, .group3, .group4 {
	width: 140px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #d7d7d7;
}
.group2 {
	width: 160px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #d7d7d7;
}
.group5 {
	width: 200px;
	float: left;
	margin-right: 5px;
	border-right: 1px solid #d7d7d7;
}
.group6 {
	width: 160px;
	float: left;
	margin-right: 5px;
}
.cnt.less {
	height: 240px;
	overflow: hidden;
	position: relative;
}
.gobtn {
	vertical-align: middle;
	background: url(http://www.ti.com/lsds/media/images/mcu/submit-btn.png) no-repeat;
	cursor: pointer;
	width: 19px;
	height: 20px;
	padding: 0;
	margin: 0 0 0 2px;
	border: none;
}
.resetbutton {
	background: #666666;
	border-color: #5e5e5e;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	;
	white-space: nowrap;
	border: 1px solid #c0c0c0;
	padding: 4px 8px;
	border-radius: 5px;
	display: inline-block;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #111111) );
	background: -moz-linear-gradient( center top, #666666 5%, #111111 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111');
}
.resetbutton:hover {
	background: #111111;
	text-decoration: none;
	color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #111111), color-stop(1, #666666) );
	background: -moz-linear-gradient( center top, #111111 5%, #666666 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#666666');
}
.resetbutton span.reset {
	background: url(http://www.ti.com/lsds/media/images/mcu/reset.png) no-repeat 0;
	padding: 1px 0 0 19px;
	display: inline-block;
}
.disable_selection {
	color: #aaa9a9;
}