/**
 * @version    $Id: editor.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright  Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
 */

body {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 14px;
  font-size: 76%;
    color: #000;
}

h1 {
  font-family:Helvetica ,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
}

h2 {
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #990000;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #990000;
}

h4 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #990000;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #990000; text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #ff0000;  text-decoration: underline;
  font-weight: bold;
}
#breadcrumb.ul {
  font-family: Arial, Helvetica, sans-serif;
color: #ffffff; text-decoration: none;
  font-weight: normal;
  }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }