.content_panel {
	height: 90%;
	padding-left: 10px;
/*	padding-right: 10px;	*/
}

.content_panel table {
	width: 100%;
}

.content_header {
	border-top: 2px solid #2C2907;	
/*	border-right: 2px solid #2C2907;		*/
	border-left: 2px solid #2C2907;	
	background-color: #837b17;
	height: 65px;
}

.content_header_spacer {
	border-top: 2px solid #2C2907;		
	border-left: 2px solid #2C2907;			
	background-color: #837b17;
	height: 65px;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sidebar {
	border-left: 2px solid #2C2907;			
	border-right: 2px solid #2C2907;			
	border-bottom: 2px solid #2C2907;

	background-color: #837b17;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 20px;
	background-repeat: repeat;
/*	height: 800px;*/

	width: 150px;
	vertical-align: top;

}


.content {
	border-top: 2px solid #2C2907;		
/*	height: 800px;*/
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 20px;
}

.content_info {
	border-top: 2px solid #2C2907;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: arial;
}

.gwt-TreeItem {
	color: white;
	font-family: arial;
}

.gwt-TreeItem-selected {
	font-style: italic;
	font-weight: bold;
}

.footer {
	text-align: center;
	font-family: arial;
	font-size: 13px;
}

.copyright {
	font-family: arial;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ui-dialog {
	background-color: #EEEEEE;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.ui-dialog-titlebar {
	display: none;
}

.sidebar_edit
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	left:-10px;
	top:-10px;
	z-index:10;
}
.sidebar_edit img
{
	width:10px;
	height:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:none;
}
