#tabData{
    white-space: nowrap;
	margin-bottom:50px;
}
#tabData th,#header-fixed th{
	text-align:center;
	cursor:pointer;
}
.td_number{
	text-align:right;
}

.no-padding{
	padding:0px;
}
.table-nonfluid {
   width: auto !important;
}
#header-fixed { 
    position: fixed; 
	display:none;
	background-color:white;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}
.disabled{
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
}

.selTD{
	text-align:center;
}
.selTD input{
	margin-top:0px;
}
#txtTableText{
	width:100%;
	height:300px;
}
.row_link:visited {
    color: green;
}
#btnUp{
   padding-right: 3px;
}
#btnDown{
	padding-left: 3px;
}