table.RegistryTable {
	border-collapse: collapse;
	background-color: #CAD1D9;
	border: 1px solid #000000;
}

table.RegistryTable th {
	padding: 0.5em;
	font-size:small;
	background-color:Silver;
	border: 1px solid #999;
}

table.RegistryTable td {
	padding: 0.5em;
	font-size:small;
	border: 1px solid #999;
}

table.Attachs {
	padding: 0.5em;
	width: 100%;
	font-size:small;
	border: 0px solid #999;
}

table.Attachs td {
	padding: 0.5em;
	font-size:small;
	border: 0px solid #999;
}

table.RegistryTable thead,tfoot {
	background-color: #DDD;
}

table.RegistryTable tr.rowodd {
	background-color: #FFF;
	
}

table.RegistryTable tr.roweven {
	background-color: #F2F2F2;
}

table.RegistryTable th.moveOnHandle {
	cursor: move;
}

div.move-handle {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fc6;
	cursor: move;
	filter: alpha(opacity =   50);
	-moz-opacity: 0.5;
}

table.RegistryTable th.resize-handle-active {
	cursor: e-resize;
}

 div.resize-handle {
	cursor: e-resize;
	width: 2px;
	border-right: 3px solid #fc6;
	position: absolute;
	top: 0;
	left: 0;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}

.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}

