/*
 *  Module ArticleStyle v 0.0
 *  CSS Style Document
 */

.article {
    font-size: 15px;
    color: rgb(60, 61, 62);
    text-align: justify;
}

.article h1 {
    font-size: 30px;
}

.article h2 {
    font-size: 18px;
}

.article h3 {
    /*font-weight: bold;*/
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;    
    /*text-transform: uppercase;
    color: rgb(176, 28, 46);
    color: rgb(196, 18, 0);*/
}

.article h4 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.article p {
    margin-top: 5px;
}

.article ul {
    margin-top: 5px;
}

.article p.first:first-letter {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.article p.navigation {
    font-size: 11px;
    color: gray;
}

.article .bold {
    font-weight: bold;
}

.article .black {
    color: black;
}

.article .italic {
    font-style: italic;
    color: gray;
}

.article .code {
    font-family: "Courier New", Courier, monospace;
    color: black;
}

.article a {
    text-decoration: none;
    color: rgb(83, 137, 160);
}

.article a:hover {
    color: rgb(249, 157, 0);
}

.article img {
    /*border: 1px solid rgb(140, 140, 140);*/
    /*color: rgb(107, 92, 79);*/
    border: none;
}

.article table {
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 1px solid rgb(218, 218, 218);
    width: 100%;
}

.article tr.highlighted {
    background-color: rgb(255, 237, 217);
}

.article caption {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.article th {
    padding: 3px;
    border: 1px solid rgb(218, 218, 218);
    background-color: rgb(83, 137, 160);
    font-weight: bold;
    color: white;
}

.article th a.ascSort {
    padding-left: 9px;
    text-decoration: none;
    color: white;
    background: url(img/arrow_up.gif) 0px 4px no-repeat;
}

.article th a.ascSort:hover {
    padding-left: 9px;
    color: rgb(249, 157, 0);
    background: url(img/arrow_up_highlighted.gif) 0px 4px no-repeat;
}

.article th a.descSort {
    padding-left: 9px;
    text-decoration: none;
    color: white;
    background: url(img/arrow_down.gif) 0px 4px no-repeat;
}

.article th a.descSort:hover {
    padding-left: 9px;
    color: rgb(249, 157, 0);
    background: url(img/arrow_down_highlighted.gif) 0px 4px no-repeat;
}

.article th a {
    text-decoration: none;
    color: white;
}

.article th a:hover {
    color: rgb(249, 157, 0);
}

.article td {
    padding: 3px;
    border: 1px solid rgb(218, 218, 218);
}

.article .code {
    font-family: monospace;
    background-color: rgb(233, 234, 234);
}
