/**
 * Copyright (c) 2000-2011 Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */

.my-subscriptions-portlet {
	.asset-name {
		font-size: 12px;
		font-weight: bold;

		input {
			display: none;
		}
	}

	.results-row.asset-name td,
	.results-row.asset-name.alt td {
		background: #DCDCDC;
	}
	
	.global-subscription {
		font-size: 12px;
		font-weight: bold;

		input[type="checkbox"] {
			display: none;
		}
	}
	
	.results-row.global-subscription td,
	.results-row.global-subscription.alt td {
		text-indent:28px;
	}
	
	.my-subscription-button input[type="button"]{
		background-color: #F3F0F0;
		background-image: url(@theme_image_path@/common/subscription.png);
		background-position: 5px 50%;
		padding: 0 5px 0 25px;
		background-repeat: no-repeat;
		min-width: 80px;
		line-height: 10px;
		text-align: left;
		width:auto;
		overflow:visible;
		height: 20px; 
	}
}