/**
 * Copyright 2006/2009  Alessandro Morandi  (email : webmaster@simbul.net)
 *
 * This program 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 2 of the License, or
 * (at your option) any later version.
 *
 * This program 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

/* CSS file for zenphotopress plugin popup
 * Additional declarations (not already contained in TinyMCE css)
 */

div.zpOpen {
	display:block;
}
div.zpClosed {
	display:none;
}
#options a {
	text-decoration:none;
}
.thumb {
	float:left;
	padding:5px;
	margin:5px;
	border:1px solid black;
}
.normal .normal, .alt .alt {
	display:block;
}
.normal .alt, .alt .normal {
	display:none;
}
.shortInput {
	width:5em;
}
.zpRadioInput {
	border: none;
	background: none;
}
