div.ss_task_list_container {
	<c:if test="<%= isIE %>">
		height:1%;
	</c:if>
	margin:0px;
	padding:0px;
	text-align: center;
}
table.ss_tasks_list {
	margin:6px 0px 4px 10px;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-spacing: 0px;
	width: 99%;
}

table.ss_tasks_list th {
	background-color: #F7F7F7;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 10px !important;
	text-align: left;
	padding: 3px 0px 3px 5px;
	white-space: nowrap;
	overflow: visible;
}
table.ss_tasks_list td {
	padding: 3px 0px 3px 6px;
	font-size: 10px !important;
	border-bottom: 1px solid #ccc;
	
	
}

table.ss_tasks_accessory td {
	font-size: 10px;
}


table.ss_tasks_list td.ss_iconsContainer {
	white-space: nowrap;
}
table.ss_tasks_list ul, table.ss_tasks_list li {
	margin:0px;
	padding:0px;
	border:0px;
}

table.ss_tasks_list .ss_due, table.ss_tasks_list .ss_assigned {
	font-size: 10px;
}

table.ss_tasks_list td.ss_overdue, table.ss_tasks_list td.ss_overdue a {
	color: #CC0000;
	font-weight: bold;
}
div.ss_title_menu {
	display:inline;
}

/* Statistic styles - start */
table.shortColoredBar { width: 100px;}
table.coloredBar { 
width: 220px;
margin-left:5px;
margin-bottom:3px;
}

table.ss_statisticTable td {vertical-align:top;}

table.ss_statisticContainer {
	margin: 3px 0px 3px 6px;
	padding:0px;
	border-spacing: 0px;
	padding:0px;
	border-collapse: collapse;	
	border:0px;
}
table.ss_statisticContainer td {
	font-size: ${ss_style_font_finestprint};
	white-space: nowrap;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;	
	border:0px;
}
div.statistic0, td.statistic0 {background-color:#EF5612;}
div.statistic1, td.statistic1 {background-color:#EC9112;}
div.statistic2, td.statistic2 {background-color:#617F9F;}
div.statistic3, td.statistic3 {background-color:#995DB2;}
div.statistic4, td.statistic4 {background-color:#70AE55;}
div.statistic5, td.statistic5 {background-color:#72AF58;}
div.statistic6, td.statistic6 {background-color:#617F9F;}
div.statistic7, td.statistic7 {background-color:#547AA5;}

div.ss_statusBar div.statistic0, table.ss_statusBar td.statistic0 {background-color:#EC9112;}
div.ss_statusBar div.statistic1, table.ss_statusBar td.statistic1 {background-color:#617F9F;}
div.ss_statusBar div.statistic2, table.ss_statusBar td.statistic2 {background-color:#70AE55;}
div.ss_statusBar div.statistic3, table.ss_statusBar td.statistic3 {background-color:#995DB2;}

div.ss_statisticBar span, td.ss_statisticBar span {
	margin-left: 2px;
	color: #ffffff;
}
h5.ss_statisticLabel {
	margin:6px 0px 0px 6px;
}
ul.ss_statisticLegend {
	margin:0px 0px 0px 6px;
	padding:0px;
}
ul.ss_statisticLegend li {
	line-height:12px;
	margin:0px;
	padding:0px;
}
ul.ss_statisticLegend li div.ss_statisticLegend {
	float:left; 
	width:12px;
	height:12px;
	margin:0px 3px 3px 0px;
}
div.ss_clear_float {
	height: 0px;
	line-height:0px;
	clear: both;
	font-size:0px;
	border:0px;
}

/* Statistic styles - end */

h4.ss_statisticLabel {
	margin:6px 0px 0px 6px;
}