iframe.dijitEditorIFrame{
	
	overflow-y:auto;
}

/****************Tree Widget***********************/
/*body.claro .noteIcon {
	
	background-repeat: no-repeat; 
	width: 20px;
	height: 20px;
}
body.claro  .dijitFolderOpened, .dijitFolderClosed, .dijitLeaf {
	
	background-repeat: no-repeat;
	width: 14px;
	height: 16px;
	text-align: center;
	
	padding-right:0px;
  
   background-position: 0px;
}


body.claro .dijitTreeContent .RichTextEditable, .dijitTreeContent .RichTextEditable iframe{
	font-weight:400;
	
	
}*/
/*body.claro  .dijitFolderOpened, body.claro .dijitFolderClosed{
	
	width:0px;
}*/

body.claro  .dijitTreeContent:hover {
	cursor: pointer;
	background-color:#edeac7;
	
	}
body.claro  .dijitTreeContent {
	font-size:10px; 
	color:#b64404; 
	min-height: 18px;
	font-weight:bold;
	display:inline-block;
	width:100%;
	
	}
body.claro .dijitTreeRow img {
 display:inline-block;
 margin-right:3px;
}
body.claro #courseFoldtreeArea .dijitEditor, body.claro #PCAdmin .dijitEditor{
	display:inline-block;
	width:80%;
	
	
}
/*div#collTree    .dijitTreeContent {
	font-size:.75em;
	color:#b64404; 
	font-weight:bold;
	
	}*/
/*** dojo 1.1 PCAdmin dnd related styles START ****/
div#PCAdminImgTree .dojoDndItem {
padding:0px;

}
div#PCAdminImgTree .dojoDndItemOver, div#PCAdminFoldTree .dojoDndItemOver{

	background: #f2edcb none repeat scroll 0% 0%;
	cursor:pointer;

}
div#PCAdminImgTree .dojoDndItemSelected{
background:#E5E2BD none repeat scroll 0% 0%;
color:#B64404;
}
div#PCAdminImgTree .dojoDndItemAnchor, div#pcaTreeRootFolder  .dojoDndItemAnchor{
background:#E5E2BD none repeat scroll 0% 0%;
color:#B64404;

}
div#PCAdminImgTree .dojoDndItemOver .dojoDndItemSelected {
background:#E5E2BD none repeat scroll 0% 0%;

}
div#PCAdminImgTree .dojoDndItemOver .dojoDndItemAnchor, div#pcaTreeRootFolder .dojoDndItemOver .dojoDndItemAnchor {
background:#E5E2BD none repeat scroll 0% 0%;
}
div#PCAdminFoldTree .dojoDndItemBefore {
border-top: 1px solid #333333;
}
div#PCAdminFoldTree .dojoDndItemAfter {
border-bottom:1px solid #333333;
}

div#igTreeRootFolder .dojoDndItemBefore {
border-top: 1px solid #333333;
}
div#igTreeRootFolder .dojoDndItemAfter {
border-bottom:1px solid #333333;
}


/*body.claro .dijitTreeLabel {
	
	
	line-height:1.7;
	
	margin:0;
	
}


body.claro .dijitTreeNodeSelected{
    
      background-color:#E5E2BD;
    
      padding:0px;
}

body.claro .dijitTreeIsRoot {
    margin-left: 0;
	
}
 
 
 body.claro .dijitInline {
	
	display:-moz-inline-box;		
	display:inline-block;			
	#zoom: 1; 
	#display:inline; 
	border:0;
	padding:0;
	vertical-align:middle;
}
  
body.claro  span.dijitExpandoText {
	display:none;

}
*/

body.claro .dijitTreeNode {
     background-image : url('i.gif');
    background-position : top left;
   /* background-color: white;*/
    background-repeat : repeat-y;
    margin-left: 0px;
    zoom: 1;	
}
#igTreeRootFolder div.artTreeNodeOwner {
  
  
  background-color : #f0efdc;
  
}
#igTreeRootFolder div.artTreeNodeOwner div.dijitTreeNode {
  
 
  background-color : #f0efdc;
  
}

 body.claro  .dijitTreeIsLast {
    background: url('i_half.gif') no-repeat;
}
/*
 body.claro  .dijitTreeIsRoot {
    margin-left: 0;
    background-image: none;
}

body.claro   .dijitTreeExpando {
    width: 18px;
    height: 18px;
}
body.claro .dijitTreeExpando {
	clear:both;
}
body.claro .dijitTreeExpando, .dijitTreeExpand {
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: 20% 50%;
}
body.claro   .dijitTreeContent {
    min-height: 18px;
    min-width: 18px;
    margin-left:18px;
    
    padding-left:1px;
    display:block;
}


 body.claro  .dijitTreeExpand {
    width: 18px;
    height: 18px;
    background-repeat : no-repeat;
}


body.claro .dijitTreeNodeEmphasized {
    background-color: Highlight;
    color: HighlightText;
}

*/

/*body.claro  .dijitTreeExpandoOpened {
	
	background-image: url('open_folder_icon.gif');
}

 body.claro  .dijitTreeExpandoClosed {
	background-image: url('closed_folder_icon.gif');
}*/
body.claro  .dijitTreeExpandoOpened, body.claro .dijitTreeRowHover .dijitTreeExpandoOpened  {
	
	/*background: url('dojo18/dijit/icons/images/commonIconsObjActEnabled.png') no-repeat -480px center;*/
	/*background: url('open_folder_icon.gif') no-repeat center;*/
	/*margin-right:2px;*/
}

 body.claro  .dijitTreeExpandoClosed, body.claro .dijitTreeRowHover .dijitTreeExpandoClosed {
	/*background: url('dojo18/dijit/icons/images/commonIconsObjActEnabled.png') no-repeat -464px center;*/
	/*background: url('closed_folder_icon.gif') no-repeat center;*/
	display:inline-block;
}
body.claro   .dijitTreeExpandoLeaf {
	background-image: url('treeExpand_leaf.gif');
	/*background-repeat: no-repeat;*/
	background-repeat: repeat-x;/*1.8*/
}

