.gwm-citrus-FrameCaption{
	width:100%;
	font-weight:bold;
	color:blue;
	font-size:10px;
}
.gwm-citrus-Frame-TopBar{
  width: 100%;
  cursor:move;
}

.gwm-citrus-DialogOverlay{
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-citrus-ActionOverlay{
	background-color: #99A1AF;
	filter:alpha(opacity=15);
	-moz-opacity: 	0.15;
	opacity: 0.15;
}

.gwm-citrus-Frame-OutlineDrag{
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.gwm-citrus-FrameContent {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}

.gwm-citrus-DeskTop-MinimizedFrameBar{
	float:left;
}

/********************************** MINIMIZED TOPBAR ****************************************/

.gwm-citrus-Frame-TopBar-minimized {
	  background: transparent url(citrus/t.gif) repeat-x 0 0;	
      background:#C7CBD1;
      padding: 5px;
      border:1px solid #8F9ACA;
      font-weight:bold;
	  color:#14316B;
	  font-size:10px;
}

.gwm-citrus-Frame-TopBar-RestoreButton {
	width: 25px;
	height: 21px;
	background: transparent url(citrus/restore-btn.gif) no-repeat 0 center;			
	cursor:pointer;
	
}

/***********************************  BORDERS  **********************************************/
.gwm-citrus-FrameBorder-tl {
  background:  url(citrus/tl.gif) no-repeat top  left;			
  width:9px;
  height:15px;
}

.gwm-citrus-FrameBorder-t {
  background: transparent url(citrus/t.gif) repeat-x 0 0;	
  height:15px;
}

.gwm-citrus-FrameBorder-tr {
  background: transparent url(citrus/tr.gif) no-repeat top right;			
  width:9px;	  
  height:15px;
}

.gwm-citrus-FrameBorder-l{
  background: transparent url(citrus/l.gif) repeat-y ;			
  width:9px;
  background-color:white;
}

.gwm-citrus-FrameBorder-r {
  background: transparent url(citrus/r.gif) repeat-y top right;			
  width:9px;
  background-color:white;	  
}

.gwm-citrus-FrameBorder-bl{
  background: transparent url(citrus/bl.gif) no-repeat 0 0;			
  width:9px;
  height:15px;
}

.gwm-citrus-FrameBorder-b {
  background: transparent url(citrus/b.gif) repeat-x 0 0;			
  height:15px;
}

.gwm-citrus-FrameBorder-br {
  background: transparent url(citrus/br.gif) no-repeat top right;			
  width:9px;
  height:15px;
}

.gwm-citrus-Frame-ResizeButton  {
  background: transparent url(citrus/resize-btn.gif) no-repeat top right;			
  width:9px;
  height:15px;
}

/************************************* BUTTONS ********************************/
.gwm-citrus-Frame-TopBar-CloseButton{
	width: 25px;
	height: 6px;
	background: transparent url(citrus/close-btn.gif) no-repeat center center;			
	margin:0px 1px;
	cursor:pointer;

}

.gwm-citrus-Frame-TopBar-CloseButton-active {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/close-btn-on.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}

.gwm-citrus-Frame-TopBar-MinimizeButton {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/min-btn.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}

.gwm-citrus-Frame-TopBar-MinimizeButton-active {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/min-btn-on.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}

.gwm-citrus-Frame-TopBar-MaximizeButton {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/max-btn.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}

.gwm-citrus-Frame-TopBar-MaximizeButton-active {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/max-btn-on.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}


 /**************************************   DESKTOP **************************/
 .gwm-citrus-GDesktopPane{
	background-image: url("../images/bg.png");
  	overflow: hidden;
  	width: 100%;
  	height:100%;
}
.gwm-citrus-GDesktopPane-FrameContainer{
	overflow: hidden;
  	width: 100%;
  	height: 100%;
}


.gwm-citrus-GDesktopPane-TaskBar{
	background-color: #EFEFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	height:30px;
	align-text:left;
}

 /**************************************   DESKTOP **************************/
 .gwm-citrus-GDesktopPane{
	background-image: url("citrus/desktop-bg.jpg");
  	overflow: hidden;
  	width: 100%;
  	height:100%;
}
.gwm-citrus-GDesktopPane-FrameContainer{
	overflow: hidden;
  	width: 100%;
  	height: 100%;
}


.gwm-citrus-GDesktopPane-TaskBar{
	background-color: #EFEFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;

	height:30px;
	align-text:left;
}


