html {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
}

body {
    margin: auto;
    font-family: Arial, sans-serif;
    color: #333;
    background: #FFF;
}

body div {
    font-size: 1em;
}

body table {
    font-size: 1em;
}

a {
    text-decoration: none;
    outline: none;
    color: #0066FF;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input.button_green, button.button_green {
    background: url(/i/buttons/green.gif);
    border: 1px solid #FFF;
    cursor: pointer;
}

input.button_red, button.button_red {
    background: url(/i/buttons/gray.gif);
    border: 1px solid #FFF;
    cursor: pointer;
}

input.button_red:hover, button.button_red:hover {
    background: url(/i/buttons/red.gif);
    border: 1px solid #FFF;
    cursor: pointer;
}

.confirm_button {
    width: 40px;
}

/* Form validation */
form {
    display: block;
    clear: both;
}

form div.required {
    border-left: 3px solid #0066FF !important;
    padding-left: 2px;
}

form div.field-error {
    border-left: 3px solid #c7254e !important;
    padding-left: 2px;
}

form div.field-error-message {
    display: none;
    color: #c7254e !important;
    font-size: 11px;
    margin-top: 3px;
}

form div.field {
    margin-right: 1.5em;
    padding-left: 2px;
    border-left: 3px solid white;
    text-align: left;
}

form div.field_center {
    margin-right: 1.5em;
    padding-left: 2px;
    border-left: 3px solid white;
    text-align: center;
}

form th {
    background-color: transparent !important;
    text-align: right !important;
}

form td.success {
    color: green;
    font-size: 1.2em;
    font-weight: bold;
}

form td.error {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}

.validationDialog {
    text-align: center;
}

.fieldMissing {
    background-color: LightPink;
}

.fieldInvalid {
    background: LightPink;
    font-weight: bold;
}

.alertButton {
    width: auto;
    cursor: hand;
    cursor: pointer;
}

.alertDialog {
    width: 30em;
    border: 2px solid #999;
    padding: 1em;
    background: #ffffff;
    text-align: left;
}

.alertContent .alertButton {
    float: right;
    position: relative;
    bottom: 1em;
}

.missingList, .invalidList {
    padding-bottom: 0.6em;
    padding-top: 0.2em;
    padding-left: 0.1em;
    padding-right: 0.2em;
    margin: 0;
}

.missingList {
    border-top: 4px solid #FFB6C1;
}

.invalidList {
    border-top: 4px solid #FFB6C1;
}

.missingList li, .invalidList li {
    list-style: none;
    font-style: italic;
}

/* Master Header styles */
.mh_table {
    height: 37px
}

.mh_logo_div {
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
}

.mh_nav {
    height: 25px;
    padding-right: 10px;
}

/* Working Canvas styles */
.wc_border {
    background-color: #333333;
    padding-left: 10px;
    background-image: url("/i/border/wc_top.jpg");
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF;
}

.wc_border table {
    color: #FFF;
}

.wc_spacer {
    height: 45px;
}

