/*
 * Row highlighting example
 */
 /* My Work Order Table Search */
#myWorkOrdersTable tbody tr.even:hover, #myWorkOrdersTable tbody tr.even td.highlighted {
	background-color: #ECFFB3;
        cursor:pointer;
}

#myWorkOrdersTable tbody tr.odd:hover, #myWorkOrdersTable tbody tr.odd td.highlighted {
	background-color: #E6FF99;
        cursor:pointer;
}

#myWorkOrdersTable tr.even:hover {
	background-color: #ECFFB3;
}

#myWorkOrdersTable tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#myWorkOrdersTable tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

#myWorkOrdersTable tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

#myWorkOrdersTable tr.odd:hover {
	background-color: #E6FF99;
}

#myWorkOrdersTable tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

#myWorkOrdersTable tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

#myWorkOrdersTable tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

/* Job Table Search */
#jobSearchTable {
    width:99.9% !important;
}

#jobSearchTable tbody tr.even:hover, #jobSearchTable tbody tr.even td.highlighted {
	background-color: #ECFFB3;
        cursor:pointer;
}

#jobSearchTable tbody tr.odd:hover, #jobSearchTable tbody tr.odd td.highlighted {
	background-color: #E6FF99;
        cursor:pointer;
}

#jobSearchTable tr.even:hover {
	background-color: #ECFFB3;
}

#jobSearchTable tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#jobSearchTable tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

#jobSearchTable tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

#jobSearchTable tr.odd:hover {
	background-color: #E6FF99;
}

#jobSearchTable tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

#jobSearchTable tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

#jobSearchTable tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

/* Work Order Table Search */
#woSearchTable {
    width:99.9% !important;
}

#woSearchTable tbody tr.even:hover, #woSearchTable tbody tr.even td.highlighted {
	background-color: #ECFFB3;
        cursor:pointer;
}

#woSearchTable tbody tr.odd:hover, #jobSearchTable tbody tr.odd td.highlighted {
	background-color: #E6FF99;
        cursor:pointer;
}

#woSearchTable tr.even:hover {
	background-color: #ECFFB3;
}

#woSearchTable tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

#woSearchTable tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

#woSearchTable tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

#woSearchTable tr.odd:hover {
	background-color: #E6FF99;
}

#woSearchTable tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

#woSearchTable tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

#woSearchTable tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

#outEmployeeTable {
    width:99.9% !important;
}

#outEmployeeTable tr.even.selected {
	background-color: #ECFFB3;
}

#outEmployeeTable tr.even.selected td.sorting_1 {
	background-color: #DDFF75;
}

#outEmployeeTable tr.even.selected td.sorting_2 {
	background-color: #E7FF9E;
}

#outEmployeeTable tr.even.selected td.sorting_3 {
	background-color: #E2FF89;
}

#outEmployeeTable tr.odd.selected {
	background-color: #E6FF99;
}

#outEmployeeTable tr.odd.selected td.sorting_1 {
	background-color: #D6FF5C;
}

#outEmployeeTable tr.odd.selected td.sorting_2 {
	background-color: #E0FF84;
}

#outEmployeeTable tr.odd.selected td.sorting_3 {
	background-color: #DBFF70;
}

#inEmployeeTable {
    width:99.9% !important;
}

#inEmployeeTable tr.even.selected {
	background-color: #ECFFB3;
}

#inEmployeeTable tr.even.selected td.sorting_1 {
	background-color: #DDFF75;
}

#inEmployeeTable tr.even.selected td.sorting_2 {
	background-color: #E7FF9E;
}

#inEmployeeTable tr.even.selected td.sorting_3 {
	background-color: #E2FF89;
}

#inEmployeeTable tr.odd.selected {
	background-color: #E6FF99;
}

#inEmployeeTable tr.odd.selected td.sorting_1 {
	background-color: #D6FF5C;
}

#inEmployeeTable tr.odd.selected td.sorting_2 {
	background-color: #E0FF84;
}

#inEmployeeTable tr.odd.selected td.sorting_3 {
	background-color: #DBFF70;
}

#dialogoutEmployeeTable {
    width:99.9% !important;
}

#dialogoutEmployeeTable tr.even.selected td.sorting_1 {
	background-color: #DDFF75;
}

#dialogoutEmployeeTable tr.even.selected td.sorting_2 {
	background-color: #E7FF9E;
}

#dialogoutEmployeeTable tr.even.selected td.sorting_3 {
	background-color: #E2FF89;
}

#dialogoutEmployeeTable tr.odd.selected {
	background-color: #E6FF99;
}

#dialogoutEmployeeTable tr.odd.selected td.sorting_1 {
	background-color: #D6FF5C;
}

#dialogoutEmployeeTable tr.odd.selected td.sorting_2 {
	background-color: #E0FF84;
}

#dialogoutEmployeeTable tr.odd.selected td.sorting_3 {
	background-color: #DBFF70;
}

#dialoginEmployeeTable {
    width:99.9% !important;
}

#dialoginEmployeeTable tr.even.selected {
	background-color: #ECFFB3;
}

#dialoginEmployeeTable tr.even.selected td.sorting_1 {
	background-color: #DDFF75;
}

#dialoginEmployeeTable tr.even.selected td.sorting_2 {
	background-color: #E7FF9E;
}

#dialoginEmployeeTable tr.even.selected td.sorting_3 {
	background-color: #E2FF89;
}

#dialoginEmployeeTable tr.odd.selected {
	background-color: #E6FF99;
}

#dialoginEmployeeTable tr.odd.selected td.sorting_1 {
	background-color: #D6FF5C;
}

#dialoginEmployeeTable tr.odd.selected td.sorting_2 {
	background-color: #E0FF84;
}

#dialoginEmployeeTable tr.odd.selected td.sorting_3 {
	background-color: #DBFF70;
}

#documentListTable {
    width:99.9% !important;
}

#recentJobTable {
    width:99.9% !important;
}

#recentWorkOrderTable {
    width:99.9% !important;
}

#myWorkOrdersTable {
    width:99.9% !important;
}