div.widgetwindow {
  width: 100%;
  background: url("../../images/widgets/widgetwindow/shadowAlpha.png") no-repeat bottom right !important;
  background: url("../../images/widgets/widgetwindow/shadow.gif") no-repeat bottom right;
  margin: 6px 0px 0px 6px !important;
  margin: 6px 0px 0px 6px;

}
div.widgetwindow div.shadow {
  background: none !important;
  background: url("../../images/widgets/widgetwindow/shadow2.gif") no-repeat left top;
  padding: 0 !important;
  padding: 0px 6px 6px 0px;
  width:100%;
}

table.widgetwindow {
  background-color: #8CA4B9;
  border: 1px solid #546877;
  width:100%;
  height: 100%;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}

table.widgetwindow td.header {
  font-family: verdana;
  font-size: 11px;
  font-weight:bold;
  background-color: #546877;
  color: #FFF;
  border-left: 1px solid #EDF9FF;
  border-top: 1px solid #EDF9FF;
  border-right: 0px;
  border-bottom: 1px solid #546877;
  padding: 0px 5px;
}

table.widgetwindow td.windowframe {
  height: 100%;
  border-left: 1px solid #EDF9FF;
  border-top: 1px solid #EDF9FF;
  border-right: 0px;
  border-bottom: 0px;
}

table.widgetwindow td.content {
  background-color: #8CA4B9;
}