body.claro   .dijitTreeExpandoLoading {
	background: url('treeExpand_loading.gif') no-repeat center center;
}
/*
body.claro   .dijitTreeIcon {
	
	width: 0px;
	height: 0px;
	padding-right: 4px;
	
	display:block;
	
}*/
div#igTreeRootFolder .artTreeNodeUnlocked {
	background-image: url('unlocked.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
   
}
div#igTreeRootFolder .artTreeNodeLocked {
	background-image: url('locked.gif');
	background-repeat: no-repeat;
	background-position: 3px 0px;
   
}
/****OK***/
body.claro .dijitLeaf {
	
	/*background: url('') no-repeat;*/
	background: none;/*1.8*/
}
body.claro  .dijitTreeContainer .dijitLeaf {
	
	/*background: url('') no-repeat;*/
	/*background: url('treeExpand_leaf.gif') no-repeat -3px -2px;*//*1.8*/
	background: url('treeExpand_leaf.gif') repeat-x -9px -1px;/*1.8*/
	/*margin-left:-16px;*/
	margin-left:-2px;
	margin-right:-4px;
}

/*
body.claro  .dijitTreeRow, .dijitTreeContent {
	white-space: normal;
}
*/
/*body.claro .dijitInline{
	
	background:url("i.gif") repeat-y 0 0;
}*/

body.claro .dijitTreeRowHover{
	background-color:#edeac7;
	background-image:none;
	border-width:0;
	/*padding:0;*/
	border-color: #e5e2bd;
}
body.claro  .dijitLeaf {
  /*background-image: url("");*/
  height: 16px;
  width: 16px;
}

body.claro  .dijitTreeRowSelected{
    
      background-color:#E5E2BD;
    	border-width:0;
    	background-image:none;
      padding:0px;
}
body.claro  .dijitSliderMoveableH{
	right: auto;
}
/**************PCAdmin*****************/
#PCAdminImgTree  .dijitTreeLabel, #PCAdminFoldTree  .dijitTreeLabel {
	margin-top:-1px;
	margin-bottom:0px;
	
	
	line-height:2;
	display:inline;
	height:17px;
	padding:0px 0 0px 0;
	
}
#PCAdminImgTree  .dijitTreeLabel:hover, #PCAdminFoldTree  .dijitTreeLabel:hover {

	cursor:pointer;
	
}

div#PCAdminImgTree .dijitTreeExpandoLeafLocked {
	background-image: url('locked.gif');
}
div#PCAdminImgTree .dijitTreeExpandoLeafUnlocked {
	background-image: url('unlocked.gif');
}
div#pcaTreeRootFolder .dijitTreeExpando.dijitTreeExpandoLeaf.garbageIconClass {
	background-image: url('garbageBin.gif');
	width:18px;
	background-position: 0 2px;
}
div#PCAdminImgTree .dijitTreeLabelLead {
			
			padding-right:20px;
			
			background-image: url('lead.gif');
			background-repeat: no-repeat;
			background-position: 100% 50%;
        }
div#PCAdminImgTree  .dijitTreeContent.dijitTreeLabelLead {
			
			padding-right:20px;
			
			background-image: url('lead.gif');
			background-repeat: no-repeat;
			background-position: 100% 50%;
        }
div#PCAdminImgTree  span.dijitTreeLabelUnlead {
			padding-right:20px;
			
			background-repeat: no-repeat;
			background-position: 100% 50%;
        }
div#PCAdminImgTree  .dijitTreeContent.dijitTreeLabelUnlead {
			padding-right:20px;
			
			background-repeat: no-repeat;
			background-position: 100% 50%;
        }

div#PCAdminImgTree     .dijitTreeExpando {
    width: 16px;
    height: 18px;
}
div#PCAdminImgTree .dijitTree, #pcaTreeRootFolder{
	
	overflow:hidden;
}
body.claro  div.djitTreeNode.dijitHover {
	background-color:#edeac7;
	
	}
body.claro  span.dijitTreeLabel{
	display:inline-block;/*hack for IE9 to force has layout*/
	
}
div#PCAdminImgTree  .dijitTreeExpando {
	clear:both;
}
div#PCAdminImgTree   .dijitTreeExpando, .dijitTreeExpand {
	/*display:block;
	float:left;*/
	background-repeat: no-repeat;
	background-position: 20% 50%;
}
#pcaTreeRootFolder .dijitLeaf{
	width:12px;
	
}
div#PCAdminImgTree .dijitLeaf{
	width:0px;
	margin-right:0px;
	
}
body.claro .dijitTree{
	
	overflow-x: hidden;
}

body.claro .dijitTreeRow, body.claro .dijitTreeNode .dojoDndItemBefore, body.claro .dijitTreeNode .dojoDndItemAfter{
	
	color:#b64404;
	font-weight:bold;
	padding:1px;
	width:100%;
}





/************************************/
body.claro .dijitDialogPaneContent {
  background: none repeat-x scroll left top ;
  border-top: 1px solid #759dc0;
  padding: 0;
  position: relative;
  
}
body.claro .dijitDialog {
 
  border: 1px solid #9fb2a9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  
}


/************tabs**********/
div#userProfCont_tablist:first-child, div#courseFoldTabs_tablist {
  margin-left: 4px;
}
body.claro .dijitTabContainerTop-tabs {
  border: 0 none;
}
body.claro .dijitTabContainerTop-tabs .dijitTabChecked {
  background-image: none;
  box-shadow: none;
  padding-bottom: 4px;
  padding-top: 9px;
  line-height:1.4;
}
body.claro .dijitTabContainerTop-tabs .dijitTab {
  background-image: none;
  background-repeat: repeat-x;
  border-bottom-width: 0;
  box-shadow: none;
  margin-right: 5px;
  min-width: 60px;
  padding: 3px 6px;
  text-align: center;
  top: 1px;
}