/* Tabs styles */
.tbs_border {
    height: 30px;
    background-image: url("/i/border/tab_bottom.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: center;
}

.tbs_border_ext {
    background-image: url("/i/border/bg_ext.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}

.tbs, .sub_tbs {
    text-align: center;
}

.tbs_spacer {
    width: 5px;
}

.tbs_tab {
    background-color: #e1e1e1;
    width: 100px !important;
    border: 1px solid #c1c1c1;
    background-image: url("/i/border/tfadeb_u.jpg");
    background-position: top;
    background-repeat: repeat-x;
}

.tbs_tab_ext {
    background-color: #C0D7E2 !important;
    width: 100px !important;
    border: 1px solid #ABC0CB;
}

.tbs_tab a {
    color: #333;
}

.tbs_tab_ext a {
    color: #333;
}

.tbs_selected {
    background-image: url("/i/border/tfadeb.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #333333;
    border: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.tbs_selected_ext {
    background-color: #005C8B !important;
    border: 1px solid #005C8B;
    border-bottom: 1px solid #005C8B;
}

.tbs_selected a {
    color: #FFF;
}

.tbs_selected_ext a {
    color: #FFF;
}

.tbs_title_div {
    margin-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
}

.tbs_tab_extra {
    font-size: 11px !important;
    background: none !important;
    border: 0px !important;
    padding-top: 5px;
    width: 150px !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.tbs_tab_extra a {
    color: #0066FF !important;
}

.sub_tbs_selected {
    background-color: #555 !important;
}

.sub_tbs_tab {
    background-color: #333333;
}

.sub_tbs_table td:hover {
    background-color: #444;
}

.sub_tbs_tab_ext {
    background-color: #005C8B;
}

.sub_tbs_tab a {
    color: #CCC;
}

.sub_tbs_tab a div.tbs_title_div {
    font-size: 11px;
}

.sub_tbs_selected a div.tbs_title_div {
    text-decoration: underline;
    font-weight: bold;
}

.sub_tbs_tab_ext a {
    color: #CCC;
}

.sub_tbs_selected a {
    color: #FFF;
    text-decoration: underline;
}

.sub_tbs_selected_ext a {
    color: #FFF;
    text-decoration: underline
}

/* main body styles */
.main_body {
    padding: 5px;
    min-height: 500px;
}

/* list styles */
.odd {
    background-color: #F1F1F1;
}

.gl_div {

}

.gl_table {
    font-size: 11px;
}

.gl_table input {
    font-size: 11px;
}

.gl_table textarea {
    font-family: sans-serif;
    font-size: 11px;
    line-height: 12px;
}

.gl_table button {
    font-size: 11px;
}

.gl_table select {
    font-size: 11px;
}

.gl_table th {
    background-color: #E1E1E1;
    text-align: left;
    padding: 5px;
}

.gm_title th {
    background-color: #E1E1E1 !important;
    text-align: left !important;
    padding: 5px !important;;
}

.th_right {
    text-align: right !important;
}

.th_link a {
    cursor: pointer;
    font-weight: normal;
}

.gl_noClass {
    background-color: #FFF !important;
    border: 0px solid #FFF !important;
    border-left: 1px solid #e1e1e1 !important;
    padding-left: 3px;
    width: 165px;
}

.gl_title {
    font-weight: bold;
    font-size: 1.1em;
}

.gl_item {
    padding: 2px 1px 2px 1px;
    border-bottom: 1px solid #e1e1e1 !important;
    height: 22px;
}

.gl_item_row {

}


.gl_noBorder {
    background-color: #FFF !important;
    border: 0px solid #FFF !important;
}


.gl_header {
    padding: 2px 1px 2px 1px;
    border-bottom: 1px solid #e1e1e1 !important;
    background-color: #e1e1e1 !important;
    text-align: left !important;
}

.item_noborder {
    border: 0px !important;
}

.gl_item_break {
    border-left: 1px solid #e1e1e1 !important;
}

.gl_item_createdby {

}

.gl_item_detail_limit {
    height: 16px;
    overflow: hidden;
    white-space: normal;
}

.gl_item_options_limit {

}

.gl_item_createdby_limit {
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
}

.gl_item_options_table {

}

.gl_item_opts {

}

.gl_item_date {
    text-align: right;
    width: 65px;
    white-space: nowrap;
}

.gl_item_title {
    font-size: 12px;
    padding-left: 3px;
    text-align: left;
    height: 16px;
    line-height: 18px;
}

.gl_item_title_small {
    font-size: 11px;
}

.gl_item_options {
    padding: 0px;
    height: 100%;
    white-space: nowrap;
    text-align: right;
}

.gl_item_detail {
    width: 100%;
}

.gl_item_options table {
    height: 100%;
    float: right;
}

.gl_item_options td {
    padding: 5px;
}

.gl_item_options a {
    cursor: pointer;
    white-space: nowrap;
}

.gl_item_actions {
    vertical-align: middle;
    height: 100%;
}

.gl_action_confirm {
    height: 100%;
}

.gl_item_type {
    text-align: right;
    color: #F0F0F0;
    width: 60px;
}

.gl_item_PF {
    text-align: left;
    color: #333;
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 3px;
}

.gl_item_type div {
    padding: 3px;
    white-space: nowrap;
}

.gl_selectedLink {
    cursor: pointer;
}

.gl_item_HTML, .gl_item_Clip {
    background-color: #006699;
}

.gl_item_CustomActivity {
    background-color: #fc542b;
    width: 100px;
}

.gl_item_rss {
    background-color: orange;
    width: 22px;
}

.gl_item_workflow_step {
    background-color: orange;
}

.gl_item_HISTORY {
    background-color: #006699;
    width: 100px;
}

.gl_item_Post, .gl_item_FeedPost, .gl_item_Feed {
    background-color: #44AADD;
    width: 65px;
}

.gl_item_Workflow {
    background-color: #006E2E;
    width: 65px;
    padding-right: 5px;
}

.gl_item_SFTPPRMModule {
    background-color: #006E2E;
    width: 120px;
    padding-right: 5px;
}

.gl_item_WebexModule {
    background-color: #0499cf;
    width: 120px;
    padding-right: 5px;
}

.gl_item_WorkflowInstance {
    background-color: #003A59;
    width: 95px;
    padding-right: 5px;
}


.gl_item_directory_contact {
    background-color: transparent;
    width: 300px;
    padding-right: 5px;
    text-align: left;
    color: #333;
    font-size: 12px !important;
}

.gl_client_trial_source .gl_item_clients {
    width: 85px;
    background-color: darkred;
}

.gl_item_ExternalDataSet {
    background-color: #003A59;
    width: 95px;
    padding-right: 5px;
}

.gl_client_ESSENTIALS .gl_item_clients {
    background-color: forestgreen;
    width: 95px;
    padding-right: 5px;
}

.gl_client_PROFESSIONAL .gl_item_clients {
    background-color: #b93a00;
    width: 95px;
    padding-right: 5px;
}

.gl_client_ENTERPRISE .gl_item_clients {
    background-color: #660000;
    width: 95px;
    padding-right: 5px;
}

.gl_client_TRIAL .gl_item_clients {
    background-color: #222;
    width: 95px;
    padding-right: 5px;
}

.gl_client_BASIC .gl_item_clients {
    background-color: #003Ab9;
    width: 95px;
    padding-right: 5px;
}

.gl_client_FEATURE_PACKAGE .gl_item_clients {
    width: 95px;
    padding-right: 5px;
}

.gl_client_inactive .gl_item_clients {
    width: 95px;
    padding-right: 5px;
    background-color: #cccccc;
    color: black;
}

.gl_item_SocialStream {
    background-color: #333;
    width: 75px;
    padding-right: 5px;
}

.gl_item_Offer {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_Lead {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_CRMListSync {
    background-color: #222;
    width: 70px;
    padding-right: 5px;
}

.gl_item_Contact {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_CampaignActivation {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_Organization {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_OpportunityStatus {
    width: 70px;
    padding-right: 5px;
}

.gl_item_OpportunityStatus_CLOSED_WON {
    background-color: #b93a00;
}

.gl_item_OpportunityStatus_CLOSED_LOST {
    background-color: #333;
}

.gl_item_OpportunityStatus_OPEN {
    background-color: #003Ab9;
}

.gl_item_CRMPRMErrorsLog {
    background-color: #660000;
    width: 70px;
    padding-right: 5px;
}

.gl_item_LIST_MAILING {
    background-color: #003A59;
    width: 85px;
}

.gl_item_TEST_MAILING {
    background-color: #660066;
    width: 85px;
}

.gl_item_RELAY_MAILING {
    background-color: #D15600;
    width: 85px;
}

.gl_item_NOTIFICATION {
    background-color: #006E2E;
    width: 85px;
}

.gl_item_INTERNAL {
    background-color: #999;
    width: 85px;
}

.gl_item_Product {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_OpportunityLineItem {
    background-color: #333;
    width: 70px;
    padding-right: 5px;
}

.gl_item_SocialActivaiton {
    background-color: #333;
    width: 85px;
    padding-right: 5px;
}

.gl_item_SearchPost, .gl_item_Search {
    background-color: #003A59;
    width: 65px;
}

.gl_item_AnsiraPRMModule {
    background-color: #008080;
    width: 120px;
}

.gl_item_VistexPRMModule {
    background-color: #012a6d;
    width: 120px;
}

.gl_item_MSDynamicsSalesPRMModule {
    background-color: #D15600;
    width: 120px;
}

.gl_item_CiscoPDBPRMModule {
    background-color: #008080;
    width: 120px;
}

.gl_item_SamsungSSOPRMModule {
    background-color: #009ca6;
    width: 120px;
}

.gl_item_MuleSoftPRMModule {
    background-color: #f44242;
    width: 120px;
}

.gl_item_EloquaPRMModule {
    background-color: #003A59;
    width: 120px;
}

.gl_item_SalesforcePRMModule {
    background-color: #003A59;
    width: 120px;
}

.gl_item_MarketoPRMModule {
    background-color: #00593A;
    width: 120px;
}

.gl_item_ZiftPartnerPRMModule {
    background-color: #996600;
    width: 120px;
}

.gl_item_CRMModule, .gl_item_Saleslink, .gl_item_MicrosoftDynamicsCRM, .gl_item_OracleFusionCRM, .gl_item_SageCRM, .gl_item_SAPCRM, .gl_item_Salesforce, .gl_item_SugarCRM, .gl_item_ZohoCRM,
.gl_item_MSDynamicsAX, .gl_item_ConnectWiseCRM, .gl_item_AutotaskCRM, .gl_item_MSDynamicsCRM {
    background-color: #D15600;
    width: 100px;
}

.gl_item_MDFFundType {
    background-color: #D15600;
    width: 75px;
}

.gl_item_Opportunity {
    background-color: green;
    width: 75px;
}

.gl_item_EmailAlert, .gl_item_WidgetCreator {
    background-color: green;
    width: 75px;
}

.gl_item_CampaignEntity {
    background-color: #D15600;
    width: 75px;
}

.gl_item_PartnerCSS {
    background-color: #D15600;
    width: 75px;
}


.gl_item_Mini-Site {
    width: 55px;
    background-color: #F78F1E;
}

.gl_item_Channel, .gl_item_ChannelType {
    background-color: #7F4098;
    width: 65px;
}

.gl_item_Widget {
    background-color: #610101;
    width: 55px;
}

.gl_item_Preview {
    background-color: #610101;
    width: 55px;
}

.gl_item_Reader {
    background-color: #9F0101;
    width: 55px;
}

.gl_item_CustomFieldMapping {
    background-color: #9F0101;
    width: 90px;
}

.gl_item_Terms_Active {
    background-color: #3c763d;
    width: 90px;
}

.gl_item_Terms_Pending {
    background-color: #31708f;
    width: 90px;
}

.bordered-table {
    border-collapse: collapse;
}

td.bordered-columns {
    border: 0px 0px 1px 1px solid black;
}

th.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.wide-table {
    min-width: 150px;
    padding-left: 0px;
    padding-right: 0px;
}

.gl_item_Terms_Inactive {
    background-color: #777;
    width: 90px;
}

.gl_item_PDF, .gl_item_PNG {
    background-color: #9F0101;
    width: 60px;
}

.gl_item_Notification {
    background-color: #9F0101;
    width: 65px;
}

.gl_item_rule {
    background-color: #9F0101;
}

.gl_item_Page, .gl_item_Panel {
    background-color: #BC0202;
    width: 75px;
}

.gl_item_Activation {
    background-color: #FFB366;
    width: 65px;
}

.gl_item_Link {
    background-color: #850101;
    width: 55px;
}

.gl_item_Report {
    background-color: Navy;
    width: 55px;
}

.gl_item_Login {
    background-color: green;
    width: 85px;
}

.gl_item_MarcomActivity {
    background-color: Navy;
    width: 85px;
}

.gl_item_LeadDistribution {
    background-color: #333;
    width: 85px;
}

.gl_item_cake_user {
    background-color: RoyalBlue;
    width: 53px;
}

.gl_item_WebcomActivity {
    background-color: RoyalBlue;
    width: 85px;
}

.gl_item_RegistrationMailing {
    background-color: Navy;
}

.gl_item_Telemarketing {
    background-color: RoyalBlue;
    width: 70px;
}

.gl_item_Z123Client {
    background-color: #F78F1E;
    width: 65px;
}

.gl_item_PortalClient {
    background-color: #0031AC;
    width: 65px;
}

.gl_item_ClipAnalysis, .gl_item_Click-Through, .gl_item_ClipBook {
    background-color: Navy;
}

.gl_item_ContentType {
    background-color: SaddleBrown;
    width: 65px;
}

.gl_item_Campaign {
    background-color: MediumBlue;
    width: 65px;
}

.gl_item_Stream {
    background-color: Orange;
    width: 55px;
}

.gl_item_ClipBook {
    background-color: MediumBlue;
}


.gl_item_Message {
    background-color: MediumBlue;
}

.gl_item_PartnerMini-Site {
    width: 85px;
    background-color: #F78F1E;
rgb(247, 143, 30);
}

.gl_item_Form {
    background-color: DarkGreen;
    width: 55px;
}

.gl_item_EmailTemplate {
    background-color: Silver;
    width: 75px;
}

.gl_item_Template {
    background-color: Silver;
    width: 55px;
}

.gl_item_Email {
    background-color: RoyalBlue;
    width: 180px;
}

.gl_item_Program {
    background-color: Orange;
    width: 90px;
}

.gl_item_NotificationLog {
    background-color: Orange;
}

.gl_item_SSOLog {
    background-color: Blue;
}

.gl_item_Review {
    background-color: Green;
    width: 55px;
}

.gl_item_Click-Through {
    background-color: RoyalBlue;
}

.gl_item_Administrator {
    background-color: DimGray;
    width: 75px;
}

.gl_item_Field {
    background-color: DarkOliveGreen;
    width: 65px;
}

.gl_item_User, .gl_item_Constituant {
    background-color: DarkGray;
    width: 75px;
}

.gl_item_Partner {
    background-color: SlateGray;
    width: 75px;
}

.gl_item_Mailing {
    background-color: #6666CC;
    width: 40px;
}

.gl_item_PDRep {
    background-color: #6666CC;
    width: 40px;
}

.gl_item_PlanningModule {
    background-color: DarkCyan;
    width: 80px;
}

.gl_item_Article {
    background-color: DarkCyan;
    width: 40px;
}

.gl_item_clients {
    background-color: #0066FF;
    width: 48px;
}

.gl_item_TeleActivaiton {
    background-color: DarkCyan;
    width: 70px;
}


.gl_item_EventRule {
    background-color: DarkCyan;
    width: 90px;
}


.gl_item_SubmissionRule {
    background-color: DarkCyan;
    width: 90px;
}

.gl_item_SmartList, .gl_item_ContactList {
    background-color: DarkCyan;
}

.gl_item_CRMOpportunityEvent {
    background-color: Navy;
}

.gl_bd_item_header {
    font-weight: bold;
    padding: 2px;
}

.gl_bd_item_content {
    padding: 2px;
    width: 100%;
}

.baseList .data td, .baseList .data th {
    border-width: 1px;
    border-style: solid;
    border-color: #F0F0F0;
}

.baseList .actions {
    font-size: 11px;
}

.baseList .actions a {
    cursor: pointer;
}

.baseList .group {
    background-color: #F0F0F0;
}

.baseList .nogroup {
    font-style: italic;
}

/* code */
.code_header {
    width: 600px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    margin-top: 10px;
}

.code {
    width: 600px;
    text-align: left;
    font-size: 1em;
    border: 2px solid #e1e1e1;
    background-color: #F0F0F0;
}

.code textarea {
    border: 0px;
    background-color: #F0F0F0;
    width: 100%;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 1em;
}

.dlg {
    width: 400px;
    padding: 3px !important;
}

.dlg .title {
    float: left;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
}

.dlg .close {
    float: right;
    margin: 5px;
    cursor: pointer;
}

.dlg .close img {
    border: 0px;
}

.dlg form {
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

.dlg table {
    border: 0px;
    cell-padding: 2px;
    font-size: 14px;
}

.dlg form > table {
    width: 100%;
}

.dlg .subtitle {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}

.dlg .text {
    font-size: 11px;
    margin: 0px;
}

.dlg .status {
    float: left;
    margin-top: 5px;
    text-align: left;
    display: inline;
}

.dlg .status.error {
    color: red;
}

/* SIDE NAV LINKS */
.side_link {
    padding: 3px;
    font-size: 12px;
}

.side_link_selected a {
    background-color: #0066FF;
    color: #FFF;
    font-weight: bold;
}

/* TAG CLOUD */
.cloud0 {
    font-size: 1.00em;
}

.cloud1 {
    font-size: 1.10em;
}

.cloud2 {
    font-size: 1.20em;
}

.cloud3 {
    font-size: 1.30em;
}

.cloud4 {
    font-size: 1.40em;
}

.cloud5 {
    font-size: 1.50em;
}

.cloud6 {
    font-size: 1.60em;
}

.cloud7 {
    font-size: 1.70em;
}

.cloud8 {
    font-size: 1.80em;
}

.cloud9 {
    font-size: 1.90em;
}

/* DLG */
.dlg {
    width: 400px;
    padding: 3px !important;
    border-width: 2px;
    border-style: solid;
    background-color: #F0F0F0;
    border-color: #E1E1E1 #E1E1E1 #E1E1E1 #E1E1E1;
    color: #333;
}

.dlg .innerBorder {
    background-color: #F0F0F0;
}

.dlg .title {
    float: left;
    color: #333;
    margin: 5px;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
}

.dlg .close {
    float: right;
    margin: 5px;
    cursor: pointer;
}

.dlg .close img {
    border: 0px;
}

.dlg form {
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

.dlg table {
    border: 0px;
    cell-padding: 2px;
    font-size: 14px;
    color: #333;
}

.dlg form > table {
    width: 100%;
}

.dlg input, .dlg textarea, .dlg select {
    font-size: 14px !important;
    font-family: "Trebuchet MS", Arial, sans-serif !important;
}

.dlg .subtitle {
    font-weight: bold;
    font-size: 0.80em;
    margin: 0px;
}

.dlg .text {
    font-size: 0.75em;
    margin: 0px;
}

.dlg .status {
    color: #333;
    float: left;
    margin-top: 5px;
    text-align: left;
    display: inline;
}

.dlg .status.error {
    color: red;
}

.dlgMessage .inner_border {
    padding: 5px !important;
}

.report_form th {
    width: 300px;
}

.extraTitle {
    color: #006699;
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#masthead {
    width: 100%;
    clear: both;
    font-size: 11px;
}

#masthead .mh_logo_div {
    float: left;
}

#masthead .mh_nav {
    float: right;
    padding-top: 5px;
}

#masthead .mh_nav_ext {
    padding-top: 10px !important;
    padding-right: 0px !important
}

#masthead.extMenu {
    background-image: url("/i/border/bg.jpg");
    background-position: top;
    background-repeat: repeat-x;
    height: 25px !important;
}

#masthead.extMenuAdmin {
    background-image: url("/i/border/bg_r.png");
    background-position: top;
    background-repeat: repeat-x;
    height: 25px !important;
}

#mh_tabs_sep {
    float: right;
    background-position: left top;
    background-repeat: no-repeat;
    width: 17px;
    height: 28px;
}

#mh_tabs_ext {
    color: #000;
    background-position: top;
    background-repeat: repeat-x;
    padding-left: 10px;
}

.mh_tab {
    margin-left: 1px;
    margin-right: 1px;
    padding: 5px;
    text-align: center;
    background-color: #e1e1e1;
    border: 1px solid #c1c1c1;
    border-top: 0px;
    background-image: url("/i/border/tfadeb_d.jpg");
}

.mh_tab_selected {
    background-image: url("/i/border/tfadebl_d.jpg");
    border: 1px solid #333;
    background-position: 0px 0px;
}


.mh_tab a {
    color: #333;
}

.mh_tab_selected a {
    color: #fff;
}


/* link menu item */
.link_menu {
    position: absolute;
    background-color: #f1f1f1;
    border: 2px solid #e0e0e0;
    padding: 2px;
}

.link_menu div {
    margin-bottom: 1px;
}

#global_message {
    display: inline;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.feedpicker_downArrow {
    width: 16px !important;
    height: 16px !important;
}

#reportCriteria th {
    width: 90px;
}

/* settings style */
.userBlock {
    height: 200px;
    background-color: white;
    overflow: auto;
}

.userBlock ul {
    padding: 0px !important;
    margin: 0px !important;
}

.userBlock ul.remove li a:hover {
    text-decoration: line-through !important;
}

.sub_tab_content {
    padding-top: 5px;
    width: 600px;
}

td.actions {
    text-align: right;
}

td.actions img {
    vertical-align: middle;
    cursor: pointer;
}

/* channel page specific styles */
.action {
    text-decoration: underline;
    font-weight: normal !important;
    cursor: pointer;
}

.menu {
    position: absolute;
    background-color: #E1E1E1;
    font-size: 11px;
    margin-top: 61px;
    padding: 3px;
}

.menu ul {
    margin: 0px;
    padding: 0px;
}

#content ul {
    margin: 0px;
    padding: 0px;
}

#content .discarded .posttitle {
    text-decoration: line-through;
}

#content .unreviewed .posttitle {
    font-weight: bold;
}

.itemCount {
    font-weight: normal !important;
    font-size: 11px !important;
}

.itemCount img {
    vertical-align: middle;
    cursor: pointer;
}

#item a img {
    border: none;
}

.screenInline {
    width: 60px;
}

.reorder {
    width: 20px;
}

.reorder_handle {
    cursor: move;
}

input.discard, input.keep {
    background: url(/i/buttons/gray.gif);
    border: 1px solid #FFF;
    cursor: pointer;
    width: 25px;
}

input.discard:hover {
    background: url(/i/buttons/red.gif);
    border: 1px solid #FFF;
    cursor: pointer;
    width: 25px;
}

input.keep:hover {
    background: url(/i/buttons/green.gif);
    border: 1px solid #FFF;
    cursor: pointer;
    width: 25px;
}

input.discarded {
    background: url(/i/buttons/red.gif);
    border: 1px solid #FFF;
    cursor: pointer;
    opacity: 0.50;
    width: 25px;
}

input.kept {
    background: url(/i/buttons/green.gif);
    border: 1px solid #FFF;
    cursor: pointer;
    opacity: 0.50;
    width: 25px;
}

.gl_action .action {
    margin-left: 3px;
    margin-right: 3px;
}

#reportCriteria {
    text-align: center;
}

#reportCriteria table {
    width: 100%;
}

