@charset "UTF-8";
/* CSS Document */





/******** ORGANISASJONSTREET *********/


.uit_organisasjonstre {
	margin-left:-10px;
}

.uit_organisasjonstre_innhold td {
	text-decoration:none;
	line-height:20px;
}



/********* ENHETSBOKS PÅ ORGANISASJONSSIDER **********/


.uit_enhetsboks {
	width:200px;
	position:relative;
	top:10px;
	margin-bottom:30px;
	font-size:0.8em;
	margin-left:-10px;
}	


.bokshead {
	font-size:1em;
	margin-left:10px;
	margin-bottom:5px;
}	


.boksinnhold td #dimensionTreeEnhet {
	font-size:0.7em;
	text-decoration:none;
	margin-left:-20px;			/* Gjør at instituttnivåene legger seg lenger til venstre i enhetsbokser kontra org-treet øverst */
	margin-bottom:10px;
}	





.t_head {
	padding-left:5px;
	cursor:pointer;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;	
}

.t_leaf {
	padding-left:5px;
	cursor:pointer;
	text-overflow:ellipsis;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;	
}


/* ORGTREET PÅ ORG-NIVÅ */


#dimensionTree .t_coll  .t_leaf, #dimensionTree .t_coll .t_head {   /* Øverste nivå, avstander mellom fakultetene */
	padding-bottom:3px;
	padding-top:3px;
}


#dimensionTree .t_coll .t_coll .t_leaf, #dimensionTree .t_coll .t_coll .t_head {		/* Neste nivå */
	width: 200px;
	background-color:#F2F2F2;
	padding-bottom:3px;
	padding-top:3px;
}

#dimensionTree .t_coll .t_coll .t_coll .t_leaf, #dimensionTree .t_coll .t_coll .t_coll .t_head {
	width: 200px;
	background-color:#E6E6E6;
	padding-left:-5px;
	padding-bottom:3px;
	padding-top:3px;
}

#dimensionTree .t_coll .t_coll .t_coll .t_coll .t_leaf, #dimensionTree .t_coll .t_coll .t_coll .t_coll .t_head { 	/* Avdeling åpen */
	width: 160px;
	padding-bottom:3px;
	padding-top:3px;
}



/* ORGTREET PÅ ENHETS-NIVÅ */


#dimensionTreeEnhet {
	background-color:transparent;
}

#dimensionTreeEnhet .t_coll {
	border-bottom:#333333 solid 1px;
}

#dimensionTreeEnhet .t_img {
	display:none;
}

#dimensionTreeEnhet .t_leaf {
	padding:19px;
}

#dimensionTreeEnhet .t_coll  .t_leaf, #dimensionTreeEnhet .t_coll .t_head {   /* Øverste nivå, avstander mellom fakultetene */
	padding-bottom:3px;
	padding-top:3px;
}


#dimensionTreeEnhet .t_coll .t_coll .t_leaf {		/* Neste nivå */
	width: 162px;
	background-color:#F2F2F2;
	padding-bottom:3px;
	padding-top:3px;
}

#dimensionTreeEnhet .t_coll .t_coll .t_head {		/* Neste nivå */
	width: 195px;
	background-color:#F2F2F2;
	padding-bottom:3px;
	padding-top:3px;
}


#dimensionTreeEnhet .t_coll .t_coll .t_coll .t_leaf, #dimensionTreeEnhet .t_coll .t_coll .t_coll .t_head {
	width: 162px;
	background-color:#E6E6E6;
	padding-left:-5px;
	padding-bottom:3px;
	padding-top:3px;
}

#dimensionTreeEnhet .t_coll .t_coll .t_coll .t_coll .t_leaf, #dimensionTreeEnhet .t_coll .t_coll .t_coll .t_coll .t_head { 	/* Avdeling åpen */
	width: 200px;
	background-color:#F2F2F2;
	padding-bottom:3px;
	padding-top:3px;
}





.t_head:hover, .t_leaf:hover {
	color:#666666;
}


.t_coll {	/* Denne gir innrykk når ei pil åpnes! */
	background-color:transparent;
}

.t_coll_only {
	margin-left:0px;
}

.t_closed, .t_server {
	display:none;
}

.t_found {
	color: #006633;
}

.t_selected {
	font-weight: bold;
}

.t_not_selectable {
	display:none;
	max-height:0px;
}




.t_imgs, .t_imgi, .t_imgi_base {
	margin-right: 0px;
}



/**** organisasjons tre ***/

.uit_organisasjonstre {
	margin-top: 10px;
	width:220px;
	font-size:0.9em;
}

.uit_organisasjonstre .t_leaf {
	padding-left: 19px;
	font-size:10px;
}

.uit_organisasjonstre .t_coll {
	border-bottom:#333333 solid 1px;
}


.uit_organisasjonstre .t_img {
	display:none;
}



.uit_organisasjonstre .t_not_selectable {
	display: none;
}