/*  Stylesheet for Dynatech
    Kyu Hur
    October 21, 2019
*/

html, body { overflow: hidden; }

header { border:2px solid #fff; background-color: #fffcbc; height: 42px; box-shadow: 2px 2px 4px #A2A2A2; } /* -moz-webkit-box-shadow: 0px 2px 6px #A2A2A2; -webkit-box-shadow: 0px 2px 6px #A2A2A2; */
header #inside_block { float:left; height:100%; width:100%; padding:6px; }
header #inside_block #logo_info { float:left; height:100%; padding-left:0; padding-top:0px; }
header #inside_block #logo_info:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
header #inside_block #user_info { float:right; height:100%; padding-right:8px; }

footer { background-color:#fffcbc; height:16px; margin:auto; padding:0px; border:2px solid #fff; border-top:none; box-shadow: 2px 2px 4px #A2A2A2; }
/* -moz-webkit-box-shadow: 0px 2px 6px #A2A2A2; -webkit-box-shadow: 0px 2px 6px #A2A2A2; border-bottom-left-radius:10px; border-bottom-right-radius:10px; -moz-border-bottom-left-radius:15px; -moz-border-bottom-right-radius:15px; -webkit-border-bottom-left-radius:15px; -webkit-border-bottom-right-radius:15px;  */
/* footer address { float:left; } */

content { margin-top:0; margin-bottom:5px; padding:0; overflow:hidden; border: 2px solid white; }
/* border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; box-shadow: 0px 2px 6px #A2A2A2; -moz-webkit-box-shadow: 0px 2px 6px #A2A2A2; -webkit-box-shadow: 0px 2px 6px #A2A2A2;  */
content #control { background:#cbe8f8; width: 168px; float:left; padding: 8px ; overflow:auto; border:2px solid white; border-radius:10px; box-shadow:2px 2px 4px #A2A2A2; }
/* -moz-border-radius:10px; -webkit-border-radius:10px; -moz-webkit-box-shadow:0px 2px 6px #A2A2A2; -webkit-box-shadow:0px 2px 6px #A2A2A2;  */
content #control .menubar { font-family: sans-serif; font-size: 12pt; color:black; margin:4px; padding:2px; width:156px; height:22px; border-radius:5px; }
content #control .menubar:hover { background:#fffcbc; color:blue; font-weight: bold; }
content #control .submenubar { font-family: sans-serif; font-size: 10pt; color:black; margin:4px; padding:2px; width:156px; height:22px; border-radius:5px; }
content #control .divider { background:#71c9f8; height:2px; margin-top: 18px; margin-bottom: 18px; }

content #data { margin-left: 188px; padding-left: 10px; overflow-x: hidden; overflow-y: auto; } /* float: left; border:2px solid white;  */
content #data #list_block { width:100%; padding:2px; }
