.gwt-GWeb-AddressBar{
	margin:0;
	padding:1px;
	border:1px solid #CCCCCC;
	font-family:Verdana;
	font-size:10px;
	background-color:#FFFFCC;
	height:17px;
}

.gwt-GWeb-GoButton{
	font-family:Verdana;
	font-size:10px;	
	margin:0;
	padding:0;
}

.gwt-GWeb-PageContentFrame{
	margin:0;
	padding:0;
	border:1px solid #999999;
}

.gwt-GWeb-ContentWrapper{
	margin:0 2px 2px 2px;
}

.gwt-GWeb-AddressBarWrapper{
	border:0;
	margin:0;
	margin:0;
}

.gwt-TabBar { 
	/* the tab bar itself*/
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana;
	font-size:10px;
}
.gwt-TabBar .gwt-TabBarFirst { 
	/* the left edge of the bar */ 
	border:0;
	cursor:pointer;
	margin:0;
	padding:0;
}
.gwt-TabBar .gwt-TabBarRest { 
	/* the right edge of the bar */ 
/*	border:1px outset #000000; */
	cursor:pointer;
	margin:0;
	padding:0;
	border:0;
}
.gwt-TabBar .gwt-TabBarItem { 
	/* unselected tabs */
	border:1px outset #000000;
	cursor:pointer;
	margin:0;
	padding:0 5px 0 5px;
}
.gwt-TabBar .gwt-TabBarItem-selected { 
	/* additional style for selected tabs*/
	border-left:1px outset #000000;
	border-top:1px outset #000000;
	border-right:1px outset #000000;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
	margin:0 1px 0 1px;
	padding:0 5px 2px 5px;
	background-color:#FFFFCC;
}

.gwt-GWeb-TabTitle{
	font-family:Verdana;
	font-size:10px;	
}

.gwt-GWeb-TabClosingBtn{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#FF0000;
	border:1px outset #999999;	
}

.gwt-GWeb-StatusBar{
	text-align:right;
	vertical-align:bottom;
	cursor:pointer;
	font-family:Verdana;
	font-size:10px;
}
