body {
	font-family: arial, verdana;
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

ul.SimpleContextMenu {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}

ul.SimpleContextMenu li {
	border-bottom: 0px solid #979797;
}

ul.SimpleContextMenu li a {
	display: none;
	width: 100px;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	color: #000000;
	background: url("../images/icon.gif") center left no-repeat;
	background-color: #f0f0f0;
}

ul.SimpleContextMenu li a:hover {
	text-decoration: none;
	color: #000000;
	background: url("../images/icon_hover.gif") center left no-repeat;
	background-color: #daebf3;
}

ul.SimpleContextMenu li a.header {
	border-bottom: 1px solid #e0e0e0;
	cursor: default;
}

ul.SimpleContextMenu li a.final {
	border-bottom: 1px solid #979797;
}

ul.ContextMenu {
	display: hidden;
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 12px;
	list-style-type: none;
	border: 1px solid #979797;
}

ul.ContextMenu table {
	background: #f0f0f0;
	width: 200px;
}

ul.ContextMenu .mnu_icon {
	width: 25px;
	border-right: 1px solid #e2e3e3;
}

ul.ContextMenu .header {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #e2e3e3;
	padding-left: 5px;
	height: 24px;
	cursor: default;
}

ul.ContextMenu .l_divider {
	height: 1px;
	width: 25px;
	border-right: 1px solid #e2e3e3;
}

ul.ContextMenu .r_divider {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding-left: 5px;
	display: block;
	cursor: default;
	height: 19px;
	padding-top: 5px;
	#height: 24px;
	#padding-top: 0px;
	white-space: nowrap;
}

ul.ContextMenu .r_divider2 {
	border-left: 1px solid #ffffff;
	border-top: 0px solid #ffffff;
	padding-left: 5px;
	display: block;
	cursor: default;
	height: 19px;
	padding-top: 5px;
	#height: 24px;
	#padding-top: 0px;
	white-space: nowrap;
}

.bg_table {
	background: url("../images/bg_table.gif") top left repeat-y;
	float: left;
	width: 200px;
	height: 24px;
	display: none;
}

.ContextMenu td {
	padding: 0px;
}

.wname {
	display: block;
	width: 160px; 
	overflow: hidden;
}