#subscriber_list {
	width:100%;
	border: 1px solid gray;
	border-collapse: collapse;
}
#subscriber_list td {
    border: 1px dashed gray;
    padding:3px;
    font-size:11px;
}
.high {
    background-color:#eee;
}
.header {
	background-color:#ccfe01;
	color: black;
	font-weight:bold;
}
.title {
	text-decoration:none;
	border-bottom: 1px dashed green;
	cursor:help;
}
