/*--------------------------------------------------------------
# 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 {
    margin: 5px;
    padding: 0;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

.readon {}

/* design of paragraph with class = error */

p.error {
    display: block;
    background: #ffeaea url('../images/error.gif') 10px 8px no-repeat;
    color: #e56363;
    font-weight: bold;
    border-top: 1px solid #e56363;
    border-bottom: 1px solid #e56363;
    border-left: 1px solid #ef9090;
    border-right: 1px solid #ef9090;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

/* design of paragraph with class = tips */

p.tips {
    display: block;
    background: #f4fdff url('../images/tips.gif') 15px 8px no-repeat;
    color: #63A5FF;
    font-weight: bold;
    border-top: 1px solid #8bd4ea;
    border-bottom: 1px solid #8bd4ea;
    border-left: 1px solid #b5e1ec;
    border-right: 1px solid #b5e1ec;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

/* design of paragraph with class = info */

p.info {
    display: block;
    background: #fffcd8 url('../images/info.gif') 11px 8px no-repeat;
    color: #E48049;
    border-top: 1px solid #eae333;
    border-bottom: 1px solid #eae333;
    border-left: 1px solid #f3ee7a;
    border-right: 1px solid #f3ee7a;
    padding: 10px 15px 10px 40px;
    text-align: justify;
}

p.green {
    display: block;
    background: #eff3e4;
    color: #687b00;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.blue {
    display: block;
    background: #d3dbe7;
    color: #3e5987;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.red {
    display: block;
    background: #e8d4d6;
    color: #672d38;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.yellow {
    display: block;
    background: #f7f5ce;
    color: #b8b120;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.grey {
    display: block;
    background: #dedede;
    color: #5a5a5a;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

p.dark1 {
    display: block;
    background: #506267;
    color: #ffffff;
    border: none;
    padding: 10px 15px 10px 15px;
    text-align: justify;
}

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

.quote {
    color: #bbc4c6;
    margin-bottom: 12px;
    padding: 10px 60px 15px 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-align: justify;
    display: block;
    background: url('../images/quota_bottom.gif') 0 bottom no-repeat;
}

/*TABLE ARTICLE*/

table.table {
    margin: 5px 0;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

td.table, .table td {
    padding: 10px 10px;
    color: #fff;
    border-bottom: 1px solid #86989b;
}

th.table, .table th {
    background: #506267;
    border-top: 1px solid #bbc4c6;
    border-bottom: 1px solid #86989b;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
}

/*LINKED LIST ITEM*/

ul.linked {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

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

ul.linked li a:link,
 ul.linked li a:visited {
    color: #bbc4c6;
    text-decoration: underline;
    background: url('../images/linked_normal.png') 0 5px no-repeat;
    padding-left: 20px;
}

.white ul.linked li a:link, 
.white ul.linked li a:visited {
    color: #566B70;
}

ul.linked li a:hover {
    color: #bbc4c6;
    background: url('../images/linked_hover.png') 0 5px no-repeat;
    text-decoration: underline;
    padding-left: 26px;
}

.white ul.linked li a:link, 
.white ul.linked li a:visited {
    color: #566B70;
}