/**
 * The reference theme can be used to determine when this style sheet has
 * loaded.  Create a hidden div element with absolute position, assign the style
 * name below, and attach it to the DOM.  Use a timer to detect when the
 * element's height and width are set to 5px.
 */
.gwt-Reference-clean {
  height: 5px;
  width: 5px;
  zoom: 1;
}

.gwt-Button
{
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 0;
}
.gwt-Button:active
{
  /*border: 1px inset #ccc;*/
}
.gwt-Button:hover
{
  /*border-color: #939393;*/
}
.gwt-Button:hover .button_before
{
	background-position: 100% -28px;
}
.gwt-Button:hover .button_after
{
	background-position: 0 -28px;
}
.gwt-Button[disabled] .button_before
{
	background-position: 100% -84px;
}
.gwt-Button[disabled] .button_after
{
	background-position: 0 -84px;
}
.gwt-Button[disabled]
{
	cursor: default;
}
.gwt-Button[disabled] .button_inner
{
	color: #ccc;
}
.gwt-Button[disabled] .invisible_input
{
	cursor: default;
}
.gwt-Button[disabled]:hover
{
  /*border: 1px outset #ccc;*/
}

.gwt-CheckBox {
}
.gwt-CheckBox-disabled {
  color: #888;
}

.gwt-DecoratorPanel {
}
.gwt-DecoratorPanel .topCenter {
  border-top: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .bottomCenter {
  border-bottom: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .topCenterInner,
.gwt-DecoratorPanel .bottomCenterInner {
  height: 1px;
  line-height: 0px;
  font-size: 1px;
}
.gwt-DecoratorPanel .middleLeft {
  border-left: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleRight {
  border-right: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleLeftInner,
.gwt-DecoratorPanel .middleRightInner {
  width: 1px;
  line-height: 1px;
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
  font-size: 1px;
  overflow: hidden;
}
.gwt-DecoratorPanel .topLeft {
  line-height: 0px;
}
.gwt-DecoratorPanel .topRight {
  line-height: 0px;
}
.gwt-DecoratorPanel .bottomLeft {
  line-height: 0px;
}
.gwt-DecoratorPanel .bottomRight {
  line-height: 0px;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}





.gwt-DialogBox
{
	z-index: 1001;
	line-height: 1;
	border-radius: 5px;
	/*border: 1px solid #405b78;*/
	background: none repeat scroll 0 0 #efefef;
	box-shadow: 0 0 6px rgba(147, 148, 150, 0.8);
}
.gwt-DialogBoxGlass
{
	z-index: 1000;
	/*background: none repeat scroll 0 0 rgba(35, 35, 36, 0.52);*/
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.gwt-DialogBox .dialogMiddleLeft
{
 	background: none;
 	border: none;
}
.gwt-DialogBox .dialogMiddleCenter
{
 	background: none;
 	border: none;
 	padding: 0;
}
.gwt-DialogBox .dialogMiddleRight
{
 	background: none;
 	border: none;
}
.gwt-DialogBox .dialogBottomCenter
{
	height: 10px;
 	background: none;
 	border: none;
}
.gwt-DialogBox .dialogBottomLeft
{
 	background: none;
 	border: none;
}
.gwt-DialogBox .dialogBottomRight
{
 	background: none;
 	border: none;
}
.gwt-DialogBox .Caption
{
	background: none;
	border: none;
	padding: none;
	text-align: center;
	font-size: 15px;
	cursor: default;
}
.gwt-DialogBox .dialogTopLeft
{
	width: 25px;
 	background: none repeat scroll 0 0 #405b78;
 	border: none;
 	border-radius: 5px 0 0 0;
}
.gwt-DialogBox .dialogTopCenter
{
	background: none repeat scroll 0 0 #405b78;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 6px;
    text-align: center;
 	border: none;
}
.gwt-DialogBox .dialogTopRight
{
	width: 25px;
 	background: none repeat scroll 0 0 #405b78;
 	border: none;
 	border-radius: 0 5px 0 0;
}





.gwt-DialogBox .dialogContent {
  margin-top: 10px;
}
.gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  height: 8px;
  zoom: 1;
}
.gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  zoom: 1;
}
.gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  zoom: 1;
}
* html .gwt-DialogBox .dialogTopLeftInner {
  width: 10px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogTopRightInner {
  width: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
  width: 10px;
  height: 12px;
  overflow: hidden;
}
* html .gwt-DialogBox .dialogBottomRightInner {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

.gwt-DisclosurePanel {
}
.gwt-DisclosurePanel-open {
}
.gwt-DisclosurePanel-closed {
}
.gwt-DisclosurePanel .header,
.gwt-DisclosurePanel .header a,
.gwt-DisclosurePanel .header td {
  text-decoration: none;  /* Remove underline from header */
  color: black;
  cursor: pointer;
  cursor: hand;
}
.gwt-DisclosurePanel .content {
  border-left: 3px solid #e7e7e7;
  padding: 4px 0px 4px 8px;
  margin-left: 6px;
}

.gwt-FileUpload {
}

.gwt-Frame {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.gwt-HorizontalSplitPanel {
}
.gwt-HorizontalSplitPanel .hsplitter {
  cursor: move;
  border: 0px;
  background: #e7e7e7;
  line-height: 0px;
}
.gwt-VerticalSplitPanel {
}
.gwt-VerticalSplitPanel .vsplitter {
  cursor: move;
  border: 0px;
  background: #e7e7e7;
  line-height: 0px;
}

.gwt-HTML {
  padding: 0 0px;
}

.gwt-Hyperlink {
  cursor: pointer;
}

.gwt-Image {
}

.gwt-Label {
	vertical-align: middle;
}

.gwt-ListBox {
}

.gwt-MenuBar {
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-MenuBar .gwt-MenuItem-selected {
  background: #E3E8F3;
}
.gwt-MenuBar-horizontal {
  border: 1px solid #e0e0e0;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 5px 10px;
  vertical-align: bottom;
  color: #000;
  font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #ccc;
  background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white;
}
.gwt-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  background: white;
}
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 2px 40px 2px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: #E3E8F3;
}
.gwt-MenuBarPopup {
  margin: 0px 0px 0px 3px;
}
.gwt-MenuBarPopup .menuPopupTopCenter {
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  zoom: 1;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
}
.gwt-MenuBarPopup .menuPopupTopRight {
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
}
.gwt-MenuBarPopup .menuPopupBottomRight {
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
  width: 8px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
  width: 5px;
  height: 8px;
  overflow: hidden;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
  width: 8px;
  height: 8px;
  overflow: hidden;
}

.gwt-PasswordTextBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
}
.gwt-PasswordTextBox-readonly {
  color: #888;
}

/*.gwt-PopupPanel {
  border: 3px solid #e7e7e7;
  padding: 3px;
  background: white;
}*/

.gwt-PopupPanel
{
  z-index: 10001;
  color: #505050;
  background: white;
  padding: 20px;
  border: 2px solid #505050;
}
.gwt-PopupPanel.transparent
{
  background: transparent;
  border: none;
}
.gwt-PopupPanelGlass
{
	z-index: 10000;
}

.gwt-DecoratedPopupPanel .popupContent {
}
.gwt-DecoratedPopupPanel .popupMiddleCenter {
  padding: 3px;
  background: #f1f1f1;
}
.gwt-DecoratedPopupPanel .popupTopCenter {
}
.gwt-DecoratedPopupPanel .popupBottomCenter {
}
.gwt-DecoratedPopupPanel .popupMiddleLeft {
}
.gwt-DecoratedPopupPanel .popupMiddleRight {
}
.gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 6px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 6px;
  height: 5px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 6px;
  height: 6px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 6px;
  height: 6px;
  zoom: 1;
}
.gwt-DecoratedPopupPanel .popupTopLeft {
}
.gwt-DecoratedPopupPanel .popupTopRight {
}
.gwt-DecoratedPopupPanel .popupBottomLeft {
}
.gwt-DecoratedPopupPanel .popupBottomRight {
}
* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
  width: 6px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupTopRightInner {
  width: 6px;
  height: 5px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 1000;
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
}
.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-PushButton-up {
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-up-hovering {
  border: 1px solid;
  border-color: #939393;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-up-disabled {
  border: 1px solid #bbb;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=45);
  zoom: 1;
}
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  padding: 4px 4px 2px 6px;
  outline:none;
}
.gwt-PushButton-down {
  border: 1px inset #666;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-down-hovering {
  border: 1px solid #939393;
  border-top: 1px solid #333333;
  cursor: pointer;
  cursor: hand;
}
.gwt-PushButton-down-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=45);
  zoom: 1;
}

