.content
{
    left: 0px;
    top:34px;          /* Matches height of header on toolbar.csss */
	bottom:0px;       /* Matches height of footer */
	width:100%;
	position:absolute;
}

.content>div{
	height: 100%;
	top: 0px;
    position: absolute;
}

.mainpanel{
	left: 400px;
	right: 0px;
	overflow: hidden;
}

.leftpanel, .leftpanelRestore {
    background-color: #ADAFBB; /* BD logo */
}


.leftpanel{
	left: 0px;
	width: 440px;
/*	border-right: 1px solid black; */
    overflow-y: auto;
}

.leftpanelCollapse {
    position: absolute;
    top: 5px;
    right: 5px;
}
.leftpanelCollapse:hover, .leftpanelRestore img:hover {
    border: solid 1px lightgray;
}

.leftpanelRestore {
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 24px;
    border-right: solid 1px lightgray;
}

.leftpanelCollapse img, .leftpanelRestore img {
    height: 24px;
}

.leftpanelRestore img {
    position: relative;
    top: 5px;
    left: 1px;
}

.divider {
    left: 440px;
    width: 5px;
    background: #25509E;
    cursor: col-resize;
    z-index: 5;
}

/* Footer styles */
.footer {
    clear:both;
    float:left;
    width:100%;
	height:0px;
	border-top:0px solid #000;
	position:absolute;
	bottom:0px;
}