/* 
    Document   : simulator
    Created on : 7/10/2010, 02:12:10 PM
    Author     : gabriel
    Description:
        Purpose of the stylesheet follows.
*/

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

.sizeWidth {
    width: 60%;
}

.sizeWidth2 {
    width: 100%;
}

.sizeComboBox {
    width: 65%;
}

.information {
    text-align: right;
    color: #77439A;
    font-weight: bold;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}
