.Hidden , TD.Hidden
{
	display:none;
}


.UnSelectedRow
{
}

.SelectedRow
{
	FONT-SIZE: 11px;
	BORDER-RIGHT: #000000 thin solid;
	BORDER-TOP: #000000 thin solid;
	BORDER-LEFT: #000000 thin solid;
	BORDER-BOTTOM: #000000 thin solid;
	FONT-FAMILY: Arial;
    background-color: #FEF99A;
    padding-left: 5px;
}

.HandCursor
{
	cursor: hand;
}
.divReadonly
{
	cursor: crosshair;	
	Z-INDEX: 9999;
	LEFT: 1px;
	BACKGROUND-IMAGE: url(/AmanSupport/Images/Shared/TrasparentCube.GIF);
	WIDTH: 1000px;
	POSITION: absolute;
	TOP: 1px;
	HEIGHT: 1000px
}
.divWaitScreen
{
	z-index: 9999;
	left: 1px;
	background-image: url(/AmanSupport/Images/Shared/TrasparentCube.GIF);
	width: 1500px;
	cursor: wait;
	position: absolute;
	top: 1px;
	height: 1500px;
}