/*--------------------------------------------------------------
# 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: 3px solid #90b627;
}

a.readon:link, 
a.readon:visited {
	float: right;
    padding: 2px 20px 2px 5px;
	margin: 0;
    font-weight: normal;
	text-decoration: none;
    font-size: 12px;
    line-height: 18px;
	outline: none;
	overflow: hidden;
	text-align: center;
	background: url(../images/li.png) no-repeat 100% 4px;
	color: #375807;
}

a.readon:hover {
    text-decoration: underline;
}

p.green {
    border-left: 3px solid #90B627;
    padding: 0 0 0 10px;
}

p.blue {
    border-left: 3px solid #4bbfc0;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #c71b1b;
    padding: 0 0 0 10px;
}

p.yellow {
    border-left: 3px solid #ebd30a;
    padding: 0 0 0 10px;
}

p.greenfill {
    background: #90B627;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.bluefill {
    background: #4bbfc0;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.redfill {
    background: #c71b1b;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

p.yellowfill {
    background: #ebd30a;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #fff;
}

.quote {
	display: block;
	font-style: italic;
	padding: 10px 10px 10px 60px;
	color: #fff;
	background: url("../images/quote.png") no-repeat scroll 10px 5px #6B6754;
}