.gwt-RadioButton {
}
.gwt-RadioButton-disabled {
  color: #888;
}

.gwt-RichTextArea-InFrame
{
	width: 100%;
	border: 1px solid #c0c0c0;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px -1px #dbdbdb;
}

.gwt-RichTextArea {
}
.hasRichTextToolbar {
  border: 0px;
}
.gwt-RichTextToolbar {
  border-bottom: 1px solid #BBBBBB;
  padding: 3px;
  margin: 0px;
}
.gwt-RichTextToolbar .gwt-PushButton-up {
  padding: 0px 1px 0px 0px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
}
.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 1px 0px 0px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}
.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 1px;
  border-width: 1px;
}

.gwt-StackPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-StackPanel .gwt-StackPanelItem {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 3px;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
}
.gwt-StackPanel .gwt-StackPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.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;
}
.gwt-DecoratedStackPanel .stackItemTopRight {
  border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemTopLeftInner,
.gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 1px;
  height: 1px;
}
* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-DecoratedStackPanel .stackItemTopCenter {
}
.gwt-DecoratedStackPanel .stackItemMiddleLeft {
  border-left: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedStackPanel .stackItemMiddleRight {
   border-right: 1px solid #bbbbbb;
}
.gwt-DecoratedStackPanel .stackItemMiddleCenter {
  font-weight: bold;
  font-size: 1.3em;
}
.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;
}

