html, body{
	margin: 0px;
	padding: 0px;
	background-color: white;
	text-align: center;
}

html {
	background: url("../images/STDashboard.png") top center no-repeat !important;
}

.gwt-DialogBox {
	z-index: 5000;
}
.gwt-PopupPanel {
     z-index: 5100;
}
.container{
	padding: 0px;
	margin:0 auto 0 auto;
	background-color: white;
}

.header{
	width: 100%;
	margin-top: 10px;
}

.header .title{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 28px;
	text-decoration: bold;
	text-align: center;
	float: left;
}

.header .logo{
	float: left;
	margin-left: 10px;
}

.test-widget{
	background-color: #bdbdbd;
}

td.chartbox-menu {
  /*background-color: #D0E4F6;*/
    background-color: #FFFFFF;
}

td.chartbox-container {
  padding-right: 10px;
}

.chartbox-overImage:hover {
	cursor: pointer;
}

.chartbox-overImage{
	padding-left: 4px;
}

.empty-gfx{
	/*padding-top: 10%;*/
}


table {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
}

td {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  spacing: 0px;
}

th, td {
  padding: 0px;
}

.STDashboardChartBox-title{
	font-weight: bold;
	font-size: 16px;
}

.ST-your-selection{
	font-size: 16px;
	font-weight: bold;
}

.ST-title-selection{
	font-weight: bold;
	padding-right: 5px;
}

.filterCellPanel{
	margin-right: 10px;
	withe-space: nowrap;
	float: left;
}

.ST-ChartBox .middleCenter{
	height: 100%;
	width: 100%;
}

.gwt-DecoratorPanel .middleCenter {
   vertical-align: top;
 }
 
 .gwt-DecoratorPanel .topLeftInner, .gwt-DecoratorPanel .topRightInner, .gwt-DecoratorPanel .bottomLeftInner, .gwt-DecoratorPanel .bottomRightInner {
    height: 4px !important;
    width: 4px !important;
}

/* Custom modifications for Toggle Button in Template Selection */
.ST-template-selection-up, .ST-template-selection-up-hovering, .ST-template-selection-up-disabled,
/* down toggle states*/
.ST-template-selection-down, .ST-template-selection-down-hovering, .ST-template-selection-down-disabled {
  margin: 5px;
  text-decoration: none;
  /*background: url("gwt/standard/images/hborder.png") repeat-x 0px -27px;*/
}

.ST-template-selection-up, .ST-template-selection-up-hovering, .ST-template-selection-up-disabled {
  padding: 3px 5px 3px 5px;
}

.ST-template-selection-up {
  border: 1px outset #ccc;
  cursor: pointer;
  cursor: hand;
}

.ST-template-selection-up-hovering {
  border: 1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

.ST-template-selection-up-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
}

.ST-template-selection-down, .ST-template-selection-down-hovering, .ST-template-selection-down-disabled {
  padding: 4px 4px 2px 6px;
}

.ST-template-selection-down {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: pointer;
  cursor: hand;
}

