﻿body {
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
}

h1, h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

h3 {
    font-family: Georgia, Times, "Times New Roman", serif !important;
    /*    background-color:#F2F2F2 !important;
    height:30px !important;
    line-height:30px !important;
    padding-left:10px !important;*/
}

a {
    color: #34486b;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.activeTrigger:hover {
        cursor: pointer;
    }

/* Ajax loading */

.ajax-loader {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 999999;
}

/* LOGIN PAGE */

#login-page {
    text-align: center;
    width: 320px;
    margin: 5em auto;
}

.login-head {
    text-align: center;
    width: 320px;
    padding-bottom: 20px;
}

.login-container {
    margin-left: 8px;
    padding: 16px 16px 20px 16px;
    font-weight: normal;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
    box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

.login-input {
    font-size: 24px;
    width: 97%;
    width: 150px;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.login-submit-btn {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    padding: 3px 10px;
    border: none;
    color: #fff;
    font-size: 18pt;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;
    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: #21759B url(../images/button-grad-active.png) repeat-x scroll left center !important;
}


.login-error-message {
    margin-top: 50px;
    margin: 20px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFEBE8;
    border-color: #CC0000;
}


.forgot-password-message {
    margin-top: 50px;
    margin: 20px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
}


.forgot-password-input {
    font-size: 24px;
    width: 97%;
    width: 250px;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.forgot-password-btn {
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;
    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: #21759B url(../images/button-grad-active.png) repeat-x scroll left center !important;
}


.search-input {
    font-size: 16px;
    width: 97%;
    width: 450px;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 0px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.search-button {
    -moz-border-radius-bottomleft: 11px;
    -moz-border-radius-bottomright: 11px;
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-topright: 11px;
    -moz-box-sizing: content-box;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 20px;
    padding: 2px 8px;
    text-decoration: none;
    border-color: #BBBBBB;
    color: #464646;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
}


#warning {
    margin-top: 50px;
    margin: 20px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

#error {
    margin-top: 50px;
    margin: 20px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFEBE8;
    border-color: #CC0000;
}


#success {
    margin-top: 50px;
    margin: 20px 20px 20px 20px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #99ff99;
    border-color: #009900;
}

.quickStatusPop {
    margin-top: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

#MainHeader {
    height: 46px;
    padding: 0;
    margin-top: 0;
    /*background-color: #0e2642;*/
    background-color: #170e5d;
    color: #ccc;
    width: 100%;
    font-size: 12px;
}

#MainFooter {
    padding: 0;
    margin-top: 0;
    background-color: #0e2642;
    color: #ffffff;
    text-align: center;
}

    #MainHeader a, #MainFooter a {
        color: #ffffff;
    }

#MainHeader ul {
    list-style-type: none;
    padding: 5px;
}

    #MainHeader ul li {
        padding: 5px;
    }

        #MainHeader ul li a {
            color: #000000;
        }

#MainFooter {
    font-size: 11px;
}

#breadcrumb {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    color: #888888;
    background-color: #FFFFFF;
    border-bottom: 1px solid #666;
}

    #breadcrumb a, #breadcrumb a:hover {
        color: #045280;
    }


#ColLeft {
    float: left;
    padding: 0px;
    width: 166px;
}

#ColMid {
    margin: 10px 10px 0px 166px;
    padding: 0px;
}

.sideContent {
    margin: 10px;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
    border: 1px solid #939393;
    width: 146px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .sideContent a {
        display: block;
        margin-bottom: 10px;
    }

.sideContentRight {
    margin-left: 0px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #939393;
    width: 200px;
}

    .sideContentRight a {
        /*display:block;*/
        /*margin-bottom:10px;*/
    }


.mainContentContainer {
    margin-bottom: 10px;
    padding: 10px;
}

.mainContent {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #939393;
}

.mainContentToogleBar {
    margin-bottom: 0px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #939393;
    font-size: 14px;
    background-color: #ddd;
    cursor: pointer;
}

/* Char Count */
/*.mainContent*/ .counter {
    display: block;
    font-size: 12px;
    text-align: right;
    /*font-weight:bold;*/
    color: #888888;
    margin-right: 6px;
}
/*.mainContent*/ .warning {
    color: #600;
}
/*.mainContent*/ .exceeded {
    color: #e00;
}

.instruction-label {
    font-size: 8pt;
    color: #666666;
    font-style: normal;
    margin: 5px
}

#crumbtrail,
.crumbtrail {
    margin-bottom: 10px;
    padding: 7px;
    /*background-color: #666666;*/
    border: 0px solid #939393;
    text-shadow: #fff 0px 1px 0px;
    color: #333333;
    font-size: 16px;
}

    #crumbtrail a {
        color: #34486b;
        text-shadow: #fff 0px 1px 0px;
    }



