.gwt-SliderBar-shell
{
  height: 34px;
}
.gwt-SliderBar-shell .gwt-SliderBar-line {
  border: 1px solid #528fcc;
  background-color: white;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #AAA;
  height: 6px;
  width: 95%;
  top: 20px;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-knob {
  top: 14px;
  width: 11px;
  height: 21px;
  z-index: 1;
  cursor: pointer;
}
.gwt-SliderBar-shell .gwt-SliderBar-tick {
  top: 10px;
  width: 1px;
  height: 8px;
  background: #528fcc;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-label {
  top: 0pt;
  font-size: 9px;
  color: #528fcc;
  cursor: default;
}
.gwt-SliderBar-shell-focused
{
	outline: none;
}
.gwt-SliderBar-shell .gwt-SliderBar-line-sliding
{
  background-color: #CCEEFF;
  cursor: pointer;
}


.gwt-PopupPanelGlass
{
	background-color: black;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.gwt-DialogBox
{
	background-color: white;
	background-image: url(img/bg-dialog.png);
	background-repeat: repeat-x;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.gwt-DialogBox .Caption
{
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: black;
	text-shadow: 1px 1px 3px white;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

.gwt-listView-Button
{
	margin                      :    3px 1px;
    padding                     :    1px 10px;
    width                       :    100px;
    text-align                  :    center;
    background-color            :    #cce6ff;
    color                       :    #336699;
    border-top                  :    2px solid #d3dfec;
    border-left                 :    2px solid #d3dfec;
    border-right                :    2px solid #c4dbf2;
    border-bottom               :    2px solid #c4dbf2;
}

/* gwt-ToggleButton-up,gwt-ToggleButton-up-hovering,gwt-ToggleButton-up-disabled,
 gwt-ToggleButton-down,.gwt-ToggleButton-down-hovering,.gwt-ToggleButton-down-disabled */

.gwt-listView-ToggleButton
{
	margin                      :    3px 1px;
    padding                     :    1px 10px;
    width                       :    100px;
    text-align                  :    center;
}

.gwt-listView-ToggleButton-up, .gwt-listView-ToggleButton-up-hovering
{
    background-color            :    #cce6ff;
    color                       :    #336699;
    border-top                  :    2px solid #d3dfec;
    border-left                 :    2px solid #d3dfec;
    border-right                :    2px solid #c4dbf2;
    border-bottom               :    2px solid #c4dbf2;
}

.gwt-listView-ToggleButton-down, .gwt-listView-ToggleButton-down-hovering 
{
    background-color            :    #99ccff;
    color                       :    #33002b;     
    border-top                  :    2px solid #3388ff;
    border-left                 :    2px solid #3388ff;
    border-right                :    2px solid #8bbdee;
    border-bottom               :    2px solid #8bbdee;
}

/* admin section agenda - splitters */ 
.gwt-SplitLayoutPanel-HDragger 
{
  	background: #b6cef3 url('img/hsplitter-grip.png') center center no-repeat;
}

.gwt-SplitLayoutPanel-VDragger {
  	background: #b6cef3 url('img/vsplitter-grip.png') center center no-repeat;
}

.gwt-SplitLayoutPanel-HDragger 
{
 	 cursor: col-resize;
}

.gwt-SplitLayoutPanel-VDragger 
{
 	 cursor: row-resize;
}

.gwt-TextBox-error 
{
   background-color: yellow;
   color: red;   
   font-weight: bold;
}

.gwt-sections-button button
{
   width: 22px;
   height: 22px;
   overflow: hidden;
   text-align: center;
   vertical-align: center;
   font-size: 10px;
   font-weight: bold;
   background-color: #cce6ff;
   color: #336699;
   border-top: 2px solid #d3dfec;
   border-left: 2px solid #d3dfec;
   border-right: 2px solid #c4dbf2;
   border-bottom: 2px solid #c4dbf2;     
}

/* date picker */
datepicker { display: inline; margin-left: 2px; margin-right: 2px; }
.datePickerEmpty { background-color: #E5F2FF; }
.datePickerReadOnly { 	background-color: #EEEEEE; border: 1px solid #8899AA; color: #333333; }
.datePickerError { background-color: #FFCCBB; }
.gwt-DatePicker { background-color: #CCE5FF; border-bottom: 1px solid white; }
.datePickerMonthSelector { background-color: #9bcdff; width: 100%; border-bottom: 1px solid white; }
.datePickerMonth { color: black; text-align: center; }
.datePickerPreviousButton { font-size: 14px; width: 20px; text-align: center; color: #003399; }
.datePickerNextButton { font-size: 14px; width: 20px; text-align: center; color: #003399;}
.datePickerDays { width: 100%; }
.datePickerWeekdayLabel { color: #003399; text-align: center; background-color: #b4e2ff; border-bottom: 1px solid white; width: 20px; }
.datePickerWeekendLabel { color: gray; text-align: center; background-color: #bfdff4; border-bottom: 1px solid white; width: 20px; }
.datePickerDay { text-align: center; color: #003399; }
.datePickerDayIsToday { color:#FF7700; }
.datePickerDayIsWeekend { color: #666666; background-color: #d3e5f7; }
.datePickerDayIsFiller { color: #BBBBBB; }
.datePickerDayIsValue { font-weight: bold; color: white; background-color: #3E9ADE; }
.datePickerDayIsDisabled { color: #EEEEEE; background-color: #CCCCCC; }
.datePickerDayIsHighlighted { background-color: #FF7700; color: white; }
.datePickerDayIsValueAndHighlighted { background-color: #FF7700; color: white; }
.gwt-SuggestBoxPopup { background-color: #CCE5FF; border: 1px solid white; -webkit-box-shadow: 1px 1px 2px #2b6b99; }
.gwt-SuggestBoxPopup .item { color: #003399; }
.gwt-SuggestBoxPopup .item-selected { background-color: #9bcdff; }

.dateBoxPopup { background-color: #9bcdff; border: 1px solid white; -webkit-box-shadow: 1px 1px 2px #2b6b99; }
.dateBoxSymbolic { background-color: #CCE5FF; border-bottom: 1px solid white; width: 140px; }

