/*
	Adds cosmetic styling to Dijit.  Users may swap with a custom theme CSS file.
*/

@import url("dijit.css");


.dj_safari  .dijitPopup {
	/* -webkit-border-radius: 5px; */
	-webkit-box-shadow: 0px 3px 7px #adadad;
}

/*
 * Control opacity of popups
 */
 .dijitPopup div,
 .dijitPopup table {
	opacity: 0.95;
}

/*****
		dijit.form.Button
		dijit.form.DropDownButton
		dijit.form.ComboButton
		dijit.form.ComboBox (partial)
 *****/


 .dijitButtonNode {
	/* enabled state - inner */
	/* border:1px outset #a0a0a0; */
	border:1px solid #9b9b9b;
	background:#e9e9e9 url('images/buttonEnabled.png') repeat-x top;; padding-left:.4em; padding-right:.4em; padding-top:.3em; padding-bottom:.2em
}
.dj_ie6  .dijitButtonNode {
	position:relative; 
}


 .dijitButtonDisabled .dijitButtonNode,
 .dijitToggleButtonDisabled .dijitButtonNode,
 .dijitDropDownButtonDisabled .dijitButtonNode,
 .dijitComboButtonDisabled .dijitButtonNode,
 .dijitComboBoxDisabled .dijitDownArrowButton,
 .dijitComboBoxDisabled .dijitComboBoxInput,
 .dijitSpinnerDisabled .dijitSpinnerInput,
 .dijitSpinnerDisabled .dijitButtonNode {
	/* disabled state - inner */
	border: 1px solid #d5d5d5;
	/*color:#b4b4b4;*/
	background:#e4e4e4 url('images/buttonDisabled.png') repeat-x top;
	opacity: 0.30
}
 .dijitButtonDisabled .dijitButtonNode *,
 .dijitToggleButtonDisabled .dijitButtonNode *,
 .dijitDropDownButtonDisabled .dijitButtonNode *,
 .dijitComboButtonDisabled .dijitButtonNode *,
 .dijitSpinnerDisabled .dijitButtonNode * {
	filter: gray() alpha(opacity=30); /* IE */
}

 .dijitButtonHover .dijitButtonNode,
 .dijitToggleButtonHover .dijitButtonNode,
 .dijitDropDownButtonHover .dijitButtonNode,
 .dijitComboButtonHover .dijitButtonContents,
 .dijitComboButtonDownArrowHover .dijitDownArrowButton,
 .dijitComboBoxHover .dijitDownArrowButton,
 .dijitSpinnerUpArrowHover .dijitUpArrowButton,
 .dijitSpinnerDownArrowHover .dijitDownArrowButton {
	/* hover state - inner */
	/* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */
	border-color:#366dba;
	color:#366dba;
	background:url('images/buttonHover.png') repeat-x bottom;
}

 .dijitButtonActive .dijitButtonNode,
 .dijitToggleButtonActive .dijitButtonNode,
 .dijitDropDownButtonActive .dijitButtonNode,
 .dijitComboButtonActive .dijitButtonContents,
 .dijitDownArrowActive .dijitDownArrowButton,
 .dijitComboBoxActive .dijitDownArrowButton {
	/* active state - inner (for when you are pressing a normal button, or
	 * when a toggle button is in a depressed state
	 */
	border-color:#366dba;
	background: #ededed url('images/buttonActive.png') repeat-x bottom;
}


 .dijitToolbar {
	border: 1px solid #9b9b9b;
	background:#e9e9e9 url('images/buttonEnabled.png') repeat-x top;
}

 .dijitToolbar * {
	padding: 0px;
	margin: 0px;
	#margin-top: -1px; /*IE*/
}

.dj_ie  .dijitToolbar {
	padding-bottom: 1px;
}

 .dijitToolbar .dijitButtonNode {
	padding: 0px;
	margin: 0px;
	border: 1px solid transparent;
	background: none;
}
 .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
	background-color:#C1D2EE;
	border:1px solid #316AC5;
}
 .dijitToolbar .dijitToggleButtonCheckedHover .dijitButtonContents {
	border-color: #366dba;
	background-color:transparent;
}
.dj_ie6  .dijitToolbar .dijitButtonNode {
	/* workaround no transparent border support in IE6*/
	border-color: #e9e9e9;
}

 .dijitToolbar .dijitButtonHover .dijitButtonNode,
 .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,
 .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode {
	/* TODO: change this from Hover to Selected so that button is still highlighted while drop down is being used */
	border-color: #366dba;
}
.dijitToolbarSeparator {
	background: url('images/editor.gif');
	height: 18px;
	width: 5px;
	padding: 0px 1px 0px 1px;
	margin: 0px;
}

 .dijitToolbar .dijitToolbarSeparator {
	background: url('images/editor.gif');
}