.menuHead {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    background-color: #170E5D;
    text-transform: uppercase;
}

.dashboardHead {
    color: #34486b;
    font-size: 14px;
    margin: 10px 5px 5px 10px;
}

#accordion h3 {
    cursor: pointer;
    font-size: 12px;
    margin: 0px 0px 4px 0px;
    border-bottom: 1px solid #D0CAC6;
    border-top: 1px solid #D0CAC6;
    border-left: 0 !important;
    border-right: 0 !important;
    /*width:100%;*/
    padding-left: 0px !important;
    color: #777;
    text-shadow: 0 1px 0 white;
    background-image: none !important;
    background-color: #F2EDEA !important;
    font-weight: bold;
    border-radius: 0 !important;
}

.ui-state-active .ui-icon {
    background-image: none;
}

.ui-state-default .ui-icon {
    background-image: none;
}

.ui-widget {
    font-family: inherit !important;
}

#accordion .current {
    color: #55473D;
}

#accordion .pane {
    padding-left: 10px;
    padding-top: 5px;
    border: 0 !important;
    padding-right: 10px !important;
}

    #accordion .pane a {
        color: #34486B !important;
        line-height: 1 !important;
    }




.linkButton {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #939393;
    margin-right: 10px;
}

.SearchBox {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    background-color: #f2f2f2;
    border: 1px solid #939393;
    margin-right: 10px;
}

table.listTable tr:hover {
    background-color: #f2f2f2;
}

table.listTable td {
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}

tr.listHeading td {
    font-weight: bold;
    border-bottom: 1px solid #939393;
    background-color: #d3d3d3;
}

table.listTable {
    width: 100%;
}

td.listFooter {
    border-bottom: 1px solid #939393;
    background-color: #d3d3d3;
    text-align: right;
}

.red {
    color: #ee0000;
}

.Calendar-Link {
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}

.HeadingTextBox {
    font-family: Arial,Helvetica,sans-serif;
    width: 614px;
    font-size: 24px;
    padding: 2px;
    border: 1px solid #666666;
}

.IntroTextBox {
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px;
    width: 97%;
    padding: 2px;
    font-size: 14px;
    border: 1px solid #cccccc;
}

.KeywordsTextBox {
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px;
    width: 580px;
    padding: 2px;
    font-size: 14px;
    border: 1px solid #cccccc;
}

.KeywordsTextBox {
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px;
    width: 580px;
    padding: 2px;
    font-size: 14px;
    border: 1px solid #cccccc;
}

.SectionContainer {
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px;
    width: 870px;
    padding: 3px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #efefef;
}




/* BUTTONS */

.BigButton {
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;
    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: #21759B url(../images/button-grad-active.png) repeat-x scroll left center !important;
}

.BigButtonAdd {
    font-size: 16px;
    font-weight: bold;
    width: 102px;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    background: #21759B;
    display: block;
    text-decoration: none;
}

    .BigButtonAdd:hover {
        font-size: 16px;
        font-weight: bold;
        width: 102px;
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
        padding: 3px 10px;
        color: #fff;
        font-weight: bold;
        border-width: 0px;
        border-style: solid;
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
        -moz-background-clip: border !important;
        -moz-background-inline-policy: continuous !important;
        -moz-background-origin: padding !important;
        background: #66ccff;
        display: block;
        text-decoration: none;
        background: #3399cc;
    }

