/***** Left Pane Container *****/

#LeftPaneContainerMain
{
    width: 190px;    
}

#LeftPaneContainerTop
{
    background: transparent url(LeftPane_container_fill.gif) repeat;
    height: 50px;
    width: 190px;
    padding-left: 14px;
    padding-top: 11px;
    margin-bottom: 2px;
    padding-bottom: 3px;
}

#LeftPaneContainerBottom
{
    /*background-color: #e3e3e3;*/
    background-color: Transparent;
    width: 190px;
    padding-left: 14px;
    padding-top: 11px;
    padding-bottom: 3px;
    height: 100%
}

/***** Content Pane Container *****/

#ContentContainerMain
{
    width: 100%;   
}

#ContentPaneContainerTop
{
    background-color: transparent;
    height: 50px;
    padding-left: 14px;
    padding-top: 11px;
    margin-bottom: 2px;
    padding-bottom: 3px; 
}

#ContentPaneContainerBottom
{
    background-color: transparent;
    border: solid 0px #cbcbcb;
    padding: 10px 10px 10px 10px;
}


