
root { 
    display: block;
}

.employeeTable{
     border-collapse: collapse;

}
table.employeeTable thead td{
	text-align: left;
	width: 500px;
}
.cancel,.save{
    
    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;
}

#tableHead{
    background-color: #FAD163;
     font-weight: bold;
}

.formbuttons{
     border-top: 1px solid #FAD163;
    display: block;
    float: none;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: auto;
}

.inTime,.nonEditable,.outTime{
    width: 70px;
    
}
.inDate,.outDate{
     width: 120px;
}
.punch{
    width: 250px;
}
.duration{
    width: 70px;
}