.gwm-theme1-FrameCaption{
	width:100%;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
}
.gwm-theme1-Frame-TopBar{
  width: 100%;
  cursor:move;
}

.gwm-theme1-DialogOverlay{
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gwm-theme1-ActionOverlay{
	background-color: #666666;
	filter:alpha(opacity=15);
	-moz-opacity: 	0.15;
	opacity: 0.15;
}

.gwm-theme1-Frame-OutlineDrag{
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-theme1-FrameContent {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#979BA1;
}

.gwm-theme1-DeskTop-MinimizedFrameBar{
	float:left;
}

/********************************** MINIMIZED TOPBAR ****************************************/

.gwm-theme1-Frame-TopBar-minimized {
	background: transparent url(theme1/t.gif) repeat-x 0 0;	
    background:#979BA1;
    color:blue;
    padding: 5px;
    border: 1px dashed;
}

.gwm-theme1-Frame-TopBar-RestoreButton {
	width: 23px;
	height: 23px;
	background: transparent url(theme1/restore-btn.gif) no-repeat 0 center;			
	cursor:pointer;
	
}

/***********************************  BORDERS  **********************************************/
.gwm-theme1-FrameBorder-tl {
  background:  url(theme1/tl.gif) no-repeat top  left;			
  width: 12px;
  height: 33px;
}

.gwm-theme1-FrameBorder-t {
  background: transparent url(theme1/t.gif) repeat-x 0 0;	
  height:33px;
}

.gwm-theme1-FrameBorder-tr {
  background: transparent url(theme1/tr.gif) no-repeat top right;			
  width: 12px;
  height: 33px;
}

.gwm-theme1-FrameBorder-l{
  background: transparent url(theme1/l.gif) repeat-y ;			
  width: 12px;
}

.gwm-theme1-FrameBorder-r {
  background: transparent url(theme1/r.gif) repeat-y top right;			
  width: 12px;
}

.gwm-theme1-FrameBorder-bl{
  background: transparent url(theme1/bl.gif) no-repeat 0 0;			
  width: 12px;
  height: 17px;
}

.gwm-theme1-FrameBorder-b {
  background: transparent url(theme1/b.gif) repeat-x 0 0;			
  height: 17px;
}

.gwm-theme1-FrameBorder-br {
  background: transparent url(theme1/br.gif) no-repeat top right;			
  width: 12px;
  height: 17px;
}

.gwm-theme1-Frame-ResizeButton  {
  background: transparent url(theme1/resize-btn.gif) no-repeat top right;			
  width: 12px;
  height: 17px;
}

/************************************* BUTTONS ********************************/
.gwm-theme1-Frame-TopBar-CloseButton{
	width:  19px;
	height: 19px;
	background: transparent url(theme1/close-btn.gif) no-repeat center center;			
	cursor:pointer;

}

.gwm-theme1-Frame-TopBar-CloseButton-active {
	width:  19px;
	height: 19px;
	background: transparent url(theme1/close-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-theme1-Frame-TopBar-MinimizeButton {
	width:  19px;
	height: 19px;
	background: transparent url(theme1/min-btn.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-theme1-Frame-TopBar-MinimizeButton-active {
	width:  19px;
	height: 19px;
	background: transparent url(theme1/min-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-theme1-Frame-TopBar-MaximizeButton {
	width:  19px;
	height: 19px;
	background: transparent url(theme1/max-btn.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-theme1-Frame-TopBar-MaximizeButton-active {
	width:  19px;
	height: 19px;
	background: transparent url(theme1/max-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}


 /**************************************   DESKTOP **************************/
 .gwm-theme1-GDesktopPane{
	background-image: url("theme1/desktop-bg.jpg");
  	overflow: hidden;
  	width: 100%;
  	height:100%;
}
.gwm-theme1-GDesktopPane-FrameContainer{
	overflow: hidden;
  	width: 100%;
  	height: 100%;
}


.gwm-theme1-GDesktopPane-TaskBar{
	background-color: #EFEFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	height:30px;
	align-text:left;
}



