/* 
    Document   : esoe
    Created on : 18-11-2010, 13:16:14
    Author     : Seerup IT
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

BODY {
    margin: 0px;
    padding: 0px;
}

table.beholderVis {
    table-layout: fixed;
    empty-cells: show;
    width: 500px;
}

.container {
    margin: 0px;
    padding: 0px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.nomargins {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.nomarginrigth {
    
    margin-right: 0px;
    padding-right: 0px;
    
}

.nomarginsleft {
    
    margin-left: 0px;
    padding-left: 0px;
    
}

.newheight {
/*    height: 26px;
    vertical-align: middle;
    text-align: inherit;*/
}

.searchbutton {
    background: #F4941E;
}