/* ----------------------------------------------------------------------------------------------------------------------- */
/* Display Table --------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.display-table {
	border: 1px solid #dadada;
	border-right: 0;
	border-bottom: 0;
	width: 100%;
}

.display-table tr.labels {
	box-shadow: 0 2px 2px rgba(0,0,0,.12);
}

.display-table tr.labels th {
	border-bottom: 1px solid #cccccc;
}

.display-table td,
.display-table th,
.display-table th.table-header {
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	display: table-cell;
	height: auto;
	margin: 0;
	padding: 6px;
}

.display-table th {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	background: linear-gradient(top, #f7f7f7 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e7e7e7',GradientType=0 );
	text-align: left;
	text-shadow: 0 1px 0 #ffffff;
}

.display-table th.tar {
	text-align: right;
}

.display-table th.actions-column-heading {
	text-align: right;
	width: 65px;
}

.display-table th.table-header { cursor: pointer; }
.display-table th.table-header:hover { 
	color: #808080;
}

.display-table th.table-header.headerSortUp {
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#d1d1d1));
	background: -moz-linear-gradient(top,  #e3e3e3,  #d1d1d1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#d1d1d1');
	color: #000000;
}

.display-table th.table-header.headerSortDown {
	background: #d1d1d1;
	background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #d1d1d1,  #e3e3e3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#e3e3e3');
	color: #000000;
}

.display-table th.headerSortUp:hover,
.display-table th.headerSortUp:hover {
}

.display-table tr td img {
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.display-table tr.inactive td {
	color: #cccccc;
}

.display-table tr.inactive td img {
	opacity: .50;
	filter: alpha(opacity=50);
}

.dragClass td {
	background: #d9ecff;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	opacity: .5;
}

.dragHandle {
	cursor: move;
}

.view-table {
}

.view-table th {
	color: #808080;
	font-weight: normal;
	text-align: left;
	font-size: 90%;
	padding: 4px 14px 4px 0;
}

.view-table td {
	padding: 4px;
}

.denoted-key {
	background: #0077cc;
	display: inline-block;
	height: 10px;
	width: 10px;
}

.display-table tr.denoted td:first-child {
	border-left: 10px solid #0077cc;
}

.has-sub-items {
	background: url(/images/icons/folder.png) 0 50% no-repeat;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 19px;
}
