.gwm-cloudy-off-FrameCaption{
	width:100%;
	font-weight:bold;
	color:#999999;
	font-size:10px;
}
.gwm-cloudy-off-Frame-TopBar{
  width: 100%;
  cursor:move;
}

.gwm-cloudy-off-DialogOverlay{
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-cloudy-off-ActionOverlay{
	background-color: white;
	filter:alpha(opacity=15);
	-moz-opacity: 	0.15;
	opacity: 0.15;
}

.gwm-cloudy-off-Frame-OutlineDrag{
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-cloudy-off-FrameContent {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

.gwm-cloudy-off-DeskTop-MinimizedFrameBar{
	float:left;
}

/********************************** MINIMIZED TOPBAR ****************************************/

.gwm-cloudy-off-Frame-TopBar-minimized {
	background: transparent url(cloudy-off/t.gif) repeat-x 0 0;	
      background:#C7CBD1;
      padding: 5px;
      border:1px solid #8F9ACA;
      font-weight:bold;
	color:#14316B;
	font-size:10px;
}

.gwm-cloudy-off-Frame-TopBar-RestoreButton {
	width: 14px;
	height: 21px;
	background: transparent url(cloudy-off/restore-btn.gif) no-repeat 0 center;			
	cursor:pointer;
	
}

/***********************************  BORDERS  **********************************************/
.gwm-cloudy-off-FrameBorder-tl {
  background:  url(cloudy-off/tl.gif) no-repeat top  left;			
  width:5px;
  height:21px;
}

.gwm-cloudy-off-FrameBorder-t {
  background: transparent url(cloudy-off/t.gif) repeat-x 0 0;	
  height:21px;
}

.gwm-cloudy-off-FrameBorder-tr {
  background: transparent url(cloudy-off/tr.gif) no-repeat top right;			
  width:5px;	  
  height:21px;
}

.gwm-cloudy-off-FrameBorder-l{
  background: transparent url(cloudy-off/l.gif) repeat-y ;			
  background-color:#FFFFFF;
  width:7px;
}

.gwm-cloudy-off-FrameBorder-r {
  background: transparent url(cloudy-off/r.gif) repeat-y top right;			
  background-color:#FFFFFF;
  width:7px;
}

.gwm-cloudy-off-FrameBorder-bl{
  background: transparent url(cloudy-off/bl.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.gwm-cloudy-off-FrameBorder-b {
  background: transparent url(cloudy-off/b.gif) repeat-x 0 0;			
  height:7px;
}

.gwm-cloudy-off-FrameBorder-br {
  background: transparent url(cloudy-off/br.gif) no-repeat top right;			
  width:7px;
  height:7px;
}

.gwm-cloudy-off-Frame-ResizeButton  {
  background: transparent url(cloudy-off/resize-btn.gif) no-repeat top right;			
  width:7px;
  height:7px;
}

/************************************* BUTTONS ********************************/
.gwm-cloudy-off-Frame-TopBar-CloseButton{
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/close-btn.gif) no-repeat center center;			
	margin:1px;
	cursor:pointer;

}

.gwm-cloudy-off-Frame-TopBar-CloseButton-active {
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/close-btn-on.gif) no-repeat  center center;			
	margin:1px;
	cursor:pointer;
}

.gwm-cloudy-off-Frame-TopBar-MinimizeButton {
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/min-btn.gif) no-repeat  center center;			
	margin:1px;
	cursor:pointer;
}

.gwm-cloudy-off-Frame-TopBar-MinimizeButton-active {
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/min-btn-on.gif) no-repeat  center center;			
	margin:1px;
	cursor:pointer;
}

.gwm-cloudy-off-Frame-TopBar-MaximizeButton {
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/max-btn.gif) no-repeat  center center;			
	margin:1px;
	cursor:pointer;
}

.gwm-cloudy-off-Frame-TopBar-MaximizeButton-active {
	width:  14px;
	height: 14px;
	background: transparent url(cloudy-off/max-btn-on.gif) no-repeat  center center;			
	margin:1px;
	cursor:pointer;
}





