/* CSS Document */
.admintable{
	width: 100%;
	font-size: 10pt;
}
.paramlist_key{
	width: 40%;
}
.paramlist_value{
	width: 60%;
}
.spacernew{
	margin: 0;
	padding: 0px;
	background: #FFFFA4;
	height: 25px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
	text-align: center;
}
.subspacernew{
	margin: 0;
	padding: 0 0 0 10px;
	background: #FDDFE6;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	width: auto;
	text-align: left;
}
.paramlist_key{
	vertical-align: top;
}

.desc_title{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: #D5EAFF;
	height: 20px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	width: auto;
	display: block;
	text-align: left;
}