﻿body {
  background: white;
  font-family: "Trebuchet MS", Verdana, Arial, serif;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 152px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#framecontentTop{ 
left: 152px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 115px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}


#maincontent{
position: fixed; 
left: 152px; /*Set left value to WidthOfLeftFrameDiv*/
top: 115px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
float: left;
padding-right:0px;
padding-left:0px;
margin-left: 0px;
margin-right:0px;
background: #fff url(images/dts_bg.jpg) no-repeat center center;
border: 0px solid #000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 115px 0 0 152px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 1;
width: 135px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 119px; /*135px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: white;
border-bottom: 1px solid black;
border-left: 7px solid black;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 137px; /*IE 5 - 187* /
w\idth: 119px; /*150px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: red;
border-left-color: black;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}