.screen {
	padding: 0px;
	color: black;
	display: none;
}

.screen.activescreen {
	display: table-cell;
}

.screentitle {
	display: none;
}

#todolistbox {
	height: auto;
}

#mainscreen {
	display: none;
}

#mainscreen.activescreen {
	display: block;
}

#waitlayer { display: none; }
#screenbottom { display: none; }
#queueBox { display: none; }
.actionbar { display: none; }
.buttonbar { display: none; }

#showtaskscreen.activescreen {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px;
}

#showtaskhistorycontainer {
   height:auto;
   width:100%;
}

#showtaskinfo {
   width:100%;
   height:auto;
}

#showtaskattachedcontainer {
	height:auto;
   width:100%;
}

.showtasktag {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}


.removeattachlink {
	display: none;
}

#showtaskowner {
	display: none;
}

#showtaskassignlabel {
	display: none;
}

.taskcomment {
}
