/** Customize the canvas */
#example .demo-container {
	max-width: 880px;
	background: #ffa800 url("images/marketing-bg.jpg") bottom no-repeat;
}
.demo-container-inner {
	min-height: 650px;
	_height: 650px;
	background: url("images/marketing-top.jpg") top no-repeat;
	overflow: auto;
	*position: relative;
}


/** Customize the orgchart */
html .RadOrgChart_Default {
    font-size:14px;
}
.demo-container .rocViewPort {
	padding: 2em;
}
html .RadOrgChart_Default .rocGroup {
	background-color: #805000;
}

html .RadOrgChart_Default .rocItem {
	background-color: rgba(255,255,255,0.2);
    background-image: none;
}
html .RadOrgChart_Default .rocItemText {
	margin-bottom: 5px;
	font: 600 16px/1 "Segoe UI" , Arial, sans-serif;
    padding-left: 0.5em;
    height: 2.2em;
    width: auto;
    white-space: normal;
}

html .RadOrgChart_Default .rocItemField {
    padding-left: 0.9em;
    white-space: normal;
}

html .RadOrgChart_Default .rocImage {
	width: 60px;
    height: auto;
}