/* inline user list styles */
.iul ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.iul li {
    display: inline;
}

img.help {
    vertical-align: middle;
    cursor: pointer;
    margin-right: 3px;
}

#content li {
    list-style: none;
}

dl {
    margin: 0px;
    padding: 0px;
}

dd {
    display: none;
}

#preview {
    position: absolute;
    z-index: 999999;
    width: 400px;
}

#preview_top {
    background-image: url(/i/preview_top_l.png);
    background-repeat: no-repeat;
    height: 6px;
}

#preview_bottom {
    background-image: url(/i/preview_bottom_l.png);
    background-repeat: no-repeat;
    height: 10px;
}

#preview_main {
    background-image: url(/i/preview_main_l.png);
    background-position: center top;
    background-repeat: repeat-y;
    font-size: 11px;
    padding: 0px 15px 0px 5px;
}

#preview_main div.posttitle {
    font-size: 12px;
    font-weight: bold;
}

#preview_main div.postdate {
    border-bottom: 1px solid #E1E1E1
}

#preview_main div.postcontent {
    margin: 3px 0px 3px 0px;
}

#preview_main div.clipdetails {
    font-style: italic;
}

div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 4px 0 4px 4px;
    cursor: pointer;
}

div.autocomplete ul li img {
    border: none;
    margin-right: 10px;
    vertical-align: middle;
}

