/*
    Document   : OptionNavigation
    Created on : Aug 18, 2009, 11:33:05 AM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: NavigatorTree
		New class names: NavigatorTree OptionNavigation

		Notes: class name needs to reflect it is OptionNavigation
*/
.OptionNavigation {
  overflow: auto;
}


.OptionNavigation .dijitTreeIcon {
	width: 0;
}

.OptionNavigation .CalToolbarIcon {
	width: 16px;
}

/* Compensate for non-leaf nodes not having icons. Note that we can't
generalize this rule to dijitTreeExpando - must only apply to the arrows */
.OptionNavigation .dijitTreeContainer .dijitTreeContainer .dijitTreeContainer .dijitTreeExpandoOpened,
.OptionNavigation .dijitTreeContainer .dijitTreeContainer .dijitTreeContainer .dijitTreeExpandoClosed {
	margin-left: 11px;
}

.OptionNavigation .dijitTreeContainer .dijitTreeExpandoOpened {
	margin-top: 2px;
}

.OptionNavigation .dijitTreeContainer .dijitTreeExpandoClosed {
	margin-top: 6px;
}

/* Compensate for non-leaf nodes not having icons. Note that we can't
generalize this rule to dijitTreeExpando - must only apply to the arrows */
.OptionNavigation .dijitTreeContainer .dijitTreeContainer .dijitTreeExpandoOpened,
.OptionNavigation .dijitTreeContainer .dijitTreeContainer .dijitTreeExpandoClosed {
	margin-right: 6px;
}