/* For grid filter button */
.claro .dijitButtonDisabled,
.claro .dijitDropDownButtonDisabled,
.claro .dijitComboButtonDisabled,
.claro .dijitToggleButtonDisabled {
  background-image: none;
  outline: none;
}

.claro .dijitButtonDisabled .dijitButtonNode {
  background-color: #efefef;
  border: solid 1px #d3d3d3;
  color: #818181;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("/static/dojo/1.8.0/dijit/themes/claro/form/images/buttonDisabled.png");
  background-image: -moz-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: -o-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  background-image: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 40%);
  _background-image: none;
}

.claro .dijitButton .dijitButtonNode,.claro .dijitDropDownButton .dijitButtonNode,.claro .dijitComboButton .dijitButtonNode,.claro .dijitToggleButton .dijitButtonNode
	{
	font-size: 1.1em;
	letter-spacing:1.0px;
	border: none;
	color: black;
	-moz-border-radius: 5px;
	border-radius: 4px;
	background-image:
	url(../images/btn_grey_bg.png);
	background-position:bottom;
	background-repeat: repeat-x;
	/*background-color:#f7f6f6;*/
	background: #dcdcdc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2NzBjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzVkOGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f6f6 0%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f6f6), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f6f6 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f6f6 0%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f6f6 0%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f6f6 0%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6f6', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-8 */
	padding: 0;
}

/*
.claro .dijitButton .dijitButtonNode,.claro .dijitDropDownButton .dijitButtonNode,.claro .dijitComboButton .dijitButtonNode,.claro .dijitToggleButton .dijitButtonNode
	{
	border: 1px solid #759DC0;
	padding: 2px 4px 4px 4px;
	background-image:
		url(/static/dojo/1.8.0/dijit/themes/claro/form/images/buttonEnabled.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #c4ccdf;
	color: black;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}*/


/* Hover over grid filter button */
.claro .dijitButtonHover .dijitButtonNode,.claro .dijitDropDownButtonHover .dijitButtonNode,.claro .dijitComboButton .dijitButtonNodeHover,.claro .dijitComboButton .dijitDownArrowButtonHover,.claro .dijitToggleButtonHover .dijitButtonNode
	{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c4ccdf
		), color-stop(1, #fffff8) );
	background: -moz-linear-gradient(center top, #c4ccdf 5%, #fffff8 100%);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#c4ccdf', endColorstr = '#fffff8' );
	background-color: #c4ccdf;
	color: black;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.dojoxGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}

.claro .dojoxGrid {
	padding-top: 0px;
	margin-bottom:10px;
	border:1px solid #BCBCBC;
}

/* Grid header */
.claro .dojoxGridHeader {
	/*background: #4c6bb4;*/
	background: #d8d7d7;
	margin-left: -2px;
	color: black;
	font-weight: bold;
}
/* Hover over grid header */
.claro .dojoxGridHeader .dojoxGridCellOver {
	background: #e7e7e7;
	color: black;
	font-weight: bold;
}
/*inner hover over grid header*/
.claro .dojoxGridCellOver .dojoxGridSortNode {
	background-color: #e7e7e7;
	color: black;
	font-weight: bold;
}

/* For grid header border */
.claro .dojoxGridMasterHeader {
	background:
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../../../resources/images/header.png)
		#EDF2F7 repeat-x bottom;
	background: -moz-linear-gradient(top, #EDF2F7, #D0DFEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#EDF2F7),
		to(#D0DFEA) );
	background: #d8d7d7;
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#FFEDF2F7, endColorstr = #FFD0DFEA );
	border: 1px solid #d8d7d7;
	border-right: none;
}


/* cells */
.claro .dojoxGrid .dojoxGridCell {
	padding: 5px 8px;
}

/* row */
.claro .dojoxGridRowOdd .dojoxGridRowTable tr {
	background-color:#f0f0f0;
}

/* Selected grid row */
.claro .dojoxGridRowSelected .dojoxGridRowTable tr {
	background-color: #deeaf3 /*abbcea*/;
}

.claro .dojoxGridRowEditing td {
	background-color: #deeaf3 /*abbcea*/;
}

.claro .dojoxGridRow .dojoxGridRowTable tr.dojoxGridRowSelected {
	background-color: #deeaf3 /*abbcea*/;
}

.claro td.dojoxGridRowSelected {
	border-collapse: separate;
	background:
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../../../resources/images/row_back.png)
		#abbcea repeat-x;
}

/* Hover over grid row */
.claro .dojoxGridRowOver .dojoxGridCell {
	background:
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../../../resources/images/row_back.png)
		/*#abbcea*/ #deeaf3 repeat-x;
	border-top: 1px solid #769DC0;
	border-bottom: 1px solid #769DC0;
}

.dj_ie6 .claro .dojoxGridRowOver .dojoxGridCell,.dj_ie7 .claro .dojoxGridRowOver .dojoxGridCell
	{
	border-left: 1px solid #deeaf3;
	border-right: 1px solid #deeaf3;
}
/* Background of sort button when column header hovered over */
.dojoxGridCellOver .dojoxGridSortBtn {
	border-left: 1px solid #999999;
	background-color: #e7e7e7;
}

.dj_ie6 .claro .dojoxGridRowOver .dojoxGridCell {
	border-color: #e7e7e7;
}
/* Background of sort button when hovered over */
.dojoxGridCellOver .dojoxGridSortBtn:hover {
	background-color: #deeaf3/*abbcea*/;

}
/* Background of sort button when hovering over another column and sort has been set on other column */
.dojoxGridSortBtn {
	width: 10px;
	height: 100%;
	visibility: hidden;
	top: 0;
	display: block;
	position: absolute;
	color: black;
	background: #4c6bb4
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../images/sprite_icons.png)
		no-repeat 100px 0;
	text-decoration: none;
	outline: none;
	right: 0;
	border: 1px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
}
/* Background of most recently selected sort button */
.dojoxGridCellSortFocus  .dojoxGridSortBtn {
	border-left: 1px solid #999999;
	background-color: #4c6bb4;
}



/* Background of filter bar */
.claro .dojoxGridFBarInfoTD {
	background:
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../../../resources/images/header_shadow.png)
		#F2F9FF repeat-x bottom;
	background: -moz-linear-gradient(top, #fffff8, #c4ccdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffff8),
		to(#c4ccdf) );
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		#FFfffff8, endColorstr = #FFc4ccdf );
}
/* Background of filter bar when hovered over */
.claro .dojoxGridFBarHover .dojoxGridFBarInfoTD {
	background:
		url(/static/dojo/1.8.0/dojox/grid/enhanced/resources/claro/../../../resources/images/header_shadow.png)
		#F2F9FF repeat-x bottom;
	background: -moz-linear-gradient(top, #fffff8, #c4ccdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffff8),
		to(#c4ccdf) );
}

/* Header font-weight getting overridden by document.css, so specify */
.dojoxGridHeader th {
	font-weight: bold;
}
	
/* Formats the little text bubbles that pop up on form errors/info */
.dijitTooltipContainer {
	min-width: 10em;

	}
	
.claro .dijitTooltipDialogPopup[role="presentation"] {
	display: none !important;
}

.claro .dijitTooltipContainer[role="presentation"] {
	display: none !important;
}