/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
html,body {
  height:100%;
  width:100%;
  overflow:hidden;
  margin:0;
  padding:0;

}
/*The image specified for the body is used to apply the gradient background to the entire page*/
body {
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  color:#333;
  margin:0px;
  padding:0px;
}

.HomeButton .home{
  position: absolute;
  top: 120px;
  left:20px;
  z-index: 50;
  background-color: #545454;
}
.LocateButton .zoomLocateButton {
 position: absolute;
 top:165px;
 left:20px;
 z-index: 50;
 background-color: #545454;
}
.HomeButton .home:hover{
 background-color: #CEE1EC;  
}
.LocateButton .zoomLocateButton:hover {
 background-color: #CEE1EC;
}


.notembed{
  height:98%;
  width:98%;
  margin:0 10px;
  padding:0;
}
.notembed #header{
  padding:4px;
  overflow:hidden;
}
.embed #map{
  background-color: transparent;
}
.embed .claro .dijitContentPane {
  padding:0px !important;
  margin:0px !important;
}
#header{
  padding:0px;
  overflow:hidden;
}

#webmapTitle{
  font-family:"gill sans",helvetica,arial,sans-serif;
  color: #333;
  font-size:32px;
  max-width:72%;
  float:left;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  padding-top:0px;
  margin-top:0px;
}
.esriPrint{
  padding:0px !important;
}
/*The main window is the box that contains the map, tools and left panel.*/
#mainWindow{
  border:solid 1px #999;
  padding:0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#map {
  z-index: 0;
  padding:0px;
  border-right:solid 1px #999;
  border-bottom:solid 1px #999;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: 0 0 5px #888 inset;
  background-color:#fff;
}

/*Left pane contains a stack container with legend and webmap details*/
#leftPane {
  padding:0px;
  width:0px;
  border-right:solid 1px #999;
}
#leftPane a{
  color:#336699;
}
.dijitContentPane{
   overflow:visible;
}
#legendPanel{
/*width:100%;*/
}
#detailsPanel span,#legendPanel span{
  padding:0px;
}
#stackContainer {
  margin:0;
}
#stackContainer .panel_content {
  overflow-y:auto;
}
.esriScalebar{
  padding-left:15px;
}
/*styles for the top toolbar and buttons*/
#toolbarContainer_bv{
  overflow:visible;
  width:100% !important;
  padding:0px !important;
  height:34px;
  margin:0;
  color:#fff;
}
/*override claro background and other props*/
#toolbarContainer_bv .dijitToolbar {
  height:100%;
  overflow: visible;
}

.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode{
background-image:none !important;
}
.claro .dijitToolbar{
  padding:0 !important;
}

/*Measure toggle button*/
.claro .dijitToolbar .dijitButtonNode:hover {
  color:#333;
}
.claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
   color:#333;
   border-style: solid;
}
.claro .dijitToolbar .dijitButtonNode{
  color:#fff;
}

/*The top toolbar is split into three sections. */
#webmap-toolbar-left {
  float: left;
}

#webmap-toolbar-center {
  float: right;
}

#webmap-toolbar-right {
  float: right;
  width:250px;
}
#legendButton{
    color:#fff;
}
#detailButton{
    color:#fff;
}
/*Style for company logo added to the map*/
.logo{
  display: inline-block;
}