.SaveButton {
    font-size: 15px;
    font-weight: bold;
    width: 210px;
    font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    padding: 3px 10px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-top: -3px;
    text-shadow: #006600 0px 1px 0px;
    -moz-background-clip: border !important;
    -moz-background-inline-policy: continuous !important;
    -moz-background-origin: padding !important;
    /*background:#339900 url(../images/savebuttonhover-grad-active.png) repeat-x scroll left center !important;*/
    background: #339900;
}

    .SaveButton:hover {
        font-size: 15px;
        font-weight: bold;
        width: 210px;
        font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
        padding: 3px 10px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 1px;
        border-width: 0px;
        border-style: solid;
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        cursor: pointer;
        text-decoration: none;
        margin-top: -3px;
        text-shadow: #006600 0px 1px 0px;
        -moz-background-clip: border !important;
        -moz-background-inline-policy: continuous !important;
        -moz-background-origin: padding !important;
        /*background:#339900 url(../images/savebuttonhover-grad-active.png) repeat-x scroll left center !important;*/
        background: #33cc00;
    }

        .SaveButton.onSalePublishButton,
        .SaveButton:hover.onSalePublishButton {
            width: 250px;
        }

        .SaveButton.saveSCPAButton,
        .SaveButton:hover.saveSCPAButton {
            width: 316px;
        }

a.PreviewLink {
    letter-spacing: 1px;
    font-size: 16px;
}


    a.PreviewLink:hover {
        text-decoration: underline;
    }




.PadLeft10 {
    padding-left: 10px;
}

.PadLeft10-checked {
    padding-left: 10px;
    background-color: #cccccc;
}

.PadLeftTop10 {
    padding-left: 10px;
    padding-top: 10px;
}

.PadTop10 {
    padding-top: 10px;
}

.PadLeft5 {
    padding-left: 5px;
}

.modalBackground {
    background: #ffffff none repeat scroll 0 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.modalBackgroundSafari {
    width: 0px !important;
}

.ReorderList ul {
    list-style-type: none;
}

.PlaylistList ul {
    list-style-type: none !important;
}

    .PlaylistList ul li {
        margin: 5px;
    }
/* PAGING */
.paging-container {
    padding: 4px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #939393;
}
/* GALLERY EDITOR */
.gallery-editor ul {
    padding: 0px;
}

    .gallery-editor ul li {
        margin: 0px 0px 10px 0px;
    }

.gallery-editor tr {
    vertical-align: top;
}

.gallery-caption {
    float: left;
    width: 350px;
    margin-left: 10px;
}

.gallery-watermark {
    float: left;
    width: 180px;
    margin-left: 10px;
    font-size: 12px;
}

.gallery-remove {
    float: left;
    width: 100px;
    margin: 18px 0px 0px 10px;
}

.gallery-views {
    float: left;
    width: 100px;
    margin: 18px 0px 0px 10px;
}

.btnRemoveTag {
}

/* Reports */
.report-editor ul {
    padding: 0;
}

    .report-editor ul li {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }

.report-grab {
    width: 35px;
    height: 125px;
    cursor: move;
    background: url('../Images/DragTaskIcon.jpg') no-repeat center;
}

.report-filepath {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.report-pages {
    float: left;
    width: 140px;
    margin-left: 10px;
}

.report-remove {
    float: right;
    width: 100px;
    margin: 18px 0px 0px 10px;
}

/* SITE TABS */
.siteselected {
    float: left;
    margin: -1px 2px -1px 2px;
    background-color: #ffffff;
    padding: 3px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 0px solid #cccccc;
}

    .siteselected a, .siteselected a:hover {
        color: #222222;
        font-weight: bold;
    }

.sitenotselected a {
    color: #222222;
}

    .sitenotselected a:hover {
        color: #444444;
    }

.sitenotselected {
    float: left;
    padding: 2px;
}

    .siteselected a, .sitenotselected a,
    .siteselected a:hover, .sitenotselected a:hover {
        font-size: 11px;
        display: block;
        padding-right: 1px;
    }

.RequiredBorder {
    border-left: 3px solid #ee0000;
}

.RequiredBorderFull {
    border: 3px solid #ee0000;
}

.SelectedBorder {
    border-left: 3px solid #339900;
}

.clearer {
    clear: both;
}

/* NEWSLETTER GENERATORS */
/*#newsletter-generator b
{
    font-size: 12px;
}*/

#newsletter-generator select {
    /*font-size: 8pt;*/
}

#newsletter-generator .SectionContainer {
    background-color: White;
}

    #newsletter-generator .SectionContainer select {
        width: 398px;
        font-size: 14px;
        font-family: Monospace;
    }

    #newsletter-generator .SectionContainer .list_larger select {
        height: 594px;
    }

    #newsletter-generator .SectionContainer .list_large2 select {
        height: 470px;
    }

    #newsletter-generator .SectionContainer .list_large_caw select {
        height: 404px;
    }

    #newsletter-generator .SectionContainer .list_large select {
        height: 328px;
    }

    #newsletter-generator .SectionContainer .list_medium select {
        height: 250px;
    }

    #newsletter-generator .SectionContainer .list_medium2 select {
        height: 273px;
    }

    #newsletter-generator .SectionContainer .list_small select {
        height: 153px;
    }

    #newsletter-generator .SectionContainer .list_tiny select {
        height: 70px;
    }

