.scrollup {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('/controller/client/themes/bootstrap/img/icon_top.png') no-repeat;
    z-index: 10000;
}

.ui-resizable-handle {
	left: 0 !important;
}

#quick_div {
	display: inline;
}

.blob_menu {
	position: absolute;
	top: 0px;
	left: 65px;
	font-size: x-large;
}

.mm-selected {
	background-color: #cccccc;
}

a, a:link, a:active, a:visited, a:hover {
	color: inherit;
	text-decoration: underline;
}

nav:not (.mm-menu ) {
	display: none;
}

.header, .content, .footer {
	text-align: left;
}

.header, .footer {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 50px;
}

.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

.header a {
	background: center center no-repeat transparent;
	background-image: url('images/menu.gif');
	display: block;
	width: 60px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}

.quickmenu {
	position: absolute;
	top: 10px;
	left: 60px;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}