
/****** BODY ******/

#GCS-Document.Busy
{
	cursor: wait;
}
#GCS-Document.Normal
{
	cursor: default;
}

/****** GridWidget Generic ******/

.SGWT-Gw-H
{
	background-color: #87a3f0;
	text-align: center;
}
.SGWT-Gw-Even
{
	background-color: white;
}
.SGWT-Gw-Odd
{
	background-color: #f5f5ff;
}

