/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
Customized for each project.
*/
/* Same as title_subtitle except without padding left */
.subtitle {
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    color: #cc5220;
    padding: 0
    }
h3 {
    font-size: 13px;
    color: #cc5220
    }
h4 {
    font-size: 11px;
    color: #cc5220
    }
hr {
    border: 1px solid #ccc;
    height: 1px;
    margin: 0 5px
    }
table.tableData {
    margin: 0;
    padding: 0;
    border: 1px solid #a3b957
    }
.tableData td {
    border-top: 1px solid #c3bfa7;
    border-right: 1px solid #c3bfa7;
    padding: 4px;
    margin: 0
    }
.tableData a {
    color: #000;
    text-decoration: none;
    font-weight: bold
    }
.tableData th {
    background-color: #a3b957;
    padding: 2px;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    border: none
    }
table.tableBox {
    margin: 15px 0;
    font-size: 11px;
    background: #fff;
    padding: 5px 10px;
    border: 2px solid #a3b957
    }
/*
Inherit stock styles
*/
body, td, th, p, select, li, ul, blockquote, textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #4a4a4a;
    line-height: 14px
    }
a {
    color: #000
    }