﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-treeview
{
	background-color: #fff;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	position: relative;
}

.gaiax-treeview ul
{
	list-style-type: none;
}

.gaiax-treeview-root-ct
{
	/* nothing here ....*/
}

.gaiax-treeview-item-ct
{
	position:static;
	left:auto;
	top:auto;
	z-index:auto;
}

.gaiax-treeview-item
{
	color: #111;
	font-family: Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size: 12px;
}

.gaiax-treeview-item-el
{
	cursor: pointer;
	line-height: 18px;
}


.gaiax-treeview-icon,
.gaiax-treeview-ec-icon,
.gaiax-treeview-branch-line,
.gaiax-treeview-branch,
.gaiax-treeview-branch-last,
.gaiax-treeview-branch-expanded,
.gaiax-treeview-branch-collapsed,
.gaiax-treeview-branch-last-expanded,
.gaiax-treeview-branch-last-collapsed
{
	background-repeat: no-repeat;
	border: 0px;
	height: 18px;
	vertical-align: top;
	width: 16px;
}

.gaiax-treeview-item-icon
{
	background: transparent url(TreeView/treeview-sprite.png) no-repeat scroll -256px 0pt;
}


.gaiax-treeview-item-collapsed .gaiax-treeview-item-icon,
.gaiax-treeview-item-expanded .gaiax-treeview-item-icon,
.gaiax-treeview-item-leaf .gaiax-treeview-item-icon
{
	background-position: center center;
	background-repeat: no-repeat;
	border: 0pt none;
	height: 18px;
	vertical-align: top;
	width: 16px;
}

.gaiax-treeview-item-anchor
{
	-moz-user-focus: normal;
	-moz-user-select: none;
	color: #111;
	text-decoration: none;
}

.gaiax-treeview-item-anchor span
{
	color: Black;
	padding: 1px 3px 1px 2px;
	text-decoration: none;
}


.gaiax-treeview .file .gaiax-treeview-item-icon
{
	background:url(TreeView/treeview-sprite.png) no-repeat -203px 0;
	width:15px;
}

.gaiax-treeview .noicon .gaiax-treeview-item-icon
{
	width:0;
}

.gaiax-treeview-item-collapsed .gaiax-treeview-item-icon
{
	background:url(TreeView/treeview-sprite.png) no-repeat -171px 0px;
}

.gaiax-treeview-item-expanded .gaiax-treeview-item-icon
{
	background:url(TreeView/treeview-sprite.png) no-repeat -187px 0;
}

.gaiax-treeview-lines .gaiax-treeview-branch
{
	background:url(TreeView/treeview-sprite.png) no-repeat 0px 0;
}
.gaiax-treeview-lines .gaiax-treeview-branch-expanded
{
	background:url(TreeView/treeview-sprite.png) no-repeat -144px 0;
}
.gaiax-treeview-lines .gaiax-treeview-branch-collapsed
{
	background:url(TreeView/treeview-sprite.png) no-repeat -112px 0;
}

.gaiax-treeview-lines .gaiax-treeview-branch-last
{
	background:url(TreeView/treeview-sprite.png) no-repeat -16px 0;
}

.gaiax-treeview-lines .gaiax-treeview-branch-last-expanded
{
	background:url(TreeView/treeview-sprite.png) no-repeat -64px 0;
}

.gaiax-treeview-lines .gaiax-treeview-branch-last-collapsed
{
	background:url(TreeView/treeview-sprite.png) no-repeat -32px 0;
}

.gaiax-treeview-lines .gaiax-treeview-branch-line
{
	background:url(TreeView/treeview-sprite.png) no-repeat -96px 0;
}

.gaiax-treeview-item .gaiax-treeview-drag-append
{
	 background:#efe;
}

.gaiax-treeview-item ul
{
	list-style-type: none;
}

.gaiax-treeview-item-el:hover
{
	background-color: #eee;
}

.gaiax-treeview-item .gaiax-treeview-selected
{
	background-color: #d7dbff;
}

.gaiax-treeview-item-indent
{
	
}