body { background-color: #f0f0f0;}
img { border: 0px;}
p{ margin: 5px 0px; }
.bold {font-weight: bold;}
.u {text-decoration: underline;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.none {display: none;}
.block {display: block;}
.pointer {cursor: pointer;}
.strike {text-decoration: line-through;}
.clear {clear: both;}
.help ul, .help li {
	line-height: 150%;
}
.help p {
	line-height: 125%;
}
.help .ktitle, .help .ktitle2 {
	margin-top: 10px;
}
.help pre {
	border: 1px dashed black;
	background-color: #e0e0e0;
	padding: 10px;
}
.help,
.kdiv {
	background-color: AliceBlue;
	position: relative;
	border: 2px solid black;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
	padding: 5px;
	margin-bottom: 10px;
}
.ktitle {
	font-size: 1.5em;
	font-weight: normal;
	color: black;
	padding-bottom: 2px;
	border-bottom: 2px solid black;
}
.ktitle2 {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
#htmlsc {
	display: none;
}
#flash {
	position: fixed;
	border: 2px solid #c0c0c0;
	background-color: black;
	color: yellow;
	font-weight: bold;
	padding: 10px;
	top: 10px;
	max-width: 480px;
	display: none;
	z-index: 502;
	cursor: default;
}
#flash_close {
	display: none;
	position: fixed;
	z-index: 505;
}
.smaller {
	font-size: smaller;
}
.warn,
.error {
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}
#js_required {
	font-weight: bold;
}
.js_required {
	display: none;
}
.actions {
	float: right;
	margin-right:5px;
	height: 16px;
}
.actions img {
	margin-left: 4px;
	cursor: pointer;
}
.double_down {
	border-bottom: 3px double #808080 !important;
}
.double_up {
	border-top: 3px double #808080 !important;
}
.thick_down {
	border-bottom: 2px solid black;
}
.thick_up {
	border-top: 2px solid black;
}
.setting_desc {
	font-size: smaller;
	padding-left: 10px;
}
.hmenu ul, .vmenu ul {
	padding: 0px;
	margin: 0px;
}
.hmenu :hover > a, .vmenu :hover > a {
	background-color: #7b7b7b;
	color: yellow;
}
.hmenu :hover > ul, .vmenu :hover > ul {
	visibility: visible;
}
.hmenu li {
	list-style: none;
	position: relative;
	float: left;
	margin-right: 5px;
	text-align: left;
}
.vmenu li {
	list-style: none;
	position: relative;
	width: 8em;
	vertical-align: bottom;
}
.hmenu a, .vmenu a {
	display: block;
	width: 8em;
	color: black;
	line-height: 30px;
	background-color: silver;
	border: 1px solid black;
	margin: 0px -1px -1px 0px;
	text-decoration: none;
	overflow: hidden;
	padding-left: 5px;
}
.dropmenu {
	position: absolute;
	top: 31px;
	visibility: hidden;
}
.deepmenu {
	position: absolute;
	top: 0px;
	left: 8.4em;
	visibility: hidden;
}
.ktable2,
.ktable {
	width: 100%;
	border: 1px solid black;
 	border-collapse: collapse;
 	background-color: beige;
}
.ktable th {
	background-color: BurlyWood;
	color: white;
	font-weight: normal;
}
.ktable2 th {
	background-color: NavajoWhite;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
}
.ktable2 th,
.ktable th {
	padding: 2px 5px;
	text-align: left;
}
.ktable2 th img,
.ktable th img {
	vertical-align: top !important;
}
.ktable2 td {
	padding: 5px;
	border: 1px solid #808080;
}
.ktable td {
	padding: 5px;
	border: 1px solid #e0e0e0;
}
#menu_preview {
}
.dojoDndAvatar {
	border: 1px solid black;
	background-color: white;
	color: black;
}
.dojoDndAvatarHeader {
	display: none;
}
.dojoDndItem {
	padding: 0px 2px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
}
.dojoDndItemSelected,
.dojoDndItemAnchor {
	border: 1px dashed black;
	padding: 1px 2px;
	background-color: NavajoWhite;
}
.dojoDndItemBefore {
	border-top: 2px solid black;
}
.dojoDndItemAfter {
	border-bottom: 2px solid black;
}
.no_clicky {
	position: absolute;
	z-index: 1000;
	background-color: transparent;
}
.auto {
	margin: auto;
}
.dislabel {
	color: silver;
}