.ST-template-selection-down-hovering {
  background-position: 0 -513px;
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

.ST-template-selection-down-disabled {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
}

/* Custom modifications for Toggle Button in Chart Configuration */
.ST-chart-selection-up, .ST-chart-selection-up-hovering, .ST-chart-selection-up-disabled,
/* down toggle states*/
.ST-chart-selection-down, .ST-chart-selection-down-hovering, .ST-chart-selection-down-disabled {
  margin: 5px;
  text-decoration: none;
  /*background: url("gwt/standard/images/hborder.png") repeat-x 0px -27px;*/
}

.ST-chart-selection-up, .ST-chart-selection-up-hovering, .ST-chart-selection-up-disabled {
  padding: 3px 5px 3px 5px;
}

.ST-chart-selection-up {
  border: 2px outset #ccc;
  cursor: pointer;
  cursor: hand;
}

.ST-chart-selection-up-hovering {
  border: 2px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

.ST-chart-selection-up-disabled {
  border: 2px outset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
}

.ST-chart-selection-down, .ST-chart-selection-down-hovering, .ST-chart-selection-down-disabled {
  padding: 4px 4px 2px 6px;
}

.ST-chart-selection-down {
  background-position: 0 -513px;
  border: 2px inset #00f;
  cursor: pointer;
  cursor: hand;
}

.ST-chart-selection-down-hovering {
  background-position: 0 -513px;
  border: 2px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}

.ST-chart-selection-down-disabled {
  background-position: 0 -513px;
  border: 2px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
}

.ST-tooltipChart {
	font-size: 11px !important;
}

.ST-infoTooltip .Caption {
    /*background: url("images/hborder.png") repeat-x scroll 0 -2003px #E3E8F3;*/
    border-bottom: 1px solid #CCC;
    /*border-top: 5px solid #D0E4F6;*/
    cursor: default;
    /*padding: 4px 4px 4px 8px;*/
}
.ST-infoTooltip .dialogContent {
}
.ST-infoTooltip .dialogMiddleCenter {
    background: none repeat scroll 0 0 white;
    padding: 3px;
}
.ST-infoTooltip .dialogBottomCenter {
    /*background: url("images/hborder.png") repeat-x scroll 0 -4px transparent;*/
    border-top: 1px solid #CCC;
}
.ST-infoTooltip .dialogMiddleLeft {
    /*background: url("images/vborder.png") repeat-y scroll 0 0 transparent;*/
    border-right: 1px solid #CCC;
}
.ST-infoTooltip .dialogMiddleRight {
   /* background: url("images/vborder.png") repeat-y scroll -4px 0 transparent;*/
    border-left: 1px solid #CCC;
}
.ST-infoTooltip .dialogTopLeftInner {
    width: 5px;
}
.ST-infoTooltip .dialogTopRightInner {
    width: 8px;
}
.ST-infoTooltip .dialogBottomLeftInner {
    height: 8px;
    width: 5px;
}
.ST-infoTooltip .dialogBottomRightInner {
    height: 8px;
    width: 5px;
}
.ST-infoTooltip .dialogTopLeft {
   
}
.ST-infoTooltip .dialogTopRight {

}
.ST-infoTooltip .dialogBottomLeft {

}
.ST-infoTooltip .dialogBottomRight {
	
}
* html .ST-infoTooltip .dialogTopLeftInner {
    overflow: hidden;
    width: 5px;
}
* html .ST-infoTooltip .dialogTopRightInner {
    overflow: hidden;
    width: 8px;
}
* html .ST-infoTooltip .dialogBottomLeftInner {
    height: 8px;
    overflow: hidden;
    width: 5px;
}
* html .ST-infoTooltip .dialogBottomRightInner {
    height: 8px;
    overflow: hidden;
    width: 8px;
}

.google-visualization-table-table {
	width: 100%;
}

.filterElementsPanel{
	margin-right: 15px;
}

.filtersDisclosure{
	margin-bottom: 10px;
}

.filtersLabel{
	font-weight:bold;
}

.gwt-ProListBox-mainPanel{
	border: 1px solid #ededed;
}


.gwt-ProListBox-toggle{
	border: none; 
	padding: 3px 5px;
	cursor: pointer;
	outline: none;
	background-color: #ededed;
}
.gwt-ProListBox-popuPanel{
	border: solid 3px #ededed;
	background-color: #fbfbfb;
	overflow:scroll;
}
.gwt-ProListBox-tree{
	overflow: auto;
	text-align: left;
}

.gwt-ProListBox-PopupPanelGlass {
    background-color: #000000;
    opacity: 0.1;
}






.gwt-DatePicker {
  border: 1px solid #ccc !important;
  border-top:1px solid #999 !important;
  cursor: default !important;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none !important;
}
.datePickerMonthSelector td:focus {
  outline: none !important;
}
.datePickerDays {
  width: 100% !important;
  background: white !important;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 85% !important;
  text-align: center !important;
  padding: 4px !important;
  outline: none !important;
  font-weight:bold !important;
  color:#333 !important;
  border-right: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #fff !important;
  padding: 0px 4px 2px !important;
  cursor: default !important;
  color:#666 !important;
  font-size:70% !important;
  font-weight:normal !important;
}
.datePickerDay {
  padding: 4px 7px !important;
  cursor: hand !important;
  cursor: pointer !important;
}
.datePickerDayIsWeekend {
  background: #f7f7f7 !important;
}
.datePickerDayIsFiller {
  color: #999 !important;
  font-weight:normal !important;
}
.datePickerDayIsValue {
  background: #d7dfe8 !important;
}
.datePickerDayIsDisabled {
  color: #AAAAAA !important;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C !important;
}
.datePickerDayIsValueAndHighlighted {
  background: #d7dfe8 !important;
}
.datePickerDayIsToday {
  padding: 3px !important;
  color: #fff !important;
  background: #6d6dff !important;
}
.datePickerMonthSelector {
  width: 100% !important;
  padding: 1px 0 5px 0 !important;
  background: #fff !important;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120% !important;
  line-height: 1em !important;
  color: #3a6aad !important;
  cursor: hand !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding: 0px 4px !important;
  outline: none !important;
}
td.datePickerMonth {
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  font-size: 100% !important;
  font-weight: bold !important;
  color: #333 !important;
}
.gwt-DateBox {
  padding: 5px 4px !important;
  border: 1px solid #ccc !important;
  border-top: 1px solid #999 !important;
  font-size: 100% !important;
}
.gwt-DateBox input {
  width: 8em !important;
}
.dateBoxFormatError {
  background: #ffcccc !important;
}
.dateBoxPopup {
}

/* COLOR PICKER */
.STColorPicker-mouseOver{
	cursor: pointer; cursor: hand;
}

/* FILTERS */
.gwt-FlowPanel{
	display:inline;
}

/* CLICKABLE PRINT BUTTON */
.print-clickable{
	cursor: pointer;
}