.sortable {
	width:930px; 
	border:1px solid #c6d5e1; 
	/*border-top:1px solid #c6d5e1; */
	/*border-bottom:none; */
	margin:0 0 26px;
	}
	
.sortable th {background:none; text-align:left; color:#cfdce7; border:0px solid #fff; border-right:none}
.sortable th h3 {font-size:10px; padding:6px 8px 8px}
.sortable td {padding:4px 6px 6px; border-bottom:0px solid #c6d5e1; border-right:0px solid #c6d5e1; font-size:12px; cursor:pointer; text-align:center}


th.headerSortUp { 
    background-image: url(/etc/table-images/small_asc.gif); 
    background-color: #ecf2f6; 
} 

th.headerSortDown { 
    background-image: url(/etc/table-images/small_desc.gif); 
    background-color: #ecf2f6; 
} 

th.header { 
    background-image: url(/etc/table-images/small.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 12px; 
    margin-left: -1px; 
} 

.even {background: #ecf2f6;}

.ablink {
	text-decoration: none;
	/*color: #330000;*/
}

a:hover.ablink {
	text-decoration: underline;
}


table#flatrate h3,
table#volumen h3,
table#prepaid h3,
table#tagesflatrate h3
{
	padding-top: 16px;
}
table#flatrate img,
table#volumen img,
table#prepaid img,
table#tagesflatrate img {
	padding-top: 8px;
}
