/* @group Table list */
table.list 
{
	border-spacing: 2px 2px;
	border-collapse: collapse;
	border-color: #efefef;
}
/* @subgroup List title */
table.list caption 
{
	height: 1.5em;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}
/* @subgroup Table column labels */
table.list thead tr 
{
	background: transparent;/*70bbe5*/
	color: #333;
}
table.list thead tr th 
{
	padding: 6px 4px;
	border-top: 2px solid #EB1C22;
	border-bottom: 2px solid #EB1C22;
}
table.list thead tr td 
{
	padding: 6px 4px;
	border-top: 2px solid #EB1C22;
	border-bottom: 2px solid #EB1C22;
}
/* @subgroup Table column data */
table.list tbody tr 
{
	background: transparent; /*#fff*/
}
table.list tr.odd 
{
	background: transparent;
}
table.list tr.even 
{
	background: transparent; /*#fff*/
}
table.list tbody tr.hover 
{
	background: transparent; /*#cfcfcf*/
	/*color: #fff;*/
}
/*table.list tbody tr.hover a
{
	color: #fff;
}*/
table.list tbody tr td 
{
	padding: 0px 4px;
	/*border-bottom: 1px solid #70bbe5;*/
}
table.list tbody.padding tr td 
{
	padding: 5px 4px;
	/*border-bottom: 1px solid #70bbe5;*/
}
table.list tbody tr td a 
{
	line-height:25px;
	color: #000;
}
/* @subgroup selected table row */
table.list tbody tr.selected 
{
	/*background-color: #f8bb8e;*/
	/*color: #fff;*/
}
table.list tbody tr.selected td 
{
	/*border-bottom-color: #70bbe5;*/
}
table.list tbody tr.selected td a 
{
	/*color: #fff;*/
}
/* @subgroup Table footer */
table.list tfoot {}
