#hmheadbox
{
	background-color: #006633;
	height: 31px;
	position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
}
#hmheadbox a
{
	border: none;
	height: 31px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 300px;
	z-index: 999;
}
#hmheadlogo
{
    /* padding: 3px 3px 13px 10px; */
    width: 128px;
    height: 31px;
    float: left;
}
#hmheadtext
{
    padding-top: 3px;
    width: 24%;
    height: 31px;
    float: left;
    color: white;
    font-size: 14px;
    font-weight: 900;
    font-family: Segoe UI,Tahoma,Arial,Verdana;
}
#solution-name{
    padding-left: 14px;      
    vertical-align: middle;
}
#hmnavbox
{
	border-right: 1px solid #e4e4e4;
	bottom: 20px;
	left: 0px;
	min-width: 50px;
	position: absolute;
	top: 31px;
	width: 229px;
}
#hmcontentbox
{
	border: none;
	bottom: 20px;
	left: 230px;
	position: absolute;
	right: 0px;
	top: 31px;
}                                                                          
#hmfooterbox
{
	background: #0D471C;
	border: none;
	bottom: 0;
	display: block;
	height: 20px;
	position: absolute;
	width: 100%;
}

::-webkit-scrollbar-thumb {
    background: rgb(196, 196, 196);    
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 








