/*********************************
 TOOLBAR
*********************************/
.asiToolbar .asiPaletteTriggers span{
  cursor: pointer;
}
.asiToolbar{
  background: #E8E8E8 url(../../components/toolbar/img/toolbar_bg.gif) scroll top right repeat;
}
.asiToolbar.top{
  /*background: #E8E8E8 url(../../components/img/gridheader_bg.gif) scroll top right repeat-x;
  border-bottom: 1px solid #CACACA;*/
  background: #EEEEEE;
  border-top: 1px solid white;
  border-bottom: 1px solid #CACACA;
}
.asiToolbar.top.noGradient{
  background: #EEEEEE;
  border-top: 1px solid white;
  border-bottom: 1px solid #CACACA;
}
.asiToolbar .move{
  cursor: n-resize;
  background: url(../../components/dialogs/img/move_blue.gif) top right  no-repeat;
}
.asiToolbar .maximize{
  background: url(../../components/dialogs/img/maximize_blue.gif) top right no-repeat;
}
.asiToolbar .minimize{
  background: url(../../components/dialogs/img/minimize_blue.gif) top right  no-repeat;
}
.asiToolbar .restore{
  background: url(../../components/dialogs/img/restore_blue.gif) top right  no-repeat;
}
.asiDialog.fullWindow .asiToolbar{
  border-width: 1px 0;
  border-style: solid;
  border-color: #bdd3e7;
}
.pagingBar{
  background: #EEEEEE url(../../components/img/toolbar_bg.gif) scroll bottom right repeat-x;
  border-top: 1px solid white;
}
.toolbarContent{
  background: #EEEEEE url(../../components/img/toolbar_bg.gif) scroll bottom right repeat-x;
}
/* Reports Toolbar  */
.asiToolbar .asiReportActions a:hover{
  border-color:  white #a3a3a3 #a3a3a3 white;
}
.asiToolbar .asiPaletteTriggers .trigger{
  background-image: url(../img/dropdown_black.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
