	#close {border-top:10px solid white;}
	/*td {height:20px;}*/
	.csContextMenu,
	.csContextMenu ul {
		font:normal 13px Verdana;
		margin:0;
		padding:0;
		list-style-type:none;
		border:1px solid black;
		display:block;
		background:#d6d3ce;
	}
	.csContextMenu li {
		position:relative;
		background:#d6d3ce;
	}
	.csContextMenu_div {
		width:150px;
		color:black;
		text-decoration:none;
		padding:4px 5px;
		cursor:pointer;
	}
	.csContextMenu_div_mover {
		width:150px;
		color:white;
		text-decoration:none;
		padding:4px 5px;
		cursor:pointer;
		background:#08246b;
	}

	.csContextMenu_div:hover{
		background-color:#08246B;
		color:white;
	}
	.clickable {
		cursor:pointer;
		background-color:#eeeeee;
		color:black;
		font-weight:bold;
		width:1.2em;height:1.2em;
		border:2px solid black;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		border-radius: 0.8em;
		text-align:center;
	}
	.clickable:hover {
		cursor:pointer;
		background-color:#111111;
		color:white;
		font-weight:bold;
		width:1.2em;height:1.2em;
		border:2px solid #eeeeee;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		border-radius: 0.8em;
		text-align:center;
	}
	.csMaskeContentTable {
		padding:0px;
		background-color:#B1B2B4;
		
	}
	.csDivHeadTable {
		height:25px;
	}
	.csDivContScroll {
		height:440px;
		margin-right:0px;
		padding-right:0;
	}
	.csContextMenuPos {
		position:absolute;
		top:0;
		left:0;
		display:none;
	}
	
	.csPSButtonTdMenuEdit {
		padding-left:4px;
		padding-top:10px;
	}
	.radiotxt {
		padding-right:9px;
		padding-left:1px;
		font-size:11px;
	}