#newsletter-generator .summary {
    color: Red;
    margin-bottom: 30px;
}

#newsletter-templates {
    /*padding: 50px;*/
    background-color: White;
}

.generator-container-iframe {
    width: 100%;
}


/* EVENT EDIT PAGE */
#eventDates,
#eventLocationDates,
#messageDates,
#webcastDate,
.eventDates {
    font-size: 11px;
}

    #eventDates label.left,
    #eventLocationDates label.left,
    #messageDates label.left,
    #webcastDate label.left,
    .eventDates label.left {
        float: left;
        width: 208px;
        display: block;
        padding: 6px;
        border: 1px solid transparent;
        /*margin-right:10px;*/
    }

    #eventDates label.right,
    #eventLocationDates label.right,
    #messageDates label.right,
    #webcastDate div.right,
    .eventDates label.right {
        float: left;
        width: 100px;
        display: block;
        padding: 6px;
        border: 1px solid transparent;
        /*margin-right:10px;*/
    }

    #eventLocationDates label.left,
    #messageDates label.left {
        padding-left: 0px;
    }

    #eventDates.active.active,
    #eventLocationDates.active,
    #messageDates.active,
    #webcastDate.active,
    .eventDates.active {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        border-bottom: 0;
    }

    #eventDates input,
    #eventLocationDates input,
    #messageDates input,
    #webcastDate input,
    .eventDates input {
        border-left: 3px solid #ee0000;
        padding-left: 3px;
    }

.active input {
    color: #333;
}

/* date input */
.date {
    /*float:left;
	display:block;*/
    border: 0;
    background-color: transparent;
    /*background-color:#fff;*/
    font-size: 14px;
    width: 160px;
    cursor: pointer;
    border: 1px solid #CCC;
}

.caltrigger {
    display: block;
    width: 30px;
    height: 32px;
    float: right;
    background: url(../images/calendar-icon.jpg) no-repeat 0 0;
    margin-top: -8px;
    /*margin-right:10px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.active .caltrigger {
    background-position: 0 -32px;
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index: 100005; /*1*/

    font-family: sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    border-width: 1px 1px 1px;
    padding-top: 10px;
    height: 180px;
    width: 227px;
    display: none;
    margin: 4px 0 0 -7px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 160px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/calendar-prev.gif) no-repeat scroll center center;
    float: left;
    cursor: pointer;
    margin-left: 9px;
}

#calnext {
    background-image: url(../images/calendar-next.gif);
    float: right;
    margin-right: 9px;
}

    #calprev.caldisabled, #calnext.caldisabled {
        visibility: hidden;
    }

/* year/month selector */
#caltitle select {
    font-size: 10px;
}

/* names of the days */
#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

    #caldays span {
        display: block;
        float: left;
        width: 32px;
        text-align: center;
        font-size: 11px;
    }

/* container for weeks */
#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

/* single week */
.calweek {
    clear: left;
    height: 22px;
}

    /* single day */
    .calweek a {
        display: block;
        float: left;
        width: 31px;
        height: 20px;
        text-decoration: none;
        font-size: 11px;
        margin-left: 1px;
        text-align: center;
        line-height: 20px;
        color: #666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        /* different states */
        .calweek a:hover, .calfocus {
            background-color: #ddd;
        }

/* sunday */
a.calsun {
    color: red;
}

/* offmonth day */
a.caloff {
    color: #ccc;
}

    a.caloff:hover {
        background-color: rgb(245, 245, 250);
    }

/* unselecteble day */
a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

/* current date */
#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

/* today */
#caltoday {
    background-color: #999;
    color: #fff;
}

.spacer {
    height: 15px;
}


/* Event Location styles */
.EventLocation .KeywordsTextBox {
    width: 178px;
    margin: 0px 0px 5px 0px;
}

.EventLocation .VenueTextBox,
.EventLocation .MapRefTextBox {
    width: 98%;
    margin: 0px 0px 5px 0px;
}

.EventLocation td.label {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
    width: 95px;
}

