/*
Document   : pageScroll
Created on : Jul 7, 2009, 2:00:34 PM
Author     : tharini.virabadran
Description:
Purpose of the stylesheet follows.
*/

/*
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}

#scrollable {
    position:relative;
    overflow:hidden;
    width:966px;
    height:1010px;
    clear:both;
    background-color: white;
	border: 2px solid #ff7929;
	border-top: none;
        border-bottom: none;
}

#submenuDiv {
    width:966px;
    height:20px;    
    background-color: white;
	border-left: 2px solid #ff7929;
    border-right: 2px solid #ff7929;
}

#scrollable div.items {
    width:960em;
    position:absolute;
}

#scrollable div.main {
    float:left;
    width:960px;
}

div.demoBox
{
    float:left;
    font-size:13px;
    width:960px;
}

/* tabs */
#htabs {
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}

#htabs li {
    float:left;
    margin:0 !important;
    padding:0;
    text-indent:0;
    list-style-image:none !important;
}