body.claro .dijitTabChecked, body.claro .dijitTabCloseButtonChecked {
  background-color: #e0e6e4;
  background-image: none;
  border-color: #a8b9b1;
}
body.claro .dijitTab {
  background-color: #a8b9b1;
  border: 1px solid #a8b9b1;
  color: #4f5557;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  margin-right: 5px;
  padding: 0;
  position: relative;
  top: 1px;
  white-space: nowrap;
  z-index: 3;
}
body.claro .dijitTab * {
	vertical-align:baseline;
	
	}
body.claro .dijitTabPaneWrapper {
  background-color: #e0e6e4;
  border: 1px solid #a8b9b1;
  clear: both;
  overflow: hidden;
  z-index: 0;
}
body.claro .dijitTabContainerTop-dijitContentPane, body.claro .dijitTabContainerLeft-dijitContentPane, body.claro .dijitTabContainerBottom-dijitContentPane, body.claro .dijitTabContainerRight-dijitContentPane, body.claro .dijitAccordionContainer-dijitContentPane {
  background-color: #e0e6e4;
  padding: 8px;
}

body.claro .dijitTabHover,
 .dijitTabCloseButtonHover {
	color: #333738;
	border-top-color:#A8B9B1;
	border-left-color:#A8B9B1;
	border-right-color:#A8B9B1;
	
}


 body.claro .dijitTabChecked,
 body.claro .dijitTabCloseButtonChecked
{
	
	background-color:#E0E6E4;
	border-color: #A8B9B1;
	background-image:none;
}


 body.claro .dijitAlignTop .dijitTabChecked,
 body.claro .dijitAlignTop .dijitTabCloseButtonChecked
{
	border-bottom-color:#E0E6E4;

	vertical-align:bottom;
}
body.claro .dijitAlignTop {
	margin-left:3px;
	
	}
body.claro  .dijitAlignBottom .dijitTabChecked,
body.claro  .dijitAlignBottom .dijitTabCloseButtonChecked
{
	border-top-color:#A8B9B1;
	-moz-border-radius:2px 2px 0px 0px;	
}

body.claro  .dijitAlignLeft .dijitTabChecked,
body.claro  .dijitAlignLeft .dijitTabCloseButtonChecked
{
	border-right-color:#A8B9B1;
}

body.claro  .dijitAlignRight .dijitTabChecked,
 .dijitAlignRight .dijitTabCloseButtonChecked
{
	border-left-color:#A8B9B1;
}


body.claro  .dijitTab .dijitClosable {
	position: relative;
	padding:6px 20px 4px 10px;
}

body.claro  .dijitTab .dijitClosable .closeImage {
	position:absolute;
	top: 7px;
	right: 3px;
	height: 12px;
	width: 12px;
	padding: 0;
	margin: 0;
	background: url("tabClose.png") no-repeat right top;
}

body.claro .dijitContentPane {
	display:block;
	padding:0;
}
body.claro  .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url("tabClose.png");
}


body.claro  .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url("tabCloseHover.png");
}


body.claro  .dijitAlignLeft .dijitTab .dijitClosable {
	padding:6px 10px 4px 20px;
}


body.claro  .dijitAlignBottom .dijitTab .dijitClosable .closeImage {
	top: auto;
	bottom: 7px;
	right: 3px;
}

body.claro  .dijitAlignLeft .dijitTab .dijitClosable .closeImage {
	top: 7px;
	left: 3px;
}

/**************Dojo 1.5 tab changes***/
body.claro .dijitTabListContainer-top{
	width:45.5em;
}
body.claro .dijitTabListWrapper{
	left:0;
	
}
body.claro .tabStripButton{
	display:none;
	
}


















body.claro .tundra .dijitEditorIcon {
	
	background-image: url('dojo18/dijit/icons/images/editorIconsEnabled.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	text-align: center;
}

.dj_webkit .tundra .dijitToolbar button {
	
	padding: 1px 0px;
}
.dj_ie8 .tundra .dijitToolbar button
 {
	
	padding: 1px 2px;
}

body.claro .tundra .dijitEditorIconCopy { background-position: -72px; }
body.claro .tundra .dijitEditorIconCut { background-position: -108px; }
body.claro .tundra .dijitEditorIconPaste { background-position: -486px; }
body.claro .tundra .dijitReset {
	
	/*background-color:transparent;*/
	border-color:#D26E36;
	font-family:verdana;
	/*font-weight:bold;*/
}
body.claro  span.dijitButton.dijitButtonHover.dijitHover span.dijitReset:hover {
	border-color:white;
	cursor:pointer;
	color:white;
	
	}
body.claro .dijitToolbar .dijitButtonHover .dijitButtonNode,
body.claro .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
body.claro .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,
body.claro .dijitToolbar .dijitComboButtonHover .dijitButtonNode {
 /* border-width: 0px;
  
  padding: 0px;*/
}
body.claro .dijitButton .dijitButtonNode, body.claro .dijitDropDownButton .dijitButtonNode, body.claro .dijitComboButton .dijitButtonNode, body.claro .dijitToggleButton .dijitButtonNode {
  background-color: #b64404;
  background-image: none;
  background-repeat: repeat-x;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: white;
  padding: 0;
  border-color:#d26e36;
}
body.claro  div span.dijitButton.dijitButtonHover.dijitHover span button:hover {
	color:white;
	cursor:pointer;
	
	}
body.claro  span.dijitButtonDisabled span.dijitReset:hover {

	cursor:default;
	
	}
body.claro  table.dijitSelect {
	visibility:hidden; 
	}
body.claro  .dijitRight {
	border:0px;
	}
body.claro   .dijitMenuTable {
	
	border-collapse:collapse;
	
	background-color:#D4DFD9;
	color: #575E5A;
	
}
body.claro table#thumbContextMenu, body.claro #thumbSortMenu, body.claro #thumbSaveSelMenu, body.claro #thumbRecentIg{
	
	border: 1px solid #9FB2A9;
	}
body.claro #treeContextMenu, #pcaTreeIMenu, #pcaTreeCMenu{
	border: 1px solid #9FB2A9;
	
	}
