

.gwt-Button {
    font-family: arial;
  margin: 2px 2px 2px;
  padding: 3px 5px;
  text-decoration: none;
  font-size: 0.8em;
  cursor: pointer;
  cursor: hand;
  border: 1px outset #ccc;
  color: #444444;
  background-color: #FFFFCC;
  height: 28px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
.gwt-Button:active {
  border: 1px inset #ccc;
}
.gwt-Button:hover {
/*  border-color: #9cf #69e #69e #7af; */
	text-decoration: underline;
}
.gwt-Button[disabled] {
  cursor: default;
  color: #888;
}
.gwt-Button[disabled]:hover {
}

.gwt-SubmitButton {
  margin: 2px 2px 2px;
  padding: 3px 5px;
  text-decoration: none;
    font-family: arial;
  font-size: 0.8em;
  cursor: pointer;
  cursor: hand;
  border: 1px outset #ccc;
  color: #444444;
  background-color: #FFFFCC;
  height: 28px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}
.gwt-SubmitButton:active {
  border: 1px inset #ccc;
}
.gwt-SubmitButton:hover {
  /* border-color: #9cf #69e #69e #7af; */
	text-decoration: underline;
}
.gwt-SubmitButton[disabled] {
  cursor: default;
  color: #888;
}
.gwt-SubmitButton[disabled]:hover {
}

.gwt-ListBox {
	color: #3333CC;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
    background-color: white;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background: lightgray;
    margin-right: 2px;
    cursor: pointer;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner {
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    text-align: center;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
    cursor: default;
    background: #000066;
    color: white;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected:hover {
    text-decoration: none;
}

.gwt-TabLayoutPanelContent {
    border-top: 2px solid lightgray;
}

.gwt-TabBar {
	background-color: white;
}
.gwt-TabBar .gwt-TabBarFirst {
   background: white;
}
.gwt-TabBar .gwt-TabBarRest {
}

.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  background: #000066;
  color: white;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.gwt-TabBar .gwt-TabBarItem-selected:hover {
	text-decoration: none;
}

.gwt-TabBar .gwt-TabBarItem {
  padding: 3px 6px 3px 6px;
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  text-align: center;


}
.gwt-TabBar .gwt-TabBarItem:hover {
	text-decoration: underline;
}

.gwt-TabBar .gwt-TabBarItem-disabled {
  cursor: default;
  color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
  border-top-color: #999999;
  border-top-style: solid;
  border-top-width: 3px;
  overflow: hidden;
  padding: 6px;
}

.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #e3e3e3;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
  background: url(/images/corner.png) no-repeat 0px -55px;
  -background: url(/images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(/images/corner.png) no-repeat -6px -55px;
  -background: url(/images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: #e3e3e3 url(/images/hborder.png) repeat-x 0px -1463px;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  cursor: hand;
  color: black;
  font-weight: bold;
  text-align: center;
  background: #e3e3e3 url(/images/hborder.png) repeat-x 0px -1463px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: #747474;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #bcbcbc url(/images/hborder.png) repeat-x 0px -2511px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #bcbcbc url(/images/hborder.png) repeat-x 0px -2511px;
  color: white;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}




.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #eed6d6;
}
.dateBoxPopup {
}

.gwt-DatePicker {
  border: 1px solid #888;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 75%;
  text-align: center;
  padding: 4px;
  outline: none;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #c1c1c1;
  padding: 0px 4px 2px;
  cursor: default;
}
.datePickerDay {
  padding: 4px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsToday {
  border: 1px solid black;
  padding: 3px;
}
.datePickerDayIsWeekend {
  background: #EEEEEE;
}
.datePickerDayIsFiller {
  color: #888888;
}
.datePickerDayIsValue {
  background: #abf;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #dde;
}
.datePickerDayIsValueAndHighlighted {
  background: #ccf;
}
.datePickerMonthSelector {
  background: #c1c1c1;
  width: 100%;
}
td.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-size: 70%;
  font-weight: bold;
}
.datePickerPreviousButton,
.datePickerNextButton {
  font-size: 120%;
  line-height: 1em;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px;
}


.gwt-DialogBox {
  border: 3px solid #6666CC;
  background-color: white;
  color: #333333;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -opera-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
}

.gwt-DialogBox .Caption {
  background-color: #000066;
  padding: 4px 4px 4px 8px;
  cursor: default;
  color: white;
}

.gwt-DialogBox .dialogMiddleCenterInner {
	height: 100%;
	width: 100%;
}
.gwt-DialogBox .dialogContent {
	height: 100%;
	width: 100%;
}

.gwt-DialogBox .dialogContent table {
	height: 100%;
	width: 100%;
}

.gwt-DialogBox .dialogMiddleCenter {
}
.gwt-DialogBox .dialogBottomCenter {
}
.gwt-DialogBox .dialogMiddleLeft {
}
.gwt-DialogBox .dialogMiddleRight {
}
.gwt-DialogBox .dialogTop {
	padding: 0px 0px 0px 0px;
}
.gwt-DialogBox .dialogTopCenter {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gwt-DialogBox .dialogTopCenterInner {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.gwt-DialogBox .dialogTopLeftInner {
}
.gwt-DialogBox .dialogTopRightInner {
}
.gwt-DialogBox .dialogBottomLeftInner {
}
.gwt-DialogBox .dialogBottomRightInner {
}
.gwt-DialogBox .dialogTopLeft {
    background-color: #000066;
}
.gwt-DialogBox .dialogTopRight {
    background-color: #000066;
}
.gwt-DialogBox .dialogBottomLeft {
}
.gwt-DialogBox .dialogBottomRight {
}
* html .gwt-DialogBox .dialogTopLeftInner {
}
* html .gwt-DialogBox .dialogTopRightInner {
}
* html .gwt-DialogBox .dialogBottomLeftInner {
}
* html .gwt-DialogBox .dialogBottomRightInner {
}

.dialogContent {
    margin: 10px 10px 10px 10px;
}


.gwt-DateBox {
	font-family: serif;
	color:#444444;
}

.gwt-DateBox-inError {
	font-family: serif;
	background-color: #F6CECE;
}

.inError {
	font-family: serif;
	background-color: #F6CECE;
}

.gwt-TextBox {
	font-family: serif;
	color: #444444;
}

.gwt-TextBox-inError {
	font-family: serif;
	background-color: #F6CECE;
}

.gwt-PasswordTextBox {
	font-family: serif;
	color: #444444;
}

.gwt-PasswordTextBox-inError {
	font-family: serif;
	background-color: #F6CECE;
}



.gwt-SuggestBox {
  padding: 2px;
}
.gwt-SuggestBoxPopup {
  margin-left: 3px;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-top: 1px solid #BBBBBB;
  background: white;
  
}
.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  cursor: pointer;
  width: 100%;
  font-size: 0.9em;
}
.gwt-SuggestBoxPopup .item-selected {
  color: #444444;
  background-color: #FFFFCC;
  font-size: 0.9em;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;  
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.gwt-Frame {
	width: 100%;
	height: 450px;
	border: none;
}

.gwt-CheckBox {
	display: inline;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}	

.gwt-Tree .gwt-TreeItem {
  padding: 1px 0px;
  margin: 0px;
  white-space: nowrap;
  cursor: pointer;
}

.gwt-Tree .gwt-TreeItem-selected {
    font-weight: bold; 
}

.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}

.gwt-GlassPanel {

    background-color: green;

    filter: alpha(opacity = 10); 
    opacity: 0.1 ;
    cursor: wait;
}

.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px;
  background-color: blue;
}

.gwt-ScrollTable .headerTable td {
    border-left:1px solid #CBCBCB;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
}

.gwt-ScrollTable .footerTable td {
    border-left:1px solid #CBCBCB;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
}

.gwt-ScrollTable .dataTable tr.highlighted {
    background: #FFFFAA  !important;
}

.gwt-ScrollTable .dataTable td {
    border-left:1px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
}


.gwt-ScrollTable .dataTable td.highlighted {
    background: #FFFFAA  !important;
  cursor: hand;
  cursor: pointer;
}

.gwt-DecoratedStackPanel {
  border-bottom: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
}

.gwt-DecoratedStackPanel .stackItemTopLeft,
.gwt-DecoratedStackPanel .stackItemTopRight {
  height: 6px;
  width: 6px;
  zoom: 1;
}

.gwt-DecoratedStackPanel .stackItemTopLeft {
  border-left: 1px solid #bbbbbb;
  background: #e4e4e4 url(/images/corner.png) no-repeat 0px -49px;
  -background: #e4e4e4 url(/images/corner_ie6.png) no-repeat 0px -49px;
}

.gwt-DecoratedStackPanel .stackItemTopRight {
  border-right: 1px solid #bbbbbb;
  background: #e4e4e4 url(/images/corner.png) no-repeat -6px -49px;
  -background: #e4e4e4 url(/images/corner_ie6.png) no-repeat -6px -49px;
}

.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 1px;
  height: 1px;
}

.gwt-DecoratedStackPanel .stackItemTopCenter {
  background: url(/images/hborder.png) 0px -21px repeat-x;
}

.gwt-DecoratedStackPanel .stackItemMiddleLeft {
  background: #d3def6 url(/images/hborder.png) repeat-x 0px -989px;
  border-left: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  width: 1px;
  height: 1px;
}

.gwt-DecoratedStackPanel .stackItemMiddleRight {
  background: #d3def6 url(/images/hborder.png) repeat-x 0px -989px;
  border-right: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .stackItemMiddleCenter {
  font-weight: bold;
  background: #d3def6 url(/images/hborder.png) repeat-x 0px -989px;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  border: 0px;
  background-color: white;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
  background-color: white;
}

html>body .gwt-DecoratedStackPanel {
}

* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.cw-StackPanelHeader {
  padding-left: 7px;
  font-weight: bold;
}

.gwt-DecoratorPanel {
}

.gwt-DecoratorPanel .topCenter,
.gwt-DecoratorPanel .bottomCenter {
  background: url(/images/hborder.png) repeat-x;
}

.gwt-DecoratorPanel .middleLeft,
.gwt-DecoratorPanel .middleRight {
  background: url(/images/vborder.png) repeat-y;
}

.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}

.gwt-DecoratorPanel .topLeft {
  background: url(/images/corner.png) no-repeat 0px 0px;
  -background: url(images/corner_ie6.png) no-repeat 0px 0px;
}

.gwt-DecoratorPanel .topRight {
  background: url(/images/corner.png) no-repeat -5px 0px;
  -background: url(images/corner_ie6.png) no-repeat -5px 0px;
}

.gwt-DecoratorPanel .bottomLeft {
  background: url(/images/corner.png) no-repeat 0px -5px;
  -background: url(images/corner_ie6.png) no-repeat 0px -5px;
}

.gwt-DecoratorPanel .bottomRight {
  background: url(/images/corner.png) no-repeat -5px -5px;
  -background: url(images/corner_ie6.png) no-repeat -5px -5px;
}

html>body .gwt-DecoratorPanel {
}

* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}


