@CHARSET "ISO-8859-1";


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

/**
 * LIST element
 */
.ListLegenda {
	padding: 6px;
}
ul.ListLegendaUnit {
	float: left;
	margin-right: 12px;
}
table.listTbl, table.tblForm, .ListLegenda  {
	width: 700px;
	margin: 6px;
}
table.listTbl tr td {
	padding: 3px 3px 3px 3px;
}
tr.listHdr td {
	border-bottom: 2px solid #E5EAF0;
}
tr.listHdr td a, ul.ListLegendaUnit li.header {
	color: #104519;
	font-weight: bold;
}
tr.listLow td, tr.listHigh td {
	border-bottom: 1px solid #E5EAF0;
}
tr.listHigh td {
}
tr.listLow td a, tr.listHigh td a {
	color: #5AB857;
}
.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 #E5EAF0;
}
td.viewLabel {
	color: #383A30;
	width: 150px;
	border-right: 1px solid #E4EBE3;
}

/**
 * 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: #003D73;
}
td.tQst {
	border-right: 1px solid #E5EAF0;
}
table.tblForm tr.tCtr td, table.tblFilter tr td {
	padding-top: 12px;
}
td.tQstCspan {
	border-bottom: 1px solid #c6e5f8;
}
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 #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.iTxtShort, input.iTxtLong, input.iBut, button.iBut, textarea, select {
	border: 1px solid #E5EAF0;
}
input.iTxt, input.iTxtShort, input.iTxtLong, input.iBut, button.iBut, textarea.iTxt, 
textarea.iTxtSmall, textarea.iTxtLong, select.iSelMid {
	padding: 2px;
}
input.iTxtShort {
	width: 50px;
}
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: #5AB857;
}
table.multiSel td {
	border: 1px solid #E5EAF0;
}
optgroup.selOptGroup {
	color: #dadada;
	font-weight: normal;
	font-style: normal;
}
/**
 * TREE element
 */
.TreeElmBox{
	width: 700px;	
}
.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 #E5EAF0;
	line-height: 18px;
}
.treeElm li {
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #E5EAF0;
}
.treeElm div.treeTools {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 150px;
}
.treeElm div.treeTools img {
	margin: 3px 0px 0px 5px;
}