/* 
    Document   : common
    Created on : 25.04.2011, 9:16:08
    Author     : automation10
    Description:
        Purpose of the stylesheet follows.
*/

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

.font-color666 {
    color: #666;
}

.font-color333 {
    color: #333;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.fontB {
    font-weight: bold;
}

.height100ps {
    height: 100%;
}

.displayN {
    display: none;
}