
body {
 overflow: hidden;
}

#left_frame {
 background-image: url('/images/admin/center_left.png');
 height: 100%;
 left: 0px;
 overflow: hidden;
 position: absolute;
 top: 0px;
 width: 152px;
}

#left_bottom {
 bottom: 0px;
 position: absolute;
}

#right_frame {
 background-image: url('/images/admin/center_right.png');
 height: 100%;
 overflow: hidden;
 position: absolute;
 right: 0px;
 top: 0px;
 width: 24px;
}

#right_bottom {
 bottom: 0px;
 left: 0px;
 position: absolute;
}

#top_frame {
 background-image: url('/images/admin/top_center.png');
 height: 82px;
 left: 152px;
 overflow: hidden;
 position: absolute;
 right: 24px;
 top: 0px; 
 width: auto;
}

#bottom_frame {
 background-image: url('/images/admin/bottom_center.png');
 bottom: 0px;
 left: 152px;
 height: 24px;
 position: absolute;
 right: 24px;
 width: auto;
}

#admin_workspace {
 background-color: #FFFFFF;
 bottom: 24px;
 left: 152px;
 overflow: auto;
 position: fixed; 
 right: 24px;
 top: 82px;
}


* html body{ 
 padding: 82px 24px 24px 152px;
}

* html #admin_workspace {
 height: 100%; 
 width: 100%; 
}

* html #top_frame, * html #bottom_frame {
 width: 100%;
}

#admin_log {
 background-color: white;
 color: black;
 display: block;
 font-family: monospace;
 font-size: 12px;
 height: 62px;
 margin: 5px auto 0px auto;
 width: 90%;
}

#admin_spinner {
 background-image: url('/images/admin/bubble.png');
 display: block;
 height: 44px;
 left: 100px;
 margin: 0;
 position: absolute;
 top: 2px;
 width: 80px;
 visibility: hidden;
 z-index: 50000;
}

#admin_spinner img {
 left: 37px;
 position: absolute;
 top: 6px;
}

#admin_menu {
 list-style-type: none; 
 margin: 0px 0px 10px 0px;
 padding: 0px;
 width: 100%;
}

#admin_menu button {
 max-width: 132px;
 margin: 0em 0em 8px 8px;
 min-width: 132px;
 width: 132px;
}

#AdminBrowserWarning {
 left: 0px;
 position: absolute;
 top: 0px;
 width: 100%;
 z-index: 50001;
}

#AdminBrowserWarning p {
 text-align: center;
}

#AdminBWButton {
 position: absolute;
 right: 8px;
 top: 8px;
}