body {
	color: #404040;
	background-color: #f0f0f0;
	background-image: url("/PubServerKernel/images/bg.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font: 10pt/1.3 Arial;
}

table {
	border: 1px solid #808080;
	background: #ffffff;
	margin-top: 2em;
	width: 750px;
	padding: 10px;
}

caption {
	background: #e0e0e0;
	font-weight: bold;
	border: 1px solid #808080;
	border-width: 1px 1px 0px 1px;
	padding: 4px 4px 4px 4px;
}

tr {
	vertical-align: top;
}

th {
	color: black;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	width: 1%;
	white-space: nowrap;
	text-align: left;
}

thead {
	color: black;
}

td {
	border-top: 1px solid #f0f0f0;
	text-align: left;
}

.trhover tr:hover {
	background-color: #fff0f0;
}

.licenseFeatureInput {
	width: 220px !important;
}