/* ComboBox-icon-specific */
 .dijitComboBox .dijitDownArrowButtonChar {
	/* visibility:hidden;  */
	display:none; 
}
 .dijitComboBox .dijitDownArrowButtonInner {
	width:16px; 
	height:16px; 
	background:url('images/arrowDown.png') no-repeat center; 
}
.dj_ie6  .dijitComboBox .dijitDownArrowButtonInner {
	background-image:url('images/arrowDown.gif'); 
}
 .dijitComboBoxHover .dijitDownArrowButtonInner {
	/* TODO: url("images/arrowDownHover.png") but in IE6 it flickers some? */
}


/*****
		dijit.form.NumberSpinner
		override for the shorter stacked buttons
 *****/

 .dijitSpinner .dijitButtonNode {
	padding: 0 .4em 0 .4em;
}


/****
		dijit.form.TextBox
		dijit.form.ValidationTextBox
		dijit.form.SerializableTextBox
		dijit.form.RangeBoundTextBox
		dijit.form.NumberTextBox
		dijit.form.CurrencyTextBox
		dijit.form.NumberSpinner
		dijit.form.ComboBox (partial)
 ****/

 .dijitComboBox {
	/* put margin on the outer element of the autocompleter rather than the input */
	margin:.0em .1em .2em .1em;
}

 .dijitInputField,
 .dijitInlineEditor input,
 .dijitTextaArea,
 .dijitComboBoxInput,
 .dijitSpinnerInput {
	/* 	For all except dijit.form.NumberSpinner:  the actual input element.
		For dijit.form.NumberSpinner: the outer fieldset that contains the input.
	*/
	font-size: inherit;
	background:#fff url('images/validationInputBg.png') repeat-x top left;
	border:1px solid #9b9b9b;
	line-height: normal;
	padding-left:0.3em; padding-right:0.3em; padding-top:0.2em; padding-bottom:0.2em
}

 .dijitComboBoxFocused .dijitComboBoxInput {
	/* input field when focused (eg: typing affects it) */
	border-color:#366dba;
	border-style:inset;
}

 .dijitComboBoxDisabled .dijitComboBoxInput {
	/* input field when disabled (also set above) */
}

 .dijitComboBoxHover .dijitComboBoxInput  {
	/* input field when hovered over */
	border-color:#366dba;
}

 .dijitComboBoxActive .dijitComboBoxInput {
	/* input field when mouse is down (?) */
}

/* Dojo Input Field */

 .dijitInputFieldValidationNormal {
	
}

 .dijitInputFieldValidationError {
	border:1px solid #f3d118;
	background-color::#f9f7ba;
	background-image:url('none'); 
}

 .dijitInputFieldFocused { 
	border:1px solid #666; 
}

 .dijitInputFieldValidationError:hover,
 .dijitInputFieldValidationError:focus {
	background-color:#ff6;
	background-image:url('none');	
}

/*
 *  CheckBox and Radio Widgets,
 *	and the CSS to embed a checkbox or radio icon inside a ToggleButton.
 *
 *	Order of images in the default sprite (from L to R, checkbox and radio in same image):
 *		checkbox	normal 	 - checked
 *							 - unchecked
 *					disabled - checked
 *							 - unchecked
 *					hover 	 - checked
 *							 - unchecked
 *
 *		radio		normal 	 - checked
 *							 - unchecked
 *					disabled - checked
 *							 - unchecked
 *					hover 	 - checked
 *							 - unchecked
*/

 .dijitToggleButton .dijitCheckBox,
 .dijitToggleButton .dijitRadio,
 .dijitToggleButton .dijitCheckBoxIcon,
 .dijitToggleButton .dijitRadioIcon {
	background-image: url('images/checkmarkNoBorder.gif');
}

 .dijitCheckBox,
 .dijitRadio,
 .dijitCheckBoxIcon,		/* inside a toggle button */
 .dijitRadioIcon	{		/* inside a toggle button */
	background-image: url('images/checkmark.gif'); /* checkbox sprite image */
	background-repeat: no-repeat; 
	width: 16px;
	height: 16px;
	overflow:hidden; 
	margin:0; padding:0; 
}


 .dijitCheckBox,
 .dijitToggleButton .dijitCheckBoxIcon {
	/* unchecked */
	background-position: -16px 0px; 
}
 
 .dijitCheckBoxChecked,
 .dijitToggleButtonChecked .dijitCheckBoxIcon {
	/* checked */
	background-position: 0px 0px;
}

 .dijitCheckBoxDisabled {
	/* disabled */
	background-position: -48px 0px;
}

 .dijitCheckBoxCheckedDisabled {
	/* disabled but checked */
	background-position: -32px 0px;
}

 .dijitCheckBoxHover,
 .dijitCheckBoxFocused {
	/* hovering over an unchecked enabled checkbox */
	background-position: -80px 0px;
}

 .dijitCheckBoxCheckedHover,
		 .dijitCheckBoxCheckedFocused {
	/* hovering over a checked enabled checkbox */
	background-position: -64px 0px;
}

 .dijitRadio,
 .dijitToggleButton .dijitRadioIcon {
	/* unselected */
	background-position: -112px -1px;
}

 .dijitRadioChecked,
 .dijitToggleButtonChecked .dijitRadioIcon {
	/* selected */
	background-position: -96px -1px;
}

 .dijitRadioCheckedDisabled {
	/* selected but disabled */
	background-position: -128px -1px;
}

 .dijitRadioDisabled {
	/* unselected and disabled */
	background-position: -144px -1px;
}

 .dijitRadioHover,
 .dijitRadioFocused {
	/* hovering over an unselected enabled radio button */
	background-position: -176px -1px;
}

 .dijitRadioCheckedHover,
 .dijitRadioCheckedFocused {
	/* hovering over a selected enabled radio button */
	background-position: -160px -1px;
}