#suggestSourcechoices {
    width: 200px
}

.help_message {
    background: #FFF5D5;
    border: 2px solid #FDD44F;
    color: #000000;
    float: left;
    margin: 8px;
    padding: 15px;
    font-size: 12px;
}

.help_message h1 {
    background-color: transparent;
    color: #BC9E3B;
    font-weight: normal;
    margin: 0pt 0px 10px 0pt;
}

.help_message img.right {
    margin: 10px 0pt 10px 10px;
    float: right;
}

.help_message p, .help_message ol, .help_message ul {
    clear: left;
    margin: 10px 0px 15px 0pt;
}

.help_message ul {
    padding-left: 30px;
}

.help_message ul, .help_message ul li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: square;
}

.help_message dl p {
    margin-bottom: 3px;
}

.help_message dl {
    margin: 10px 0pt 15px;
}

.help_message dt {
    border-top: 1px dotted #FDD44F;
    float: left;
    font-weight: bold;
    margin: 0pt 1em 0pt 0pt;
    padding: 2px 0pt 0pt;
}

.help_message dt {
    clear: both;
}

.help_message dd {
    border-top: 1px dotted #FDD44F;
    margin: 0pt;
    padding: 2px 0pt;
}

.yui-button {
    DISPLAY: inline-block;
    VERTICAL-ALIGN: text-bottom
}

