#advanced {
	font-size: small;
	text-align: left;
	border-collapse: collapse;
	display: none;
}

#paymenthead {
	width: 100%;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
	display: table;
}

#paymentlist {
	width: 100%;
	font-size: small;
	text-align: left;
	border-collapse: collapse;
	display: none;
	margin-top: 20px;
}

#paymentlist input {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

#advanced thead, #paymentlist thead, #paymenthead thead {
	width: 550px;
}

#advanced th {
	padding: 10px;
	padding-left: 19px;
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header_sortable.jpg') no-repeat 0 0;	
	height: 32px;
	border: 1px solid #C1DAD7;
}

#paymentlist th, #paymenthead th {
	padding: 10px;
/*	padding-left: 19px;*/
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header.jpg') no-repeat 0 0;	
	height: 32px;
	border: 1px solid #C1DAD7;	
}

#advanced td, #paymenthead td {
	padding: 5px;
	height: 32px;
	border: 1px solid #C1DAD7;
}

#paymentlist td {
	padding: 5px;
	height: 32px;
	border: 1px solid #C1DAD7;
	text-align: center;
}

#paymentlist .notes {
	width: 45%;
}

#paymentlist .notes-cell input {
	width: 95% !important;
}

#paymentlist .dates-cell input {
	width: 80% !important;
}

#advanced th.forwardSort, #paymentlist th.forwardSort, #paymenthead th.forwardSort {
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header_down.jpg') no-repeat 0 0;
}

#advanced th.reverseSort, #paymentlist th.reverseSort, #paymenthead th.reverseSort {
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header_up.jpg') no-repeat 0 0;
}

#logs,#logs2 {
	font-size: small;
	text-align: left;
	border-collapse: collapse;
}

#logs thead,#logs2 thead {
	width: 550px;
}

#logs th,#logs2 th {
	padding: 10px;
	padding-left: 19px;
	background: #eee;/* url('http://static.subscribe.realbuzz.com/images/tables/bg_header.jpg') no-repeat 0 0;*/		
	height: 32px;
	border: 1px solid #C1DAD7;
}

#logs .C,#logs2 .C {
	background: #bbffcc !important;
}

#logs .E,#logs2 .E {
	background: #fffebb !important;
}

#logs .D,#logs2 .D {
	background: #ff8b8a !important;
}

#logs td,#logs2 td {
	padding: 5px;
	height: 32px;
	border: 1px solid #C1DAD7;
}

#logs th.forwardSort,#logs2 th.forwardSort {
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header_down.jpg') no-repeat 0 0;
}

#logs th.reverseSort,#logs2 th.reverseSort {
	background: #ccc url('http://static.subscribe.realbuzz.com/images/tables/bg_header_up.jpg') no-repeat 0 0;
}

.table-title-split {
	font-weight: bold;
	text-align: center;
}


th.arrow-order-up {	
	background: #eee url('http://static.subscribe.realbuzz.com/images/icons/sort-up.png') no-repeat center right !important;
	cursor: pointer;
}

th.arrow-order-down {
	background: #eee url('http://static.subscribe.realbuzz.com/images/icons/sort-down.png') no-repeat center right !important;
	cursor: pointer;
}

th.arrow-order-none {
	background: #eee url('http://static.subscribe.realbuzz.com/images/icons/sort-none.png') no-repeat center right !important;
	cursor: pointer;
}