body.claro   .dijitMenuItem{
	white-space: nowrap;
	padding:1px;
	color: #575E5A;
	font-family:verdana;
	font-weight:bold;
	font-size:10px;
	
	
	background-color:#D4DFD9;
}
body.claro  .dijitPopup.dijitComboBoxMenuPopup  .dijitMenuItem{
	white-space: nowrap;
	padding:.1em .1em;
	color: #575E5A;
	
	
	background-color:#F7F7F7;
}
body.claro  .dijitPopup.dijitComboBoxMenuPopup .dijitMenu, body.claro  .dijitPopup.dijitComboBoxMenuPopup .dijitMenuBar {
    background-color: #F7F7F7;
    border: 1px solid #7EABCD;
    margin: 0;
    padding: 0;
    font-size:11px;
}
body.claro #igTreeCMenu{
	border: 1px solid #9FB2A9;
	
	
}
body.claro  .dijitMenuItem.dijitMenuItemHover {
	
	
	cursor:pointer;
	cursor:hand;
	background-image:none;
	background-color:#98A69F;
	color:white;
}
body.claro  tr.dijitMenuItemHover.dijitMenuItemSelected {
	border-width: 0;
}
body.claro ul.dijitComboBoxMenuHover.dijitHover li.dijitMenuItemSelected {
	
	cursor:pointer;
	
	background-color:#f0eded;
	
	color:#4F5557;
}
body.claro  .dijitMenuItemIcon {
	position: relative;
	background-repeat: no-repeat;
}

body.claro   .dijitMenuItemDisabled * {
	
	opacity:0.5;
	cursor:default;
	font-style:italic;
	
}
/*body.claro  .dj_ie .dijit_a11y .dijitMenuItemDisabled td,
.dj_ie .dijitMenuItemDisabled *,
.dj_ie .dijitMenuItemDisabled td {
	
	color: #575E5A;
	filter: alpha(opacity=35);
}*/

body.claro  .dijitMenuItemLabel {
	position: relative;
	vertical-align: middle;
	border-width:1px;
	color: #575E5A;
}
body.claro  tr.dijitMenuItemHover td.dijitMenuItemLabel{
	
	color: white;
	
}
body.claro  .dijit_a11y .dijitMenuItemHover .dijitMenuItemLabel {
	border-width: 1px;
	border-style: solid;
}
body.claro  .dijit_a11y .dijitMenuItemHover {
	border: 1px #fff solid ;
}

body.claro  .dijit_a11y .dijitMenuExpandInner {
	display:block !important;
}



 /******Tundra ****/
/* body.claro  div.dijitPopup {
 	width:270px;
 	
 
}*/
#thumbSort_dropdown{
	width:auto;
	
	}
body.claro  div.dijitTooltipDialog span.dijitButton{
	border-color: #D26E36;
	
} 
 body.claro  .dijitTooltipFocusNode{
 	padding:8px;
 
 }
 body.claro  .dijitTextBoxError .dijitValidationContainer{
 	display:none;
 }
 body.claro  .dijitMenu {
	
	margin: 0px;
	
	padding: 0px;
	
	font-size:.7em;
	color: #575E5A;
}

 

 body.claro .dijitMenuPreviousButton, body.claro  .dijitMenuNextButton {
	font-style: italic;
}
 body.claro  .dijitMenuItem td {
	
	padding: 0 2px 0 2px;
}

 

 body.claro  .dijitMenuItemIcon {
	width: 16px;
	height: 16px;
}

body.claro  .dijitMenuExpand {
	display:none;
}
body.claro .as3IconCut {
	background:url('images/cut.gif') no-repeat center center;
	
}
body.claro .as3IconCopy {
	background:url('images/copy.gif') no-repeat center center;
	
}
body.claro .as3IconPaste {
	background:url('images/paste.gif') no-repeat center center;
	
}

body.claro  .dijitMenuExpand {
	width:16px;
	height:16px;
	background:url('images/arrowRight.gif') no-repeat center center;
	display:block;
}
body.claro  .dijitMenuExpandInner {
	display:none;
}

body.claro  .dijitMenuSeparator {
	
	background-color: #D4DFD9;
}


 body.claro  .dijitMenuSeparatorTop {
	border-bottom: 1px solid #9b9b9b;
}

 body.claro  .dijitMenuSeparatorBottom {
	border-top: 1px solid white;
}
body.claro  tr#thumbShowIV td{
	padding-top:3px;
	
	
	}
body.claro  tr#thumbShowURL td{
	padding-bottom:3px;
	
	}	
/******************************/
body.claro .tundra .dijitInputContainer INPUT,
body.claro .tundra .dijitTextBox {
	margin: 0em 0.1em;
	font-weight:normal;
	
}
body.claro .tundra .dijitTextBox {
	width:100px;
	
}
body.claro .tundra .dijitTextArea {
	padding: 3px;
	
}

body.claro .tundra .dijitTextBox {
	
	background:#fff url("validationInputBg.png") repeat-x top left;
	#background:#fff url('validationInputBg.gif') repeat-x top left;
	border:1px solid #b3b3b3;
}

/* ComboBox specific rules*/
body.claro .tundra .dijitComboBox .dijitButtonNode {
	padding: 0 0.2em;
}
body.claro .tundra .dijitTextBox .dijitButtonNode {
	
	border-color: #9b9b9b;
}

body.claro .tundra .dijitTextBoxFocused {
	
	border-color:#406b9b;
}
body.claro .tundra .dijitTextBoxFocused .dijitButtonNode {
	border-color:#366dba;
}

body.claro .tundra .dijitError {
	background-color:#f9f7ba;
	background-image:none;
}

body.claro .tundra .dijitErrorFocused {
	background-color:#f9f999;
	background-image:none;
}

/* Validation errors  */
body.claro .tundra .dijitValidationIcon {
	
	width: 16px;
	background: transparent url('warning.png') no-repeat center center;
}

/* The highlight is shown in the ComboBox menu. */
body.claro .tundra .dijitComboBoxHighlightMatch {
	background-color:#a5beda;
}

body.claro .tundra .dijitFocusedLabel {
	/* for checkboxes or radio buttons, hatch border around the corresponding label, to indicate focus */
	outline: 1px dotted #666666;
}






