

/* TABLE - LIST OF ITEMS */

table.list_items {
	margin-bottom: 20px;
	clear: both;
}


table.list_items a {

}

table.list_items td {
	padding: 0px 4px 0px 4px;
	vertical-align: top;
	line-height: 20px; 
}

td.cell_title {
	min-height: 20px;
	height:auto !important;
	height: 20px;  
	background: #47627a;	
	color: #eee;	
}
	
td.cell_title a:hover{
	text-decoration: underline;
	color: #fff;
}

td.cell_title a{
	color: #eee;
	text-decoration: none;
}

tr.row1 a{
	color: #333;
}

tr.row2 {
	background-color: #F2F2F2;
}	


tr.row2 a {
	color: #9d0a0e;
}

td.cell a {
	min-height: 20px;
	height:auto !important;
	height: 20px; 
	display: block; 
	text-decoration: none;
}


td#cell1{
	width: 35px; 
}

td#cell2{
	width: 60px; 
}

td#cell3{
	width: 500px; 
}

td#cell4{
	width: 23px; 
	background: #e0e0e0;	
}

td#cell5{
	width: 37px; 
	background: #e0e0e0;	
}

td.heading2 {
	background: #47627a;	
	padding: 6px;
	color: #fff;
	font-weight: bold;
}

td.heading3 {
	background: #eee;	
	padding: 6px;
	vertical-align: top;
}