.EventLocation td.labelDates {
    text-align: right;
    padding-right: 10px;
    width: 145px;
}

.EventLocation .validationMsg {
    color: Red;
    font-size: 11px;
}

.EventLocation .DDL {
    width: 184px;
    margin-bottom: 5px;
}

.EventLocation .sep {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 10px;
    margin-bottom: 10px;
}

.EventLocation input.removeBtn {
    position: relative;
    top: +4px;
}

.EventLocation input.editBtn {
    position: relative;
    top: +6px;
}

.EventLocation input.closeBtn {
}

.editEventLocationPopUp {
    width: 620px;
    padding: 5px;
    height: 480px;
    z-index: 500;
    background-color: #FFFFFF;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
/*.editEventLocationPopUp .close 
{
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}*/

.EventLocation .PlaylistList ul {
    padding-left: 0px;
}


/* Event Mailer control styles */
.EventEmailerPopUp,
.BlogEntryEmailerPopUp {
    /*display: none;*/
    width: 620px;
    padding: 5px;
    height: 480px;
    font-size: 12px;
    z-index: 10000;
    background-color: #FFFFFF;
    border: 1px solid #666;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
    /*.EventEmailerPopUp .close 
{
    background-image:url(../Images/blue-x.gif);
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    width: 20px;
    height: 20px;
}*/
    .EventEmailerPopUp td.label, .BlogEntryEmailerPopUp td.label {
        text-align: right;
        vertical-align: top;
        padding-right: 10px;
        width: 95px;
        font-weight: bold;
    }

    .EventEmailerPopUp input[type="text"], .BlogEntryEmailerPopUp input[type="text"] {
        width: 470px;
        margin: 0px 0px 5px 0px;
    }

    .EventEmailerPopUp .validationMsg, .BlogEntryEmailerPopUp .validationMsg {
        font-size: 11px;
    }

#success .modalTrigger {
    margin: 20px;
}

#emailEventButtonContainer,
#emailBlogEntryButtonContainer {
    font-size: 12px;
    margin: 10px 0px 10px 0px;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #939393;
    /*width:190px;*/
    width: 530px;
}



/* Messages */
#Messages {
}

    #Messages .BigButtonAdd,
    #Messages .BigButtonAdd:hover {
        width: 120px !important;
        display: inline !important;
    }

    #Messages .SaveButton {
        margin-top: 3px;
    }

    #Messages table.details td.label {
        text-align: right;
        vertical-align: top;
        position: relative;
        top: +2px;
    }

    #Messages table.details td.value {
        text-align: left;
        width: 200px;
    }

    #Messages .PlaylistList ul {
        padding-left: 0px;
    }

    #Messages input.removeBtn {
        position: relative;
        top: +2px;
    }

    #Messages input.editBtn {
        position: relative;
        top: +4px;
    }

    #Messages p.msgLabel {
        margin: 0px;
        padding: 3px 0px 8px 0px;
        font-weight: bold;
    }

    #Messages .editMessagePopUp {
        width: 620px;
        padding: 5px;
        height: 450px;
        z-index: 500;
        background-color: #FFFFFF;
        border: 1px solid #666;
        -moz-box-shadow: 0 0 90px 5px #000;
        -webkit-box-shadow: 0 0 90px #000;
    }

    #Messages .MessageTextBox {
        width: 98%;
        margin: 0px 0px 1px 0px;
    }

    #Messages .MessageTextBox2 {
        width: 500px;
        margin: 0px 0px 1px 0px;
    }

    #Messages .validationMsg {
        color: Red;
        font-size: 11px;
    }

    #Messages .DDL {
        width: 199px;
        margin-bottom: 5px;
        height: 22px;
    }

    #Messages .sep {
        border-bottom: 1px solid #CCCCCC;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #Messages table.msgDetails td.label {
        text-align: right;
        vertical-align: top;
        padding-right: 10px;
        width: 80px;
        font-weight: bold;
        padding-top: 3px;
    }

    #Messages table.msgDetails td.labelDates {
        text-align: right;
        padding-right: 10px;
        width: 145px;
    }

    #Messages span.note {
        color: #666666;
        font-size: 11px;
        position: relative;
        top: -2px;
    }

    #Messages .timeDDL {
        height: 22px;
    }

    #Messages .MessageTextBox-Short {
        width: 30px;
        margin: 0px 0px 1px 0px;
    }

    #Messages .DDL-Short {
        width: 100px;
        margin-bottom: 5px;
        height: 22px;
    }

    #Messages #success {
        margin: 0px 5px 10px 5px;
    }

    #Messages .expiredMsg {
        text-align: center;
        color: Red;
        font-weight: bold;
        margin: 10px;
        padding: 10px;
        border: solid 1px Red;
        background-color: #FFEBE8;
    }