body.claro .tundra .dijitToolbar {
	border-bottom: 1px solid #ccc;
	
	background:#eaeaea url("titleBar.png") repeat-x top left;
	margin-bottom:.3em;
}

/* setting a min-height on ditor toolbar */
.dj_ie6 .tundra .dijitToolbar {
	height: 10px;
}

body.claro .tundra .dijitToolbar .dijitButtonNode,
body.claro .tundra .dijitToolbar .dijitComboButton .dijitButtonContents,
body.claro .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton {
	background: none;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

body.claro .tundra .dijitToolbar .dijitButton,
body.claro .tundra .dijitToolbar .dijitToggleButton,
body.claro .tundra .dijitToolbar .dijitDropDownButton,
body.claro .tundra .dijitToolbar .dijitComboButton .dijitButtonContents,
body.claro .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton  {
	background: none;
	/*padding: 1px;*/
	
	border: 0px;
}

body.claro .tundra .dijitToolbar .dijitButtonChecked,
body.claro .tundra .dijitToolbar .dijitToggleButtonChecked {
	background-color:#d4dff2;
	/*border:1px solid #316ac5;
	padding: 0px;	*/
}

body.claro .tundra .dijitToolbar .dijitButtonCheckedHover,
body.claro .tundra .dijitToolbar .dijitToggleButtonCheckedHover
 {
	background-color:#abc1e5;
	/*border:1px solid #316ac5;
	padding: 0px;	*/
}

body.claro .tundra .dijitToolbar .dijitButtonHover,
body.claro .tundra .dijitToolbar .dijitToggleButtonHover,
body.claro .tundra .dijitToolbar .dijitDropDownButtonHover,
body.claro .tundra .dijitToolbar .dijitComboButtonHover .dijitButtonContents,
body.claro .tundra .dijitToolbar .dijitComboButtonDownArrowHover .dijitDownArrowButton {
	border: 0px solid #869cbf;
	

	/*padding: 0px;*/	
	background-color:#e1e5f0;
}

body.claro .tundra .dijitToolbar label {	
	padding: 0px 3px 0 6px;
	font-weight:normal;
	color:#0a0899;
}

.dj_ie .tundra .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ie .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused,
.dj_ff2 .tundra .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,
.dj_ff2 .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused {
	/* focus border doesn't appear on <td> for FF2 or IE, so need to add it manually */
	border: 1px #555 dotted !important;
	padding: 0px;	
}

/*********Editor ***********/
.dijitIEFixedToolbar {
	position:absolute;
	
	top: expression(eval((document.documentElement||document.body).scrollTop));
}

body.claro .tundra .dijitToolbar .dijitToolbarSeparator {
	
	background: url('dojo18/dijit/icons/images/editorIconsEnabled.png');
}

body.claro .tundra .dijitEditorIcon {
	
	background-image: url('dojo18/dijit/icons/images/editorIconsEnabled.png'); 
	background-repeat: no-repeat;
	width: 16px;
	height: 18px;
	text-align: center;
}
body.claro .tundra .dijitDropDownButton .dijitEditorIcon {
	width:17px;
}

body.claro .tundra .dijitDisabled .dijitEditorIcon {
	
	background-image: url('dojo18/dijit/icons/images/editorIconsDisabled.png');
}
body.claro .tundra .dijitToolbar .dijitReset.dijitInline.dijitArrowButtonInner{
	
	width:0px;
	
}
.dijitEditorIconSep { background-position: 0px; }
.dijitEditorIconSave { background-position: -18px; }
.dijitEditorIconPrint { background-position: -36px; }
.dijitEditorIconCut { background-position: -54px; }
.dijitEditorIconCopy { background-position: -72px; }
.dijitEditorIconPaste { background-position: -90px; }
.dijitEditorIconDelete { background-position: -108px; }
.dijitEditorIconCancel { background-position: -126px; }
.dijitEditorIconUndo { background-position: -144px; }
.dijitEditorIconRedo { background-position: -162px; }
.dijitEditorIconSelectAll { background-position: -180px; }
.dijitEditorIconBold { background-position: -198px; }
.dijitEditorIconItalic { background-position: -216px; }
.dijitEditorIconUnderline { background-position: -234px; }
.dijitEditorIconStrikethrough { background-position: -252px; }
.dijitEditorIconSuperscript { background-position: -270px; }
.dijitEditorIconSubscript { background-position: -288px; }
.dijitEditorIconJustifyCenter { background-position: -306px; }
.dijitEditorIconJustifyFull { background-position: -324px; }
.dijitEditorIconJustifyLeft { background-position: -342px; }
.dijitEditorIconJustifyRight { background-position: -360px; }
.dijitEditorIconIndent { background-position: -378px; }
.dijitEditorIconOutdent { background-position: -396px; }
.dijitEditorIconListBulletIndent { background-position: -414px; }
.dijitEditorIconListBulletOutdent { background-position: -432px; }
.dijitEditorIconListNumIndent { background-position: -450px; }
.dijitEditorIconListNumOutdent { background-position: -468px; }
.dijitEditorIconTabIndent { background-position: -486px; }
.dijitEditorIconLeftToRight { background-position: -504px; }
.dijitEditorIconRightToLeft, .dijitEditorIconToggleDir { background-position: -522px; }
.dijitEditorIconBackColor { background-position: -540px; }
.dijitEditorIconForeColor { background-position: -558px; }
.dijitEditorIconHiliteColor { background-position: -576px; }
.dijitEditorIconNewPage { background-position: -594px; }
.dijitEditorIconInsertImage { background-position: -612px; }
.dijitEditorIconInsertTable { background-position: -630px; }
.dijitEditorIconSpace { background-position: -648px; }
.dijitEditorIconInsertHorizontalRule { background-position: -666px; }
.dijitEditorIconInsertOrderedList { background-position: -684px; }
.dijitEditorIconInsertUnorderedList { background-position: -702px; }
.dijitEditorIconCreateLink { background-position: -720px; }
.dijitEditorIconUnlink { background-position: -738px; }
.dijitEditorIconViewSource { background-position: -756px; }
.dijitEditorIconRemoveFormat { background-position: -774px; }
.dijitEditorIconFullScreen { background-position: -792px; }
.dijitEditorIconWikiword { background-position: -810px; }
/**************ToolTip**********/
body.claro .soria .dijitDialogCloseIcon {
	
	background-repeat: no-repeat;
	background-position: -60px 0px;
	position: absolute;
	vertical-align: middle;
	right: 6px;
	top: 4px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

body.claro .soria .dijitDialogCloseIcon-hover {
	background-position: -60px -15px;
}

/* Tooltip and TooltipDialog */


body.claro .dijitTooltip,
body.claro .dijitTooltipDialog {
	
	background: transparent;	
}

body.claro .dijitTooltipBelow {
	
	padding-top: 10px;
}

body.claro .dijitTooltipAbove {
	
	padding-bottom: 10px;
}

body.claro .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: #fff;*/
	background-color: white;
	float:left; /*needed for saved search tooltip*/
	border:1px solid #cbcbcb;
	padding:0.45em;
}
body.claro div.dijitTooltip.dijitTooltipRight .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: #fff;*/
	font-size:10px;
	padding:0.45em;
}
body.claro .dijitTooltipConnector {
	/* the arrow piece */
	border:0px;
	z-index: 2;
}

