﻿.icset {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),  0 0 20px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),  0 0 20px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),  0 0 20px rgba(0, 0, 0, 0.1) inset;
    border: #eee 1px solid;
    position: absolute;
    display: none;
    cursor: pointer;
    background: url(../../systems/images/icons/wrench.png) 12px 12px #eee no-repeat;
    width: 40px;
    height: 40px;
    z-index: 1000;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.boxHeader h3 {
    margin-top: 0;
    margin-bottom: 3px;
}
.ic_inline label {
    display: inline;
}
.ic_inline input[type=checkbox], .ic_inline input[type=radio] {
    margin: 3px 3px 5px;
}
.category_tree td {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 10px;
}
.search.adjust {
    margin-bottom: 15px;
    margin-top: 15px;
}
.search.adjust input {
    width: 100%}

.GridView {
    border: #f3f3f3 1px solid;
    border-bottom: #f3f3f3 7px solid;
    background: #fff;
}
.GridViewHeader th {
    color: #333;
    border: #ececec 1px solid;
    background: url(images/grid_header.png);
    font-size: 9pt;
    padding: 14px 10px 11px;
}
.GridViewRow td {
    color: #333;
    border: none;
    border-bottom: #f3f3f3 1px solid;
    font-size: 9pt;
    padding: 10px;
}
.GridViewAlternatingRow td {
    color: #333;
    border: none;
    border-bottom: #f3f3f3 1px solid;
    font-size: 9pt;
    background-color: #f8f8f8;
    padding: 10px;
}
.GridViewPager td {
    border: none;
    padding: 7px 10px;
}

.button {
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #333;
    border: none;
    cursor: pointer;
    line-height: 17pt;
    padding: 7px 20px 8px;
}
.textbox {
    height: 30px;
    font-family: Arial;
    font-size: 10pt;
    padding-left: 7px;
    line-height: 17pt;
    border: 1px solid #adadad;
    background: url(images/textbox.png) #fff repeat-x;
    margin: 0 0 5px;
}
.file {
    height: 30px;
    font-size: 10pt;
    padding-left: 7px;
    line-height: 17pt;
}
fieldset {
    border: #f3f4f5 1px solid;
}
fieldset.web2 {
    border: #f3f4f5 1px solid;
    padding: 0 30px 20px 15px;
}
fieldset.web2 legend {
    font-size: 14px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 0;
}
fieldset.web2 label {
    display: block;
    margin: 14px 0 3px;
    padding: 0;
}
fieldset.web2 div.field-inline {
    margin: 14px 0 3px;
}
fieldset.web2 .button {
    width: auto;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 17pt;
    margin: 12px 0 0;
    padding: 7px 20px 8px;
}
fieldset.web2small {
    border: none;
    font-size: 11px;
    color: #000;
    padding: 0 0 0 7px;
}
fieldset.web2small legend {
    display: none;
}

