/* 
    Document   : cp_theme
    Created on : May 27, 2011, 10:37:02 PM
    Author     : suran
    Description:
        Purpose of the stylesheet follows.
*/

.ui-widget {
    font-size: 100% !important;
}

.ui-widget .ui-widget{
    font-size: 100% !important;
}

.labels {
    color: #ff3333;
    background-color: white;
    word-break: break-all;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 15px;
    border: 2px solid black;
    white-space: nowrap;    
}

 input[type=text].ui-spinner-input {
    padding: 4px 20px 4px 4px;
}

table.display-form tr, table.display-form td {
    border: none;
    border-style: none;
}