/*!
 * sfPlaceholderLabels - jQuery Content Placeholder Labels for Sitefinity 4.x
 *
 * Copyright (c) 2012 Tim Williamson
 *
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Version : 1.1.0
 * Released: Thursday 26th January, 2012
 */
.placeholderMeta {	background-color:#535353; border-radius:0px 0px 5px 5px; color:#ffffff; float:left; font:bold 11px/23px arial; overflow:hidden; padding-right:8px; position:absolute; text-align:left; z-index:10002; }
.sfplOverlay { background-color:#cc1166; background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); border-radius:0px 0px 5px 5px; border-top:3px solid #535353; height:100%; position:absolute; width:100%; z-index:10001; -moz-opacity:0.25; opacity:.25; filter:alpha(opacity=25); }
.placeholderMeta .title { float:left; margin-left:8px; }
.placeholderMeta .toggle { cursor:pointer; float:left; height:16px; margin-left:3px; width:16px; }
.placeholderMeta .toggle.collapse { background:url(collapse_icon.png) no-repeat 0 4px; }
.placeholderMeta .toggle.collapsed { background:url(expand_icon.png) no-repeat 0 4px; }
.sfplCollapsed { overflow:hidden; }