.table-list {
	width:100%;
	margin:1em auto;
	text-align:left;
	border-collapse:collapse;
}

.table-list .column1	{
	background:#f9fcfe;
}
.table-list td {
	color:#333;
	border: 1px solid #6da0d8;
	border-width:1px 0px;
	padding:3px;
	background:#fff
}	
.table-list tr.odd td,
.table-list tr.odd .column1 {
	background:#f4f9fe url(../img/background.gif) no-repeat;
	color:#1c5ca4;
}

.table-list td .rating-stars img{
	float:none;
	margin:0 1px;
}

.table-list .action img{
	float:none;
	margin:0px;
}

.table-list .action{
	text-align:center;
}

.table-list tr.rowDrag td{
	background:#88b9f0;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
}

.table-list th {
	font-weight:normal;
	color: #678197;
	border: 1px solid #6da0d8;
	padding:.3em 1em;
}	
.table-list thead th {
	background:#deeeff url(../img/table-header.png) no-repeat left top;
	font-family:"Tahoma",Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#FF7F05;
	padding:8px 5px;
}				
.table-list tfoot th {
	background:#f4f9fe;
	text-align:center;
}	
.table-list tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}		
.table-list tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

.table-list tfoot td{
	background:#cae5ff;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.table-list tfoot td a{
	margin:0px 3px;
	text-decoration:none;
}