.yui-button .first-child {
    DISPLAY: block
}

.yui-button BUTTON {
    DISPLAY: block;
    MARGIN: 0px;
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}

.yui-button A {
    DISPLAY: inline-block;
    MARGIN: 0px;
    BORDER-TOP-STYLE: none;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BORDER-BOTTOM-STYLE: none
}

.yui-button BUTTON {
    OVERFLOW: visible;
    CURSOR: pointer;
    BACKGROUND-COLOR: transparent
}

.yui-button A {
    TEXT-DECORATION: none
}

.yui-skin-sam .yui-button {
    BORDER-RIGHT: #f3ca3c 0px solid;
    BORDER-TOP: #f3ca3c 1px solid;
    background: transparent url(/i/buttons/sprite.png) repeat-x 0px 0px;
    MARGIN: auto 0.25em;
    BORDER-LEFT: #f3ca3c 0px solid;
    BORDER-BOTTOM: #f3ca3c 1px solid
}

.yui-skin-sam .yui-button .first-child {
    BORDER-RIGHT: #f3ca3c 1px solid;
    BORDER-TOP: #f3ca3c 0px solid;
    LEFT: -1px;
    MARGIN: 0px -1px;
    BORDER-LEFT: #f3ca3c 1px solid;
    BORDER-BOTTOM: #f3ca3c 0px solid;
    POSITION: relative
}

