table.table_sorter tr td{
	text-align:left;
	font-size:12px;
}
.unique_table{
	border-collapse:collapse;
}
table.table_sorter th,.unique_table th {
	padding: 5px 5px 5px 10px;
	color:#FFF;
	background-color:#386eb0;
	text-align:left;
	border:1px solid #CCC;
	font-size:13px; font-weight: bold;
}
table.table_sorter td,.unique_table td{
	padding:8px;
	border:1px solid #CCC; 	
}
table.table_sorter {
	width:100%;
	border-collapse:collapse; /*margin-top:15px;*/
}

table.table_sorter .highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
table.table_sorter .header {
	background-image:url(../images/small.gif);
	background-repeat: no-repeat;
	background-position:0 8px;
	padding-left: 20px !important;
}
table.table_sorter .headerSortUp {
	background-image: url(../images/small_asc.gif);
	background-repeat: no-repeat;
	background-position:0 13px;
	padding-left: 20px;

}
table.table_sorter .headerSortDown {
	background-image: url(../images/small_desc.gif);
	background-repeat: no-repeat;
	background-position:0 9px;
	padding-left: 20px;
}
table.table_sorter tr td#bpr_news{
	text-align:left;
}
table.table_sorter tr.even { 
	background-color:#f8f8f8;
}
table.table_sorter tr td.fisrt_cell{
	text-align:left;
}
th.align-left{
	text-align:left;
}
#agreement_list_div table#newsletter_table{word-break: break-all;}

table.table_sorter.data-table tr.even{ background-color:transparent;}