.tablescroll
{ font: 12px normal Arial, Tahoma, Geneva, "Helvetica Neue", Helvetica, sans-serif; background-color:#fff; }

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ }

.tablescroll td, .tablescroll th
{ padding:3px 5px; }

.tablescroll_wrapper
{ border-left:0;
overflow: auto }

.tablescroll_body, .tablescroll_head
{
	border: solid 2px white;
	table-layout:fixed;
}
.tablescroll_body, .tablescroll_head,
.tablescroll_body td, .tablescroll_head td,
.tablescroll_body th, .tablescroll_head th
{
	border-collapse:separate;
	
}
.tablescroll_body, .tablescroll_head,
.tablescroll_body tbody, .tablescroll_head thead
{
	background-color: white;
	
}
.tablescroll_body td, .tablescroll_head td,
.tablescroll_body th, .tablescroll_head th
{
	border: 0px none;
}
.tablescroll_head
{ 
	font-size:11px; 
	font-weight:bold; 
	text-align:left; 
	margin-bottom:3px; 
}
.tablescroll_body
{
	border-top: 0px none;
}
.tablescroll_head
{
	border-bottom: 0px none;
}
.tablescroll_head  tr.default-row  th
{ 
	background-color:#dbdb4d; 	
}
.tablescroll_head tr.sortencheck-headerrow th
{
	
}

.tablescroll tbody td
{ 
	background-color: #c7ded0;
	
	color: #003300;
}
.tablescroll tbody td a
{	
	color: #003300;
}

.tablescroll_body tr:first-child td
{ border-top:0px none !important; }

.tablescroll_head tr:first-child td
{ border-bottom:0px none !important; }

.tablescroll_foot
{ font-weight:bold; background-color:#eeeeee; border-left:0; border-top:0; margin-top:3px; }

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }


.tablescroll_head .sortable
{
	cursor:pointer;
	background-position: 98% center;
	background-repeat: no-repeat;	
}
.YearsHeaderTable .sortable
{
	cursor:pointer;
	background-position: 100% center;
	background-repeat: no-repeat;	
}

.tablescroll_head .sort-asc
{
	cursor:pointer;
	background-image: url(/sortenspiegel/images/elemente/grid/sort-asc.png)
}
.YearsHeaderTable .sort-asc
{
	cursor:pointer;
	background-image: url(/sortenspiegel/images/elemente/grid/sort-small-asc.png)

}

.tablescroll_head .sort-desc
{
	cursor:pointer;
	background-image: url(/sortenspiegel/images/elemente/grid/sort-desc.png)
}


.YearsHeaderTable .sort-desc
{
	cursor:pointer;
	background-image: url(/sortenspiegel/images/elemente/grid/sort-small-desc.png)
}