

.ListElmBox {
}

.FormElmBox, .ListElmBox, .FormElmBox {
	padding-bottom: 6px;
	width: 760px;
	float: left;
	/*background-color: #e6e9e6;*/
}
table.listTbl, table.tblForm {
	margin: 6px;
}
 table.tblForm {
	width: 640px;
}

/**
 * INFO element
 */
.InfoElmBox {
}
.infoLnk {
	padding: 0px 0px 12px 0px;
}
/**
 * LIST element
 */
table.listTbl, table.tblForm {
	margin: 6px;
}
table.listTbl, .Paging, .PagingLower, .ListLegenda {
	width: 760px;
	float: left;
}
.ListLegenda {
	padding: 6px;
}
ul.ListLegendaUnit {
	float: left;
	margin-right: 12px;
}
table.listTbl tr td {
	padding: 3px 3px 3px 3px;
}
tr.listHdr td {
	border-bottom: 2px solid #006fa3;
}
tr.listHdr td a, ul.ListLegendaUnit li.header {
	color: #a20936;
	font-weight: bold;
}
tr.listLow td, tr.listHigh td {
	border-bottom: 1px solid #006fa3;
}
tr.listHigh td {
}
tr.listLow td a, tr.listHigh td a {
	color: #006fa3;
}
.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 #006fa3;
}
td.viewLabel {
	color: #006fa3;
	width: 150px;
	border-right: 1px solid #006fa3;
}

/**
 * FORM element
 */
.iCode {
	width: 500px;
	height: 110px;
	padding: 2px;
	border: 1px solid #7f9db9;
}
table.tblForm, table.tblForm tr, table.tblForm tr td,
table.tblFilter, table.tblFilter tr, table.tblFilter tr td {
	position: relative;
}
td.tQst, td.tQstCspan, .tQst {
	color: #006fa3;
}
td.tQst {
	border-right: 1px solid #006fa3;
}
table.tblForm tr.tCtr td, table.tblFilter tr td {
	padding-top: 12px;
}
td.tQstCspan {
	border-bottom: 1px solid #006fa3;
}
table.tblForm tr td, table.tblFilter tr td {
	padding: 3px 6px 3px 6px;
}
a.lnkBack {
	padding-right: 12px;
}
tr td.tSubmit input {
	border: 0px;
	vertical-align: middle;
	height: 20px;
	cursor: pointer;
	background: #fafafa;
}
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 #cce2ed;
}
input.iBut {
	color: #fff;
	background-color: #a20936;
}
input.iTxt, input.iTxtlong, input.iBut, button.iBut, textarea.iTxt, 
textarea.iTxtSmall, textarea.iTxtLong, select.iSelMid {
	padding: 2px;
}
input.iTxt, select.iSelMid, select.iSel {
	width: 225px;
}
input.iTxtlong, textarea.iTxtlong, select.iSelLong {
	width: 450px;
}
select.iSelectMulti {
	width: 225px;
	height: 80px;
}
textarea.iTxtlong {
	height: 100px;	
}
textarea.iTxtSmall {
	width: 325px;
	height: 80px;
}
textarea.iTxtSingle {
	width: 225px;
	height: 40px;
}
textarea.iTxt {
	width: 325px;
	height: 160px;
}
table.multiSel th {
	font-weight: bold;
	color: #59b5ec;
}
table.multiSel td {
	border: 1px solid #cce2ed;
}
optgroup.selOptGroup {
	color: #dadada;
	font-weight: normal;
	font-style: normal;
}
/**
 * TREE element
 */
.treeElm, .treeElm ul {
	margin: 0px;	
	padding: 0px;
}
.treeElm ul li {
	padding: 5px 0px 2px 0px;
}
.treeElm ul {	
	margin-left: 20px;	
	padding-left: 0px;
	display: none;
}
.treeElm, .treeElm li, .treeElm ul, .treeElm ul li {	
	position: relative;
}
.treeElm li {
	list-style-type: none;
	vertical-align: middle;
}
.noaccess {
	color: #dadada;
}
.rootaccess {
	color: #4a4a4a;
}
.treeElm li.treeLiOver {
	background-color: #f00;
}
.treeElm li.treeLiOut {
	background-color: #fff;
}
.treeElm {
	border-bottom: 1px solid #c6e5f8;
}
.treeElm li {
	border-top: 1px solid #c6e5f8;
}
.treeElm div.treeTools {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 150px;
}
.treeElm div.treeTools img {
	margin: 3px 0px 0px 5px;
}