.bg-dark-blue {
	background-color: #c3d9ff;
}
.bg-light-blue {
	background-color: #e0ecff;
}
.bg-white {
	background-color: #fff;
}
.body {
	border-top: 2px #c3d9ff solid;
	border-left: 2px #c3d9ff solid;
	border-right: 2px #c3d9ff solid;
	background-color: #fff;
}
.mnuitem {
	padding-left: 2px;
	padding-right: 2px;
}
.mnuitemlbl {
	color: #999;
	text-shadow: 2px 2px 2px #bbb;
}
.mnuitemsub {
	color: #000;
	padding-left: 12px;
	padding-right: 2px;
	text-shadow: 2px 2px 2px #999;
}
.mnumore {
	height: 96px;
	width: 120px;
	border: 1px #999 solid;
	background-color: #fff;
	font-size: 14px;
	font-family: Arial;
	overflow: auto;
}
.mnureverse {
	height: 32px;
	border: 1px #999 solid;
	background-color: #fff;
	font-size: 14px;
	font-family: Arial;
}
.more {
	color: #000;
	border: 1px #999 solid;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
	height: 14px;
	text-shadow: 2px 2px 2px #999;
	width:45px;
}
.pointer {
	cursor: pointer;
}
.tab {
	width: 75px;
	padding-left: 5px;
	padding-top: 2px;
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	color:#4100cc;
}
.translate {
	height: 22px;
	width: 73px;
}
.version {
	color: #fff;
	font-family: Arial;
	text-shadow: 2px 2px #999;
	font-size: 20px;
	font-weight: bold;
}
textarea, input, select {
	color: #000;
	text-shadow: 2px 2px 2px #999;
}