.logo img{
  border:none;
  display: inline-block;
  bottom:25px;
  cursor:pointer;
  position:absolute;
  right:5px;
  z-index:30;
  max-width: 160px;
  max-height: 68px;
}
/*Styles for the toolbar buttons*/
 .esriBasemapIcon {
  background-image: url(../images/Basemap16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriLegendIcon{
  background-image: url(../images/Legend16.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin: 4px 0 4px 4px;
}
.esriDetailsIcon{
  background-image:url(../images/details.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriBookmarkIcon{
  background-image:url(../images/bookmarks.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin: 4px 0 4px 4px;
}
.esriLayerIcon{
  background-image:url(../images/contents.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriMeasureIcon {
  background-image: url(../images/Measure_Area16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriLinkIcon{
  background-image: url(../images/LinkTo16.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.esriPrint .dijitComboButton .dijitIcon{
  background-image:url(../images/genericprint.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriPrintIcon{
  background-image:url(../images/genericprint.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriPrint{
  display:inline-block;

}
 .claro .dijitComboButton:hover{
   color:#333;
   background-color: #E2EBF2;
}
.esriLoadingIcon{
  background-image:url(../images/loading_black.gif);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriTimeIcon{
  background-image: url(../images/timer.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.esriEditIcon{
  background-image: url(../images/edit_20x20.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 4px 0 4px 4px;
}
.twitterIcon {
  background-image: url(../images/twittersm.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.emailIcon {
  background-image: url(../images/email.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.facebookIcon {
  background-image: url(../images/facebook.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.drawIcon {
  background-image: url(../images/edit_20x20.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaRectangleIcon {
  background-image: url(../images/rectangle.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaCircleIcon {
  background-image: url(../images/circle.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaEllipseIcon {
  background-image: url(../images/ellipse.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaPolygonIcon {
  background-image: url(../images/polygon.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaFPolygonIcon {
  background-image: url(../images/fpolygon.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaLineIcon {
  background-image: url(../images/line.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaPolylineIcon {
  background-image: url(../images/polyline.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaFPolylineIcon {
  background-image: url(../images/fpolyline.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
.gaiaLiveUpdateIcon {
  background-image: url(../images/update.png);
  background-repeat:no-repeat;
  width: 16px;
  height: 16px;
  padding-right:2px;
}
/*style for the print link*/
.esriPrintout{
  color:#fff;
}
/*styles for the share dropdown menu items*/
.iconLink{
  text-decoration:none;
  border: 0 none;
  color:#333;
}
 td.dijitMenuItemIconCell,td.dijitMenuItemLabel{
  padding:5px 5px !important;
 }
.dijitMenuItem{
  padding:10px 10px !important;
}
/*change the default arrow used by the basemap dropdown button from black to gray
.claro .dijitArrowButtonInner {
  background-image: url("../images/buttonArrows.png"); 
  background-position:-152px 53%;
}

/*Use a white arrow for the dropdown
.claro .dijitArrowButtonInner {
  background-image: url("../images/buttonArrows.png");
  background-position:-53px 53% !important;
}
/*Use a white arrow for the basemap, bookmarks and share dropdown buttons*/
/*#basemapBtn_label + span, #shareButton_label + span, #bookmarkButton_label + span,#layerBtn_label  + span{
  background-position:-53px 53%;
}*/
/*Styles for the links to Esri and ArcGIS.com*/
#nav {
  float:right;
  position:absolute;
  right:10px;
  top:10px;
  height:100%;
}
#nav a:link,
#nav a:visited{
  padding:5px 5px 4px 5px;
  color:#666;
  text-decoration:none;
}
#nav a:hover{
  text-decoration:underline;
  color:#444;
}
#nav ul{
  padding-bottom:5px;
}
#nav li {
  display:inline;
  padding:0;
  margin:0;
}

#basemapGallery{
  z-index: 1;
  position:relative;
  overflow: auto !important;
  background-color: #FFF;
  border: 1px solid #ccc;
}
#layerMenu{
  background-color: #FFF !important;
  border: 1px solid #ccc !important;
}
.menuIcon{
  width:16px;
  height: 16px;
}
.claro .dijitMenu{
  border: none;
}
/*Border for the overview map*/
.esriOverviewMap.ovwTR .ovwContainer { 
  border-bottom: 2px solid #999 !important;
  border-left: 2px solid #999 !important;
  -webkit-border-bottom-left-radius: 4px !important;
  -moz-border-radius-bottomleft: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding: 0 !important;
}

 /*CSS Styles for the measurement widget floating panel*/
#floater {
   top:0px;
   left:50px;
   overflow:hidden;
   background-color:#fff;
   border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;
} 
.dojoxFloatingPaneContent{
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:8pt;
  font-weight:bold;
  padding-bottom:4px;
}
.dojoxFloatingPaneTitle{
  color:#fff;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
  font-size:12pt;
  font-weight:bold;
  width:100%;
  padding-left:8px;
}

/*Styles for the time slider floating window*/
#timeFloater {
  position:absolute;
  top:30px;
  left:0px;
   overflow:hidden;
   background-color:#fff;
   border: solid 1px #999;
   border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px; 
  padding:0px !important;

} 
.timeLabel{
   text-align:center;
   padding:20px;
}

#measureDiv{
  padding:2px !important;
}
#measureTool{
  width:214px;
}


/*remove the botttom border from the measurement tools result label*/
.resultLabel{
  border-bottom:none !important;
  font-family:"helvetica neue", helvetica, arial, sans-serif;
}



/*slider customizations*/
.esriSimpleSliderVertical .esriSimpleSliderIncrementButton ,.esriSimpleSliderVertical .esriSimpleSliderDecrementButton  {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 0.25em #BBBBBB;
}

.esriSimpleSlider {
  border: none !important;
  background-color:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}
.esriSimpleSlider div{
  margin-top:10px;
  margin-bottom:10px;
}

/*Styles for the search box (find address or place)*/
.esriGeocoderResultsOpen .esriGeocoderContainer{
  position: relative;
  z-index:1;
}
.simpleGeocoder .esriGeocoderResults{
  color:#333;
}
.simpleGeocoder .esriGeocoderResult{
  color:#333;
}
.simpleGeocoder{
  top:0;
  vertical-align: top;
  line-height: 30px;
  position: relative;
}
.arcgisTheme .esriGeocoder {
  border-radius:2px;
  border: solid 1px #fff;
}
.arcgisTheme .esriGeocoder input {
  font-style: italic;
  color: #333;
}
/*Specify font for the popup window*/
.esriPopup{
  font-family:"helvetica neue",helvetica,arial,sans-serif;
}

/*.esriPopup .pointer.top {
  background-position: 0 -616px;
}
.esriPopup .pointer.topLeft {
  left: 0px; top: -43px; background-position: 0 -525px; width: 51px; height: 45px;
}

.esriPopup .pointer.topRight {
  right: 0px; top: -43px; background-position: 0 -707px; width: 51px; height: 45px;
}*/
/*Define styles for the close button on the measure window panel*/
#closeBtn{
  position:absolute;
  top:1px;
  right:4px;
}
#closeBtn img{border:none;}

.esriBookmarkItem{
  cursor:pointer;
}
.esriBookmarkItem:hover{
  background-color:#CEE1EC;
}

.esriTemplatePicker .tooltip{
    display:none;
}

.esriDrawingToolbar{
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    border:none !important;
    margin-bottom:40px;

}
#bookmarkView{
  width: 100%;
  max-height: 448px;
  z-index: 1;
  overflow: auto !important;
  background-color: #fff;
  border: 1px solid #ccc;
}

/*Template picker styles*/
#editDiv{
  clear:both;
  display:block;
}
.toolbar.templatePicker{
    position: absolute;
    top:20px;
}
.templatePicker {
  border:none;
  padding: 0;
  margin:3px;
}

.templatePicker .grid .groupLabel{
  font-weight:bold !important;
  padding:0px;
}
#editPanel{
  padding:0px !important;
}
#editDiv{
  padding-right:4px;
}
.templatePicker .grid .dojoxGridRow {
    border-bottom-color: #ccc;
    border-top-color: #ccc;
}
.templatePicker .grid  .selectedItem {
  border: 1px solid #999 !important;

}
#editDiv.dojoxGrid .grid{

}

#geocodeOtherResults{
  padding: 10px 0 6px 0;
}

.customMenuPopup{
  overflow-y:auto !important;
}

.showdiv {
	display: "";
}

.hidediv {
	display: none;
}

.alt {
    background-color: #eee;
}

#gaiaPanel {
	background-color: #eee;
}

.gaiaslider {
	width:100%;
	display:block
}

.claro .dojoxExpandoTitle {
    background: repeat-x #3e258e;
}

.dojoxExpandoTitle {
	height: 27px !important;
        background: repeat-x #3e258e;
	/* background: url("../images/blue/toolbar_bg.png") !important; */
	font-size: 1.2em;
	color: #FFF !important;
}

.slide {
    margin-top: 10px;
    margin-left: 2px;
    width: 330px;
    background: red;
}

.slide-back {
    position:absolute;
    height:100%;
}

.cbHistogram {
	text-align: center;
}

.classbreakrows {
	display: none	
}

.cbraster1 {
	margin-left: 25px;
}

.gaiaTextSearch {
	display: block; width: 100%; margin: 0; border: 1px solid #57585A; background: #fff; -webkit-border-radius: 5px; border-radius: 5px;
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;
	height: 20px; width: 200px;
	vertical-align: middle;
	padding: 3px 0;
	margin: 3px 0 0 20px;
}

#geocoder {
    margin-top: 3px;
}

.highlight {
	background: yellow;
}

.centerImage {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.grayInfoBox {
	background: #c0c0c0;
	padding: 5px;
	margin-top: 3px;
	padding: 5px;
}

.flightColumn {
	width: 50px;
}

.fiterList {
	border: thin solid black;
	padding: 5px 10px;
	font-weight: bold;
}

.filterMargin {
	width: 20px;
}

.inputSpinner {
    width: 60px;
}

.inputWithSlider {
	width: 40px;
	margin-right: 5px;
}

.colorInput {
	width: 70px;
}

.initiallyHiden {
	display: none;
}

.waiting {
    position: fixed;
    z-index: 1080;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(128, 128, 128, .4)
        url(../images/wait.gif)
        50% 50%
        no-repeat;
}

.timeLinks {
	color: green;
	text-decoration:underline;
	cursor: pointer;
	margin-left: 10px;
	padding: 2px;
}

.highlightTimeLink {
	border: 1px solid black;
}

.indented {
	margin-left: 20px;
}

.demo-hidden {
    display:none;
}

.dijitToolbar {
    background: repeat-x #3e258e;
    background-image:none;
}

.claro .dojoxExpandoRight .dojoxExpandoTitle, .claro .dojoxExpandoLeft .dojoxExpandoTitle, .claro .dojoxExpandoClosed .dojoxExpandoTitle {
	background-color: #3e258e;
}

.claro .dojoxExpandoClosed .dojoxExpandoTitle {
    background-image: none;
}

.claro .dijitTitlePaneTitle {
    background-image: none;
}

.claro .dijitDialogTitleBar {
    background-image: none;
}

#gaiaPanel .dojoxExpandoIcon {
    margin-top:5px;
}



/***************************************/
/***overwrite .claro css styles for a purple theme, used with purple.css */
.claro .dijitDialogTitleBar {
    background-image: none;
    color: white;
    border: solid 1px #3e258e;
    background-color: #3e258e;
}

.claro .dijitDialogTitle {
	color:white;
}

.claro .dijitTitlePaneTitle {
    background-color: #efefef;
    border-color: #b5bcc7;
    background-image: none;
}

.claro .dijitTitlePaneTitleHover {
    background-color: #ccccc6;
    border-color: #ccccc6;
    background-image: none;
}


.claro .dijitToolbar .dijitButton .dijitButtonNode,
.claro .dijitToolbar .dijitDropDownButton .dijitButtonNode,
.claro .dijitToolbar .dijitComboButton .dijitButtonNode,
.claro .dijitToolbar .dijitToggleButton .dijitButtonNode,
.claro .dijitToolbar .dijitComboBox .dijitButtonNode {
    color: white;
}

.dojoxExpandoIconLeft {
    display: none;
}

/***************/
.claro .dijitComboBoxHighlightMatch {
  background-color: white;
}

.claro .dojoDndItemOver {
  background-color: white;
  background-image: url("images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 1px;
/*  border: solid 1px #759dc0;*/
  border: solid 1px gray;
  color: #000000;
}

.claro .dijitComboBoxOpenOnClickHover .dijitButtonNode,.claro .dijitComboBox .dijitDownArrowButtonHover,.claro .dijitComboBoxFocused .dijitArrowButton {
  background-color: white;
}

.claro .dijitSelectHover .dijitArrowButton {
  background-color: white;
}

.claro .dijitTabHover {
  /*border-color: #759dc0;*/
  border-color: gray;
  background-color: white;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  color: #000000;
}

.claro .tabStripButtonHover {
  background-color: white;
}

.claro .dijitAccordionInnerContainerHover {
/*  border: 1px solid #759dc0;*/
  border: 1px solid gray;
  background-color: white;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.claro .dijitCalendarHover,.claro .dijitCalendar:hover,.claro .dijitCalendarActive {
  background-color: white;
/*  border: solid 1px #759dc0;*/
  border: solid 1px gray;
}

.claro .dijitCalendarHoveredDate .dijitCalendarDateLabel,.claro .dijitCalendarEnabledDate:hover .dijitCalendarDateLabel {
  background-color: white;
/*  border: solid 1px #759dc0;*/
  border: solid 1px gray;
  color: #000000;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.claro .dijitCalendarSelectedDate .dijitCalendarDateLabel {
  color: #000000;
  background-color: white;
/*  border-color: #759dc0;*/
  border-color: gray;
}

.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover,.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabel:hover {
/*  border-color: #759dc0;*/
  border-color: gray;
  border-width: 1px 0;
  background-color: white;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= white );
}

.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover,.claro .dijitCalendarMonthMenu .dijitCalendarMonthLabel:hover {
  border-color: #759dc0;
  border-width: 1px 0;
  background-color: white;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #ffffff , endColorstr= white );
}

.claro .dijitMenu .dijitMenuItemHover td,.claro .dijitMenu .dijitMenuItemSelected td,.claro .dijitMenuItemHover,.claro .dijitComboBoxMenu .dijitMenuItemHover,.claro .dijitMenuItemSelected {
/*  border-color: #759dc0;*/
  border-color: gray;
  background-color: white;
  background-image: url("images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
}

.claro .dijitMenu .dijitMenuItemSelected td,.claro .dijitComboBoxMenu .dijitMenuItemSelected {
  color: #000000;
/*  border-color: #759dc0;*/
  border-color: gray;
  background-color: white;
}


.claro .dijitSliderHover .dijitSliderProgressBarH,.claro .dijitSliderHover .dijitSliderLeftBumper {
  background-color: white;
/*  border-color: #759dc0;*/
  border-color: gray;
}

.claro .dijitSliderFocused .dijitSliderProgressBarH,.claro .dijitSliderFocused .dijitSliderLeftBumper {
  background-color: white;
/*  border-color: #759dc0;*/
  border-color: gray;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.claro .dijitSliderHover .dijitSliderProgressBarV,.claro .dijitSliderHover .dijitSliderBottomBumper {
  background-color: white;
/*  border-color: #759dc0;*/
  border-color: gray;
}

.claro .dijitSliderFocused .dijitSliderProgressBarV,.claro .dijitSliderFocused .dijitSliderBottomBumper {
  background-color: white;
  /*border-color: #759dc0;*/
  border-color: gray;
  -webkit-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0px 1px rgba(0, 0, 0, 0.2);
}

.claro .dijitSliderButtonContainerV .dijitSliderDecrementButtonActive,.claro .dijitSliderButtonContainerH .dijitSliderDecrementButtonActive,.claro .dijitSliderButtonContainerV .dijitSliderIncrementButtonActive,.claro .dijitSliderButtonContainerH .dijitSliderIncrementButtonActive {
  background-color: white;
  /*border-color: #759dc0;*/
  border-color: gray;
}

.claro .dijitProgressBarTile {
  background-color: white;
  background-image: url("images/progressBarFull.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.93) 0px, rgba(255, 255, 255, 0.41) 1px, rgba(255, 255, 255, 0.7) 2px, rgba(255, 255, 255, 0) 100%);
  background-attachment: scroll;
}

.claro .dijitTimePicker .dijitUpArrowHover,.claro .dijitTimePicker .dijitDownArrowHover {
  background-color: white;
}

.claro .dijitSplitterHActive,.claro .dijitSplitterVActive {
  font-size: 1px;
  background-color: white;
  background-image: none;
}

.claro .dijitTreeRowHover {
  background-color: white;
  background-image: url("images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 3px 0 1px;
  /*border-color: #759dc0;*/
  border-color: gray;
  border-width: 1px 0;
  color: #000000;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.dj_ie .claro .dijitToolbar .dijitButtonHover .dijitButtonNode,.dj_ie .claro .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,.dj_ie .claro .dijitToolbar .dijitComboButton .dijitButtonNodeHover,.dj_ie .claro .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover,.dj_ie .claro .dijitToolbar .dijitToggleButtonHover .dijitButtonNode {
  background-color: white;
}

.dj_ie .claro .dijitToolbar .dijitButtonActive .dijitButtonNode,.dj_ie .claro .dijitToolbar .dijitDropDownButtonActive .dijitButtonNode,.dj_ie .claro .dijitToolbar .dijitComboButtonActive .dijitButtonNode,.dj_ie .claro .dijitToolbar .dijitToggleButtonActive .dijitButtonNode {
  background-color: white;
}

.claro .dijitToolbar .dijitButtonHover .dijitButtonNode,.claro .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,.claro .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,.claro .dijitToolbar .dijitComboButtonHover .dijitButtonNode {
  border-width: 1px;
  background-color: #3e258e;
  background-image: url("images/standardGradient.png");
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
  padding: 1px;
}

.claro .dijitToolbar .dijitComboButtonHover .dijitButtonNodeHover,.claro .dijitToolbar .dijitComboButtonHover .dijitDownArrowButtonHover {
  background-color: white;
}

.claro .dijitUpArrowButtonActive,.claro .dijitDownArrowButtonActive {
  background-color: white;
}

.claro .dijitSpinner .dijitUpArrowButtonHover,.claro .dijitSpinner .dijitDownArrowButtonHover,.claro .dijitSpinnerFocused .dijitArrowButton {
  background-color: white;
}


.claro .dijitButton .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode {
    background-color: #efefef;
    border: 1px solid #b5bcc7;
}

.claro .dijitButtonHover .dijitButtonNode, .claro .dijitDropDownButton .dijitButtonNode, .claro .dijitComboButton .dijitButtonNode, .claro .dijitToggleButton .dijitButtonNode {
    background-color: #ccccc6;
    border: 1px solid #ddddd6;
}

.claro .dijitSelectHover {
/*  background-color: #e5f2fe;*/
  background-color: white;
}

.claro .tabStripButton {
/*  background-color: #e5f2fe;*/
  background-color: white;
  border: 1px solid #b5bcc7;
}

.claro .dijitTabContainerTabListNested .dijitTabHover {
/*  background-color: #e5f2fe;*/
  background-color: white;
  border: solid 1px #cfe5fa;
  padding: 3px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.claro .dijitCalendarPreviousMonth,.claro .dijitCalendarNextMonth {
  /*background-color: #e5f2fe;*/
  background-color: white;
  background-image: none;
  border-bottom: solid 1px #d3d3d3;
}


.claro .dijitCalendarPreviousMonth .dijitCalendarDateLabel,.claro .dijitCalendarNextMonth .dijitCalendarDateLabel {
  color: #759dc0;
  /*border-color: #e5f2fe;*/
  border-color: white;
}

.claro .dijitCalendarNextYearHover,.claro .dijitCalendarNextYear:hover,.claro .dijitCalendarPreviousYearHover,.claro .dijitCalendarPreviousYear:hover {
  color: #000000;
  border: solid 1px #ffffff;
  padding: 0 5px 0 5px;
/*  background-color: #e5f2fe;*/
  background-color: white;
}


.claro .dijitCalendar .dijitDropDownButtonHover .dijitButtonNode,.claro .dijitCalendar .dijitDropDownButton:hover .dijitButtonNode {
  /*background-color: #e5f2fe;*/
/*  background-color: white;*/
  border: solid 1px #ffffff;
}


.claro .dijitInlineEditBoxDisplayModeHover {
/*  background-color: #e5f2fe;*/
  background-color: white;
  border: solid 1px #759dc0;
}


.claro .dijitTimePickerMarker {
/*  background-color: #e5f2fe;*/
  background-color: white;
  font-size: 1em;
  white-space: nowrap;
}

.claro .dijitEditorHover .dijitEditorIFrameContainer,.claro .dijitEditorHover .dijitEditorIFrameContainer .dijitEditorIFrame {
/*  background-color: #e5f2fe;*/
  background-color: white;
}

.claro .dijitTextBoxHover {
/*  background-color: #e5f2fe;*/
  background-color: white;
  background-image: -moz-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -webkit-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -o-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
}

.claro .dijitSelectHover {
/*  background-color: #e5f2fe;*/
  background-color: white;
  background-image: -moz-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -webkit-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: -o-linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-image: linear-gradient(rgba(127, 127, 127, 0.2) 0%, rgba(127, 127, 127, 0) 2px);
  background-repeat: repeat-x;
}

.claro .dijitSelect, .claro .dijitTextBox {
    background-color: white;
}

.claro .dijitSelectFocused .dijitArrowButton {
  background-color: #e5e5e5;
  background-image: none;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(rgba(190, 190, 190, 0.98) 0px, rgba(255, 255, 255, 0.65) 3px, rgba(255, 255, 255, 0) 100%);
  _background-image: none;
}

.claro .dijitSlider .dijitSliderProgressBarH,.claro .dijitSlider .dijitSliderLeftBumper {
  border-color: #b5bcc7;
  background-color: #efefef;
  background-image: -moz-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: -webkit-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: -o-linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
  background-image: linear-gradient(top, #ffffff 0px, #ffffff 1px, rgba(255, 255, 255, 0) 2px);
}
