/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***custom styles for editor***/
/* border for images with class = border_img  */
.border_img {
    border: 3px solid #C4D1D7;
}

.djf_text a.btn,
.readon {
	text-align: right;
	padding: 0 10px 0 0; 
	margin: 0; 
	text-decoration: none; 
	font-weight: bold;
	background: url(../images/arrow_orange.png) right center no-repeat;	
}

a.readon:link, a.readon:visited {
	text-decoration: none;
}

.djf_text a.btn:hover,
a.readon:hover {
	text-decoration: underline;
}

p.green {
    padding: 0 0 0 10px;
    border-left: 3px solid #629c36;
}

p.blue {
    padding: 0 0 0 10px;
    border-left: 3px solid #8ab1fd;
}

p.red {
    padding: 0 0 0 10px;
    border-left: 3px solid #f26334;
}

p.yellow {
    padding: 0 0 0 10px;
    border-left: 3px solid #ffcc33;
}

p.grey {
    padding: 0 0 0 10px;
    border-left: 3px solid #cdcdcb;
}
 
p.greenfill {
	background: #629c36;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.bluefill {
	background: #8ab1fd;
	display: block;
    padding: 10px;
    text-align: justify;	
	color: #fff;
}

p.redfill {
	background: #f26334;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #fff;
}

p.yellowfill {
	background: #ffcc33;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #474748;
}

p.greyfill {
	background: #cdcdcb;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #474748;
}

p.dark1 {
	background: #8d6026;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #FFFFFF;
}

p.dark2 {
	background: #5b3300;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #fff;
}

.quote, blockquote {
    background:url("../images/quote.png") no-repeat scroll left top #446372;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-style:italic;
	line-height:18px;
	padding:20px 20px 20px 50px;
}

ul.linked,
ul.square,
ul.linked ul,
ul.square ul {
	list-style: none;
	padding: 0;
}

ul.linked li {
	background: none; 
	padding: 0; 
	margin: 0;
}

ul.linked li a {
	background: url(../images/list_linked.png) no-repeat 0 6px;
	display: block;
	color:#8D6026;
	margin: 0 0 0 3px;
	padding: 0 0 0 15px;
	text-decoration: underline;
}

ul.linked li a:hover {
	background: url(../images/list_linked_hover.png) no-repeat 0 6px;
	padding: 0 0 0 25px;
	text-decoration: underline;
}

ul.square li {
	background: url(../images/li.png) no-repeat 0 7px; 
	margin: 0 0 0 3px; 
	padding:0 0 0 15px;	
}

ul.square li li, ul.square li ul.square li {
	background: url(../images/li_square.png) no-repeat 0 7px;
	}