/* Menu */
 .dijitMenu {
	border: 1px solid #9b9b9b;
	margin: 0px;
	padding: 0px;
}

 .dijitMenuItem {
	background-color: #f7f7f7;
	font: menu;
	margin: 0;
}

 .dijitMenuItem TD {
	padding:2px;
}

 .dijitMenuItemHover {
	background-color: #95a0b0; /* #555555; #aaaaaa; #646464;  #60a1ea; */
	color:#fff;
}

 .dijitMenuItemIcon {
	width: 16px;
	height: 16px;
	/* padding-right: 3px; */
}

 .dijitMenuExpand {
	display:none; 
}
 .dijitMenuExpandEnabled {
	/* margin-top:4px;  */
	width:16px; 
	height:16px; 
	background:url('images/arrowRight.png') no-repeat center center;
	display:block;
}
.dj_ie6  .dijitMenuExpandEnabled {
	background-image:url('images/arrowRight.gif'); 
}
 .dijitMenuExpandInner {
	display:none !important;
}

 .dijitMenuSeparator {
	background-color: #f7f7f7;
}

/* separator can be two pixels -- set border of either one to 0px to have only one */
 .dijitMenuSeparatorTop {
	border-bottom: 1px solid #9b9b9b; /*97adcb; */
}

 .dijitMenuSeparatorBottom {
	border-top: 1px solid #e8e8e8;
}

/* TitlePane */

 .dijitTitlePane .dijitTitlePaneTitle {
	background:#fafafa url('images/titleBarBg.gif') repeat-x bottom left;
	border:1px solid #bfbfbf;
	cursor: pointer; padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:2px
}

/* TODO: merge these, and all other icons to a series of background-image:() and background-position: -16*n px styles */
 .dijitTitlePane .dijitArrowNode {
	width:16px;
	height:16px;
}
 .dijitTitlePane .dijitClosed .dijitArrowNode {
	background:url('images/arrowRight.png') no-repeat center center; 
}
.dj_ie6  .dijitTitlePane .dijitClosed .dijitArrowNode {
	background-image:url('images/arrowRight.gif');
}
 .dijitTitlePane .dijitOpen .dijitArrowNode {
	background:url('images/arrowDown.png') no-repeat center center; 
}
.dj_ie6  .dijitTitlePane .dijitOpen .dijitArrowNode {
	background-image:url('images/arrowDown.gif'); 
}
 .dijitTitlePane .dijitArrowNodeInner { 
	visibility:hidden;
}

 .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
	margin-right:5px;
}

 .dijitOpen .dijitTitlePaneTitle .dijitOpenCloseArrowOuter {
	position:relative;
	top:2px;
}

 .dijitTitlePaneContentOuter {
	background: #ffffff;
	border:1px solid #bfbfbf;
	border-top: 1px solid #cddde9;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
}
 .dijitTitlePaneContentInner {
	padding:10px;
}
/* force hasLayout to ensure borders etc, show up */
.dj_ie6  .dijitTitlePaneContentOuter, 
.dj_ie6  .dijitTitlePane .dijitTitlePaneTitle {
	zoom: 1; 
}
 .dijitClickableRegion {
	background-color : #ffc !important;
}