/* Newsletter Generator # Articles selection */
.numArticlesSelector {
    float: left;
    width: 50px;
    margin: 0px 10px 0px 3px;
    position: relative;
    top: -2px;
}

    .numArticlesSelector select {
        max-width: 50px !important;
    }




/* Magazine */
.magazineIssueList .back {
    color: #333333;
}

.magazineIssueList .current {
    color: Green;
}

.magazineIssueList .future {
    color: Red;
}

.magazineIssueList td a:hover {
    text-decoration: none !important;
}

/* Extra Images */
#extraImages {
    margin-top: 10px;
}

/* Terms */
.TermColumn {
    font-size: 11px;
    width: 145px;
    height: 200px;
    float: left;
    overflow: auto;
}

.SmallTextBox {
    font-size: 11px;
}


/* Marketplace Entries */
#marketplaceEntries .ReorderList ul {
    margin-left: 0px;
    padding-left: 0px;
}

#marketplaceEntries .ReorderList td {
    vertical-align: top;
    border: solid 1px #CCCCCC;
    min-height: /*2*/ 100px;
    background-color: #FFFFFF;
}

#marketplaceEntries .entry-container {
    width: 790px;
}

    #marketplaceEntries .entry-container .entry-row {
        width: 768px;
        font-size: 12px;
        min-height: /*2*/ 100px;
    }

        #marketplaceEntries .entry-container .entry-row div {
            overflow: hidden;
        }

        #marketplaceEntries .entry-container .entry-row p {
            margin: 8px 0px 4px 0px;
            padding: 0px; /*font-weight: bold;*/
        }

        #marketplaceEntries .entry-container .entry-row .edit {
            float: left;
            width: 80px;
            text-align: center;
        }

        #marketplaceEntries .entry-container .entry-row .logo {
            float: left;
            width: 100px;
            font-size: 1px;
        }

            #marketplaceEntries .entry-container .entry-row .logo img {
                max-width: 90px;
                padding-top: 5px;
                max-height: 90px;
            }

        #marketplaceEntries .entry-container .entry-row .info {
            float: left;
            width: /*200*/ 350px;
        }

        #marketplaceEntries .entry-container .entry-row .text {
            float: left;
            width: 250px;
        }

        #marketplaceEntries .entry-container .entry-row .dates {
            float: left;
            width: /*1*/ 238px;
        }

        #marketplaceEntries .entry-container .entry-row .info-tutor {
            float: left;
            width: 450px;
        }
/* Tutor entries */


#marketplaceEntries .SaveButton {
    width: 160px;
}

#marketplaceEntries .validationMsg {
    color: Red;
    font-size: 11px;
}

#marketplaceEntries p.updated {
    color: Red;
    font-size: 12px;
}

#marketplaceEntries p.saved {
    color: Green;
    font-size: 12px;
}

#marketplaceEntries span.active {
    color: Green;
    font-weight: bold;
}

#marketplaceEntries span.inactive {
    color: Red;
    font-weight: bold;
}

.TopFeaturedProductCat {
    border-top: 1px solid #000000;
    margin-bottom: 10px
}

.FirstFeaturedProductCat {
    border-top: 1px solid #000000;
    margin-bottom: 10px
}

.ui-progressbar-text {
    margin: 0 auto 0 auto;
    background-color: #cccccc;
}


/* Site Keywords */
#siteKeywords .list_large select {
    height: 328px;
    width: 250px;
}

#siteKeywords .list_small select {
    height: 153px;
    width: 250px;
}

#exposeMask {
    z-index: 9999998 !important;
}
/* NOTE: MUST be < z-index for modals below, or won't appear UNDER them! */
#alertOverlayMask {
    z-index: 9999998 !important;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
}

.alertOverlay {
    z-index: 9999999 !important;
    font-size: 12px;
    font-family: Arial, Verdana;
    display: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 0 64px #000000;
    -webkit-box-shadow: 0 0 64px #000000;
    width: 430px;
    min-height: 100px;
    background-color: #FFFFFF;
    border: 1px solid #333;
    position: absolute;
    top: 0;
    left: 0;
}

