@charset "utf-8";
/* CSS Document */

#MEM_wraper{
	width:100%;
}
#MEM_Menu{
	text-align:right;
}
#MEM_Left_Column{
	float: left;
	text-align:left;
	width: 78%;
}
#MEM_Right_Column{

	float: right;
	text-align:Left;
	width: 200px;
}
#MEM_Footer{
	float: left;
	text-align:Left;
	width: 100%;
}

.noassign {
	background-color:#FF4646;
}

.assign {
	background:#e7e7e7;
}

/* Define the hover highlight color for the table row */
.noassign:hover {
   background-color:#FFF;
   
}
.assign:hover {
	background-color:#FFF;
}