/* Tabs */

 .dijitTabPaneWrapper {
	/*
	overflow: hidden;
	*/
	background:#fff; 
	border:1px solid #ccc;
}

 .dijitTab {
	line-height:normal;
	margin-right:5px;	/* space between one tab and the next in top/bottom mode */
	padding:0px;
	border:1px solid #ccc;
	background:#e2e2e2 url('images/tabEnabled.png') repeat-x;
}

 .dijitAlignLeft .dijitTab,
 .dijitAlignRight .dijitTab {
	margin-right:0px;
	margin-bottom:5px;	/* space between one tab and the next in left/right mode */
}

 .dijitTabInnerDiv {
	padding:6px 10px 4px 10px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

 .dijitTabHover,
 .dijitTabCloseButtonHover {
	color: #243C5F;
	border-top-color:#92a0b3;
	border-left-color:#92a0b3;
	border-right-color:#92a0b3;
	background:#e2e2e2 url('images/tabHover.png') repeat-x bottom;
}

.dj_ie6  .dijitTabHover,
.dj_ie6  .dijitTabCloseButtonHover {
	background-image: url('images/tabHover.gif'); 
}

 .dijitTabChecked,
 .dijitTabCloseButtonChecked
{
	/* the selected tab (with or without hover) */
	background-color:#fff;
	border-color: #ccc;
	background-image:url('none'); 
}

/* make the active tab white on the side next to the content pane */
 .dijitAlignTop .dijitTabChecked,
 .dijitAlignTop .dijitTabCloseButtonChecked
{
	border-bottom-color:white;
	vertical-align:bottom;
}

 .dijitAlignBottom .dijitTabChecked,
 .dijitAlignBottom .dijitTabCloseButtonChecked
{
	border-top-color:white;
	-moz-border-radius:2px 2px 0px 0px;	/* eliminate some border detritrus on moz */
}

 .dijitAlignLeft .dijitTabChecked,
 .dijitAlignLeft .dijitTabCloseButtonChecked
{
	border-right-color:white;
}

 .dijitAlignRight .dijitTabChecked,
 .dijitAlignRight .dijitTabCloseButtonChecked
{
	border-left-color:white;
}


/* make space for a positioned close button */
 .dijitTab .dijitClosable {
	position: relative; 
	padding:6px 20px 4px 10px;
}

 .dijitTab .dijitClosable .closeImage {
	position:absolute;
	top: 7px;
	right: 3px;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
	background: url('images/tabClose.png') no-repeat right top;
}
.dj_ie6 .dijitTab .dijitClosable .closeImage {
	background-image:url('images/tabClose.png'); 
}

 .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url('images/tabClose.png');
}
.dj_ie6  .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url('images/tabClose.png');
}

 .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url('images/tabCloseHover.png');
}
.dj_ie6  .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url('images/tabCloseHover.gif');
}

 .dijitAlignLeft .dijitTab .dijitClosable {
	padding:6px 10px 4px 20px;
}

/* correct for IE6. 
    We cant force hasLayout as that blows out the shrink wrapped tabs
    ..so we shim in the closeImage position properties instead
*/
.dj_ie6  .dijitAlignLeft .dijitTab .dijitClosable .closeImage {
	left:-20px;
}

 .dijitAlignBottom .dijitTab .dijitClosable .closeImage {
	top: auto;
	bottom: 7px;
	right: 3px;
}

 .dijitAlignLeft .dijitTab .dijitClosable .closeImage {
	top: 7px;
	left: 3px;
}

/* SplitContainer */

 .dijitSplitContainerSizerH {
	border-top:0px none; border-bottom:0px none; background:#fff url('images/splitContainerSizerH.png') repeat-y; border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf; width:7px
}

 .dijitSplitContainerSizerH .thumb {
	background:#ccc url('images/splitContainerSizerH-thumb.png') no-repeat;
	left:1px;
	width:3px;
	height:19px
}

 .dijitSplitContainerSizerV {
	border-left:0px none; border-right:0px none; background:#fff url('images/splitContainerSizerV.png') repeat-x; border-top:1px solid #bfbfbf; border-bottom:1px solid #bfbfbf; height:7px
}

 .dijitSplitContainerSizerV .thumb {
	background:#ccc url('images/splitContainerSizerV-thumb.png') no-repeat;
	top:1px;
	width:19px;
	height:3px
}


/* Dialog */

 .dijitDialog {
	background: #eee;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 3px 7px #adadad;
}

 .dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}

 .dijitDialog .dijitDialogPaneContent {
	background: #ffffff;
	border:none;
	border-top: 1px solid #ccc; /* #cddde9;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
	padding:10px;

}

 .dijitDialogTitleBar {
	/* outer container for the titlebar of the dialog */
	background: #fafafa url('/images/titleBarBg.gif') repeat-x bottom left;
	/* border: 1px solid #bfbfbf; */
	cursor: move;
	outline:0; padding-left:4px; padding-right:8px; padding-top:4px; padding-bottom:2px
}

 .dijitDialogTitle {
	/* typography and styling of the dialog title */
	font-weight: bold;
	padding: 8px 12px 8px 12px;
	outline:0;
}

 .dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	background : url('/images/tabClose.png') no-repeat right top;
	float: right;
	position: absolute;
	vertical-align: middle;
	right: 5px;
	top: 5px;
	height: 22px;
	width: 22px;
	cursor: pointer
}
.dj_ie6  .dijitDialogCloseIcon {
	background-image: url('/images/tabClose.png'); 
}

 .dijitDialogContent {
	/* the body of the dialog */
	padding: 8px;
}

