/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

.border_img {
	border: 4px solid #dfe0db;
}

.border_img2 {
	border: 3px solid #fff;
}

.djf_text a.btn,
a.readon:link,
a.readon:visited {
    text-align: right;
    padding: 5px 0;
    font-weight: bold;
    display: block;
    color: #871010;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}

.djf_text a.btn:hover,
a.readon:hover {
	text-decoration: underline;
}
	
p.green {
    border-left: 3px solid #47750E;
    padding: 0 0 0 10px;
}

p.blue {
    border-left: 3px solid #1e9ff1;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #f11e1e;
    padding: 0 0 0 10px;
}

p.yellow {
    border-left: 3px solid #FDBC19;
    padding: 0 0 0 10px;
}

p.grey {
    border-left: 3px solid #666;
    padding: 0 0 0 10px;
}

p.greenfill {
    background: #47750E;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.bluefill {
    background: #1e9ff1;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.redfill {
    background: #f11e1e;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.yellowfill {
    background: #FDBC19;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.greyfill {
    background: #666;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

.quote {
    background: #871010 url(../images/quote.png) top right no-repeat;
    display: block;
    padding: 20px 65px 20px 20px;
	color: #fff;
    font-style: italic;
    line-height: 18px;
    font-size: 12px;
}