.CMSAlert-modal {
    background-color: #FFEBE8;
    border-color: #CC0000;
}

.CMSAlert-banner {
    margin-top: 20px;
    margin: 10px 10px 10px 10px;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFEBE8;
    border-color: #CC0000;
}

.CMSSuccess-modal {
    background-color: #99ff99;
    border-color: #009900;
}

.CMSSuccess-banner {
    margin-top: 20px;
    margin: 10px 10px 10px 10px;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #99ff99;
    border-color: #009900;
}

.CMSGeneral-modal {
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

.CMSGeneral-banner {
    margin-top: 20px;
    margin: 10px 10px 10px 10px;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
}

.autoSuggest {
    background-color: #eeeeee;
    display: block;
    position: absolute;
    z-index: 990;
    border: 1px solid #000000;
    width: 250px;
    max-height: 300px;
    overflow: auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
}

    .autoSuggest a {
        display: block;
        padding: 4px;
        margin: 3px;
        color: #000000;
        border: 1px solid #eeeeee;
    }

        .autoSuggest a:hover {
            background-color: #cccccc;
            border: 1px solid #999999;
        }

.SEOButton {
    -moz-background-inline-policy: continuous !important;
    background: none repeat scroll 0 0 #21759B;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 210px;
}

#SEOScorecard {
    padding: 20px;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.SEOScorePass {
    font-size: 14px;
    font-weight: bold;
    color: #009900;
}

.SEOScoreWarning {
    font-size: 14px;
    font-weight: bold;
    color: #D2691E;
}

.SEOScoreFail {
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* Article Tables */

.table-tab-unselected {
    background-color: #eeeeee;
    border-color: #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-style: solid;
    border-width: 1px 1px 0;
    margin: -1px 2px;
    padding: 3px;
    height: 24px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.table-tab-selected {
    background-color: #FFFFFF;
    border-color: #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-style: solid;
    border-width: 1px 1px 0;
    margin: -1px 2px;
    padding: 3px;
    height: 24px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.data-table input {
    background: transparent;
    border: 0;
    padding-bottom: 1px;
}

    .data-table input:focus {
        padding-bottom: 0;
        border-bottom: 1px solid #333399;
        background-color: #ddddff;
    }

.data-table select {
    background: transparent;
    border: 0px;
}

.data-table {
    border: 1px solid #000;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
}

    .data-table table {
        border-collapse: collapse;
        border-spacing: 0;
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .data-table tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        border-width: 0;
    }

    .data-table table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
    }

    .data-table table tr:first-child td:last-child {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .data-table tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .data-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }

    .data-table tr:nth-child(even) {
        background-color: #fff;
    }

    .data-table td {
        border: 1px solid #000;
        border-width: 0 1px 1px 0;
        color: #000;
        font-size: 10px;
        font-weight: 400;
        padding: 2px;
        text-align: left;
        vertical-align: middle;
    }

    .data-table tr:last-child td {
        border-width: 0 1px 0 0;
    }

    .data-table tr td:last-child {
        border-width: 0 0 1px;
    }

    .data-table tr:first-child td {
        background: 0;
        background-color: #ccc;
        border: 0 solid #000;
        border-width: 0 0 1px 1px;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
    }

    .data-table tr:first-child:hover td {
        background: 0;
        background-color: #ccc;
    }

    .data-table tr:first-child td:first-child {
        border-width: 0 0 1px;
    }

    .data-table tr:first-child td:last-child {
        border-width: 0 0 1px 1px;
    }

.data-heading {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0;
}

    .data-heading table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .data-heading td {
        border: 0 !important;
        text-align: left;
        padding: 0px;
        font-size: 10px;
        font-weight: bold;
        color: #000000;
    }

.btn-shortcode {
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
}

    .btn-shortcode:hover {
        background: #5586b4;
        color: #FFFFFF;
    }

.btn-shortcode .right {
    margin: 0 0 0 5px;
}

.ddl-shortcode select {
    min-width: 150px;
    font-size: 16px;
    font-family: Monospace;
    padding: 5px;
}

.ddl-shortcode option {
    padding: 5px;
}

.author-list-search-box {
    width: 100%;
    margin-bottom: 6px;
    max-width: 96%;
}

.pnlEditAuthor_validation_error {
    color: #CC0000;
}