
table.list thead td, table.list thead td a, table.list thead td a:visited {
	font-weight:bold;
	color:#000;
	background-color:#E2EBED;
}
table.list td{
	border-color: white;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 0 5px 0 5px;
	font-size: 12px;
}
table.list {
	border-spacing: 0;
	width: 100%;
	border:1px solid #FFF;
	border-collapse: collapse;
}
table.list .number, table.list .created_gmt, table.list .status_gmt, table.list .activity, table.list .rating {
	text-align: right;
}	
table.list .count {
	text-align: center;
}
table.list td a, table.list td a:visited {
	text-decoration: none;
}
table.list td.number, table.list td.input {
	width:22px;
}
table.list td.inputlarge {
	width:100px;
}
.tableRollOverEffect1{
	background-color:#317082;
	color:#FFF;
}

.tableRowClickEffect1{
	background-color:#F00;
	color:#FFF;
}
.error {
	text-align:center;
}