/*Tooltip*/

 .dijitTooltip,
 .dijitTooltipDialog {
	/* the outermost dom node, holding the connector and container */
	opacity: 0.95;
	background: transparent;	/* make the area on the sides of the arrow transparent */
	border: 0px;
}

.dijitTooltipBelow {
	/* leave room for arrow above content */
	padding-top: 13px;
}

.dijitTooltipAbove {
	/* leave room for arrow below content */
	padding-bottom: 13px;
}

 .dijitTooltipContainer {
	/*
		The part with the text.

		NOTE: 
			FF doesn't clip images used as CSS bgs if you specify a border
			radius. If you use a solid color, it does. Webkit gets it right.
			Sigh.
		background: #ffffff url("images/popupMenuBg.gif") repeat-x bottom left;
	*/
	background-color: #fafafa;
	border:1px solid #b6c7d5;
	padding:0.45em;
	border-radius: 6px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 6px;
}

 .dijitTooltipConnector {
	/* the arrow piece */
	border:0px;
	z-index: 2;
}

 .dijitTooltipABRight .dijitTooltipConnector {
	left: auto !important;
	right: 3px;
}

 .dijitTooltipBelow .dijitTooltipConnector {
	/* the arrow piece for tooltips below an element */
	top: 0px;
	left: 3px;
	background:url('images/tooltipConnectorUp.png') no-repeat top left;
	width:16px;
	height:14px
}

.dj_ie6  .dijitTooltipBelow .dijitTooltipConnector {
	background-image: url('images/tooltipConnectorUp.gif');
}

 .dijitTooltipAbove .dijitTooltipConnector {
	/* the arrow piece for tooltips above an element */
	bottom: 0px;
	left: 3px;
	background:url('images/tooltipConnectorDown.png') no-repeat top left;
	width:16px;
	height:14px
}
.dj_ie6  .dijitTooltipAbove .dijitTooltipConnector {
	background-image: url('images/tooltipConnectorDown.gif');
}

 .dijitTooltipLeft {
	padding-right: 13px;
}
.dj_ie6  .dijitTooltipLeft {
	padding-right: 15px;
}
 .dijitTooltipLeft .dijitTooltipConnector {
	/* the arrow piece for tooltips to the left of an element, bottom borders aligned */
	right: 0px;
	top: 7px;
	background:url('/images/tooltipConnectorRight.png') no-repeat top left;
	width:16px;
	height:14px
}
.dj_ie6  .dijitTooltipLeft .dijitTooltipConnector {
	background-image: url('kb_steps/images/tooltipConnectorRight.gif');
}

 .dijitTooltipRight {
	padding-left: 13px;
}
 .dijitTooltipRight .dijitTooltipConnector {
	/* the arrow piece for tooltips to the right of an element, bottom borders aligned */
	left: 0px;
	top: 7px;
	background:url('/images/tooltipConnectorLeft.png') no-repeat top left;
	width:16px;
	height:14px
}
.dj_ie6  .dijitTooltipRight .dijitTooltipConnector {
	background-image: url('/images/tooltipConnectorLeft.gif');
}

/* Accordion */

 .dijitAccordionPane-selected {
	/* background-color:#85aeec; */
	background-color: #e7e7e7;
}

 .dijitAccordionPane .dijitAccordionTitle {
	background:#fafafa url('images/titleBar.png') repeat-x bottom left;
	border: 1px solid #bfbfbf;
	padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:2px
}

 .dijitAccordionPane-selected .dijitAccordionTitle {
	background: #ededed url('images/buttonActive.png') repeat-x bottom;
	font-weight: bold;
	/* border:1px solid #84a3d1; */
	border: 1px solid #aaaaaa;
	padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:2px
}

 .dijitAccordionPane .dijitAccordionArrow {
	background:url('images/arrowUp.png') no-repeat;
	width:15px;
	height:15px;
	margin-top:2px
}
.dj_ie6  .dijitAccordionPane .dijitAccordionArrow {
	background-image: url('images/arrowUp.gif'); 
}

 .dijitAccordionPane-selected .dijitAccordionArrow {
	background:url('images/arrowDown.png') no-repeat;
	margin-top:2px
}
.dj_ie6  .dijitAccordionPane-selected .dijitAccordionArrow {
	background-image: url('images/arrowDown.gif'); 
}

 .dijitAccordionPane .dijitAccordionBody {
	background: #fff;
	border:1px solid #bfbfbf;
}

/* Tree */

 .dijitTreeNode {
    background-image : url('images/i.gif');
    background-position : top left;
    background-repeat : repeat-y;
    margin-left: 19px;
    zoom: 1;	/* MOW: what the heck is this doing in here? */
}
 .dijitTreeIsRoot {
    margin-left: 0;
}
 
