@charset "UTF-8";
.panel {
  margin: 20px;
  padding: 20px;
  background-color: #80ff80;
  width: 50%;
  height: 200px;
}
.helloworldwords {
  font-size: 200px;
  border: 1px solid #aaaaff;
  margin: 10px;
  padding: 10px;
}    

.myMenu {
/* font : 13px/27px Arial, sans-serif; */
/* height : 30px; */
border: 2px;
padding: 0px;
background-color : #000000;
background-image : none;
background-position : 0% -138px;
background-repeat : repeat-x;
/* border-bottom : 1px none #000; */
font-size : 16px;
/* height : 29px; */
/* position : absolute; */
/* top : 0; */
/* width : 100%; */
/* z-index : 990; */
}

.myMenuItem{
font : 16px/27px Arial, sans-serif;
padding: 5px;
/* background : #fff; */
/* background-color : #2d2d2d; */
border: 0px;
border-color : #000000;
background-image : none;
background-position : 0% -138px;
background-repeat : repeat-x;
/* border-bottom : 1px solid #000; */
font-size : 16px;
/* color : #36c; */
/* padding-bottom : 1px; */
/* padding-top : 2px; */
color : #fff;
font-weight : bold;
cursor: pointer;
/* width : 100px; */
height : 1.5em;
}

/*.gwt-MenuBar {
  background-color: #C3D9FF;
  border: 1px solid #87B3FF;
  cursor: pointer;
}

.gwt-MenuBar .gwt-MenuItem {
  padding: 1px 4px 1px 4px;
  font-size: smaller;
  cursor: pointer;
}
*/
.gwt-MenuItem-selected {
  background-color: #E8EEF7;
  color :#2d2d2d;
  border-top-color: #DD4B39 !important;
  font-color: #DD4B39;
/*   font-weight: bold; */
/*   padding: 3px; */
}

.abspanel {
  top:0px;
  left:0;
  position: absolute; 
}

.Head{
  background: url("images/background.png") repeat scroll 0% 0%;
}
  
.myDialog {
  background: url("images/background.png") repeat scroll 0% 0%;
/*   sborder: 8px solid #C3D9FF; */
  border: 0px;
}
.myDialog .Caption {
  background: transparent;
  background: #C3D9FF;
  padding: 3px;
  margin: 0px;
  border: 0px;
  font-weight: bold;
  cursor: default;
}

.myDialog .WindowCaption {
  background: transparent;
  background: url("images/background1.png") repeat scroll 0% 0% transparent;
  padding: 10px;
  margin: 0px;
  font-weight: bold;
  cursor: default;
  background-repeat:no-repeat;
  background-size:100% 100%;
  color:#ffffff;
  width:100%;
}

.myDialog .Controls td {
  padding: 1px;
}

.myDialog .Minimize {
  width: 18px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url("images/window_minimize.png") no-repeat center top;
  text-indent: -1000em;
  display: block;
}

.myDialog .Maximize {
  width: 18px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/window_maximize.gif) no-repeat center top;
  text-indent: -1000em;
  display: block;
}

.myDialog .Close {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url("images/window_close.png") no-repeat center top;
  text-indent: -1000em;
  display: block;
}
