/*
	Common - Task - List
*/


#mainContent {
	margin: 0px 30px;
}
#cicDash table {
	width: 100%;
}
#cicDash table tr:nth-child(even) {
	background-color: #F0EDED;
}
#cicDash table tr td {
	padding: 2px 9px;
}
#menubar {
	float: right;
	font-size: 13px;
	font-weight: bold;
}
#menubar a {
	margin-left: 8px;
}
