.widget {
  position            : absolute;
  overflow            : hidden;

  background-color    : #D4D0C8;
	border-top          : 1px solid #FFFFFF;
	border-left         : 1px solid #D4D0C8;
  border-bottom       : 1px solid #848284;
	border-right        : 1px solid #848284;
}


.widget_title_background {
  position            : absolute;
  overflow            : hidden;

  padding-top         : 3;
  padding-left        : 3;

  cursor              : move;
  background-image    : url(../images/widget/background.gif);
  background-position : center;
  background-repeat   : repeat-y;
  background-color    : #ddb196;
  color               : white;
  font-weight         : bold;
  border-bottom       : 1px inset #848284;
}

.widget_title_background2 {
  position            : absolute;
  overflow            : hidden;

  padding-top         : 3;
  padding-left        : 3;

  cursor              : move;
  background-image    : url(../images/widget/background2.gif);
  background-position : center;
  background-repeat   : repeat-y;
  background-color    : #ddb196;
  color               : white;
  font-weight         : bold;
  border-bottom       : 1px inset #848284;
}

.widget_title_label {
  color               : white;
  font-weight         : bold;
}


.widget_content_enabled, .widget_content_disabled {
  position            : absolute;
  overflow            : auto;


  background-image    : url("../images/fd_menu.gif");
  background-repeat   : repeat-x;
}

.widget_content_enabled {
  background-color    : #ddb196;
}
.widget_content_disabled {
  background-color    : #D4D0C8;
}


.widget_resize {
  position            : absolute;
  overflow            : hidden;

	cursor              : se-resize;
  background-image    : url(../images/widget/resize.gif);
  background-position : top right;
  background-repeat   : no-repeat;
  background-color    : D4D0C8;
	border-top          : 1px outset #FFFFFF;
}


.widget_protect {
  position  : absolute;
}
