@CHARSET "ISO-8859-1";


.FormElmBox, .ListElmBox {
	padding-bottom: 6px;
	background-color: #fff;
}

/**
 * LIST element
 */
table.listTbl {
	width: 340px;
	margin: 6px;
}
table.listTbl tr td {
	padding: 3px 3px 3px 3px;
}
tr.listHdr td {
	border-bottom: 2px solid #dfdfdf;
}
tr.listHdr td a {
	color: #383a30;
	font-weight: bold;
}
tr.listLow td, tr.listHigh td {
	border-bottom: 1px solid #dfdfdf;
}
tr.listHigh td {
}
tr.listLow td a, tr.listHigh td a {
	color: #383a30;
}
.headButtons {
	padding: 6px;
}
.headButtons ul li {
	padding-bottom: 3px;
}
.Paging {
	padding: 6px;
}
.PagingLower {
	padding: 6px;
}

/**
 * VIEW element
 */
tr.viewLow td, tr.viewHigh td {
	border-bottom: 1px solid #dfdfdf;
}
td.viewLabel {
	color: #383a30;
	width: 150px;
	border-right: 1px solid #dfdfdf;
}

/**
 * FORM element
 */
table.tblForm, table.tblForm tr, table.tblForm tr td,
table.tblFilter, table.tblFilter tr, table.tblFilter tr td {
	position: relative;
}
td.tQst, td.tQstCspan {
	color: #383A30;
}
td.tQst {
	border-right: 1px solid #F3F3F4;
}
table.tblForm tr.tCtr td, table.tblFilter tr td {
	padding-top: 12px;
}
td.tQstCspan {
	border-bottom: 1px solid #F3F3F4;
}
table.tblForm tr td, table.tblFilter tr td {
	padding: 3px 6px 3px 6px;
}
a.lnkBack {
	padding-right: 12px;
	background-image: url('../img/bt_back.gif');
	background-position: center right;
	background-repeat: no-repeat;
}
tr td.tSubmit input {
	border: 0px;
	vertical-align: middle;
	height: 20px;
	cursor: pointer;
	background: url('../img/bt_next.gif') center right no-repeat;
}
td.tQst {
	vertical-align: top;
}
.tError {
	color: #c90047;
	font-weight: bold;
}
td.tQst {
	padding-right: 12px;
}
td.tRight {
	text-align: right;
}
input.iTxt, input.iTxtLong, input.iBut, button.iBut, textarea, select {
	border: 1px solid #F3F3F4;
}
input.iTxt, input.iTxtLong, input.iBut, button.iBut, textarea.iTxt, 
textarea.iTxtSmall, textarea.iTxtLong, select.iSelMid {
	padding: 2px;
}
input.iTxt, select.iSelMid {
	width: 225px;
}
input.iTxtLong, textarea.iTxtLong, select.iSelLong {
	width: 450px;
}
select.iSelectMulti {
	width: 225px;
	height: 60px;
}
textarea.iTxtLong {
	height: 100px;	
}
textarea.iTxtSmall {
	width: 225px;
	height: 80px;
}
textarea.iTxtSingle {
	width: 225px;
	height: 40px;
}
textarea.iTxt {
	width: 325px;
	height: 160px;
}
table.multiSel th {
	font-weight: bold;
	color: #104519;
}
table.multiSel td {
	border: 1px solid #E4EBE3;
}
optgroup.selOptGroup {
	color: #dadada;
	font-weight: normal;
	font-style: normal;
}
/**
 * TREE element
 */
.treeElm, .treeElm ul, .treeElm ul li {
	margin: 0px;	
	padding: 0px;
}
.treeElm ul {	
	margin-left: 20px;	
	padding-left: 0px;
	display: none;
}
.treeElm ul li {	
}
.treeElm li {
	list-style-type: none;
	vertical-align: middle;
}
.treeElm li.noaccess, .treeElm li.noaccess a {
	color: #ccc;
}