#tasklistscreen {
	width:510px;
}

#joinedtasklistbox {
	width:510px;
	height:250px;
}

#createtopicscreen {
	width:310px;
}

#joinedtasklistbox td.firstcolumn {
	width:100%;
}

.tasklist {
   cursor: pointer;
   white-space: nowrap;
   width:100%;
   border: 1px solid white;
   margin: 0px;
   padding-left: 2px;
}

#knownusers {
	width:300px;
	height:250px;
}

#showlistscreen {
	width:510px;
}

#showlistbox {
	width:510px;
	height:250px;
}

#showlistusersbox {
	height:200px;
	width:100%;
}

#showlistusers .unjoined td {
	color: #AAA;
}

#showlistusers .joinedtodo td {
	color: green;
}

#showlistlist .taskname { width: 68%; }
#showlistlist .taskowner { width: 20%; }
#showlistlist .taskcreated { width: 12%; white-space: nowrap; }
