/*--------------------------------------------------------------
 # 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: 6px solid #ffffff;
}

.border_img2 {
	border: 6px solid #a89465;
}

.border_img3 {
    border: 6px solid #707070;
}

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

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

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

p.green {
    padding: 0 0 0 10px;
    border-left: 6px solid #2e8500;
}

p.blue {
    padding: 0 0 0 10px;
    border-left: 6px solid #67eeff;
}

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

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

p.grey {
    padding: 0 0 0 10px;
    border-left: 6px solid #bdb0b7;
}
 
p.greenfill {
	background: #2e8500;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #bbf085;
}

p.bluefill {
	background: #67eeff;
	display: block;
    padding: 10px;
    text-align: justify;	
	color: #063d67;
}

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

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

p.greyfill {
	background: #bdb0b7;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #5a5a5a;
}

p.dark1 {
	background: #49000e;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #fcecd8;
}

p.dark2 {
	background: #000000;
	display: block;
    padding: 10px;
    text-align: justify;
	color: #a0acaf;
}

.quote, blockquote {
    background: #fff9db url(../images/quote.png) left top no-repeat;
    background-position: 10px 10px;
    border: solid 1px #a89465;
    color: #253949;
    display: block;
    padding: 10px 10px 10px 50px;
    font-style: italic;
    line-height: 18px;
	font-size: 12px;
}

.colortable {
	border-left: 1px solid #c1bebe;
	border-right: 1px solid #c1bebe;
	border-top: 1px solid #c1bebe;
}

.colortable th {
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background: #a89465;
}

.colortable td	{
	padding: 5px; 
	border-bottom: solid 1px #e9e9e9;
	background: #fff9db;
}

.colortable tr {}

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:hover {
	background: url(../images/list_linked_hover.png) no-repeat 0 6px;
	margin: 0 0 0 3px;
	padding: 0 0 0 20px;
	text-decoration: none;
}

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

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