body.claro .dijitTooltipABRight .dijitTooltipConnector {
	/* above or below tooltip, but the arrow appears on the right,
		and the right edges of target and tooltip are aligned rather than the left */
	left: auto !important;
	right: 6px;
}

body.claro .dijitTooltipBelow .dijitTooltipConnector {
	/* the arrow piece for tooltips below an element */
	top: 0px;
	
	background:url("tooltipConnectorUp.png") no-repeat top left;
	width:17px;
	
	height:14px;
}
body.claro #dijit__MasterTooltip_0 div.dijitTooltipConnector {
	/* the arrow piece for tooltips below an element */
	
	
	height:11px;
	
}


body.claro .dijitTooltipAbove .dijitTooltipConnector {
	
	bottom: 0px;
	left: 6px;
	background:url("tooltipConnectorDown.png") no-repeat top left;
	width:17px;
	height:11px;
}


body.claro .dijitTooltipLeft {
	padding-right: 10px;
}
.dj_ie6 .soria .dijitTooltipLeft {
	padding-left: 11px;
}
body.claro .dijitTooltipLeft .dijitTooltipConnector {
	
	right: 0px;
	bottom: 3px;
	background:url("tooltipConnectorRight.png") no-repeat top left;
	width:11px;
	height:17px;
}


body.claro .dijitTooltipRight {
	padding-left: 10px;
}
body.claro .dijitTooltipRight .dijitTooltipConnector {
	
	left: 0px;
	bottom: 3px;
	background:url("tooltipConnectorLeft.png") no-repeat top left;
	width:11px;
	height:17px;
}




body.claro .dijitTooltipContainer {
	border: 1px solid #A8B9B1;
	background-color:#f9f9f9;
	
	font-size:10px;
	font-family:verdana;
	
}

body.claro #dijit__MasterTooltip_0.dijitTooltipBelow .dijitTooltipContainer {
	border: 1px solid #cbcbcb;
	background-color:#dadfda;
	
	font-size:10px;
	font-family:verdana;
	padding:3px;
	
}

body.claro #dijit__MasterTooltip_0.dijitTooltipRight .dijitTooltipContainer {
	border: 1px solid #cbcbcb;
	/*background-color:white;*/
	
	font-size:10px;
	font-family:verdana;
	padding:3px;
	
}

body.claro .dijitTooltipContainer input{
	border: 1px solid #A8B9B1;
	
	
}
body.claro div.dijitTooltipDialog table div.dijit.dijitReset{
	border: 1px solid #A8B9B1;
	font-weight:normal;
}
body.claro div.dijitTooltipDialog table input.dijitReset{
	background-color:white !important;
	font-weight:normal;
}
body.claro div.dijitTooltipDialog table button.dijitReset{
	background-color:#B64404;
	
}
body.claro div.dijitTooltipDialog table span.dijitReset{
	background-color:#B64404;
	
}
/*********************comboBox*****/
body.claro div.dijitArrowButtonChar{
		display:block;
	
	}
body.claro div.dijitArrowButtonInner{
		display:none;
	
	}
/*********************RangeSlider***********/
 body.claro .dijitSliderProgressBarH {
	border-color: #b8b17e;
	background: #c0c2c5 url("sliderFull.png") repeat-x top left;
}

body.claro  .dijitSliderProgressBarV {
	border-color: #aab0bb;
	background: #c0c2c5 url("sliderFullVertical.png") repeat-y bottom left;
}

 body.claro .dijitSliderFocused .dijitSliderProgressBarH,
body.claro  .dijitSliderFocused .dijitSliderLeftBumper {
	background-image:url("sliderFullFocus.png");
}

 body.claro .dijitSliderFocused .dijitSliderProgressBarV,
body.claro  .dijitSliderFocused .dijitSliderBottomBumper {
	background-image:url("sliderFullVerticalFocus.png");
}

body.claro  .dijitSliderRemainingBarV {
	border-color: #b4b4b4;
	background: #dcdcdc url("sliderEmptyVertical.png") repeat-y bottom left;
}

body.claro  .dijitSliderRemainingBarH {
	/*border-color: #b4b4b4;*/
	border-color:  #b8b17e;
	/*background: #dcdcdc url("sliderEmpty.png") repeat-x top left;*/
	background-color: #d6d2b6;
}

body.claro  .dijitSliderBar {
	border-style: solid;
	outline:1px;
}
body.claro .dijitSliderBarH {
	height:16px;
	
}
body.claro  .dijitSliderFocused .dijitSliderBar {
	/*border-color:#888;*/
	border-color:#b8b17e;	
}

