
.list_Wrapper {
	float: left;
	clear: both;
	width: 100%;
/* 	max-width: 855px; */
	padding: 15px 0;
	border-bottom: solid 1px #e8e8e8;
}

.list {
    border-collapse: collapse;
    border-spacing: 0;
	position: relative;
	float: left;
	clear: left;
	width: 100%;
/* 	max-width: 855px; */
	border-collapse: separate;
}

.list td,
.list th {
	padding: 4px 8px;
	padding-bottom: 4px;
	font-family: 'Raleway';
	font-weight: 400;
	color: #777;
}

.list th {
	padding-bottom: 8px;
	border-bottom: solid 1px #ccc;
	font-weight: 400;
	text-align: left;
}

.list th.active{
	color:#7baa15 !important;
}

.list th.active.desc {
	background: url(../img/icon_arrow_down.png) no-repeat 97% 50%;
}

.list th.active.asc {
	background: url(../img/icon_arrow_up.png) no-repeat 97% 50%;
}

.list td {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-size: .75em;
	line-height: 1.25em;
	vertical-align: middle;
	color: #777;
}

.list td:first-child {
	border-left: solid 1px #fff;
}

.list td.editableStr,
.list td.editableInt,
.list td.editableFloat{
    background: #FFF;
    cursor: text;
}

.list td.editableStr:hover,
.list td.editableInt:hover,
.list td.editableFloat:hover{
    background-color: #f1f1f1;
}

.list td input.onAirEditableStr,
.list td input.onAirEditableInt,
.list td input.onAirEditableFloat{
    padding: 0;
    resize: none;
    background: #FFF;
    max-width: 140px;
    font-size: inherit;
    line-height: inherit;
}

.list td.cellThumbnail{
    width: 100px;
}

.list tr.row_list {
    cursor: pointer;
}

.list tr.row_list:hover td{
    background-color: #f2f3f4;
}
