/* The following locks the nodelet container in place at the top right of the screen, re-sizes the monkbar to make room for the nodelet node, hides the footer, and makes both the main-content and nodelet container scrollable when needed. The nodelet container and main content both need to be in
mode to make this work. The downside is that the cb no longer floats in it's own window, and the nodelet headers get a bit screwed up in that they are no longer nicely aligned. However, this works really well on a tablet.*/ tbody.nodelet td, td.nodebody {background-color: #C0ADAD;} #titlebar-top {background-color: #A89E9E; height:70px;} #titlebar-bottom {background-color: #B8C1C4;} div {border-width: 1px; border-color: red; border-style: groove;} #monkbar, #titlebar-top, #titlebar-bottom { width: 81%; float: left} h3.superdoc {font-size: 15px; font-family: sans; font-style: italic;} ul.topnavmenu.inline-list { font-size: 11px;} .main_content {position: absolute; top:160px; left 10px; width: 80%; height: 100%; overflow: auto; background-color: #D3CBCB;} #nodelet_container {position: fixed; top: 15px; right: 16px; height: 98%; width: 18%; overflow: auto; background-color: #A89E9E; } span.title { width: 100%; text-decoration: underline; text-align: center; background-color: rgb(108, 143, 143); } #footer {display: none; position: relative; bottom: 850px;}