/* 
    Document   : oim
    Created on : 2009-08-26, 15:45:17
    Author     : oem
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

tr, td{vertical-align:top;}

.right{
    float:right;
}
.hide{
    display:none;
}

/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End ClearFix */

