        body{
            font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
            margin-top:0px;
        }
        p{
            margin-top:0px;
        }

       #scrolldiv_parentContainer{
            overflow:hidden;
            float:left;
            position:relative;
        }


        #container_scrolldiv{
            padding:10px;
        }

            /*
            CSS for the scrolling content
            */
        #scrolldiv_content{
            padding-right:25px;
            /*padding-bottom:25px;*/
            position:relative;
            font-size: 14px;
            line-height:18px;
        }
            /*
            The scrollbar slider
            */
        #scrolldiv_slider{
            width:15px;
            margin:2px;
            padding:1px;
            float:left;
        }

            /*
            The scrollbar (The bar between the up and down arrow )
            */
        #scrolldiv_scrollbar{
            width:15px;
            position:relative;
            text-align:center;

        }
            /*
            The scrollbar handle
            */
        #scrolldiv_theScroll{
            margin-left:3px;
            width:9px;
            height:16px;
            background-color:black;
            position:absolute;
            top:0px;
            left:0px;
            cursor:pointer;
        }
            /*
            Scroll buttons(The up and down arrows)
            */
        #scrolldiv_scrollUp,#scrolldiv_scrollDown{
            width:15px;
            height:16px;
            cursor:pointer;
        }
        #scrolldiv_scrollUp{
            margin-bottom:2px;
        }
        #scrolldiv_scrollDown{
            margin-top:2px;
        }
        #scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
            font-family: Symbol;
        }