﻿.blank
{
}
/* css validator compilance ... */

/*
   This css document contains styling rules which are required to make the flow layout work.
   It is not recommended to change values here, if you really need to change something, overwrite it using 2-style.css.
*/

html, body, form
{
    margin: 0;
    padding: 0;
}

/*html
{
    overflow: hidden;
}*/

#CommonHeader, #CommonSpliterWrap
{
    margin: 0;    
}

#CommonSplitterWrap #CommonSidebar
{
    /* left: 0px;
    position: absolute; */
    padding-left: 15px;
    width: 200px;
    overflow: auto;
    
    float: left;
}

#CommonSplitterWrap #CommonSplitter
{
    position: absolute;
    background: #666;
    width: 2px;
    cursor: w-resize;
}

#CommonSplitterWrap #CommonContent
{
    /*margin-left: 200px;*/
    overflow: auto;
    height: 100%;
}

.clear-float
{
    clear: both;
}

