html, body, ul, ol {
font-family: Microsoft JhengHei;
margin: 0;
padding: 0; }
.divmain {
position: relative; }
.btnbehavior, .divleftmenu_module:hover, .divleftmenu_function:hover {
cursor: pointer;
cursor: hand; }
.divleftmenu_module {
border-color: aquamarine;
border-width: 3px;
border-style: solid; }
.divleftmenu_function {
border-color: purple;
border-width: 3px;
border-style: solid;
padding-left: 20px; }
.divleftmenu {
width: 150px;
position: relative;
height: 50px;
left: 10px; }
.divrightmain {
position: absolute;
left: 160px;
top: 0px; }
iframe {
border: none; }
/*# sourceMappingURL=Dashboard.css.map */