/**
 * Core Design Favorite Pages module for Joomla! 1.5
 * @author		Daniel Rataj, <info@greatjoomla.com>
 * @package		Joomla 
 * @subpackage	Content
 * @category	Module
 * @version		1.1.2
 * @copyright	Copyright (C) 2007 - 2010 Great Joomla!, http://www.greatjoomla.com
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL 3
 * 
 * This file is part of Great Joomla! extension.   
 * This extension is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This extension 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 */

/* UI Widget content */
.cdfapa .cdfapa_widget {
	padding: 8px;
} 

/* No notes */
.cdfapa .fav_no_notes {
	font-style: italic;
}

/* FAPA box */
.cdfapa .fapa_box {
	/* empty */
}

/* FAPA box - item */
.cdfapa .fapa_box .fapa {
	padding: 5px !important;
	line-height: 120%;
	margin: 3px 0;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.cdfapa .fapa_box .fapa_hover {
	background-color: #f5f5f5 !important;
}
/* FAPA box - item active */
.cdfapa .fapa_box .fapa_active {
	border: 3px solid #dcdcdc;
}

/* FAPA box - UI icon inside */
.cdfapa .fapa_box .fapa .fapa_icon {
	float: left;
	margin-right: 3px;
}

/* Delete favorite */
.cdfapa .fapa_box .fapa .fapa_delete {
	padding: 1px 2px !important;
	margin-left: 3px;
}
/* Delete favorite - link */
.cdfapa .fapa_box .fapa .fapa_delete a {
	color: red !important;
	font-weight: bold !important;
	font-style: italic !important;
	text-decoration: none !important;
}

/* Utils box */
.cdfapa .fapa_utils {
	text-align: right;
}
/* Utils box - inner margin */
.cdfapa .fapa_utils button {
	margin-top: 0px;
  width: 26px;
  height: 26px;
}
.cdfapa .fapa_utils .fapa_add .ui-button-text {
  padding: 5px;
  width: 16px;
  height: 16px;
  display: block;
}

/* Loading image*/
.cdfapa .fapa_utils .fapa_loading {
	background: transparent url(../images/loading.gif) 0 0 no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}

/* Dialog container divs arround the labels */
#fapa_dialog div {
	margin: 10px 0;
}
/* Form labels */
#fapa_dialog div label {
	display: block;
}
/* Form inputs */
#fapa_dialog div input {
	width: 200px;
	border: 1px solid #dcdcdc;
	margin: 0;
	padding: 0;
}
/* Dialog form */
.dialog_form {
	display: none;
}