/*
 * 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-sky-FrameCaption {
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

/* when minimized this propert is reflected on the window */
.gwm-sky-Frame-TopBar {
	width: 100%;
	cursor: move;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

.gwm-sky-DialogOverlay {
	background-color: #85BBEF;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gwm-sky-ActionOverlay {
	background-color: #4C70AF;
	filter: alpha(opacity = 15);
	-moz-opacity: 0.15;
	opacity: 0.15;
}

.gwm-sky-Frame-OutlineDrag {
	background-color: #2376C1;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.gwm-sky-FrameContent {
	overflow: auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	background: #FDFDFD;
}

.gwm-sky-DeskTop-MinimizedFrameBar {
	float: right;
}

/********************************** MINIMIZED TOPBAR ****************************************/
.gwm-sky-Frame-TopBar-minimized {
	background: url(sky/t.gif) repeat-x 0 0;
	padding: 5px;
	border: 0px solid #8F9ACA;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
}

.gwm-sky-Frame-TopBar-RestoreButton {
	width: 19px;
	height: 21px;
	background: transparent url(sky/restore-btn.gif) no-repeat 0 center;
	cursor: pointer;
}

/***********************************  BORDERS  **********************************************/
.gwm-sky-FrameBorder-tl {
	background: url(sky/tl.gif) no-repeat top left;
	width: 8px;
	height: 30px;
}

.gwm-sky-FrameBorder-t {
	background: transparent url(sky/t.gif) repeat-x 0 0;
	background-color: #FFFFFF;
	height: 30px;
}

.gwm-sky-FrameBorder-tr {
	background: transparent url(sky/tr.gif) no-repeat top right;
	width: 8px;
	height: 30px;
}

.gwm-sky-FrameBorder-l {
	background: transparent url(sky/l.gif) repeat-y;
	background-color: #FFFFFF;
	width: 4px;
}

.gwm-sky-FrameBorder-r {
	background: transparent url(sky/r.gif) repeat-y top right;
	background-color: #FFFFFF;
	width: 4px;
}

.gwm-sky-FrameBorder-bl {
	background: transparent url(sky/bl.gif) no-repeat 0 0;
	width: 10px;
	height: 9px;
	font-size: 0px;
}

.gwm-sky-FrameBorder-b {
	background: transparent url(sky/b.gif) repeat-x 0 0;
	height: 9px;
	font-size: 1px;
}

.gwm-sky-FrameBorder-br {
	background: transparent url(sky/br.gif) no-repeat top right;
	width: 10px;
	height: 9px;
	font-size: 1px;
}

.gwm-sky-Frame-ResizeButton {
	background: transparent url(sky/resize-btn.gif) no-repeat top right;
	width: 10px;
	height: 9px;
	font-size: 0px;
}

/************************************* BUTTONS ********************************/
.gwm-sky-Frame-TopBar-CloseButton {
	width: 19px;
	height: 19px;
	background: transparent url(sky/close-btn.gif) no-repeat center center;
	margin: 1px;
	cursor: pointer;
}

.gwm-sky-Frame-TopBar-CloseButton-active {
	width: 19px;
	height: 19px;
	background: transparent url(sky/close-btn-on.gif) no-repeat center
		center;
	margin: 1px;
	cursor: pointer;
}

.gwm-sky-Frame-TopBar-MinimizeButton {
	width: 19px;
	height: 19px;
	background: transparent url(sky/min-btn.gif) no-repeat center center;
	margin: 1px;
	cursor: pointer;
}

.gwm-sky-Frame-TopBar-MinimizeButton-active {
	width: 19px;
	height: 19px;
	background: transparent url(sky/min-btn-on.gif) no-repeat center center;
	margin: 1px;
	cursor: pointer;
}

.gwm-sky-Frame-TopBar-MaximizeButton {
	width: 19px;
	height: 19px;
	background: transparent url(sky/max-btn.gif) no-repeat center center;
	margin: 1px;
	cursor: pointer;
}

.gwm-sky-Frame-TopBar-MaximizeButton-active {
	width: 19px;
	height: 19px;
	background: transparent url(sky/max-btn-on.gif) no-repeat center center;
	margin: 1px;
	cursor: pointer;
}

/**************************************   DESKTOP **************************/
.gwm-sky-GDesktopPane {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	width: 100%;
	height: 100%;
}

.gwm-sky-GDesktopPane-FrameContainer {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.gwm-sky-GDesktopPane-TaskBar {
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height: 0px;
	text-align: left;
}