/* left vertical line (grid) for all nodes */
 .dijitTreeIsLast {
    background: url('images/i_half.gif') no-repeat;
}

 .dijitTreeExpando {
    width: 18px;
    height: 18px;
}

 .dijitTreeContent {
    min-height: 18px;
    min-width: 18px;
    margin-left:18px;
    padding-top:3px;
    padding-left:1px;
}


 .dijitTreeExpand {
    width: 18px;
    height: 18px;
    background-repeat : no-repeat;
}
 
/* same style as IE selection */
 .dijitTreeNodeEmphasized {
    background-color: Highlight;
    color: HighlightText;
}

/* don't use :focus due to opera and IE's lack of support on div's */
 .dijitTreeLabelFocused {
	outline: 1px invert dotted;
}

 .dijitTreeExpandoOpened {
	background-image: url('images/treeExpand_minus.gif');
}
 
 .dijitTreeExpandoClosed {
	background-image: url('images/treeExpand_plus.gif');
}
 
 .dijitTreeExpandoLeaf {
	background-image: url('images/treeExpand_leaf.gif');
}

 .dijitTreeExpandoLoading {
	background-image: url('images/treeExpand_loading.gif');
}


/* Calendar*/

 .dijitCalendarIncrementControl {
	/* next/prev month buttons */
	width:16px;
	height:16px;
}
.dj_ie6  .dijitCalendarIncrementControl {
	padding:.1em; 
}

 .dijitCalendarIncreaseInner,
 .dijitCalendarDecreaseInner {
	visibility:hidden; 
}

 .dijitCalendarDecrease {
	background:url('images/arrowLeft.png') no-repeat center; 
}
.dj_ie6  .dijitCalendarDecrease {
	background-image:url('images/arrowLeft.gif'); 
}

 .dijitCalendarIncrease {
	background:url('images/arrowRight.png') no-repeat center; 
}
.dj_ie6  .dijitCalendarIncrease {
	background-image:url('images/arrowRight.gif'); 
}

 table.dijitCalendarContainer {
	font-size: 100%;
	border-collapse: collapse; 
	border-spacing: 0; 
	border: 1px solid #ccc; 
	margin: 0;
}

 .dijitCalendarMonthContainer th {
	/* month header cell */
	background:white url('images/calendarMonthLabel.png') repeat-x top;
	padding-top:.3em;
	padding-bottom:.1em; 
	text-align:center 
}
.dj_ie6  .dijitCalendarMonthContainer th {
	padding-top:.1em; 
	padding-bottom:0em; 
}

 .dijitCalendarDayLabelTemplate {
	/* day of week labels */
	background:white url('images/calendarDayLabel.png') repeat-x bottom;
	font-weight:normal;
	padding-top:.15em;
	padding-bottom:0em;
	border-top: 1px solid #eeeeee;
	color:#293a4b;
	text-align:center
}

 .dijitCalendarMonthLabel {
	/* day of week labels */
	color:#293a4b;
	font-size: 0.75em;
	font-weight: bold;
	text-align:center;
}

.dj_ie7  .dijitCalendarDateTemplate,
.dj_ie6  .dijitCalendarDateTemplate {
	font-size: 0.8em;
}

 .dijitCalendarDateTemplate {
	/* style for each day cell */
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 0.3em 0.3em 0.05em 0.3em;
	letter-spacing: 1px;
}


 .dijitCalendarPreviousMonth,
 .dijitCalendarNextMonth 		{
	/* days that are part of the previous or next month */
	color:#999999;
	background-color:#f8f8f8 !important;
}

 .dijitCalendarPreviousMonthDisabled,
 .dijitCalendarNextMonthDisabled	{
	/* days that are part of the previous or next month - disabled*/
	background-color:#a4a5a6 !important;
}

 .dijitCalendarCurrentMonth {
	/* days that are part of this month */
	background-color:white !important;
}

 .dijitCalendarCurrentMonthDisabled {
	/* days that are part of this month - disabled */	
	background-color:#bbbbbc !important; 
}

 .dijitCalendarDisabledDate {
	/* one or the other? */ 
	/* background: url(images/noX.gif) no-repeat center center !important; */
	text-decoration:line-through !important; 
	cursor:default !important;  
}

 .dijitCalendarCurrentDate {
	/* cell for today's date */
	text-decoration:underline;
	font-weight:bold;
}

 .dijitCalendarSelectedDate {
	/* cell for the selected date */
	background-color:#bbc4d0 !important;
	color:black !important;
}


 .dijitCalendarYearContainer {
	/* footer of the table that contains the year display/selector */
	background:white url('images/calendarYearLabel.png') repeat-x bottom;
	border-top:1px solid #ccc
}

 .dijitCalendarYearLabel {
	/* container for all of 3 year labels */
	margin:0;
	padding:0.4em 0 0.25em 0;
	text-align:center;
}

 .dijitCalendarSelectedYear {
	/* label for selected year */
	color:black;
	padding:0.2em;
	padding-bottom:0.1em;
	background-color:#bbc4d0 !important;
}

 .dijitCalendarNextYear, 
 .dijitCalendarPreviousYear {
	/* label for next/prev years */
	color:black !important;
	font-weight:normal;
}



