td.contentCellView {
	padding-left: 15px;
	padding-right:15px;
}

td.contentCellEdit {
	border-style: none;
	border-width: 1px;
	border-color: #dedfde;

	padding-left: 15px;
	padding-right:15px;
}

td.contentCellEditWithBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #dedfde;

	padding-left: 15px;
	padding-right:15px;
}

table.ctxmenu {
	background-color: #dedfde;
	
	border-style: outset;
	border-width: 3px;
	border-color: #dedfde;
}

table.ctxmenu td {
	font-family: Arial, Sans Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	
	color: #505050;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	
	cursor: hand;
}

table.ctxmenu td hr {
	height: 2px;
	color: #aeafae;
}