.gwt-SuggestBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
  font-family: Arial Unicode MS, Arial, sans-serif;
}

.gwt-SuggestBoxPopup {
}

.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  color: #000;
  cursor: default;
  font-size: 110%;
}
.gwt-SuggestBoxPopup .item-selected {
  background: #D5E2FF;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenter {
  border-top: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
  border-bottom: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupTopCenterInner,
.gwt-SuggestBoxPopup .suggestPopupBottomCenterInner {
  height: 1px;
  line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
  border-left: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
  border-right: 1px solid #bbb;
}
.gwt-SuggestBoxPopup .suggestPopupMiddleLeftInner,
.gwt-SuggestBoxPopup .suggestPopupMiddleRightInner {
  width: 1px;
  line-height: 1px;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  zoom: 1;
}
.gwt-SuggestBoxPopup .suggestPopupTopLeft {
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupTopRight {
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
  width:5px;
  height:5px;
}
.gwt-SuggestBoxPopup .suggestPopupBottomRight {
  width:5px;
  height:5px;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.gwt-TabBar {
  background: #ccc;
  padding-top: 6px;
}
.gwt-TabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
  margin-left: 4px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  background: white;
  color: #333;
  font-weight: bold;
}
.gwt-TabBar .gwt-TabBarItem-disabled {
  cursor: default;
  color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
  overflow: hidden;
  padding: 6px;
}
.gwt-DecoratedTabBar {
  background: #ccc;
  padding-top: 6px;
}
.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: 4px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
}
.gwt-DecoratedTabBar .tabTopLeft {
}
.gwt-DecoratedTabBar .tabTopRight {
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 3px;
  height: 3px;
  overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 3px;
  padding: 0px;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 5px 4px 5px;
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background:#fff;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #fff;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #fff;
  color:#333;
  font-weight:bold;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}

.gwt-TextArea {
  padding: 4px;
  border: 1px solid #D4DBE4;
  border-top: 1px solid #666;
  font-size: 100%;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 2px 2px -1px #DBDBDB inset;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-TextArea-readonly {
  color: #888;
}

.gwt-TextBox {
  padding: 5px 4px;
  border: 1px solid #D4DBE4;
  border-top: 1px solid #999;
  font-size: small;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 2px 2px -1px #DBDBDB inset;
  font-family: Arial Unicode MS, Arial, sans-serif;
}
.gwt-TextBox-readonly {
  color: #888;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled,
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  margin: 0;
  text-decoration: none;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gwt-ToggleButton-up,
.gwt-ToggleButton-up-hovering,
.gwt-ToggleButton-up-disabled {
  padding: 3px 5px 3px 5px;
}
.gwt-ToggleButton-up {
  border:1px solid #bbb;
  border-bottom: 1px solid #a0a0a0;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-up-hovering {
  border: 1px solid;
  border-color: #939393;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-up-disabled {
  border: 1px solid #bbb;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=45);
}
.gwt-ToggleButton-down,
.gwt-ToggleButton-down-hovering,
.gwt-ToggleButton-down-disabled {
  padding: 4px 4px 2px 6px;
}
.gwt-ToggleButton-down {
  background-position: 0 -513px;
  border: 1px inset #666;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-down-hovering {
  background-position: 0 -513px;
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}
.gwt-ToggleButton-down-disabled {
  background-position: 0 -513px;
  border: 1px inset #ccc;
  cursor: default;
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=45);
}

.gwt-Tree .gwt-TreeItem {
  padding: 0px;
  margin: 0px;
  white-space: normal;
}

.treeItemSelectable {
	cursor: pointer;
	cursor: hand;
}

.gwt-Tree .gwt-TreeItem-selected {
  background: #ebeff9;
}
.gwt-TreeItem .gwt-RadioButton input,
.gwt-TreeItem .gwt-CheckBox input {
  margin-left: 0px;
}
* html .gwt-TreeItem .gwt-RadioButton input,
* html .gwt-TreeItem .gwt-CheckBox input {
  margin-left: -4px;
}

.gwt-TreeItem-red {
	color: #FF0000;
}

.gwt-DateBox {
  padding: 5px 4px;
  border: 1px solid #ccc;
  border-top: 1px solid #999;
  font-size: 100%;
}
.gwt-DateBox input {
  width: 8em;
}
.dateBoxFormatError {
  background: #ffcccc;
}
.dateBoxPopup {
}

.gwt-DatePicker {
  border: 1px solid #ccc;
  border-top:1px solid #999;
  cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
  outline: none;
}
.datePickerDays {
  width: 100%;
  background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  font-size: 85%;
  text-align: center;
  padding: 4px;
  outline: none;
  font-weight:bold;
  color:#333;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
  background: #fff;
  padding: 0px 4px 2px;
  cursor: default;
  color:#666;
  font-size:70%;
  font-weight:normal;
}
.datePickerDay {
  padding: 4px 7px;
  cursor: hand;
  cursor: pointer;
}
.datePickerDayIsWeekend {
  background: #f7f7f7;
}
.datePickerDayIsFiller {
  color: #999;
  font-weight:normal;
}
.datePickerDayIsValue {
  background: #d7dfe8;
}
.datePickerDayIsDisabled {
  color: #AAAAAA;
  font-style: italic;
}
.datePickerDayIsHighlighted {
  background: #F0E68C;
}
.datePickerDayIsValueAndHighlighted {
  background: #d7dfe8;
}
.datePickerDayIsToday {
  padding: 3px;
  color: #405b78;
}

.datePickerMonthSelector {
  width: 100%;
  padding: 1px 0 5px 0;
  background: #fff;
}
td.datePickerMonth,
td.datePickerYear {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 100%;
  font-weight: bold;
  color: #333;
}
.datePickerPreviousButton,
.datePickerNextButton,
.datePickerPreviousYearButton,
.datePickerNextYearButton {
  font-size: 120%;
  line-height: 1em;
  color: #3a6aad;
  cursor: hand;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 4px;
  outline: none;
}

.gwt-StackLayoutPanel {
  border-bottom: 1px solid #bbbbbb;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
  cursor: pointer;
  cursor: hand;
  font-weight: bold;
  font-size: 1.3em;
  padding: 3px;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
  background: #d3def6;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  background: white;
  padding: 2px 2px 10px 5px;
}

.gwt-TabLayoutPanel {
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
  background: #ccc;
  padding-top: 6px;
  padding-left: 5px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContentContainer {
  border-color: #ccc;
  border-style: solid;
  border-width: 0px 1px 1px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
  overflow: hidden;
  padding: 6px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
  margin-left: 4px;
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  cursor: hand;
  color: white;
  font-weight: normal;
  text-align: center;
  background: #8E8E8E;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
  cursor: default;
  background: white;
  color: #333;
  font-weight: bold;
}

.gwt-SplitLayoutPanel-HDragger {
  cursor: col-resize;
}

.gwt-SplitLayoutPanel-VDragger {
  cursor: row-resize;
}

/* GUIGWT styles */

.guigwt-Button
{
	margin-right: 4px;
	background: transparent;
	cursor: pointer;
	float: left;	
}
.guigwt-ImageButton
{
	cursor: pointer;
}
.guigwt-CalendarField
{
	position: relative;
	display: inline-block;
	cursor: pointer;
	min-width: 100px;
}
.guigwt-CalendarButton
{
	display: inline;
	position: absolute;
	right: 5px;
	top: 4px;
}

.formTable
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	color: black;
	border-spacing: 0px;
}
.formButtonsPanel
{
	margin-top: 10px;
}

.formCloseButton
{
	background: url("images/close.png") no-repeat scroll center top rgba(0, 0, 0, 0);
	position: relative;
	display: block;
	height: 16px;
	width: 16px;
	right: -16px;
	top: -1px;
	cursor: pointer;
}

.errorMessage
{
	color: red;
    font-weight: bold;
}

.catalogItem {
  width:100%;
}

.catalogItem:hover {
  background-color: #CCCCFF;
  cursor: pointer;
}

.fullWidth {
  width:100%;
}

.textField {
  width:100%;
}

.selectField {
  width:100%;
  /*margin: 3px;*/
  padding-left: 1px;
  font-family: Verdana, arial, helvetica, sans-serif;
}

.optionDisabled {
	background-color: rgb(220, 220, 255);
	color: #4A4A4A !important;
}

.filterField {
  width:92%;
  /*margin: 3px;*/
  padding-left: 5px;
  font-family: Verdana, arial, helvetica, sans-serif;
}

.fieldLabel {
  vertical-align: middle;
  margin: 2px;
  padding: 4px;
  border: 0;  
  vertical-align: top;
}

.halfWidth {
	width: 50%;
}

.width30pc {
	width: 30%;
}

.width350 {
	width: 350px;
}

.fieldValueCell {
  width: 60%;
}

.fieldValue {
  vertical-align:middle;
  padding: 2px 5px 2px 0px !important;
  border: 0px !important;
}

.fieldRedValue {
  vertical-align:middle;
  padding: 0px 5px 0px 0px !important;
  border: 0px !important;
  color: red !important;
}

.fieldButton {
  width:26px;
  padding: 0px !important;
  border: 0px !important;
}

.captionField {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  vertical-align:middle;
  background: #405b78 none repeat scroll 0 0;
  color: #FFFFFF;
  border-radius: 5px;
  line-height: 20px;
  box-shadow: none;
  margin: 0;
  padding: 5px 20px 7px;
  min-height: 20px;
}

.dialogButton {
  margin: 5px !important;
  padding: 3px 10px !important;
  font-family: Verdana, arial, helvetica, sans-serif;
}

.hint {
  width:100%;
  color: green;
  margin: 3px;
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 8pt; 
}

.naumenPanel {
  width:100%;
  margin: 0;
  font-size: 8pt; 
}

.panel {
  background-color: #E5E5E5;
  margin: 0;
  font-size: 8pt; 
}

.searchResultRow:hover {
  background-color: #CCCCFF;
  cursor: pointer;
}

.searchResultRow:hover td {
  background-color: #CCCCFF;
  cursor: pointer;
}

.naumenTable {
  width:100%;
  background-color: #FFFFFF;
  border: 1px solid white;
  border-collapse: collapse;
  color: black;
  margin: 0;
}

.naumenTable td {
  color: black;
  background-color: #E5E5E5;
  padding: 1px 3px;
  font-family: Verdana, arial, helvetica, sans-serif;   
  font-size: 8pt; 
  border: 1px solid white;        
}

td.fieldTextSuffix {
    width: 1%;
    border: 0px solid white;
    border-collapse: collapse;
    color: black;
    font-weight: bold;
    white-space:nowrap;
}

.fieldTextSuffix {
    width: 1%;
    border: 0px solid white;
    border-collapse: collapse;
    color: black;
    font-weight: bold;
    white-space:nowrap;
}

.fieldWideLabel {
  text-align: left;
  vertical-align:middle;
  width: 80%;
}

.fieldWideBoldLabel{
  text-align: left;
  font-weight: bold;
  vertical-align:middle;
  width: 80%;
}

td.titleColumn {
    width: 1%;
    border: 1px solid white;
    border-collapse: collapse;
    color: black;
    font-weight: bold;
    white-space:nowrap;
}
td.numberRow {
	text-align: center;
    font-weight: bold;
    white-space:nowrap;
}
td.wideTreeColumn {
	width: 400px;
	min-width: 400px;
}

.comparePanel {
  table-layout: fixed;
}
.compareCaptionField {
  text-align: left;
  font-weight: bold;
  vertical-align:middle;
  background-color: #CCFFCC;
  padding: 3px;
  width:100%;
}
tr.compareRowChanged td {
  background-color: #CCFFCC;
}
tr.compareRowNoChanged td {
  background-color: #EEEEEE;
}
tr.compareRowNew td {
  background-color: #FFFFCC;
}
tr.compareRowDeleted td {
  background-color: #FFCCCC;
}
tr.compareRowChanged td.compareCellChanged {
  background-color: #77CC77;
}
tr.compareRowChanged td.compareCellChanged td {
  background-color: #77CC77;
}

.titleColumnLabel {
	color: #7a7c7f;
	font-weight: bold;
}

.titleColumnLabelHint {
	color: #7a7c7f;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.tableHeaderLine {
	border-bottom: 1px solid #7A7C7F;
	min-width: 20%;
	padding: 2px 4px;
}

.tableRowLine {
	border-bottom: 1px dotted #7A7C7F;
	padding: 2px 4px;
}

.tableRowLine .gwt-PushButton {
	border: 0;
}

.tableButton{
	height: 16px;
	width: 16px;
	float: left;
	margin-top: 2px;
}

.hyperlinkLabel {
	border-bottom: 1px dashed #24549D;
    color: #24549D;
    cursor: pointer;
    display: inline;
}

.criteriaRowEditor .fieldLabel
{
	width: 30%;	
}

.GWTIntegerFieldWithChangeButton
{
	width:102%;
}

.GWTIntegerFieldPlus
{
	position: absolute; 
	bottom: 0px;
    right: 3px;
	cursor: pointer;
}

.GWTIntegerFieldMinus
{
	position: absolute; 
	top: 1px;
    right: 3px;
	cursor: pointer;
}

.GWTClearButton
{
	position: absolute; 
	top: 8px;
    right: 3px;
	cursor: pointer;
}

/* chat */
.RichTextToolbar 
{
	padding:5px 0 5px 0;
	margin:0px;
}

.RichTextToolbar .gwt-ToggleButton {
	background: #F4F4F4;
	border: 1px outset #ccc;
}

.RichTextToolbar .gwt-PushButton {
	background: #F4F4F4;
	border: 1px outset #ccc;
}

.RichTextToolbar .gwt-ToggleButton-up-hovering {
	background: #F4F4F4;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-up-hovering {
	background: #F4F4F4;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-ToggleButton-down {
	background: #D5D5D5;
	border-color: #777777 #777777 #777777 #777777;
}

.RichTextToolbar .gwt-PushButton-down {
	background: #D5D5D5;
	border-color: #777777 #777777 #777777 #777777;
}

.RichTextToolbar .gwt-ToggleButton-down-hovering {
	background: #D5D5D5;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-down-hovering {
	background: #D5D5D5;
	border-color: #9cf #69e #69e #7af;
}

.RichTextToolbar .gwt-PushButton-up-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-PushButton-down-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-ToggleButton-up-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.RichTextToolbar .gwt-ToggleButton-down-disabled {
	background: #717171;
	border-color: #B9968F #B9968F #B9968F #B9968F;
}

.filesTable
{
	width: 100%;
	border-spacing: 0px 5px;
}
.filesTable .file
{
	clear: both;
	padding: 5px;    
	height: 26px;
	overflow: hidden;
	position: relative;
	border: 1px solid #505050;
 	background: none repeat scroll 0 0 #DDDDDD;
}
.filesTable .file .fileSize
{
	position: relative;
	float: right;
	padding: 0 10px;
    color: #505050;
}
.filesTable .file .fileName
{
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.filesTable .file .fileDelButton
{
	position: relative;
	float: right;
}
.filesTable .file .loadingIndicator
{
	display: none;
}
.filesTable .file.loading
{
	border-color: #9c9;
}
.filesTable .file.loading .loadingIndicator
{
	display: block;
	position: absolute;
	height: 26px;
	left: 0;
	width: 0;
	top: 0;
	background: #cfc;
	/*border-color: #9c9;*/
}
.filesTable .file.loading.error
{
 	border-color: #f99;
}
.filesTable .file.loading.error .loadingIndicator
{
 	background: #fcc;
}
.filesTable .file.loaded
{
	background: #cfc;
	border-color: #9c9;
}
.filesWarning
{
    color: #505050;
	font-size: 11px;
}

table.order_info_table
{
	margin-top: 0;
}
table.order_info_table td
{
	color: #505050;
	padding: 10px;
	vertical-align: top;
}

.table.styled
{
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.table.styled th,table.styled td
{
	padding: 5px 24px;
	border: 1px solid #e3e3e3;
	background: #fff;
	color: #505050;
	vertical-align: middle;
}
.table.styled th,table.styled tr.header td
{
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	background: #505050;
	vertical-align: top;
}

.message_delivery_status
{
	color:gray;
	font-size: 9px;
	float: right;
	position: relative;
}

.message_incoming
{
	background-color: #fff !important;
}

.message_outcoming
{
	background-color: #D8F3E5 !important;
}

.message-time
{
    float: right;
    color: #aaa;
    padding-bottom: 10px;
}

.message-author 
{
    float: left;
    color: #999;
}

.message-text-yours p
{  
   padding-bottom: 5px;
}

.message-text-outer p
{  
   margin-left:200px;
   padding-bottom: 5px;
}

.message-text-outer ul
{
	margin-left:220px !important;
	padding-bottom: 5px;
	padding-top: 5px;
}

.message-text-yours ul
{
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.header_collapse_panel
{
	font-family: Verdana, arial, helvetica, sans-serif;   
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	width: 100%;
	padding: 10px;
}

.border_collapse_panel
{
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding: 10px 0px 10px 10px;
}

.exp-col-image{
	cursor: pointer;
}

.tableSelectEmptyInfo
{
	color: red;
	text-align: left;
	margin-top: 10px;
}

.helpString
{
	color: green;
}

.pnForm
{
	border: solid rgb(153, 153, 153);
    border-radius: 10px;
}

.messageStatePanel
{
	margin-left: 20px;
	display: flex;
}

.messageStateLabel
{
	vertical-align: middle;
    font-size: 12px;
    height: 30px;
    background: #fff;
    border: 1px solid #D4DBE4;
    padding: 0px 8px;
    font-weight: bold;
    line-height: 29px;
    color: #405B78;
    border-radius: 4px;
}

.messageStateLabel.selected
{
	border: 1px solid #405B78;
    background-color: #405B78 !important;
    text-shadow: 1px 1px 1px #405B78;
    color: #fff;
}

.messageStateLabel .messageRound
{
	width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    position: absolute;
    text-align: center;
    bottom: 19px;
}

.messageStateLabel .stateLinkRound
{
    right: -9px;
    cursor: pointer;
}

.messageStateLabel .statusRound
{
    left: -9px;
}

.messageStateLabel.processing .statusRound
{
    background-color: orange;
    background-image: url(images/loading_indicator.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position-x: 1.7px;
    background-position-y: 1.6px;
}

.messageStateLabel.error .statusRound
{
	background-color: red;
	cursor: help;
}

.messageStateLabel.error .statusRound:after
{
	content: '!';
}

.messageStateLabel.finished .statusRound
{
	background-color: green;
}

.messageStateLabel.finished .statusRound:after
{
	content: '\2713';
}

.messageStateLabelLink
{
	vertical-align: middle;
    font-size: 10px;
    height: 15px;
    background: #fff;
    padding: 1px 8px 0px 8px;
    font-weight: bold;
    line-height: 15px;
    color: #fff;
    border-radius: 4px;
    margin-top: 8px;
    cursor: pointer;
    border: 0;
}

#gwtMessageStatePanel hr
{
	width: 40px;
	border-style: solid;
    margin-top: 16px;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #405B78;
}