.yui-skin-sam .yui-button BUTTON {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    FONT-SIZE: 116%;
    MIN-HEIGHT: auto;
    PADDING-BOTTOM: 0px;
    COLOR: #fff;
    LINE-HEIGHT: 1.7;
    PADDING-TOP: 0px;
    FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Verdana, lucida, sans-serif
}

.yui-skin-sam .yui-button A {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    FONT-SIZE: 116%;
    MIN-HEIGHT: auto;
    PADDING-BOTTOM: 0px;
    COLOR: #fff;
    LINE-HEIGHT: 1.7;
    PADDING-TOP: 0px;
    FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Verdana, lucida, sans-serif
}

.yui-skin-sam .yui-button A {
    LINE-HEIGHT: 2
}

.yui-button {
    display: -moz-inline-box;
}

.cf_group_header {
    font-weight: bold;
    font-style: italic;
}

.cf_row_hover {
    background-color: #C3D9FF;
}

TABLE.tapestry-palette {
    width: 310px
}

TABLE.tapestry-palette TH {
    font-weight: bold;
    color: #333333;
    background-color: #f0f0f0 !important;
    text-align: center !important;
    width: 140px
}

TD.available-cell SELECT {
    font-weight: normal;
    background-color: #FFFFFF;
    width: 140px;
}

