/*
 * 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.
 */

 body{
 	margin:0px;
 }
 
.topBar{
  -moz-user-select:none;
}
 

.gwm-GDesktopPane{
	background-image: url("../images/bg1.png");
  	overflow: hidden;
  	width: 100%;
  	height:100%;
}
.gwm-GDesktopPane-FrameContainer{
	overflow: hidden;
  	width: 100%;
  	height: 100%;
}


.gwm-GDesktopPane-TaskBar{
	background-color: #EFEFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	height:30px;
	align-text:left;
}

.gwmdemo-Menu{
	width:140px;
	border:1px solid #efefef;
	white-space: nowrap;
}

.gwmdemo-MenuSection{
	font-family:arial;
	font-size:12px;
	margin:3px;
	border-left:5px solid #C3D9FF;
	width:100%;
	background-color:#efefef;
	white-space: nowrap;
}

.gwmdemo-MenuItem{
	margin-left:5px;
	font-size:10px;
	width:100%;
	white-space: nowrap;
}


.gwm-DebugWindow{
    width:90%;
    height:90%;
}


.gwm-DebugEvent {
    background:#770236;
    border: 1px solid;
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    margin-top:2px;
    padding:2px;
}


.gwm_DebugWindow-ClearLogButton {
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background:#474BA1;
}

a{
	font-size:10px;
	color:blue;
	text-decoration:none;
}