.r1 {
	margin: 0px 0px 10px 0px;
	background-image: url(../images/bg/btmWhite.png);
	padding: 10px;
}

.titleRow {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.rTitle {
	padding:10px 10px 3px 10px;
	font-size:20px;
}

.rTab {
	font-size: 12px;
	padding:0px 10px 3px 10px;
	vertical-align: bottom;
	cursor: pointer;
	color: #888;
}
.rSelect {
	border-bottom: 2px solid #FA0;
}

#pubListDiv {
}

.oneRowPub {
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;	
}
.onePub {
	border: 1px solid #DDD;
	margin: 10px;
	padding: 10px;
	flex-grow:1;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.onePubHeadAndName {
	display: -webkit-flex;
	display: flex;
	align-items: center ;
}
.onePubHeadAndNameHead {
	padding: 0px;
	width:50px;
	height:50px;
	border: 1px solid #aaa;
	border-radius:50px;
	overflow:hidden;
	cursor: pointer;
}
.onePubHeadAndNameHead  img{
	width:50px;
	height:50px;
	cursor: pointer;
}
.onePubHeadAndNameName {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}
.onePubProfitTitle {
	text-align: center;
	color: #AAA;
}
.onePubProfitText {
	text-align: center;
	font-size: 20px;
	color: #5AA;
}
.onePubSubCount {
	display: -webkit-flex;
	display: flex;
	margin: 10px 0px 10px 0px;
}
.onePubSubCountLabel {
	color: #AAA;
}
.onePubSubCountText {
	flex-grow: 1;
	text-align: right;
	color: #888;
}
.btnRow {
	padding: 10px 0px 10px 0px;
}
.subButton {
	text-align: center;
	background-color: #FA0;
	border: 1px solid #DA0;
	padding: 5px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	color: #FFF;
}
.subButton:HOVER {
	background-color: #FFF;
	border: 1px solid #FA0;
	color: #FA0;
}

#subListDiv {
}