body.claro .dijit_a11y .dijitSliderProgressBar {
	background-color:#888 !important;
}
td div.dojoxRangeSliderBarContainer div:first-child .dijitSliderImageHandleH {
	left:-4px;
	
}
body.claro  .dijitSliderImageHandleH {
	border:0px;
	left:-9px;
	z-index:3;
	width:16px;
	/*height:16px;*/
	/*height:9px;*/
	height:28px;
	/*background:url("preciseSliderThumb180.gif") no-repeat center top;*/
	/*background:url("upDateRange1.gif") no-repeat center top;*/
	background:url("faceted-search-cut-slider.gif") no-repeat center top;
	cursor:pointer;
}
body.claro .dijitSliderHover .dijitSliderImageHandleH {
	background:url("faceted-search-cut-slider.gif") no-repeat center top;
	
}
body.claro .dijitSliderFocused .dijitSliderImageHandleH {
	background-position:center top;
	
}
body.claro  .dijitSliderFocused .dijitSliderImageHandleH {
	/*background-image:url("preciseSliderThumbFocus180.gif");
	#background-image:url("preciseSliderThumbFocus180.gif");*/
	background-image:url("faceted-search-cut-slider.gif");
	#background-image:url("faceted-search-cut-slider.gif");
}

.dj_ie6  .dijitSliderImageHandleH {
	background-image:url("preciseSliderThumb.gif");
}

body.claro  .dijitSliderLeftBumper {
	border-left-width: 1px;
	border-color: #aab0bb;
	background: #c0c2c5 url("sliderFull.png") repeat-x top left;
}

body.claro  .dijitSliderRightBumper {
	background: #dcdcdc url("sliderEmpty.png") repeat-x top left;
	border-color: #b4b4b4;
	border-right-width: 1px;
}

body.claro  .dijitSliderImageHandleV {
	border:0px;
	width:16px;
	height:16px;
	background:url("sliderThumb.png") no-repeat center center;
	cursor:pointer;
}
body.claro .dijitSliderBumperH{
	width:0px;
	height:16px;
	border-color: #b8b17e;
	
	}

 body.claro .dijitSliderFocused .dijitSliderImageHandleV {
	background-image:url("sliderThumbFocus.png");
}
.dj_ie6  .dijitSliderFocused .dijitSliderImageHandleV {
	background-image:url("sliderThumbFocus.gif");
}

 body.claro .dijitSliderBottomBumper {
	border-bottom-width: 1px;
	border-color: #aab0bb;
	background: #c0c2c5 url("sliderFullVertical.png") repeat-y bottom left;
}

 body.claro .dijitSliderTopBumper {
	background: #dcdcdc url("sliderEmptyVertical.png") repeat-y top left;
	border-color: #b4b4b4;
	border-top-width: 1px;
}

 body.claro .dijitSliderDecrementIconH,
body.claro  .dijitSliderDecrementIconV,
body.claro  .dijitSliderIncrementIconH,
body.claro  .dijitSliderIncrementIconV {
	cursor: pointer;
	background-image: url('spriteArrows.png');
	background-repeat: no-repeat;
	margin: 5px;
	height: 7px;
	width: 7px;
	font-size: 1px;
}
.dj_ie6  .dijitSliderDecrementIconH,
.dj_ie6  .dijitSliderDecrementIconV,
.dj_ie6  .dijitSliderIncrementIconH,
.dj_ie6  .dijitSliderIncrementIconV {
	background-image: url('spriteArrows.gif');
}

body.claro  .dijitSliderDecrementIconH {
	background-position: -7px 0px;
}
body.claro  .dijitSliderIncrementIconH {
	background-position: -14px 0px;
}
body.claro  .dijitSliderDecrementIconV {
	background-position: 0px 0px;
}
body.claro  .dijitSliderIncrementIconV {
	background-position: -21px 0px;
}

body.claro  .dijitSliderButtonInner {
	visibility:hidden;
}

body.claro  .dijitSliderDisabled {
	opacity:0.6 !important;
}

.dj_ie  .dijitSliderDisabled,
.dj_ie  .dijitSliderDisabled .dijitRuleContainer,
.dj_ie  .dijitSliderDisabled .dijitSliderRemainingBar,
.dj_ie  .dijitSliderDisabled .dijitSliderProgressBar {
	filter: gray() alpha(opacity=40);
}

body.claro  .dijitSliderDisabled * {
	cursor: not-allowed !important;
}



body.claro .dojoxRangeSlider .dijitSliderLeftBumperH, .dojoxRangeSlider .dijitSliderBottomBumperV  {
    background:#FFFFFF !important;
}

body.claro .dojoxRangeSliderBarContainer {
    position:relative;
}

body.claro .dojoxRangeSlider .dijitSliderProgressBarV {
    position:relative !important;
}

body.claro .dojoxRangeSlider .dijitSliderProgressBar {
    overflow:hidden;
    cursor:pointer;
     background:white;
}

body.claro .dojoxRangeSlider .dijitSliderProgressBarV {
    position:absolute !important;
    border-width: 0px;
}
div.dijitRuleMark{
	bottom:0;
	border-color:#879d8a;

}


/********filtering Select***********/


body.claro .dijitComboBox
{
	margin: 0em 0.1em;
}


body.claro .dijitComboBox{
	font-family: sans-serif;
	font-size: 100%;
}



body.claro .dijitComboBox{
	/* 	For all except dijit.form.NumberSpinner:  the actual input element.
		For TextBox, ComboBox, Spinner: the div that contains the input.
		Otherwise the actual input element.
	*/
	background:#fff url("validationInputBg.png") repeat-x top left;
	#background:#fff url('validationInputBg.gif') repeat-x top left;
	border:1px solid #b3b3b3;
	line-height: normal;
}


body.claro .dijitComboBoxDisabled{
	color: gray;
}

body.claro .dj_webkit .tundra .dijitComboBoxDisabled {
	color: #eee;
}

/* ComboBox specifix rules*/
body.claro .dijitComboBox .dijitInputField {
	padding: 1px 0;
}
body.claro .dijitSelectMenu .dijitMenuItem td, body.claro .dijitComboBoxMenu .dijitMenuItem {
  border-color: #ffffff;
  border-style: solid;
  border-width: 0px 0;
  /*padding: 2px;*/
}
body.claro .dijitComboBox .dijitButtonNode {
	padding: 0px 0.2em;
}
body.claro .dijitComboBox .dijitButtonNode {
	/* line between the input area and the drop down button */
	/*border-color: #9b9b9b;*/
	border-color: #CECBA5;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
}


