 /*
	snapons.css is
	used in Config/Attach/Detach Snapons
*/

table.snapons {
	margin: 14px 0 24px 18px;
}

table.snapons td {
	vertical-align: top;
	padding: 1px 12px;
	white-space: normal;
}

table.snapons button {
	margin-bottom: 7px;
}

div.snapons-list {
	width: 250px;
	height: 210px;
	overflow: auto;
	background-color: white;
	border: 1px solid #a9a9a9;
}

div.snapons-list ul {
	margin: 0;
	padding: 0;
}

div.snapons-list li,
div.snapons-list li.selected {
	/*background-color: yellow;
	border: 1px solid Red;*/
	padding: 2px 4px;
	color: black;
	background-color: White;
	cursor: default;
}

div.snapons-list li.selected {
	color: white;
	background-color: #436da9;
}

div.snapon-comment {
	padding: 4px 7px;
	margin: 9px 0 3px 0;
	line-height: 1.6em;
	width: 518px;
	height: 120px;
	border: 1px solid #b9b9b9;
	background-color: #ffffe3;
	overflow: auto;
	line-height: 1.5em;
}

div.snapon-operation-info {
	display: none;
	position: absolute;
	top: 200px;
	left: 240px;
	/*width: 300px;*/
	padding: 24px;
	background-color: white;
	border: 2px solid blue;
}
