/* 
    Document   : createTimesheetForSubourdinateSuccess
    Created on : Sep 27, 2011, 6:51:02 PM
    Author     : orangehrm
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#btnAddTimesheet{

    background: none repeat scroll 0 0 #999966 !important;
    border-color: #CCCC99 #666633 #666633 #CCCC99 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #FFFFFF !important;
    cursor: default;
    font-size: 11px;
    font-weight: bold !important;
    min-width: 75px;
    width: auto;
}

label, span.formLabel, span.wideFormLabel {
    padding-left: 20px;
    text-align: left;
    width: 200px;
    margin-top: 2px;
}

#time_date{
    width: 120px;
}