/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

/* REDAGAVIMO  MYGTUKU JUOSTA */

.top_cats_menu {
	height: 22px;
	clear: both;
	background-color: #85a1b6;
	border-top: 1px solid #99b0c3;
	border-bottom: 1px solid #628098;
}

.top_cats_menu .dtree_button, .top_cats_menu .dtree_button_right { 
	display: block;
	float: left;
	border-right: 1px solid #628098;
	border-left: 1px solid #99b0c3;
	text-align: center;
}

.top_cats_menu .dtree_buttons_rights { 
	float: right;
	border-left: 1px solid #628098;
}

.top_cats_menu a { 
	display: block;
	height: 22px;
	font-weight: bold;
	color: #d1dce5;
}

.top_cats_menu a:hover { 
	background-color: #97b0c3;
	background-position: 1px 1px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


/*   redagavimo mygtukai   */

.butt_add {
	width: 25px;
	height: 22px;
	background: url(../images/admin/add.gif) no-repeat;
}

.butt_add_passive {
	width: 25px;
	height: 22px;
	background: url(../images/admin/add_dis.gif) no-repeat;
}

.butt_delete {
	width: 25px;
	background: url(../images/admin/del.gif) no-repeat;
}

.butt_edit {
	width: 32px;
	background: url(../images/admin/edit.gif) no-repeat;
}

.butt_move_up {
	width: 25px;
	background: url(../images/admin/move_up.gif) no-repeat;
}
.butt_filter {
	width: 25px;
	background: url(../images/admin/info.gif) no-repeat center center;
}
.butt_filter1 {
	width: 25px;
	background: url(../images/admin/apply.gif) no-repeat center center;
}
.butt_move_down {
	width: 25px;
	background: url(../images/admin/move_down.gif) no-repeat;
}

.butt_move {
	width: 25px;
	background: url(../images/admin/move.gif) no-repeat;
}

.butt_right {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/admin/right_big.gif) no-repeat;
}

.butt_lang {
	width: 30px;
	margin-bottom: -4px;
	margin-bottom: 0px;
	padding-top: 4px;
}


/* dtree remas  */

.dtree_box {
	background-color: #FFFFFF;
	border: 1px solid #97b0c3;
	border-top: 0px;
	padding: 12px;
}

.frame_box {
	background-color: #FFFFFF;
	border: 1px solid #97b0c3;
	padding: 12px;
}



/*  pats medis  */

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666699;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #666699;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	color: #333;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #666699;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
	color: #666699;
}
.dtree .clip {
	overflow: hidden;
        
}
