@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version       $Id$
 *
 * @author        Reinhard Hiebl
 * @copyright     Copyright (C) 2006 - 2012, HieblMedia (Reinhard Hiebl)
 * @license       Creative Commons Attribution 3.0 Unported License
 *                  > http://www.jyaml.de/en/license-conditions.html
 * @link          http://www.jyaml.de
 * @package       JYAML
 * @subpackage    JYAML.Stylesheet
 *
 */

@import url(../../../libraries/jyaml/yaml/forms/gray-theme.css);

@media all
{
  /* default joomla form validator highlight */
  form.form-validate label.invalid { color: #800 !important; font-weight: bold; }
  form.form-validate input.invalid,
  form.form-validate textarea.invalid,
  form.form-validate select.invalid { border-color: #800 !important; }

  /* equivalent styling for <sup> */
  .ym-form label span.star { color:#800; font-weight:bold; }



  /* your adjustments of yaml form stylesheet */
  /* ... */


}