@charset "utf-8";


/* for the table drag and drop with JQuery */
.tableDemo {
	background-color: white;
	border: 1px solid #666699;
	margin-right: 10px;
	padding: 6px;
}

.tableDemo table {
	border: 1px solid silver;
}

.tableDemo td {
	padding: 2px 6px
}

.category td {
	background-color: #E4EBF3;
}

.tDnD_whileDrag {
	background-color: #eee;
}

.tableDemo tr.alt td {
	background-color: #ecf6fc;
}

tr.myDragClass td {
    color: yellow;
    background-color: black;
}

td.dragHandle {
    
}

td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}
