/*
 * Copyright (c) 2006-2007 Luciano Broussal <luciano.broussal AT gmail.com>
 * (http://www.gwtwindowmanager.org)
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */
 .gwm-default-FrameCaption{
	width:100%;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
}
.gwm-default-Frame-TopBar{
  width: 100%;
  cursor:move;
}

.gwm-default-DialogOverlay{
	background-color: red;
	filter:alpha(opacity=90);
	-moz-opacity: 	0.9;
	opacity: 0.9;
}

.gwm-default-ActionOverlay{
	background-color: #85BBEF;
	filter:alpha(opacity=15);
	-moz-opacity: 	0.15;
	opacity: 0.15;
}

.gwm-default-Frame-OutlineDrag{
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-default-FrameContent {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

.gwm-default-DeskTop-MinimizedFrameBar{
	float:left;
}

/********************************** MINIMIZED TOPBAR ****************************************/

.gwm-default-Frame-TopBar-minimized {
	background: transparent url(default/t.gif) repeat-x 0 0;	
    background:#4a8ed6;
    padding: 5px;
    border:1px solid #8F9ACA;
    font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
}

.gwm-default-Frame-TopBar-RestoreButton {
	width: 14px;
	height: 12px;
	background: transparent url(default/restore-btn.gif) no-repeat 0 center;
	background-color:#CCCCCC;			
	cursor:pointer;
	
}

/***********************************  BORDERS  **********************************************/
.gwm-default-FrameBorder-tl {
  background:  url(default/tl.gif) no-repeat top  left;			
  width:4px;
  height:26px;
}

.gwm-default-FrameBorder-t {
  background: transparent url(default/t.gif) repeat-x 0 0;	
  height:21px;
}

.gwm-default-FrameBorder-tr {
  background: transparent url(default/tr.gif) no-repeat top right;			
  width:4px;	  
  height:26px;
}

.gwm-default-FrameBorder-l{
  background: transparent url(default/l.gif) repeat-y ;			
  width:4px;
  background-color:white;
}

.gwm-default-FrameBorder-r {
  background: transparent url(default/r.gif) repeat-y top right;			
  width:4px;
  background-color:white;	  
}

.gwm-default-FrameBorder-bl{
  background: transparent url(default/bl.gif) no-repeat 0 0;			
  width:4px;
  height:4px;
}

.gwm-default-FrameBorder-b {
  background: transparent url(default/b.gif) repeat-x 0 0;			
  height:4px;
}

.gwm-default-FrameBorder-br {
  background: transparent url(default/br.gif) no-repeat top right;			
  width:4px;
  height:4px;
}

.gwm-default-Frame-ResizeButton  {
  background: transparent url(default/resize-btn.gif) no-repeat top right;			
  width:4px;
  height:4px;
}

/************************************* BUTTONS ********************************/
.gwm-default-Frame-TopBar-CloseButton{
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/close-btn.gif) no-repeat center center;			
	cursor:pointer;

}

.gwm-default-Frame-TopBar-CloseButton-active {
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/close-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-default-Frame-TopBar-MinimizeButton {
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/min-btn.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-default-Frame-TopBar-MinimizeButton-active {
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/min-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-default-Frame-TopBar-MaximizeButton {
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/max-btn.gif) no-repeat  center center;			
	cursor:pointer;
}

.gwm-default-Frame-TopBar-MaximizeButton-active {
	width: 12px;
	height: 14px;
	margin-left:5px;
	background: transparent url(default/max-btn-on.gif) no-repeat  center center;			
	cursor:pointer;
}


 /**************************************   DESKTOP **************************/
 .gwm-default-GDesktopPane{
	background-image: url("default/desktop-bg.jpg");
  	overflow: hidden;
  	width: 100%;
  	height:100%;
}
.gwm-default-GDesktopPane-FrameContainer{
	overflow: hidden;
  	width: 100%;
  	height: 100%;
}


.gwm-default-GDesktopPane-TaskBar{
	background-color: #EFEFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	height:30px;
	align-text:left;
}



