@CHARSET "UTF-8";
/* content forms, see css-hacks.js for items marked with "forced" */

.content .formTitle,
.dialog	.formTitle{
	color:#A61F07;
	font-weight: bold;
}

.content .formSection,
.dialog .formSection{
	font-weight: bold;
}

.content .form,
.dialog .form{
	background-color:#F6F6F4;
	border-color:#92928C;
	border-style:solid;
	border-width:1px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}



.content .formList,
.dialog .formList{
	background-color:#F6F6F4;
	border-color:#92928C;
	border-style:solid;
	border-width:1px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}


.content .form_nbg,
.dialog .form_nbg{
	margin-left: inherit;
	margin-right: auto;
}

.content .form_nbg tr .col0,
.dialog .form_nbg tr .col0{
	width: 1%;
	white-space: nowrap;
	border-bottom: solid 1px #DFE0DE;
	font-weight: bold;

	padding-bottom:2px;
	padding-left:15px;
	padding-right:5px;
}

.content .form_nbg tr .col1,
.dialog .form_nbg tr .col1{
	width: 99%;
	font-weight: normal;
	white-space: normal;
	border-bottom: none;

	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.content fieldset .formList,
.dialog fieldset .formList{
	border-color: #DFE0DE;
}

.content .formHighlight,
.dialog .formHighlight{
	background-color:#F6F6FF;
	border-color:#92928C;
	border-style:solid;
	border-width:1px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}

.content .form tr .col0,
.dialog .form tr .col0,
.content .formHighlight tr .col0,
.dialog .formHighlight tr .col0{/*forced*/
	width: 1%;
	white-space: nowrap;
	border-bottom: solid 1px #DFE0DE;
	font-weight: bold;

	padding-bottom:2px;
	padding-left:15px;
	padding-right:5px;
}

.content .form tr .col1,
.dialog .form tr .col1,
.content .formHighlight tr .col1,
.dialog .formHighlight tr .col1	{/*forced*/
	width: 99%;
	font-weight: normal;
	white-space: normal;
	border-bottom: none;

	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.content .slotTable,
.dialog .slotTable{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.content .slotTable .springRight,
.dialog .slotTable .springRight{
	width: 99%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 3px;
}

.content .slotTable .tight,
.dialog .slotTable .tight{
	padding: 0px;
	margin: 0px;
	width: 1%;
}

.content table.layout {
	width: 100%;
	border-style: none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.content table.layout td {
	padding: 0px;
	marging: 0px;
}