/* inline edit boxen */
 .dijitInlineValue {
	/* span around an inline-editable value when NOT in edit mode */
	padding:3px;
	margin:4px;
}


/* MOW: trying to get this to look like a mini-dialog.  Advised? */
 .dijitInlineEditor {
	/* fieldset surrounding an inlineEditor in edit mode */
	display: inline-block;
	display: -moz-inline-stack;
	#display:inline;
	/*
	border: solid;
	border-color: #7788a0 #344257 #344257 #7788a0;
	border-width:1px 2px 2px 1px;
	-moz-border-radius:0px 2px 0px 2px;	make BL and TR corners indent on Moz so it looks like we have a shadow
	background-color:white;
	*/
}

.dijitInlineEditor .saveButton,
.dijitInlineEditor .cancelButton {
	margin:3px 3px 3px 0px;
}


/* spinner */

 .dijitSpinner {}
 .dijitSpinner input {
}




/****
		dijit.ProgressBar
 ****/
 
 .dijitProgressBar {
	margin:2px 0px 2px 0px;
}

 .dijitProgressBarEmpty{
	/* outer container and background of the bar that's not finished yet*/
	background:#ececec url('images/progressBarEmpty.png') repeat-x bottom left;
	border-color: #84a3d1
}

 .dijitProgressBarTile{
	/* inner container for finished portion when in 'tile' (image) mode */
	background:#cad2de url('images/progressBarFull.png') repeat-x top left;
}

 .dijitProgressBarLabel {
	/* Set to a color that contrasts with both the "Empty" and "Full" parts. */
	color:#293a4b;
}

 .dijitProgressBarIndeterminate .dijitProgressBarTile {
	/* use an animated gif for the progress bar in 'indeterminate' mode */
	background:#cad2de url('images/dijitProgressBarAnim.gif') repeat-x top left;
}

/****
 	SLIDER
****/

 .dijitHorizontalSliderProgressBar {
	border-color: #aab0bb;
	background: #c0c2c5 url('images/sliderFull.png') repeat-x top left;
}

 .dijitVerticalSliderProgressBar {
	border-color: #aab0bb;
	background: #c0c2c5 url('images/sliderFullVertical.png') repeat-y bottom left;
}

 .dijitVerticalSliderRemainingBar {
	border-color: #b4b4b4;
	background: #dcdcdc url('images/sliderEmptyVertical.png') repeat-y bottom left;
}

.dijitHorizontalSliderRemainingBar {
	border-color: #b4b4b4;
	background: #dcdcdc url('images/sliderEmpty.png') repeat-x top left;
}

 .dijitSliderBar {
	border-style: solid;
	outline:1px; 
	/* border-color: #b4b4b4; */
}

 .dijitHorizontalSliderImageHandle {
	border:0px none;
	width:16px;
	height:16px;
	background:url('images/preciseSliderThumb.png') no-repeat center; 
	cursor:pointer 
}
.dj_ie6 .dijitHorizontalSliderImageHandle {
	background-image:url('images/preciseSliderThumb.gif'); 
}

 .dijitHorizontalSliderLeftBumper {
	border-left-width: 1px;
	background: #c0c2c5 url('images/sliderFull.png') repeat-x top left;; border-left-color:#aab0bb; border-right-color:#aab0bb; border-top-color:#aab0bb; border-bottom-color:#aab0bb
}

 .dijitHorizontalSliderRightBumper {
	background: #dcdcdc url('images/sliderEmpty.png') repeat-x top left;
	border-right-width: 1px; border-left-color:#b4b4b4; border-right-color:#b4b4b4; border-top-color:#b4b4b4; border-bottom-color:#b4b4b4
}

 .dijitVerticalSliderImageHandle {
	border:0px none;
	width:16px;
	height:16px;
	background:url('images/sliderThumb.png') no-repeat center; 
	cursor:pointer
}

 .dijitVerticalSliderBottomBumper {
	border-bottom-width: 1px;
	background: #c0c2c5 url('images/sliderFullVertical.png') repeat-y bottom left;; border-left-color:#aab0bb; border-right-color:#aab0bb; border-top-color:#aab0bb; border-bottom-color:#aab0bb
}

 .dijitVerticalSliderTopBumper {
	background: #dcdcdc url('images/sliderEmptyVertical.png') repeat-y top left;
	border-top-width: 1px; border-left-color:#b4b4b4; border-right-color:#b4b4b4; border-top-color:#b4b4b4; border-bottom-color:#b4b4b4
}

