#participanti th,
#participanti td{
	text-align: left;
}
#participanti th.center,
#participanti td.center{
	text-align: center;
}
#participanti{
	border: 1px solid #d7d7d7;
}
#participanti th{
	color: #404040;
	font-size: 13px;
	font-weight: bold;
	background:#dee8e7 url(images/table/table_h_mid.jpg) repeat-x top left;
}
#participanti td{
	color: #505055;
	font-size: 11px;
	border-bottom: 1px solid #E3E3E3;
	background: #fefefe;
}
#participanti .alt td{
	background: #fbfbfb url(images/table/table_alt.jpg) repeat-x bottom left;
}
#participanti td.nume{
	font-weight: bold;
	color: #606070;
}

.table-top{
	background: url(images/table/table_top_left.jpg) no-repeat left top;
	height: 5px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: -5px;
}
.table-top div{
	background: url(images/table/table_top_right.jpg) no-repeat right top;
	height: 5px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.table-btm{
	background: url(images/table/table_btm_left.jpg) no-repeat left bottom;
	height: 5px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	position: relative;
	margin-top: -5px;
}
.table-btm div{
	background: url(images/table/table_btm_right.jpg) no-repeat right bottom;
	height: 5px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

