#timesheet-clone-table td.workEffortIdClassTd {
    min-width: 35em;
}

#timesheet-clone-table td.workEffortIdClassTd input {
    width: 90%;
    float: left;
}
#timesheet-clone-table td.workEffortIdClassTd input[disabled="disabled"] {
	width: 100%;
}

#timesheet-clone-table td.workEffortIdClassTd .ui-button {
    width: 6% !important;
}

#timesheet-clone-table td.rateTypeIdClassTd {
    min-width: 14em;
}

#timesheet-clone-table td.workEffortIdClassTd,
#timesheet-clone-table td.rateTypeIdClassTd {
	width: auto !important;
}
#timesheet-clone-table tr td .ui-button {
    float: right;
}

#timesheet-clone-table td.rateTypeIdClassTd input{
    width: 8em;
    float: left;
}

#timesheet-clone-table td.rateTypeIdClassTdClone {
	min-width: 27em;
	width: auto !important;
}

#timesheet-clone-table td.rateTypeIdClassTdClone input{
    float: left;
    width: 18em;
}

#timesheet-clone-table td.rateTypeIdClassTd input[disabled="disabled"]{
    width: 100%;
    float: left;
}

#timesheet-clone-table tr td {
    background-color: white !important;
}

#timesheet-clone-table tr td select, #timesheet-clone-table tr td input {
    background-color: white !important;
}

#timesheet-clone-table tr.alternate-row td {
    background-color: #DCE9EF !important;
}

#timesheet-clone-table tr.alternate-row td select, #timesheet-clone-table tr.alternate-row td input {
    background-color: #DCE9EF !important;
}

#timesheet-clone-table tr td.numericInListTimesheet {
	background-color: #E3E5E8 !important;
}

#timesheet-clone-table td {
    border-left: 1px solid #D5D5D5 !important;
    border-top: 1px solid #D5D5D5 !important;
    border-bottom: 1px solid #D5D5D5 !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: right;
    height: 20px;
}

#timesheet-clone-table .header-row td {
	background-color: #ff0000 !important;
	text-align: center;
	height: auto;
}

#timesheet-clone-table td select, #timesheet-clone-table td input {
    border-width: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 20px;
}

#timesheet-clone-table tr td.mensileSaturdayStyleTimesheet {
     background-color: #D4D700 !important;
}

#timesheet-clone-table tr td.mensileSaturdayStyleTimesheet input {
     background-color: #D4D700 !important;
}

#timesheet-clone-table tr.alternate-row td.mensileSaturdayStyleTimesheet { 
     background-color: #D4D700 !important;
}

#timesheet-clone-table tr.alternate-row td.mensileSaturdayStyleTimesheet input {
     background-color: #D4D700 !important;
}

#timesheet-clone-table tr td.mensileSundayStyleTimesheet {
     background-color: #043882 !important;
}

#timesheet-clone-table tr td.mensileSundayStyleTimesheet input {
     background-color: #043882 !important;
     color: #FFFFFF !important;
}

#timesheet-clone-table tr.alternate-row td.mensileSundayStyleTimesheet { 
     background-color: #043882 !important;
}

#timesheet-clone-table tr.alternate-row td.mensileSundayStyleTimesheet input {
     background-color: #043882 !important;
     color: #FFFFFF !important;
}

#timesheet-clone-table tr.totalsTimesheet td {
	border-top: 1px solid #000000 !important;
}

#timesheet-clone-table tr td.numWeek {
     background-color: #E0E000 !important;
     border: solid 1px #FF0000 !important;
     color: #FF0000;
     text-transform: lowercase;
     white-space: nowrap;
}

#timesheet-clone-table tr:hover td {
	font-weight: bold;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}

#timesheet-clone-table tr:hover td input {
	color: #0000FF;
	cursor: pointer;
}

#timesheet-clone-table tr:hover td select {
	cursor: pointer;
}

#timesheet-clone-table tr.totalsTimesheet:hover td {
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #D5D5D5 !important;
	cursor: auto !important;
}

#timesheet-clone-table tr.header-row:hover td {
	border-top: 1px solid #D5D5D5 !important;
	border-bottom: 1px solid #D5D5D5 !important;
	cursor: auto !important;
}

#timesheet-clone-table tr:hover td.numWeek {
	border-top: solid 1px #FF0000 !important;
	border-bottom: solid 1px #FF0000 !important;
}

#timesheet-clone-table tr td input.mensileCommentsStyle {
    background-color: #FFF000 !important;
}

#timesheet-clone-table tr.alternate-row td input.mensileCommentsStyle {
     background-color: #FFF000 !important;
}


#timesheet-clone-table tr td.mensileSundayStyleTimesheet input.mensileCommentsStyle {
    color: #000000 !important;
}

#timesheet-clone-table tr:hover td input.timesheet-status-canceled-onhold-complete {
	color: #FF0000 !important;
}

#timesheetCloneTitleCss ul li {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}