@CHARSET "ISO-8859-1";


.FormElmBox, .ListElmBox {
	padding-bottom: 6px;
}

/**
 * LIST element
 */
table.listTbl, table.tblForm {
	margin: 6px 6px 6px 0px;
}
table.listTbl, table.tblForm, .Paging, .PagingLower, .ListLegenda {
	width: 640px;
}
.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 #ededed;
}
tr.listHdr td a, ul.ListLegendaUnit li.header {
	color: #F8981D;
	font-weight: bold;
}
tr.listLow td, tr.listHigh td {
	border-bottom: 1px solid #ededed;
}
tr.listHigh td {
}
tr.listLow td a, tr.listHigh td a {
	color: #666;
}
.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 #ededed;
}
td.viewLabel {
	color: #F8981D;
	width: 150px;
	border-right: 1px solid #eee;
}

/**
 * FORM element
 */
table.tblForm tr, table.tblForm tr td,
table.tblFilter, table.tblFilter tr, table.tblFilter tr td {
	position: relative;
}
table.tblForm {
	float: left;
	width: 470px;	
}
.box2_vacature table.tblForm {
	float: left;
	width: 450px;	
}

td.tQst, td.tQstCspan {
	color: #F8981D;
}
td.tQst {
}
table.tblForm tr.tCtr td, table.tblFilter tr td {
	padding-top: 12px;
}
td.tQstCspan {
	border-bottom: 1px solid #ededed;
}
table.tblForm tr td, table.tblFilter tr td {
	padding: 0px 6px 0px 0px;
}
a.lnkBack {
	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: #000;
	font-weight: bold;
}
td.tQst {
	padding-right: 12px;
}
td.tRight {
	text-align: left;
}
input.iTxt, input.iTxtLong, input.iBut, button.iBut, textarea, select {
	border: 1px solid #bfbfbf;
}
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: 250px;
}
select.iSelectMulti {
	width: 225px;
	height: 60px;
}
textarea.iTxtLong {
	height: 40px;	
}
textarea.iTxtSmall {
	width: 225px;
	height: 80px;
}
textarea.iTxtSingle {
	width: 225px;
	height: 40px;
}
textarea.iTxt {
	width: 225px;
	height: 160px;
}
.iTxtOverige {
	border: 1px solid #bfbfbf;
	margin-left: 70px;	
	width: 180px;
}
table.multiSel th {
	font-weight: bold;
	color: #F8981D;
}
table.multiSel td {
	border: 1px solid #ddd;
}
optgroup.selOptGroup {
	color: #dadada;
	font-weight: normal;
	font-style: normal;
}
.readpr {
	padding-left: 8px;
	background: url('../img/arrow_l.gif') left 4px no-repeat;	
}
/**
 * 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 #ededed;
}
.treeElm li {
	border-top: 1px solid #ededed;
}
.treeElm div.treeTools {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 150px;
}
.treeElm div.treeTools img {
	margin: 3px 0px 0px 5px;
}