
body {
	margin:  0px;
	padding: 0px;
	width:   100%;
	background-color: #FCFCFF;
	font-family: Arial, sans-serif;
	font-size:   13px;
}

#closeButton {
  margin: 15px 6px 6px;
}


.gwt-SplitLayoutPanel-HDragger {
 	background-color: gray;
 	width:	4px;
 	cursor: ew-resize;
 }


/* Copied from standard.css: */
.gwt-PopupPanelGlass {
background-color:#000000;
opacity:0.3;
}

.gwt-DialogBox .Caption {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E3E8F3 url(images/hborder.png) repeat-x scroll 0 -2003px;
border-bottom:1px solid #BBBBBB;
border-top:5px solid #D0E4F6;
cursor:default;
padding:4px 4px 4px 8px;
}
.gwt-DialogBox .dialogContent {
}
.gwt-DialogBox .dialogMiddleCenter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
padding:3px;
}
.gwt-DialogBox .dialogBottomCenter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/hborder.png) repeat-x scroll 0 -4px;
}
.gwt-DialogBox .dialogMiddleLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/vborder.png) repeat-y scroll 0 0;
}
.gwt-DialogBox .dialogMiddleRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/vborder.png) repeat-y scroll -4px 0;
}
.gwt-DialogBox .dialogTopLeftInner {
width:5px;
}
.gwt-DialogBox .dialogTopRightInner {
width:8px;
}
.gwt-DialogBox .dialogBottomLeftInner {
height:8px;
width:5px;
}
.gwt-DialogBox .dialogBottomRightInner {
height:8px;
width:5px;
}
.gwt-DialogBox .dialogTopLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/corner.png) no-repeat scroll -13px 0;
}
.gwt-DialogBox .dialogTopRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/corner.png) no-repeat scroll -18px 0;
}
.gwt-DialogBox .dialogBottomLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/corner.png) no-repeat scroll 0 -15px;
}
.gwt-DialogBox .dialogBottomRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/corner.png) no-repeat scroll -5px -15px;
}
* html .gwt-DialogBox .dialogTopLeftInner {
overflow:hidden;
width:5px;
}
* html .gwt-DialogBox .dialogTopRightInner {
overflow:hidden;
width:8px;
}
* html .gwt-DialogBox .dialogBottomLeftInner {
height:8px;
overflow:hidden;
width:5px;
}
* html .gwt-DialogBox .dialogBottomRightInner {
height:8px;
overflow:hidden;
width:8px;
}
