/*--------------------------------------------------------------
 # 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: 1px solid #B8B7B7;
    margin: 5px;
}

.readon {
    color: #FE5E10 !important;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.green {
    padding: 0 0 0 10px;
    border-left: 3px solid #69b123;
    display: block;
}

.blue {
    padding: 0 0 0 10px;
    border-left: 3px solid #2376b1;
}

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

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

.gray {
    padding: 0 0 0 10px;
    border-left: 3px solid #cecece;
}

p.quote, blockquote {
    padding: 0 0 0 50px;
    background: url("../images/q.png") left top no-repeat;
}

.colortable {
}

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

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

ul.linked, ul.special {
    padding: 0 0 0 5px;
}

ul.linked, ul.special, ul.linked ul, ul.special ul {
    list-style: none;
}

ul.linked li, ul.special li {
    padding: 0 0 0 15px;
    margin: 2px 0;
}

ul.linked li {
    background: url("../images/li-linked.gif") left 6px no-repeat;
}

ul.special li {
    background: url("../images/li-special.gif") left 7px no-repeat;
}