body {
    background: #fff;
    margin: 0;
    padding: 0;
}

a,
body,
input,
select,
table,
td,
textarea,
span {
    color: #686868;
    font-family: Trebuchet MS, arial, geneva, helv, helvetica, sans-serif, adobe;
    font-size: 9pt;
    line-height: 125%;
}

input, textarea {
    border: 1px solid #c2c2c2;
}

input.newsletter {
    background-color: #f2f1f1;
    border: 0;
    color: #c2c2c2;
    font-family: verdana, arial, sans-serif;
    /*height: 23px;*/
    padding: 4px 5px;
    width: 136px;
}

p {
    margin-top: 0;
    padding-top: 0;
}

table.menu_table {
    border: 0;
    height: 100%;
    padding: 0 3px;
    width: 100%;
}

table.menu_table td {
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.menu {
    color: #fff;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.submenu {
    font-weight: normal;
    text-decoration: none;
}

table.submenu_tab td {
    padding: 2px 0;
    text-align: left;
    vertical-align: middle;
}

.menu_admin {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: lowercase;
}

.newstitle {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.footer {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    color: #c2c2c2;
    height: 50px;
    margin: 20px 0;
}

/* default CMS style */

.moduletitle {
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}

.summarytitle {
    font-weight: bold;
}

td.header, td.header a {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 11pt;
    padding: 2px;
}
div.error {
    font-weight: bold;
    color: #f00;
    padding-bottom: 1em;
}

div.container_box {
    padding: 6px;
    margin: 2px;
}

div.container_editbox {
    border: 2px dashed #ccc;
    margin: 2px;
}

div.container_editheader {
    padding: 3px;
    background-color: #ccc;
}

div.container_editheader table tr td.info {
    font-size: 8pt;
    font-weight: bold;
}

div.itemtitle {
    font-family: Arial, Verdana;
    font-weight: bold;
}

div.form_title {
    font-size: 10pt;
    font-weight: bold;
}

div.form_header {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

tr.even_row {
    background-color: #ddd;
}

tr.row:hover td, tr.row:hover td a {
    background-color: #666;
    color: #fff;
}

tr.odd_row {
}

/** Administration Module Manager form **/
.administration_modmgrheader {
    background-color: #d3d3d3;
}

.administration_modmgrheader span.active {
    color: #008000;
    font-weight: bold;
}

.administration_modmgrheader span.inactive {
    color: #f00;
    font-weight: bold;
}

.administration_modmgrbody {
    padding-left: 10px;
    border: 1px solid #d3d3d3;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

table.debug_object, table.debug_object tr td {
    background-color: #a00;
    color: #fff;
}

table.debug_array, table.debug_array tr td {
    background-color: #0a0;
    color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
    background-color: #00a;
    color: #fff;
}

td.debug_attribute {
    font-family: monospace;
    font-size: 8pt;
}

td.debug_varname {
    font-weight: bold;
}

td.debug_type {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    font-size: 10pt;
}

td.debug_value {
    font-family: monospace;
    font-size: 8pt;
    color: #fff;
}

/* Workflow */
div.workflow_action {
    border: 1px solid #ddd;
    margin-bottom: 1em;
}

div.workflow_inapproval {
    margin-left: 35px;
}

div.workflow_approved {
    border: 2px solid #030;
    background-color: #ddd;
}

div.workflow_action_restored {
    border: 2px dashed #030;
    background-color: #fff;
}

div.workflow_action_posted {
    border: 2px solid #000;
}

/* FAQ Module*/
div.faq_moduletitle {
    font-size: 11pt;
}

td.category_bg {
    background-color: #d3d3d3;
}

td.category_title {
    font-size: 9pt;
    font-weight: bold;
}

td.question {
    font-size: 8pt;
    font-weight: bold;
}

/*Article Module*/
div.article_title {
    font-size: 10pt;
    font-weight: bold;
}

div.article_body {
    font-size: 8pt;
}

td.article_summary {
    font-size: 8pt;
}

a.article_title_link {
    font-size: 9pt;
    color: #00f;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
    border: 1px solid #000;
    border-right: 0;
    background-color: #ddd;
    padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

td.tab_btn_current {
    background-color: inherit;
    border-bottom: 0;
}

td.tab_main {
    padding: .5em;
    border: 1px solid #000;
    border-top: 0;
}

.navlink,
.navlink:link,
.navlink:visited,
.navlink:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0d0d90;
    font-weight: bold;
    text-decoration: none;
    border: 0;
}

.navlink:hover {
    border-bottom: 1px dotted #063;
}

.navlink_small,
.navlink_small:link,
.navlink_small:visited,
.navlink_small:active {
    font-weight: normal;
}