.centerImage
{	
	position:fixed;
	top:50%;
	left:50%;

	margin-top: -168px;
	margin-left:-100px;
}

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

.tablescroll td, 
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #ccc; }

.tablescroll td
{ padding:20px; }

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head
{ 
	font-size:11px; font-weight:bold; background-color:rgb(255, 240, 240); border-left:0; border-top:0; margin-bottom:3px; 
}

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

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

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-size:11px; font-weight:bold; background-color:rgb(255, 240, 240); border-left:0; border-top:0; margin-top:3px; }

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

tbody tr:nth-child(even) td {background-color:rgb(240, 255, 240);}

.header 
{
	background-image: url("bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.headerSortUp 
{
	background-image: url("asc.gif");
}
.headerSortDown
{
	background-image: url("desc.gif");
}