TD.selected-cell SELECT {
    font-weight: normal;
    background-color: #FFFFFF;
    width: 140px;
}

TABLE.tapestry-palette TD.controls {
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

TABLE.jspalette {
    width: 310px
}

TABLE.jspalette TH {
    font-weight: bold;
    color: #333333;
    background-color: #f0f0f0 !important;
    text-align: center !important;
    width: 140px
}

TABLE.jspalette TD.controls {
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

img {
    border: 0px;
}

#exception {
    padding: 5px;
    background-color: #FFF;
    border: 2px solid #333;
}

.label {
    font-weight: bold;
}

.label_small {
    font-weight: bold;
    width: 100px;
}

.zl_selected {
    font-weight: bold;
    font-style: italic;
}

.dojoDialog {
    background-color: white;
    border: 2px solid #CCC
}

.channel_published a {
    color: green !important;
}

.channel_new a {
    font-weight: bold !important;
}

.channel_unreviewed a {
    font-style: italic !important;
}

.channel_discarded a {
    text-decoration: line-through !important;
    color: red !important;
}

.footer {
    padding: 5px;
    font-family: arial;
    font-size: 9px;
    color: #777777;
}

.spacer_row {
    height: 10px;
}

.alert_div {
    margin: 5px;
    padding: 3px;
    border: 1px solid red;
    background-color: #FFC0CB;
    font-size: 11px;
    font-weight: bold;
}

.warn_div {
    margin: 5px;
    padding: 3px;
    border: 2px solid #FFD700;
    background-color: #FFFFE0;
    font-size: 11px;
    font-weight: bold;
}

#global_status_message {
    position: absolute;
    top: 0px;
    right: 0;
}