/**** ICONS *****/

 .dijitEditorIcon {
	background-image: url('images/editor.gif'); /* editor icons sprite image */
	background-repeat: no-repeat; 
	width: 18px;
	height: 18px;
	text-align: center;
}
 .dijitEditorIconSep { background-position: 0px; }
 .dijitEditorIconBackColor { background-position: -18px; }
 .dijitEditorIconBold { background-position: -36px; }
 .dijitEditorIconCancel { background-position: -54px; }
 .dijitEditorIconCopy { background-position: -72px; }
 .dijitEditorIconCreateLink { background-position: -90px; }
 .dijitEditorIconCut { background-position: -108px; }
 .dijitEditorIconDelete { background-position: -126px; }
 .dijitEditorIconForeColor { background-position: -144px; }
 .dijitEditorIconHiliteColor { background-position: -162px; }
 .dijitEditorIconIndent { background-position: -180px; }
 .dijitEditorIconInsertHorizontalRule { background-position: -198px; }
 .dijitEditorIconInsertImage { background-position: -216px; }
 .dijitEditorIconInsertOrderedList { background-position: -234px; }
 .dijitEditorIconInsertTable { background-position: -252px; }
 .dijitEditorIconInsertUnorderedList { background-position: -270px; }
 .dijitEditorIconItalic { background-position: -288px; }
 .dijitEditorIconJustifyCenter { background-position: -306px; }
 .dijitEditorIconJustifyFull { background-position: -324px; }
 .dijitEditorIconJustifyLeft { background-position: -342px; }
 .dijitEditorIconJustifyRight { background-position: -360px; }
 .dijitEditorIconLeftToRight { background-position: -378px; }
 .dijitEditorIconListBulletIndent { background-position: -396px; }
 .dijitEditorIconListBulletOutdent { background-position: -414px; }
 .dijitEditorIconListNumIndent { background-position: -432px; }
 .dijitEditorIconListNumOutdent { background-position: -450px; }
 .dijitEditorIconOutdent { background-position: -468px; }
 .dijitEditorIconPaste { background-position: -486px; }
 .dijitEditorIconRedo { background-position: -504px; }
 .dijitEditorIconRemoveFormat { background-position: -522px; }
 .dijitEditorIconRightToLeft { background-position: -540px; }
 .dijitEditorIconSave { background-position: -558px; }
 .dijitEditorIconSpace { background-position: -576px; }
 .dijitEditorIconStrikethrough { background-position: -594px; }
 .dijitEditorIconSubscript { background-position: -612px; }
 .dijitEditorIconSuperscript { background-position: -630px; }
 .dijitEditorIconUnderline { background-position: -648px; }
 .dijitEditorIconUndo { background-position: -666px; }
 .dijitEditorIconWikiword { background-position: -684px; }

/*
 * IE6: can't display PNG images with gradient transparency.
 * Want to use filter property for those images, but then need to specify a path relative
 * to the main page, rather than relative to this file... using gifs for now
 */

.dj_ie6  .dijitInputField,
.dj_ie6  .dijitComboBoxInput, 
.dj_ie6  .dijitSpinnerInput
 {
	background:transparent;  
	/* FIXME: un-comment when a pretty version of .gif is made */
	/* background-image: url("images/dojoTundraGradientBg.gif"); */
}


/** TODO: add all other PNGs here that need this */
/**** Disabled cursor *****/
 .dijitDisabledClickableRegion,	/* a region the user would be able to click on, but it's disabled */
 .dijitSpinnerDisabled *,
 .dijitButtonDisabled *,
 .dijitDropDownButtonDisabled *,
 .dijitComboButtonDisabled *,
 .dijitComboBoxDisabled *
{
	cursor: not-allowed !important;
	cursor: url("no.gif"), not-allowed, default;
}

/* DnD avatar-specific settings */
/* For now it uses a default set of rules. Some other DnD classes can be modified as well. */
 .dojoDndAvatar			{font-size: 75%; color: black;}
 .dojoDndAvatarHeader td	{padding-left: 20px; padding-right: 4px;}
 .dojoDndAvatarHeader	{background: #ccc;}
 .dojoDndAvatarItem		{background: #eee;}
.dojoDndMove .dojoDndAvatarHeader	{background-image: url('images/dndNoMove.png'); background-repeat: no-repeat}
.dojoDndCopy .dojoDndAvatarHeader	{background-image: url('images/dndNoCopy.png'); background-repeat: no-repeat}
.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-image: url('images/dndMove.png'); background-repeat: no-repeat}
.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader	{background-image: url('images/dndCopy.png'); background-repeat: no-repeat}