.sortable {
	background-image: url(/sincmstemplate/content/img/player_bg_sponsor.gif);
}
.sortable th{
	padding: 4px 6px 6px;
}
.sortable td{
	background-color: #f4f3ea;
}
.sortable .head{
	background-image: url(/sincmstemplate/content/img/sort.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}
.sortable .desc{
	background-color: #dfc6a3;
	background-image: url(/sincmstemplate/content/img/desc.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}
.sortable .asc{
	background-color: #dfc6a3;
	background-image: url(/sincmstemplate/content/img/asc.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}

/* ------------ ORGANIZZA LA TUA STAGIONE ------------ */

.sortable2{
	/*background-image: url(/sincmstemplate/content/img/player_bg_sponsor.gif);*/
	background-color: #d8d7c8;
	margin-top: 20px;
}
.sortable2 th{
	font-size: 14px;
	color: #404719;
	font-weight: bold;
	padding: 10px 5px;
}
.sortable2 td{
	background-color: #e3e1d7;
}
.sortable2 td.text_grey,
.sortable2 td.text_orange,
.sortable2 td.text_orange2{
	font-size: 13px;
	font-weight: bold;
}
.sortable2 td.text_grey,
.sortable2 td.text_grey a{
	color: #555555;
}
.sortable2 td.text_orange,
.sortable2 td.text_orange a{
	color: #ff7400;
}
.sortable2 td.text_orange2,
.sortable2 td.text_orange2 a{
	color: #c88a39;
}
.sortable2 .head {
	background-image: url(/sincmstemplate/content/img/sort.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}
.sortable2 .desc {
	background-color: #dfc6a3;
	background-image: url(/sincmstemplate/content/img/desc.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}
.sortable2 .asc {
	background-color: #b1b09b;
	background-image: url(/sincmstemplate/content/img/asc.gif);
	background-position: 6px center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding-left:18px;
}

