@CHARSET "ISO-8859-1";
.handlerHeader {
	width: 100%;
	background-color: #0B60B8;
	color: #FFFFFF;
	font-weight: bold;
}

.handlerHeaderSubs {
	width: 100%;
	background-color: #0B60B8;
	color: #FFFFFF;
	font-size: 1.2em; 
}

.subscriptionHeader {
	float: left;
	width: 50%;
}

.changeHeader {
	float: left;
	width: 40%;
}

.deleteHeader {
	float: left;
	width: 10%;
}

.headerClear {
	height: 1em;
	clear: both;
}

.subscriptionRow {
	width: 100%;
	background-color: #FFFFFF;
}

.subscriptionListing {
	float: left;
	width: 50%;
}

.changeType {
	float: left;
	width: 40%;
}

.deleteSub {
	float: left;
	width: 10%;
}

.rowClear {
	height: 1px;
	clear: both;
}

form {
	display: inline;
}



