/**
 * @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
 */

h2.mooaccordion {
border-left: 1px solid !important;
color: #555;
font-family: Arial;
margin: 10px 0;
font-size: 1.4em;
font-weight: normal;
padding: 0px 5px !important;
}
 h2.mooaccordion:hover
 { text-decoration:underline; border-left: 10px solid #DF002C !important;}
 
blockquote {
background-image: url(../images/blockquote-close.gif);
background-color: #f5f5f5;
background-repeat: no-repeat;
background-position: right bottom;
margin: 20px 0;
}
blockquote p:first-child {
background-image: url(../images/blockquote-open.gif) !important;
padding-left:90px;
background-repeat: no-repeat;
background-position: left top;
padding-top:10px;
min-height:43px;
}
blockquote p 
{
padding-left:90px;
width:522px;
}
img.imageleft
{
float:left;
margin-right:7px;
}
img.imagemiddle
{
float:left;
margin-left:0;
}
img.imageright
{
float:right;
margin-left:7px;
}
.redborder
{
margin:25px;
font-size:1.5em;
border:2px solid #DF002C;
border-radius:10px;
padding:5px;
-webkit-box-shadow: 0px 7px 10px 0px #888;
  box-shadow:0px 7px 10px 0px #888;
}
.dashborder
{
font-size:1.2em;
border:2px dashed #666666;
padding:5px;
}
.dashedline
{
border-bottom:2px dashed #666666;
}

.highlightright
{
float:right;
margin-left:10px;
}
.highlightleft
{
float:left;
margin-left:10px;
}
.highlightleft, .highlightright {
-moz-border-radius:4px 4px 4px 4px;
border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #DF002C;
color:#FFFFFF;
font-size:1.4em;
padding:5px;
width:250px;}
