/* Start of CMSMS style sheet 'Glas in lood' */
{cms_module module="statistics" what="day|week|month|total"}

body { 
background-color: #FFEEB3;
font-face: Comis Sans MS;
font-size: 14pt;
margin: 0px;
padding: 0px;
border: 0px;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}


#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 150px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #996633;
color: yellow;
text-align: center;
}

#framecontentTop{ 
left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 80px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #996633;
color: yellow;
text-align: center;
}

#maincontent{
position: fixed; 
left: 150px; /*Set left value to WidthOfLeftFrameDiv*/
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #FFEEB3;
padding: 20px;
text-align: center;
}

#framecontentLeft a {
font-size: 16pt;
color:yellow;
}

#framecontentLeft ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#framecontentLeft li {
list-style: none;
padding: 0px 0px 10px 0px;
}


.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
/* End of 'Glas in lood' */

