a.panelBackLink:hover {
	text-decoration: none;
	cursor: hand;
}
a.panelBackLink:visited {
	text-decoration:none;
}
a.buttonLink {
	padding: 5px;
}
a.buttonLink:hover {
	text-decoration:none;
	background: #DBDBDB;
	color: #FFFFFF;
	padding: 5px;
	cursor:hand;
}
a.buttonLink:visited {
	text-decoration:none;
}

#overlay {
	color:white;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #3B3B33;
	opacity: 0.50;
}
#loading {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -25px;
}
#Message {
	width: 100%;
	height: auto;
	position: absolute;
	margin: 50px 10px 10px 5px;
	padding: 5px;
}
#MessageBlock {
	width: 200;
	height: 120;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -60px;
	padding: 10;
	background: #0A0A07;
	color: #FFFFFF;
}
tr.editingRow {
	border:3px solid #8AC3E8;
}
td.editingCellPanel {
	background-color:#2F94D6;
	color: white;
}