/* layout css file, by eddie May 7, 2007 */

body{
margin: 0;
padding: 0;
border: 0;
overflow_: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentTop, #framecontentLeft {
position: absolute; 
top: 0px;
left1: 0px; 
right: 0px;
width: auto;
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color1: #fafafa;
color: #888;
border-bottom: 1px solid #ddd;
}

#framecontentLeft{ 
top: 100px; /*Set top value to TopOfLeftFrameDiv*/
left: 0; 
width: 160px; /*Width of left frame div*/
height: 100%;
border-right: 1px solid #ddd;
}

#maincontent{
position: fixed; 
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
left: 160px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

body {
  scrollbar-face-color:#eee;
  scrollbar-highlight:#f8f8f8;
  scrollbar-shadow-color:#aaa;
  scrollbar-3dLight-color:#ccc;
  scrollbar-Arrow-color:#999;
  scrollbar-darkShadow-color:#ddd;
  scrollbar-base-color:#eee;
  scrollbar-track-color:#ccc;
}

.copyright{
padding:10 10 10 15px;
font-family_: 'arial narrow';
font-family: 'Courier New';
font-size: 13px;
font-style:italic;
word-spacing: 4px;
color:#888;
height: 100%;
width:100%;
text-align:center;
}

/* frame style */
.frHeaderBody_{
border-bottom:1px solid #ccc;
}

.frHeaderBody .innertube{
padding-left:155px;
}

.frNavBody_{
border-right: 1 solid #ccc;
}

.frNavBody .innertube{
margin-right: 0px;
}

.frFooterBody_{
border-top: 1 solid #ccc;
}

.frFooterBody .innertube{
padding-right:20px;
margin-top:6px;
}


#framecontentBottom{
position: absolute; 
top: auto; 
left: 0px;
bottom: 0;
right: 0;
height: 50px; /*Height of bottom frame div*/
line-height_:50px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #fff;
color: #888;
border-top_: 1px solid #ccc;
}

