#list { margin:0; padding:0; list-style-type: none; }
#list li { margin:0; padding:0px; cursor:n-resize; }

.ListTableHeaderCell { border: 1px solid #8BA1BC; background-color:#8BA1BC; color: white; font-weight: bold; font-size: 12px; height:30px; }
.ListTableCellMove { border: 1px solid #E4E4E4; cursor:n-resize; height:30px; }
.ListTableCellNoMove { border: 1px solid #E4E4E4; cursor:default; height:30px; }
.ListTableCellMoveActive { border: 1px solid #FF0000; cursor:n-resize; height:30px; }
.ListTableHeaderText { color: white; font-weight: bold; font-size: 12px; height:30px; }

#dhtmltooltip	{
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid Black;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	height: 10px;
	width: 142px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Comment the line below to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


