td.PendingSwapRequest
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : Yellow;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
}

td.PendingApprovalSwapRequest
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : Yellow;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
}

td.NewSwapRequest
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : Yellow;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
	}
td.SwappableShift
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : LightBlue;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
	}
td.PendingSwapInvitation
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : Blue;
	color : White;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
}	
td.PendingApprovalSwapInvitation
{
	border-top : 1px solid black;
	border-right:1px solid black;
	background-color : Orange;
	cursor : hand;
	padding : 0px;
	WORD-WRAP:break-word; /*BT17842*/
}
td.PendingApprovalInviteeSwapInvitation
{
    border-top : 1px solid black;
    border-right:1px solid black;
    cursor : hand;
    width : 80px;
    padding : 0px;
}	

span.StartShiftSwapInstruction
{   
    background-color: White;
    font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
}
span.ShiftSwapInProgressInstruction
{   
    background-color: White;
    font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Red;    
}
span.ShiftSwapInvitationSentInstruction
{
    background-color: White;
    font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Black;
	   
}
.pending
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/
	
	background-color : Blue;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : White;
}
.pending_other
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/
	background-color : LightBlue;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : Black;
}
.denied
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/

	background-color : DarkRed;
	color : White;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
}
.denied_other
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/

	background-color : LightPink;
	color : Black;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
}
.approved
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/

	background-color : Green;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : White;
}
.approved_other
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/

	background-color : LightGreen;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : Black;
}

.deleted
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/
	text-decoration:line-through;
	background-color : Orange;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : Black;
}

.new
{
	background-color : #d7d7d7;
	padding : 2px;
	cursor : hand;
	font-weight : bold;
	font-size : 8pt;
	text-align : center;
	border : 1px solid black;
}

.waitlisted
{
     /* BT19149, 19148, 19149  these need to inherit the TD.off css class.
           Here, copy the stuff we need.  */
	border-top : 1px solid black;
	border-right:1px solid black;	
	padding : 1px;
	vertical-align:top; /*BT16928*/
	WORD-WRAP:break-word; /*BT17842*/
	background-color: #ff6600;
	cursor : hand;
	font-size : 8pt;
	text-align : center;
	color : White;
}