.global_status_message_offset {
    top: 5px !important;
}

span.tech_note {
    position: fixed;
    bottom: 0.3em;
    right: 0.3em;
    background-color: #FFF583;
    border: 1px solid #e1e1e1;
    padding: 3px
}

a.tech_note {
}

textarea.tn_preview {
    width: 425px;
    height: 195px;
    border: none;
    background-color: transparent;
    font-size: 11px;
    font-family: Arial, sans-serif;
    overflow: auto;
    z-index: 999999
}


/** dropdown css **/
.dropdown {
    position: relative;
}

/*sub menu*/
.dropdown ul.submenu {
    display: none;
    position: absolute;
    top: 0px;
    left: -95px;
    width: 100px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 999;
}

.dropdown:hover ul.submenu {
    display: block;
}

.dropdown ul.submenu li {
    list-style-type: none;
    padding: 6px;
}

.dropdown ul.submenu li a {
    text-decoration: none;

}

#list_fields .field .even:hover, #list_fields .field .odd:hover,
.gl_table .even:hover, .gl_table .odd:hover, .step_table tr:hover {
    background-color: #cdcdcd;
}

.row_partner_fields:hover, .row_partner_fields:hover th {
    background-color: #f1f1f1 !important;
}

.ecm-checkboxes {
    margin-left: 4px;
}

.tooltip {
    content: url("/i/info.png");
    max-height: 12px;
}

.separator {
    background-color: #f1f1f1;
    font-weight: bold;
    padding: 5px
}

.trial_source {
    border-right: 20px solid orangered;
}