/* joomla classes
 --------------------------------------*/
.blog {
    width: 100%;
}

.contentpaneopen {
    width: 100%;
}

.buttonheading {
    padding: 8px 0 0 0;
    text-align: right;
    vertical-align: top;
}

.buttonheading img {
    margin: 0 0 0 5px;
}

table.contenttoc {
    float: right;
    margin: 10px;
    border: 1px solid #cfcccc;
}

table.contenttoc th {
    padding: 2px 10px;
    font-weight: bold;
    background: #f1f1f1;
    border-bottom: 1px solid #cfcccc;
}

table.contenttoc td {
    padding: 2px 10px;
}

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

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

.article_column {
    vertical-align: top;
}

.column_separator {
    padding: 0 0 0 35px;
}

.componentheading {
    padding: 0px 0px 15px 0px;
    font-size: 24px;
    line-height: 31px;
    text-transform: lowercase;
    color: #424242;
}

.contentheading, .componentheader, a.contentpagetitle:link, a.contentpagetitle:visited {
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 25px;
    text-transform: lowercase;
    color: #424242;
    text-decoration: none;
}

.category {
    font-weight: normal;
}

.inputbox, .validate-email, .required {
    margin: 3px 0px;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    color: #424242;
    background: #fff;
    border: 1px solid #888888;
}

.inputbox:focus, .validate-email:focus, .required:focus {
    border: 1px solid #000;
}

input#modlgn_remember {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

textarea#contact_text {
    font-size: 1.5em;
}

input.button, button.button, button.validate {
    margin: 3px 3px 3px 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: bold;
    color: #cb7c21;
    background: url("../images/readon.png") right center no-repeat;
    border: none;
    cursor: pointer;
}

.small, .smalldark, .createdate, .modifydate, .img_caption { font-size: 11px; }

.blog_more {
    padding: 10px 0;
}

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

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

a.readon:link, a.readon:visited {
    display: block;
    margin: 10px 0;
    padding: 0;
    height: 17px;
    text-indent: -5000px;
    background: url(../images/readon.png) right center no-repeat;
}

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

.sectiontableheader, .sectiontableheader td {
    padding: 4px;
    font-weight: bold;
    background: #cecece;
}

.sectiontableheader a:link, .sectiontableheader a:visited {
    color: #2e2e2e;
    text-decoration: none;
}

.sectiontableentry1 td {
    padding: 4px;
    background: #ffffff;
}

.sectiontableentry2 td {
    padding: 4px;
    background: #ebebeb;
}

table.poll {
    width: 90%;
    text-align: left;
}

.poll thead {
    text-align: center;
}

.pollstableborder {
    margin: 5px 0;
    text-align: left;
}

.pollstableborder td {
    padding: 2px;
    vertical-align: middle;
}

.article_separator {
    display: block;
    margin: 7px 0px;
    width: 100%;
    height: 1px;
}

.back_button {
    padding: 5px;
}

div.syndicate div {
    text-align: center;
}

.tool-tip {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cfcccc;
}

/* Unpublished
 --------------------------------------*/
.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}

/* System Messages
 --------------------------------------*/
#system-message {
    margin-bottom: 10px;
    padding: 0;
}

#system-message dt {
    font-weight: bold;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    padding: 10px;
    color: #0055BB;
    margin-bottom: 10px;
    list-style: none;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}

/* System Standard Messages
 --------------------------------------*/
#system-message dt.message {
    display: none;
}

#system-message dd.message {
}

#system-message dd.message ul {
    color: #0055BB;
    background: #C3D2E5 url(../../system/images/notice-info.png) no-repeat scroll 4px center;
    border-bottom: 2px solid #63A5FF;
    border-top: 2px solid #63A5FF;
}

/* System Error Messages
 --------------------------------------*/
#system-message dt.error {
    display: none;
}

#system-message dd.error {
}

#system-message dd.error ul {
    color: #CD3301;
    background: url(../../system/images/notice-alert.png) 4px center no-repeat #FAE8E8;
    border-top: 2px solid #CD3301;
    border-bottom: 2px solid #CD3301;
    margin: 0
}

/* System Notice Messages
 --------------------------------------*/
#system-message dt.notice {
    display: none;
}

#system-message dd.notice {
}

#system-message dd.notice ul {
    color: #E48049;
    background: #FDF6E4;
    border-top: 2px solid #E48049;
    border-bottom: 2px solid #E48049;
}

#system-message ul li {
    background: none;
    margin-left: 30px;
}