body.claro .dijitComboBoxFocused {
	/* input field when focused (ie: typing affects it) */
	border-color:#406b9b;
}
body.claro .dijitComboBoxFocused .dijitButtonNode
 {
	border-left-color:#366dba;
}


body.claro .dijitError {
	background-color:#f9f7ba;
	background-image:none;
}


body.claro .dijitErrorFocused {
	background-color:#f9f999;
	background-image:none;
}


/* Validation errors  */
body.claro .dijitValidationIcon {
	/* prevent height change when widget goes from valid to invalid state */
	/*width: 16px;
	background: transparent url('../images/warning.png') no-repeat center center;*/
	width:0px;
}



/* inline edit boxen */
body.claro .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? */
body.claro .dijitInlineEditor {
	/* fieldset surrounding an inlineEditor in edit mode */
	display: inline-block;
	display: -moz-inline-stack;
	#display:inline;
	
}

body.claro .dijitInlineEditor .saveButton,
body.claro .dijitInlineEditor .cancelButton {
	margin:3px 3px 3px 0px;
}



/*
 * 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
 */

/* The highlight is shown in the ComboBox menu. */
body.claro .dijitComboBoxHighlightMatch {
	background-color:#a5beda;
}


body.claro .dijitFocusedLabel {
	/* for checkboxes or radio buttons, hatch border around the corresponding label, to indicate focus */
	outline: 1px dotted #666666;
}

/************Button CSS****/


body.claro .dijitDisabled .dijitButtonText {
	color: #F0cab1;
}

/*
.dijitComboBox .dijitButtonNode {
	border: 0px;
}
*/

body.claro .dijitArrowButton {
	color: #111;
}

body.claro .dijitComboButton .dijitDownArrowButton {
	padding-right:4px;
}

body.claro .dj_ff2 .dijitComboButton .dijitButtonContentsFocused,
body.claro .dj_ff2 .dijitComboButton .dijitDownArrowButtonFocused {
	border: 1px solid transparent; /*make transparent so FF2 focus rect. is visible */
}

body.claro .dijitButtonDisabled .dijitButtonNode,
body.claro .dijitToggleButtonDisabled .dijitButtonNode,
body.claro .dijitDropDownButtonDisabled .dijitButtonNode,
body.claro .dijitComboButtonDisabled .dijitButtonNode,
body.claro .dijitComboBoxDisabled,
body.claro .dijitSpinnerDisabled,
body.claro .dijitSpinnerDisabled .dijitButtonNode {
	/* disabled state - inner */
	/* border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; */
	border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; 
	background:#e4e4e4 url("buttonDisabled.png") top repeat-x;
}

body.claro .dijitButtonHover .dijitButtonNode,
body.claro .dijitButtonNodeHover,
body.claro .dijitToggleButtonHover .dijitButtonNode,
body.claro .dijitDropDownButtonHover .dijitButtonNode,
body.claro .dijitComboButtonHover .dijitButtonContents,
body.claro .dijitComboButtonDownArrowHover .dijitDownArrowButton {
	/* hover state - inner */
	/* TODO: change from Hover to Selected so that button is still highlighted while drop down is being used */
	border-color:		#a5beda; 
	border-bottom-color:#5c7590; 
	color:#243C5F;
	background:#fcfdff url("buttonHover.png") repeat-x bottom;
}
body.claro .dijitComboBoxHover .dijitDownArrowButton,
body.claro .dijitSpinnerUpArrowHover .dijitUpArrowButton,
body.claro .dijitSpinnerDownArrowHover .dijitDownArrowButton {
	/* same as above except don't adjust border color (it's controlled by the containing Spinner/ComboBox) */
	color:#243C5F;
	/*background:#fcfdff url("buttonHover.png") repeat-x bottom;*/
	background:white url("buttonHover1.gif") repeat-x bottom;
}

body.claro .dijitSpinnerUpArrowActive .dijitUpArrowButton,
body.claro .dijitSpinnerDownArrowActive .dijitDownArrowButton,
body.claro .dijitButtonActive .dijitButtonNode,
body.claro .dijitToggleButtonActive .dijitButtonNode,
body.claro .dijitDropDownButtonActive .dijitButtonNode,
body.claro .dijitComboButtonActive .dijitButtonContents,
body.claro .dijitDownArrowActive .dijitDownArrowButton,
body.claro .dijitComboBoxActive .dijitDownArrowButton,
body.claro .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
	/* active state - inner (for when you are pressing a normal button, or
	 * when a radio-type button is in a depressed state
	 */
	border-color:#366dba;
	background: #ededed url("buttonActive.png") bottom repeat-x;
}

body.claro .dijitArrowButtonInner {
	background-image:url("spriteArrows.png");
	background-position: left top;
	width: 7px;
	height: 7px;
	font-size: 1px;
	/*margin: 0px 4px 0px 5px;*/
	margin: 0 2px;
}

body.claro .dijitDisabled .dijitArrowButtonInner {
	background-position: -28px top;
}
body.claro .dijitUpArrowButton .dijitArrowButtonInner { 
	background-position: -21px top; 
}

body.claro .dijitDisabled .dijitUpArrowButton body.claro .dijitArrowButtonInner { 
	background-position: -49px top; 
}

body.claro .dijitSliderImageHandleHInvisible{
	visibility:hidden;
	
}
body.claro .dijitSliderRemainingBarHWhiteBG{
	background-color:white;
	}
/* Since ComboBox doesn't have it's own file... */
body.claro .dijitComboBox .dijitArrowButton .dijitArrowButtonInner {
	background-image: url("comboArrowDown.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	height: auto;
	font-size: 100%;
	font-size: inherit;
}
body.claro .dijitComboBoxHover .dijitArrowButtonInner {
	/* TODO: url("../images/arrowDownHover.png") but in IE6 it flickers some? */
}

body.claro div.dijitRuleLabelContainerH{
	width:45px;
	
}