fieldset.web2small div.field label {
    margin-left: 5px;
    line-height: 25px;
}
fieldset.web2small div.tbc div.field-inline {
    margin: 15px 0;
}
fieldset.web2small div.tbc div.field-inline label {
    display: inline;
    width: 100%;
    font-size: 11px;
    margin: 7px 0;
    padding: 0;
}
fieldset.web2small div.field-inline input[type=checkbox] {
    margin-top: -2px;
    margin-right: 3px;
}
fieldset.web2small .button {
    width: auto;
    line-height: 17pt;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 3px 0 0;
    padding: 4px 20px 5px;
}
a.button, fieldset.web2 a.button, fieldset.web2small a.button {
    text-decoration: none;
    color: #fff;
    padding: 7px 20px 8px;
}
.pagetool {
    height: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.pagetool_content a {
    text-decoration: underline;
}
.quickadd {
    width: 450px;
    background: #fcfcfc;
    border: #eee 1px solid;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 17px;
}
.quickadd a, .quickadd a:link, .quickadd a:visited {
    color: #000;
}
.draftinfo {
    color: #e93213;
}
.StatTable {
    border-collapse: collapse;
}
.StatTableHeader th {
    color: #333;
    border: #ccc 1px solid;
    background: url(images/button.png);
    text-align: center;
    font-size: 10px;
    padding: 5px;
}
.dayWeekend {
    background: #f0f0f0;
}
.MonthSummaryCaption {
    font-size: 16px;
    font-weight: 700;
}
.MonthSummary {
    font-size: 30px;
}
.dashboardMenu h3 {
    font-size: 15px;
    line-height: 15px;
    margin-top: 1px;
    margin-bottom: 2px;
}
.dashboardMenu div {
    border-bottom: #ccc 1px dotted;
    margin-top: 7px;
    margin-bottom: 4px;
}
.dashboardMenu a, .dashboardMenu a:link, .dashboardMenu a:visited {
    letter-spacing: 1px;
    line-height: 20px;
    color: #000;
}
.admin_section_header {
    color: #333;
    border: #ccc 1px solid;
    background: url(images/button.png);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
}
.admin_container {
    border: solid 1px #ccc;
    border-top: 0;
    padding: 7px;
}
.admin_outer_container {
    margin-top: 30px;
}
fieldset.web2 .frm_post_bar {
    font-size: 10px;
    font-family: Tahoma;
    background: url(images/button.png);
    color: #2c2c2c;
    padding-left: 7px;
    height: 16px;
    border: #BEC7D1 1px solid;
}
fieldset.web2 .frm_post_infopanel {
    background-color: #fff;
    border: #BEC7D1 1px solid;
    padding: 12px;
}
fieldset.web2 .frm_post_message {
    background-color: #fff;
    border: #BEC7D1 1px solid;
    width: 100%;
    padding: 8px;
}
.menu_header {
    background: #f3f3f3;
}
.frm_item {
    min-width: 200px;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 20px;
}
.thread_item {
    margin-bottom: 30px;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 30px;
}
.thread_most_recent {
    color: #ff7a22;
    font-size: 12px;
    text-transform: lowercase;
}
.post_initial {
    margin-bottom: 30px;
    background-color: #f3f3f3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 30px;
}
.post_reply {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 30px;
}
.item_date {
    display: block;
    line-height: 18px;
    color: #999;
    margin: 0 0 18px;
    padding: 5px 0 0;
}
.item_date:before {
    content: '\2014 \00A0'}
.makefile label {
    background: url(../../systems/images/icons/document-image.png) no-repeat 2px center;
    padding: 3px 3px 3px 23px;
}
.makelink label {
    background: url(../../systems/images/icons/chain.png) no-repeat 2px center;
    padding: 3px 3px 3px 23px;
}
.makelisting label {
    background: url(../../systems/images/icons/projection-screen-presentation.png) no-repeat 2px center;
    padding: 3px 3px 3px 23px;
}
.makeproduct label {
    background: url(../../systems/images/icons/bank.png) no-repeat 2px center;
    padding: 3px 3px 3px 23px;
}
.addsummary label {
    background: url(../../systems/images/icons/edit-image.png) no-repeat 2px center;
    padding: 3px 3px 3px 23px;
}
.settingbox {
    border: #e3e4e5 1px solid;
    margin-bottom: 15px;
    background: url(../../systems/images/bg_post.jpg) repeat-x #fff;
    color: #000;
    padding: 15px;
}
.msg_ok {
    color: #000;
    background: #EEF6FB;
    border: #C5DFF1 1px solid;
    padding: 15px 7px;
}
.msg_error {
    color: #000;
    background: #FFF2F4;
    border: #FFB9C4 1px solid;
    padding: 15px 7px;
}

.boxContent a.button, .boxContent a.button:link, .boxContent a.button:visited, a.button:link, fieldset.web2 a.button:link, fieldset.web2small a.button:link, a.button:visited, fieldset.web2 a.button:visited, fieldset.web2small a.button:visited {
    color: #fff;
}

fieldset.web2 div label, fieldset.web2 td label {
    display: inline;
    width: 100%;
    margin: 14px 0 3px;
    padding: 0;
}
fieldset.web2 div.field-inline input.textbox, fieldset.web2 div.field-inline input.button {
    display: inline;
    margin: 0;
}
fieldset.web2 .password, fieldset.web2 .file {
    height: 30px;
    font-size: 10pt;
    padding-left: 7px;
    line-height: 17pt;
    border: 1px solid #adadad;
    background: url(images/textbox.png) #fff repeat-x;
}
fieldset.web2small label, fieldset.web2small div.tbc label {
    display: block;
    font-size: 11px;
    margin: 7px 0 1px;
    padding: 0;
}
fieldset.web2small div.field, fieldset.web2small div.field-inline {
    margin: 7px 0 3px;
}
fieldset.web2small div label, fieldset.web2small td label {
    display: inline;
    width: 100%;
    font-size: 11px;
    margin: 7px 5px;
    padding: 0;
}
fieldset.web2small div.field-inline input.textbox, fieldset.web2small div.field-inline input.button {
    display: inline;
    margin: 7px 0 3px;
}
fieldset.web2small .textbox, fieldset.web2small .password, fieldset.web2small .file {
    height: 27px;
    font-size: 9pt;
    border: 1px solid #adadad;
    background: url(images/textbox.png) #fff repeat-x;
    padding: 0 0 0 7px;
}
.StatTable td, .StatTable th {
    border-bottom: #eee 1px solid;
    text-align: center;
    font-size: 10px;
    padding: 2px;
}
.thread_sticky, .post_initial_sticky {
    margin-bottom: 30px;
    background-color: #fffcc4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #eee 1px solid;
    padding: 30px;
}