﻿

/* Base HTML */
* {
    font-family: 'Lato', Arial, Helvetica, Sans-Serif;
    font-variant-ligatures: no-common-ligatures;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
}
/*
input[type="password"]
{
	font-family: Arial, Helvetica, Sans-Serif;
}
input, select, textarea
{
	font-family: Arial, Helvetica, Sans-Serif; 
}
*/

body {
    font-size: 12px;
    color: #000000;
    margin: 0px 0px 0px 0px;
    background-color: #f0f0f0;
    line-height: 1.3;
}

html {
    overflow-y: scroll;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

*::selection {
    background: #808080;
    color: #ffffff;
}

*::-moz-selection {
    background: #808080;
    color: #ffffff;
}

a {
    text-decoration: none;
}

    a:link {
        color: #3278bd;
        text-decoration: none;
        outline: none;
    }

    a:visited {
        color: #3278bd;
    }

    a:hover, a:active {
        color: #158aff;
        text-decoration: underline;
        outline: none;
    }

h1 {
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-style: normal;
}

h2 {
    color: #505050;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    font-style: normal;
}

h3 {
    color: #606060;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-style: normal;
    font-size: 18px;
}

h4 {
    color: #707070;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.25em;
    font-weight: normal;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

hr {
    height: 1px;
    color: #c0c0c0;
}

ol {
    margin: 0px 4px 4px 40px;
    padding: 0px;
}

/* Custom Classes */
.FPOText {
    color: Fuchsia;
}

.FullWidthContainer {
    width: 100%;
    position: relative;
}

.FixedWidthContainer {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.NoBorder input {
    border: none !important;
}

.ImgBorder {
    border: solid 1px #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 5px #c0c0c0; 	-moz-box-shadow: 0px 2px 5px #c0c0c0; 	box-shadow: 0px 2px 5px #c0c0c0; 	*/
    vertical-align: middle; /* 	-moz-border-radius: 4px; 	border-radius: 4px; 	*/
    margin-bottom: 4px;
}

.Strike {
    text-decoration: line-through;
}

.PanelHide {
    display: none;
    visibility: hidden;
}

.Clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ClearLeft {
    clear: left;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ClearRight {
    clear: right;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.ExternalLink {
    padding-right: 14px;
    background-image: url(https://cdn.pboffice.net/outlink/boxarrow_gray.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.DownloadLink {
    padding-right: 14px;
    background-image: url(https://cdn.pboffice.net/outlink/download_arrow_full.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.LinkLowPriority A {
    color: #404040;
}

    .LinkLowPriority A:hover {
        color: #e88124;
    }

.Rqd {
    font-size: 11px;
    color: #990000;
    padding-left: 20px;
}

.Nfo {
    font-size: 11px;
    color: #909090;
    padding-left: 20px;
}

.SubjectTitle {
    font-size: 18px;
}

.ActionLink A {
    color: #e88124;
    font-weight: bold;
}

.ActionLink IMG {
    vertical-align: -3px;
}

.HiddenLink {
    color: #909090;
}

    .HiddenLink:hover {
        color: #a0a0a0;
    }

.IndentStandard {
    padding-left: 20px;
}

.IndentDouble {
    padding-left: 35px;
    padding-right: 35px;
}

.EmphasisText {
    font-style: italic;
}

.SideText {
    color: #505050;
}

.SuppressText {
    color: #909090;
}

.SuppressTextSmall {
    color: #909090;
    font-size: 11px;
}

    .SuppressTextSmall INPUT {
        vertical-align: middle;
        padding: 0px;
    }

.SuccessText {
    color: #009900;
}

.WarningText {
    color: #e88124;
}

.StrikeText {
    text-decoration: line-through;
}

a.StrikeText {
    text-decoration: line-through;
}

    a.StrikeText:hover, a.StrikeText:active {
        text-decoration: line-through underline;
    }

.FormButtons {
    text-align: right;
    margin-right: 5px;
}

.FormButtonStandard {
    font-size: 16px;
    font-weight: bold;
}

.FormButtonAlternate {
    font-size: 16px;
    font-weight: normal;
}

.FormButtonPrimary {
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

.FormButtonSecondary {
    font-size: 16px;
    padding-left: 5px;
    margin-top: 15px;
    padding-right: 5px;
}

.ItemGroup {
    white-space: nowrap;
}

    .ItemGroup DIV {
        margin: 0px 3px 0px 0px;
    }

.LinkIcon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.LinkIconPost {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -1px;
}

.LinkIconFeed {
    position: absolute;
    bottom: 3px;
    right: 13px;
    width: 16px;
    height: 16px;
}

    .LinkIconFeed img {
        width: 16px;
        height: 16px;
    }

.TextGroup {
    float: left;
    margin-right: 4px;
    margin-bottom: 6px;
    text-align: left;
}

.TextInput {
    border: solid 1px #909090;
    font-size: 12px;
    padding: 2px;
}

select.TextInput {
    padding: 1px;
}

.TextGroup select {
    border: solid 1px #909090;
    font-size: 12px;
    padding: 1px;
}

.TextGroup input {
    border: solid 1px #909090;
    font-size: 12px;
    padding: 2px;
}

.InputTiny {
    width: 40px;
}

.InputSmall {
    width: 50px;
}

select.InputSmall {
    width: 60px;
}

.InputShort {
    width: 70px;
}

select.InputShort {
    width: 76px;
}

.InputMid {
    width: 90px;
}

.InputMedium {
    width: 100px;
}

.InputStandard {
    width: 120px;
}

.InputLong {
    width: 140px;
}

.InputWide {
    width: 180px;
}

.InputWider {
    width: 200px;
}

.InputWiden {
    width: 220px;
}

.InputExtraWide {
    width: 260px;
}

.InputExtraWider {
    width: 280px;
}

.InputEvenWider {
    width: 300px;
}

.InputDoubleLong {
    width: 320px;
}

.InputDoubleDown {
    width: 340px;
}

.InputTripleStandard {
    width: 360px;
}

.InputDoubleWide {
    width: 400px;
}

.InputDoubleWidePlus {
    width: 470px;
}

.InputExtreme {
    width: 500px;
}

.InputExtremeWide {
    width: 550px;
}

.InputExtremelyWide {
    width: 570px;
}

.InputFullWidth {
    width: 700px;
}

.TextNote {
    float: left;
    margin-right: 20px;
    padding: 10px;
    width: 175px;
    color: #5A8E22;
}


/* Form Buttons */

.FormBtn {
    width: 210px;
    height: 45px;
    overflow: hidden;
    background-repeat: no-repeat;
}

    .FormBtn IMG {
        width: 210px;
        height: 45px;
    }

    .FormBtn INPUT {
        width: 210px;
        height: 45px;
    }

.FormBtnDisabled {
    background-position: 0px 0px;
}

.FormBtnEnabled {
    background-position: 0px -45px;
}

.FormBtnActive {
    background-position: 0px -90px;
}

    .FormBtnActive:hover {
        background-position: 0px -135px;
    }

.FormBtnSecureSignIn {
    width: 165px;
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_secure_signin.png);
}

    .FormBtnSecureSignIn IMG {
        width: 165px;
    }

.FormBtnSelectFile {
    width: 145px;
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_select_file.png);
}

    .FormBtnSelectFile IMG {
        width: 145px;
        height: 45px;
    }

.FormBtnCreateTrans {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_create_trans.png);
}

.FormBtnContinueToNextStep {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_continuetonextstep.png);
}

.FormBtnGoBackAStep {
    width: 145px;
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_gobackastep.png);
}

    .FormBtnGoBackAStep IMG {
        width: 145px;
        height: 45px;
    }

.FormBtnSubmitTransaction {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_submit_transaction.png);
}

.FormBtnCancelTransaction {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_cancel_transaction.png);
}

.FormBtnReviewTransaction {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_review_transaction.png);
}

.FormBtnSaveInformation {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_save_information.png);
}

.FormBtnCreateDocumentNow {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_create_document_now.png);
}

.FormBtnAttachDocument {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_attach_document.png);
}

.FormBtnContinueSelectPages {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_continue_selectpages.png);
}

.FormBtnFastContacts {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_goto_contacts.png);
}

.FormBtnFastProperty {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_goto_property.png);
}

.FormBtnFastDocuments {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_goto_documents.png);
}

.FormBtnYesSignMeIn {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_yes_signmein.png);
}

.FormBtnFastInfo {
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_goto_info.png);
}

.FormBtnYesRemove {
    width: 145px;
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_yes_remove.png);
}

    .FormBtnYesRemove IMG {
        width: 145px;
        height: 45px;
    }

.FormBtnCancel {
    width: 79px;
    background-image: url(https://cdn.pboffice.net/shared/button/form_btn_cancel.png);
}

    .FormBtnCancel IMG {
        width: 79px;
        height: 45px;
    }

    .FormBtnCancel INPUT {
        width: 79px;
        height: 45px;
    }

/* Contact Cards */
.ContactGroupRequired.ContactGroupEmpty {
    /* todo 2010-03-31 */
    border: 2px dashed orange;
}

.ContactCardGroup {
    position: relative;
}

.ContactCardAddFirst {
    position: absolute;
    top: 40px;
    left: 120px;
    font-weight: bold;
}

/* New Cards */

.ContactCardItem {
    position: relative;
    width: 258px;
    height: 110px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/contact_card_back_02.png);
    background-position: 0px 0px;
    margin-left: 20px;
}

.TransContactGroup.Empty .ContactCardItem {
    background-position: 0px -110px;
}

.TransContactGroup.Required .ContactCardItem {
    background-position: 0px -220px;
}

.TransContactGroup .ContactCardItem.SharedPrimary {
    background-position: 0px -550px;
}

.TransContactGroup .ContactCardItem.SharedFull {
    background-position: 0px -330px;
}

.TransContactGroup .ContactCardItem.SharedView {
    background-position: 0px -440px;
}

.ContactCardItem .Remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
}

.ContactCardItem .ProfileLink {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 82px;
    height: 22px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/contact_card_profile_link.png);
}

    .ContactCardItem .ProfileLink:hover {
        cursor: pointer;
    }

.ContactCardItem .Frame {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 5;
    width: 50px;
    height: 70px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/contact_card_photo_frame.png);
}

.ContactCardItem .Photo {
    position: relative;
    float: left;
    margin-top: 13px;
    margin-left: 12px;
}

.ContactCardItem .Frame:hover {
    cursor: pointer;
}

.ContactCardItem .Title {
    float: left;
    margin-top: 13px;
    margin-left: 8px;
    color: #454545;
    font-size: 13px;
    width: 175px;
    height: 20px;
    overflow: hidden;
}

.ContactCardItem .ExemptTitle {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 16px;
    color: #454545;
}

.ContactCardItem .Details {
    float: left;
    margin-left: 8px;
    font-size: 11px;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
}

.ContactCardGroup .AddFirst {
    position: absolute;
    top: 58px;
    right: 30px;
    font-weight: bold;
}

.TransContactGroup .AddNext {
    background-image: url(https://cdn.pboffice.net/shared/transaction/contact_card_addnext_back.png);
    width: 190px;
    height: 19px;
    margin-top: 4px;
    margin-left: 55px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #222;
}

    .TransContactGroup .AddNext DIV {
        padding-top: 1px;
    }

    .TransContactGroup .AddNext A {
        color: #ffffff;
    }

.ContactCardGroup .Exemption {
    position: absolute;
    top: 76px;
    right: 30px;
    color: #3278bd;
    font-size: 11px;
}

    .ContactCardGroup .Exemption:hover {
        text-decoration: underline;
        cursor: pointer;
    }
/* End New Cards */


/*

@media screen and (max-width:1400px)
{
		#SideNavGroup
	{
		display: none;
	}
		#NavPanel
	{
		display: block;
	}
}
@media screen and (min-width:1400px)
{
		#SideNavGroup
	{
		display: block;
	}
		#NavPanel
	{
		display: none;
	}
}

*/


/* Start Old Cards */
.ContactCard {
    position: relative;
    width: 260px;
    height: 110px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.ContactCardEmpty {
    background-image: url(https://cdn.pboffice.net/shared/people/contact_add_btn_empty.jpg);
}

    .ContactCardEmpty .ContactCardRemove {
        display: none;
    }

.ContactCardActive {
    background-image: url(https://cdn.pboffice.net/shared/people/contact_add_btn_active.jpg);
}

    .ContactCardActive .ContactCardAddFirst {
        /*    display: none;*/
    }

    .ContactCardActive .ContactCardRemove {
        display: inline;
    }

.ContactCardPhoto {
    position: absolute;
    left: 15px;
    top: 18px;
    width: 50px;
}

.ContactCardTitle {
    position: absolute;
    left: 80px;
    top: 25px;
    width: 170px;
    height: 20px;
    overflow: hidden;
}

.ContactCardInfo {
    position: absolute;
    left: 80px;
    top: 40px;
    width: 170px;
    font-size: 10px;
}

.ContactCardDetail {
    position: absolute;
    right: 8px;
    bottom: 10px;
    font-size: 10px;
    padding: 0px 4px 0px 4px;
    background-color: #808080;
    color: #ffffff;
}

    .ContactCardDetail:hover, .ContactCardLink:hover {
        cursor: pointer;
    }

.ContactCardExemption {
    position: absolute;
    left: 120px;
    bottom: 20px;
    font-size: 11px;
    padding: 0;
    color: #3278BD;
}

    .ContactCardExemption:hover {
        cursor: pointer;
    }

.ContactCardRemove {
    position: absolute;
    right: -50px;
    top: 10px;
    width: 75px;
}

    .ContactCardRemove A {
        font-size: 11px;
        color: #808080;
    }

        .ContactCardRemove A:hover {
            color: #202020;
        }

    .ContactCardRemove IMG {
        margin-right: 10px;
        vertical-align: middle;
        width: 16px;
        height: 16px;
    }

.ContactCardConfirm {
    position: absolute;
    top: 5px;
    left: 50px;
    width: 311px;
    height: 85px;
    background-image: url(https://cdn.pboffice.net/shared/people/contact_card_remove_back.png);
    background-repeat: no-repeat;
}

    .ContactCardConfirm .ConfirmContent {
        margin-left: 53px;
        margin-top: 5px;
    }

    .ContactCardConfirm .ConfirmQuestion {
        margin: 0px 0px 10px 0px;
        font-size: 16px;
        color: #808080;
    }

    .ContactCardConfirm.Prompt {
        position: absolute;
        top: 15px;
        left: 240px;
        width: 311px;
        height: 85px;
        background-image: url(https://cdn.pboffice.net/shared/people/contact_card_remove_back.png);
        background-repeat: no-repeat;
    }
/* DOM IDs */
#SiteTemplateOneColIndent {
    width: 700px;
    margin-left: 20px;
    text-align: justify;
}

#SiteTemplateOneColShortIndent {
    width: 500px;
    margin-left: 20px;
    text-align: justify;
}

#SiteTemplateTwoColLeft {
    width: 630px;
    text-align: justify;
    float: left;
}

#SiteTemplateTwoColRight {
    float: right;
    width: 300px;
    text-align: justify;
}

.SiteTemplateFullPageTwoColLeft {
    width: 420px;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    text-align: justify;
}

.SiteTemplateFullPageTwoColRight {
    width: 420px;
    float: left;
    text-align: justify;
}

#SiteTemplateSubColLeft {
    width: 325px;
    text-align: justify;
}

#SiteTemplateSubColRight {
    float: right;
    width: 320px;
    text-align: justify;
}

#ServicePanelGroup {
    position: relative;
}

#ServicePanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 990px;
    background-color: #dfdfdf;
    z-index: 70;
    border-bottom: 1px solid #c0c0c0;
    height: 25px;
    background-image: url(https://cdn.pboffice.net/shared/adc_new/utility-nav-overlay_trans_2.png);
}

#TechStat {
    height: 32px;
    background-color: #222;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .1)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .1)), color-stop(.75, rgba(255, 255, 255, .1)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
}


    #TechStat a {
        color: #ffffff;
        text-decoration: underline;
    }

    #TechStat .Focus {
        background-color: #c16;
    }

    #TechStat h4 {
        margin: 0;
        padding: 6px 0 0 0;
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        line-height: 17px;
    }

    #TechStat.Standard {
        background-color: #222;
    }

    #TechStat.Critical {
        background-color: #900;
    }

    #TechStat.Good {
        background-color: #e4e4e4;
        border-bottom: 1px solid #c0c0c0;
    }

        #TechStat.Good a {
            color: #202020;
        }

        #TechStat.Good h4 {
            color: #669966;
        }

#ServiceBar {
    height: 32px;
}

#ServiceTabPanel {
    float: left;
    margin-top: 17px;
    margin-left: 15px;
}



.TabCorner {
    float: left;
    width: 0px;
    height: 0px;
    top: 2px;
    content: ' ';
    position: relative;
    border-width: 3px 3px;
    border-style: solid; /* border-color: transparent transparent #666 #666; */
}

.ServiceTab {
    position: relative;
    float: left;
    min-width: 55px;
    height: 70px;
    margin-right: 0px;
    margin-top: 2px;
    background-color: #ffffff;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background-image: url(https://cdn.pboffice.net/shared/adc_new/tab-overlay-active.png);
    /* IE11
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	*/
}

    .ServiceTab .TabText {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 55px;
        font-size: 15px;
        text-align: center;
        color: #797979;
    }

    .ServiceTab:hover {
        background-color: #505050;
        cursor: pointer;
    }

        .ServiceTab:hover .TabText {
            color: #ffffff;
        }

    .ServiceTab .TabNum {
        position: absolute;
        top: 52px;
        left: 13px;
        width: 25px;
        font-size: 10px;
        font-weight: bold;
        line-height: 10px;
        text-align: center;
        color: #808080;
        background-color: #ffffff;
        /* IE11
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
        padding: 1px 2px;
    }

    .ServiceTab .TabIcon {
        position: absolute;
        top: 2px;
        left: 1px;
        height: 35px;
        background-image: url(https://cdn.pboffice.net/shared/adc_new/service_tab_icons-2.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 55px;
    }

.Tab_Actions .TabIcon {
    margin: 0 auto;
}

.Tab_Docs .TabIcon {
    background-position: 0 -35px;
}

.Tab_Leads .TabIcon {
    background-position: 0 -70px;
}

.Tab_QuickLinks .TabIcon {
    background-position: 0 -105px;
}

.Tab_Messages .TabIcon {
    background-position: 0 -140px;
}

.ActiveTab.Tab_Actions .TabIcon, .Tab_Actions:hover .TabIcon {
    background-position: -55px 0;
}

.ActiveTab.Tab_Docs .TabIcon, .Tab_Docs:hover .TabIcon {
    background-position: -55px -35px;
}

.ActiveTab.Tab_Leads .TabIcon, .Tab_Leads:hover .TabIcon {
    background-position: -55px -70px;
}

.ActiveTab.Tab_Messages .TabIcon, .Tab_Messages:hover .TabIcon {
    background-position: -55px -140px;
}

.ActiveTab.Tab_QuickLinks .TabIcon, .Tab_QuickLinks:hover .TabIcon {
    background-position: -55px -105px;
}

.ActiveTab .TabText {
    color: #ffffff;
}

/*
#NavPanel.Scrolling
{
	position: fixed;
	top: 26px;
	left: 0;
	right: 0;
	z-index: 10;
	
}
*/

#ServicePanel.Scrolling {
    position: fixed;
    border-bottom: 1px solid #c0c0c0;
    background-color: rgba(255,255,255,0.9);
    background-image: none; /* 	-webkit-box-shadow: 0px 2px 5px #e0e0e0; 	-moz-box-shadow: 0px 2px 5px #e0e0e0; 	box-shadow: 0px 2px 5px #e0e0e0; 	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2); 	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2); 	box-shadow: 0px 2px 5px rgba(0,0,0,0.2); 	*/
}

    #ServicePanel.Scrolling .ServiceTab {
        height: 40px;
        margin-top: -30px;
        border-left: 1px solid #a0a0a0;
        border-right: 1px solid #a0a0a0;
        border-bottom: 1px solid #a0a0a0;
    }

    #ServicePanel.Scrolling .TabNum {
        display: none;
    }

    #ServicePanel.Scrolling .ServiceTab .TabIcon {
        margin-top: 6px;
    }

    #ServicePanel.Scrolling .TabText {
        display: none;
    }

    #ServicePanel.Scrolling .TabCorner {
        border-color: transparent transparent transparent transparent;
    }

    #ServicePanel.Scrolling .ServiceTab:hover {
        margin-top: -18px;
        height: 50px;
    }

        #ServicePanel.Scrolling .ServiceTab:hover .TabIcon {
            margin-top: -2px;
        }

        #ServicePanel.Scrolling .ServiceTab:hover .TabText {
            display: inline;
            bottom: 0px;
        }

        #ServicePanel.Scrolling .ServiceTab:hover .TabNum {
            margin-top: 0;
        }

    #ServicePanel.Scrolling #SiteImageContainer {
        visibility: hidden;
    }

    #ServicePanel.Scrolling #SiteSignOutContainer A {
        color: #808080;
    }

        #ServicePanel.Scrolling #SiteSignOutContainer A:hover {
            color: #000000;
            text-decoration: none;
        }


.BackAgentOverlay {
    position: absolute;
    top: 1px;
    right: 140px;
    width: 20px;
    height: 21px;
    background-position: 0 0;
    background-image: url(https://cdn.pboffice.net/shared/adc_new/backagent_accent_dark.png);
}

    .BackAgentOverlay:hover {
        background-position: 0 -21px;
    }

    .BackAgentOverlay img {
        width: 20px;
        height: 21px;
    }

.ThemeSwitcherIcon {
    position: absolute;
    top: 5px;
    right: 170px;
    width: 90px;
    height: 21px;
}

    .ThemeSwitcherIcon a {
        display: none;
        color: #ffffff !important;
        font-size: 13px;
    }

    .ThemeSwitcherIcon:hover a {
        display: block;
    }

.AlertTriangle {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid red;
    /* IE11
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}

.Maintenance {
    position: absolute;
    top: 3px;
    left: 0px;
    padding: 5px 10px;
    width: 250px;
    background-color: #aa0000;
    color: #ffffff;
    /* IE11
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}

.PastNotices {
    position: absolute;
    top: 2px;
    right: 140px;
    width: 22px;
    height: 20px;
    background-position: 0 0;
    background-image: url(https://cdn.pboffice.net/shared/header/tabs/tab_past_notices.png);
}

    .PastNotices:hover {
        background-position: 0 -21px;
    }

    .PastNotices img {
        width: 20px;
        height: 21px;
    }



.Preferences {
    position: absolute;
    top: 2px;
    right: 70px;
    width: 20px;
    height: 21px;
    background-position: 0 0;
    background-image: url(https://cdn.pboffice.net/shared/header/tabs/tab_preferences.png);
}

    .Preferences:hover {
        background-position: 0 -21px;
    }

    .Preferences img {
        width: 20px;
        height: 21px;
    }

.PrefSpacer {
    position: absolute;
    top: 2px;
    right: 27px;
    background-color: transparent;
    width: 1px;
    height: 20px;
}

.QuickSupport {
    position: absolute;
    top: 2px;
    right: 105px;
    width: 20px;
    height: 21px;
    background-position: 0 0;
    background-image: url(https://cdn.pboffice.net/shared/header/tabs/tab_support.png);
}

    .QuickSupport:hover {
        background-position: 0 -21px;
    }

    .QuickSupport img {
        width: 20px;
        height: 21px;
    }

#HeaderWrapper {
    background-color: #ffffff;
    margin-bottom: 10px;
    min-width: 990px;
}

#BodySpacer {
    height: 25px;
}


#SiteSignOutContainer {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 16px;
    font-size: 14px;
}

#InfoBar {
    height: 92px;
}

#InfoPanel {
    width: 100%;
    min-width: 990px;
    height: 92px;
    background-repeat: repeat-x;
    background-image: url(https://cdn.pboffice.net/shared/adc_new/main-bg-overlay.png);
    background-position: left bottom;
}


#SiteImageContainer {
    float: left;
    height: 107px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 4px #808080;
    -moz-box-shadow: 0px 2px 4px #808080;
    box-shadow: 0px 2px 4px #808080;
    -webkit-box-shadow: 0px 2px 4px rgba(128,128,128,0.2);
    -moz-box-shadow: 0px 2px 4px rgba(128,128,128,0.2);
    box-shadow: 0px 2px 4px rgba(128,128,128,0.2);
    /* IE11
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	*/
}

    #SiteImageContainer:hover {
        cursor: pointer;
    }

    #SiteImageContainer img {
        display: block;
        padding: 15px 20px 0px 20px;
        max-height: 80px;
        max-width: 300px;
    }

#MobileLogo {
    display: none;
}

#SiteImagePrintLogo {
    display: none;
    float: left;
    height: 107px;
    background-color: #ffffff;
}

    #SiteImagePrintLogo img {
        display: block;
        padding: 15px 20px 0px 20px;
        max-height: 80px;
        max-width: 300px;
    }


#SiteImageContainer.Trans {
    padding: 0px 0px 0px 20px;
    background-color: transparent;
    -webkit-box-shadow: 0px 2px 4px transparent;
    -moz-box-shadow: 0px 2px 4px transparent;
    box-shadow: 0px 2px 4px transparent;
    -webkit-box-shadow: 0px 2px 4px transparent;
    -moz-box-shadow: 0px 2px 4px transparent;
    box-shadow: 0px 2px 4px transparent;
    margin-top: 24px;
}


#SitePrintImageContainer {
    display: none;
    position: absolute;
    left: 0px;
    top: 43px;
}

#SiteLinkInfoContainer {
    position: fixed;
    left: 50%;
    top: 40px;
    width: 400px;
    margin-left: -200px;
    color: #404040;
    font-size: 13px;
    z-index: 10;
    background-color: #efefef;
    border: 1px solid #202020;
    padding: 2px 5px;
    text-align: center;
}

#StationPhoneExt {
    color: #efefef;
    font-weight: bold;
}

#NavPanel {
    width: 100%;
    min-width: 990px;
    height: 37px;
    background-position: left top;
    background-repeat: repeat-x;
    border-bottom: 1px solid #e0e0e0;
}

    #NavPanel #CartLinkPanel {
        position: absolute;
        top: 0;
        right: 0;
        height: 30px;
    }

#NavPrintSpacer {
    display: none;
}

#CartLinkPanel .UpgradeOption {
    width: 80px;
    height: 37px;
    background-color: #808080;
    background-image: url(https://cdn.pboffice.net/shared/header/slate/nav_back_slate.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

    #CartLinkPanel .UpgradeOption:hover {
        background-color: #ffffff;
        background-image: none;
        cursor: pointer;
    }

    #CartLinkPanel .UpgradeOption div {
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #202020;
    }

    #CartLinkPanel .UpgradeOption:hover div {
        color: #808080;
    }

#CartLinkPanel .CartSummary {
    margin-right: 100px;
    height: 37px;
    padding: 0 20px;
}

    #CartLinkPanel .CartSummary:hover {
        background-color: #ffffff;
        background-image: url(https://cdn.pboffice.net/shared/header/slate/nav_back_slate.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        cursor: pointer;
    }

    #CartLinkPanel .CartSummary div {
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

    #CartLinkPanel .CartSummary:hover div {
        color: #202020;
    }

#CartLinkPanel .PromoSummary {
    margin-right: 50px;
    height: 37px;
    padding: 0 20px;
}

    #CartLinkPanel .PromoSummary div {
        padding-top: 10px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: bold;
    }

#NavPanel .NavItem {
    float: left;
    position: relative;
}

    #NavPanel .NavItem:hover {
        background-color: #e0e0e0; /* 	background-image: url(https://cdn.pboffice.net/shared/header/slate/nav_back_slate.png); 	background-repeat: repeat-x; 	background-position: left bottom; 	*/
        cursor: pointer;
    }

    #NavPanel .NavItem A {
        display: block;
        padding: 12px 14px 10px 14px;
        font-size: 16px;
        line-height: 15px;
    }

        #NavPanel .NavItem A:hover {
            text-decoration: none;
        }

#NavPanel .NavSpacer {
    float: left;
    width: 2px;
    height: 37px;
    background-image: url(https://cdn.pboffice.net/shared/adc_new/nav_spacer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.NavActive {
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 0;
    height: 0;
    content: ' ';
    border-style: solid;
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080;
}



#SiteSubNavContainer {
    margin: 0px 0px 14px 0px;
    padding: 4px 8px 4px 8px;
    width: 950px;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    #SiteSubNavContainer h1 {
        margin-top: 10px;
    }

    #SiteSubNavContainer ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        background-color: #808080;
    }

        #SiteSubNavContainer ul li {
            float: left;
            height: 34px;
            padding-left: 15px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin-right: 2px;
        }

            #SiteSubNavContainer ul li.selected {
                position: relative;
                background-color: #808080;
            }

                #SiteSubNavContainer ul li.selected a {
                    color: #ffffff;
                    float: left;
                }

span.selected-arrow {
    display: none;
    position: absolute;
    left: 25%;
    bottom: -1px;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 3px;
	border-radius: 3px;
*/
    height: 3px;
    width: 50%;
}

#SiteSubNavContainer ul li a {
    color: #606060;
    text-decoration: none;
    display: block;
    padding: 9px 15px 10px 0;
    font-size: 14px;
}

    #SiteSubNavContainer ul li a:hover {
        color: #000000;
    }

#SiteSubNavContainer ul li.selected ul {
    position: absolute;
    padding-top: 10px;
    width: 800px;
}

    #SiteSubNavContainer ul li.selected ul li {
        background: none;
        padding: 0;
    }

        #SiteSubNavContainer ul li.selected ul li a {
            background: none;
            display: inline;
            color: #999;
            text-decoration: underline;
            font-size: 0.8em;
        }

#SiteSubNavContainer ul li:hover {
    background-color: #606060;
    background-image: none;
}

    #SiteSubNavContainer ul li:hover a {
        color: #ffffff;
    }

.SubNavLink a {
    color: #454545;
}

    .SubNavLink a:hover {
        color: #000000;
    }

.GuideTab {
    /* 	background-image: url(https://cdn.pboffice.net/shared/base/subnav/guide_back.png); 	background-repeat: no-repeat; 	background-position: 0 0; 	*/
}

#SiteUserInfoContainer {
    position: absolute;
    top: 12px;
    right: 70px;
    text-align: right;
    width: 480px;
    margin-top: 2px;
}

    #SiteUserInfoContainer.BaseInfo {
        top: 20px;
    }

    #SiteUserInfoContainer A {
        text-decoration: none;
        color: #e0e0e0;
    }

        #SiteUserInfoContainer A:hover {
            text-decoration: underline;
            color: #ffffff;
        }


#AssocPhoto {
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 1;
    width: 50px;
    height: 50px;
}

    #AssocPhoto div {
        width: 50px;
        height: 50px;
        border: 1px solid #CCC;
        background-color: white;
        margin-left: 0px;
        text-align: center;
        overflow: hidden;
    }

        #AssocPhoto div img {
            border: 1px solid #f0f0f0;
            padding: 0;
            margin: 0;
        }

img.PhotoThumb {
    width: 50px;
    height: 50px;
    border: 1px solid #505050;
}
/* Alerts & Popups */
#OfficeLocationPanel {
    background: transparent;
    position: absolute;
    top: 22px;
    right: 46px;
    width: 182px;
    padding: 10px;
    z-index: 70;
}

    #OfficeLocationPanel .OfficeInfo A {
        color: #505050;
        font-weight: bold;
    }

        #OfficeLocationPanel .OfficeInfo A:hover {
            color: #000000;
        }

    #OfficeLocationPanel .CloseLink {
        position: absolute;
        right: 21px;
        top: 19px;
        text-align: right;
        font-size: 14px;
    }

    #OfficeLocationPanel .ConfigureLink {
        color: #efefef;
        font-size: 10px;
    }

        #OfficeLocationPanel .ConfigureLink:hover {
            color: #ffffff;
        }

#ScreenOffline {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 95;
    background-color: #000000;
    background-repeat: repeat;
}

#ScreenClickBlock {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #000000;
    opacity: 0.20;
}

#PageClickBlock {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #ffffff;
    opacity: 0.01;
}

#ScreenGrayout {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #000000;
    opacity: 0.15;
}

#ScreenBranded {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #000000;
    opacity: 0.25;
}

#ScreenFocus {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #000000;
    opacity: 0.25;
}

#ScreenWhiteout {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 75;
    background-color: #ffffff;
    opacity: 0.75;
}

#ScreenBlackout {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 95;
    background-color: #000000;
    opacity: 0.45;
}

#SessionTimeoutAlert {
    border: double 5px #505050;
    background-color: #efefef;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -170px;
    width: 290px;
    height: 190px;
    padding: 30px;
    z-index: 100;
}

    #SessionTimeoutAlert .AlertTitle {
        color: Orange;
        font-size: 20px;
        font-weight: bold;
    }

    #SessionTimeoutAlert .AlertText {
        color: #505050;
        font-size: 1em;
    }

    #SessionTimeoutAlert .AlertAction {
        color: #009900;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

        #SessionTimeoutAlert .AlertAction INPUT {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
        }

    #SessionTimeoutAlert .AlertLate {
        color: #990000;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

        #SessionTimeoutAlert .AlertLate INPUT {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
        }

#ButtonSessionExit {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#ExpireDate {
    color: #505050;
    font-size: 10px;
    padding: 0px;
    margin: 0px;
}

#DocOrgSetSelect, #DocGroupSelect {
    padding: 10px;
    font-size: 9pt;
    line-height: normal;
    max-height: 300px;
    min-width: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: auto;
}

#OfficeChangePanel, #AccountChangePanel {
    padding: 10px;
    font-size: 9pt;
    line-height: normal;
    max-height: 300px;
    min-width: 290px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.OfficeTree ul {
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

    .OfficeTree ul li {
        margin: 0;
        padding: 3px 0;
        font-weight: bold;
        white-space: nowrap;
    }

        .OfficeTree ul li.sublist {
            padding: 0;
        }

        .OfficeTree ul li.disabled {
            display: none;
        }

        .OfficeTree ul li.office {
            font-weight: normal;
        }

        .OfficeTree ul li.selected {
            color: #e88124;
        }

            .OfficeTree ul li.selected a {
                color: #e88124;
            }

        .OfficeTree ul li span.location {
            color: black;
            vertical-align: 3px;
            font-size: 8px;
            font-weight: normal;
        }

.OfficeSearch {
    position: absolute;
    top: 10px;
    right: 6px;
    height: 20px;
    margin-top: 20px;
}




#FooterContainer {
    height: 80px;
    width: 970px;
    margin: 10px auto;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
}

#FooterContent {
    color: #d0d0d0;
    font-size: 12px;
    padding: 15px 0px 0px 10px;
}

    #FooterContent A {
        color: #ffffff;
        padding: 0px 2px;
    }

        #FooterContent A:hover {
            color: #202020;
            background-color: #ffffff;
        }


.SecuritySeal {
    position: absolute;
    top: 24px;
    right: 175px;
    padding: 0 0 !important;
}

    .SecuritySeal a:hover, .SecuritySeal:hover {
        background-color: transparent !important;
    }

#FooterBackAgentLink {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 190px;
    height: 60px;
    background: url(https://cdn.pboffice.net/shared/base/backagent_by_propertybase.png) no-repeat 190px 60px;
    background-position: 0px 0px;
    overflow: hidden;
}

    #FooterBackAgentLink:hover {
        background-position: 0px -60px;
    }

#HeaderDemoContent {
    position: absolute;
    top: 96px;
    right: 0px;
    font-size: 10px;
    color: #c0c0c0;
    text-align: center;
    margin-top: 8px;
}

    #HeaderDemoContent A {
        color: #454545;
    }

#FooterDemoContent {
    position: absolute;
    top: 55px;
    right: 200px;
    width: 100px;
    font-size: 10px;
    color: #505050;
    text-align: center;
}

    #FooterDemoContent A {
        color: #909090;
    }

#ContentContainer {
    min-height: 500px;
}


.StagingAlert {
    position: absolute;
    top: 30px;
    right: 180px;
}

#WindowSize {
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    background-color: rgba(255,255,255,0.7);
    color: #000000;
    z-index: 100000;
    padding: 5px;
}

.StartLeftSide {
    float: left;
    margin-right: 10px;
}

.StartRightSide {
    float: left;
    width: 300px;
}

.FooterShow {
    display: none;
}

.MobileEvents {
    display: none;
}

#StartCalendarContainer {
    margin-left: 2px;
    margin-bottom: 0px;
    margin-top: 2px;
    width: 300px;
    font-size: 10px;
    position: relative;
}

#CalendarContainer {
    width: 298px;
}

#FeedbackPanel {
    position: absolute;
    right: 216px;
    top: 164px;
    width: 120px;
    text-align: center;
    font-size: 11px;
    padding: 3px 9px 3px 6px;
    color: #efefef;
    border: solid 1px transparent;
}

    #FeedbackPanel:hover {
        border: solid 1px #808080;
        background-color: #ffffcc;
    }

    #FeedbackPanel A {
        color: #454545;
    }

        #FeedbackPanel A:hover {
            color: #000000;
        }

#OfficeSettingPanel {
    position: absolute;
    top: 57px;
    right: 0px;
    width: 700px;
    font-size: 12px;
    color: #d0d0d0;
}

    #OfficeSettingPanel A {
        color: #c0c0c0;
        font-size: 11px;
        font-weight: bold;
        padding-left: 5px;
    }

        #OfficeSettingPanel A:hover {
            color: #ffffff;
        }

#OfficeDispPanel {
    position: absolute;
    top: 57px;
    right: 0px;
    width: 700px;
    font-size: 12px;
    color: #454545;
}

#InfoDateTime .ActiveUpdate {
    color: #EFEDC9;
}

.InfoDateBox #InfoDateTime {
    font-size: 13px;
    position: absolute;
    top: 20px;
    right: 0;
}

.InfoDateBox #InfoCalLink {
    font-size: 13px;
    position: absolute;
    top: 20px;
    right: 0;
}

.InfoDateBox #ActiveTimeStamp {
    font-size: 15px;
}

#InfoMessage {
    margin-bottom: 8px;
}

    #InfoMessage a {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #c0c0c0;
    }

        #InfoMessage A:hover {
            color: #efefef;
        }

.NoBirthdays {
    border: 1px dashed #c0c0c0;
    background-color: #ffffff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    width: 250px;
}

.MultiContentPanel {
    float: right;
    width: 300px;
    text-align: left;
    margin-bottom: 12px;
}


.SectionButtonPanel {
    float: left;
    width: 234px;
    height: 104px;
    margin-right: 10px;
    background-image: url(https://cdn.pboffice.net/shared/base/btn_panel_back.jpg);
}

    .SectionButtonPanel.InitialButton {
        margin-left: 24px;
    }

    .SectionButtonPanel:hover {
        cursor: pointer;
    }

        .SectionButtonPanel:hover .SectionButton {
            background-position: 0px -34px;
        }

.SectionButton {
    width: 217px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 9px;
    margin-top: 8px;
}

    .SectionButton:hover {
        background-position: 0px -34px;
        cursor: pointer;
    }

    .SectionButton.TransActive {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_transactions_active.jpg);
    }

    .SectionButton.TransFiled {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_transactions_filed.jpg);
    }

    .SectionButton.TransReport {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_transactions_report_new.jpg);
    }

    .SectionButton.ListingAssoc {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_listings_associate.jpg);
    }

    .SectionButton.ListingBroker {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_listings_broker.jpg);
    }

    .SectionButton.ListingCommunity {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_listings_community.jpg);
    }

    .SectionButton.ListingBrokerUpgrade {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_listings_broker_upgrade.jpg);
    }

    .SectionButton.ListingCommunityUpgrade {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_listings_community_upgrade.jpg);
    }

    .SectionButton.PeopleContact {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_people_contacts.jpg);
    }

    .SectionButton.PeopleAssoc {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_people_associates.jpg);
    }

    .SectionButton.PeopleAssocUpgrade {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_people_associates_upgrade.jpg);
    }

    .SectionButton.PeopleCommunity {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_people_community.jpg);
    }

    .SectionButton.PreviewMessage {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_preview_message.jpg);
    }

    .SectionButton.SendMessage {
        background-image: url(https://cdn.pboffice.net/shared/base/btn_send_message.jpg);
    }

.SectionAccent {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 8px;
    margin-left: 18px;
    margin-right: 10px;
}

    .SectionAccent.TransActive {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_trans_active.png);
    }

    .SectionAccent.TransFiled {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_trans_filed.png);
    }

    .SectionAccent.TransReport {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_trans_report_new.png);
    }

    .SectionAccent.ListingAssoc {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_listing_assoc.png);
    }

    .SectionAccent.ListingBroker {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_listing_broker.png);
    }

    .SectionAccent.ListingCommunity {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_listing_community.png);
    }

    .SectionAccent.PeopleContact {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_people_contact.png);
    }

    .SectionAccent.PeopleAssoc {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_people_assoc.png);
    }

    .SectionAccent.PeopleCommunity {
        background-image: url(https://cdn.pboffice.net/shared/base/accent_people_community.png);
    }

.SectionText {
    color: #505050;
    font-size: 12px;
    margin-top: 10px;
}

.SectionTabs {
    background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_back.gif" );
    background-position: left;
    background-repeat: repeat-x;
    min-height: 32px;
}

    .SectionTabs .GroupTabStart {
        float: left;
        width: 9px;
        height: 32px;
        background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_edge_left.gif" );
        background-repeat: no-repeat;
    }

    .SectionTabs .GroupTabEnd {
        float: right;
        width: 9px;
        height: 32px;
        background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_edge_right.gif" );
        background-repeat: no-repeat;
    }

    .SectionTabs .SectionTitle {
        position: relative;
        height: 32px;
        padding: 0px 10px 0px 10px;
        margin: 0px 0px 0px 0px;
        float: left;
        text-align: center;
        vertical-align: bottom;
    }

        .SectionTabs .SectionTitle DIV.SectionText {
            margin: 10px 0px 0px 0px;
        }

            .SectionTabs .SectionTitle DIV.SectionText A {
                color: #505050;
            }

                .SectionTabs .SectionTitle DIV.SectionText A:hover {
                    color: #000000;
                }

#SectionTabs .SectionTitle DIV.SectionEdgeLeft {
    position: absolute;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: left;
    top: 0px;
    left: 0px;
}

.SectionTabs .SectionTitle DIV.SectionEdgeRight {
    position: absolute;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: right;
    top: 0px;
    right: 0px;
}

.SectionTabs .SectionActive {
    background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_back_active.gif" );
}

    .SectionTabs .SectionActive DIV.SectionEdgeLeft {
        background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_edge_active_left.gif" );
    }

    .SectionTabs .SectionActive DIV.SectionEdgeRight {
        background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_edge_active_right.gif" );
    }

    .SectionTabs .SectionActive DIV.SectionText A {
        color: #ffffff;
    }

        .SectionTabs .SectionActive DIV.SectionText A:hover {
            color: #ffffff;
        }

.SectionData {
    clear: both;
    border: solid 1px #a7a7a7;
    background-color: #d8d8d8;
    background-image: url( "https://cdn.pboffice.net/shared/base/multicontent_content_back.gif" );
    background-repeat: repeat-x;
}

.BrowserAlertRibbon {
    width: 100%;
    padding: 6px 0;
    background-color: #ffffff;
    color: #808080;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
}

    .BrowserAlertRibbon a {
        color: #909090 !important;
        font-weight: bold;
    }

    .BrowserAlertRibbon:hover {
        color: #202020;
        background-color: #ffffaa;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }

        .BrowserAlertRibbon:hover a {
            color: #454545 !important;
        }

    .BrowserAlertRibbon a:hover {
        color: #202020 !important;
    }

.EmailAlertRibbon {
    width: 100%;
    padding: 6px 0;
    background-color: #ffffff;
    color: #808080;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10px;
}

    .EmailAlertRibbon a {
        color: #909090 !important;
        font-weight: bold;
    }

    .EmailAlertRibbon:hover {
        color: #202020;
        background-color: #ffffaa;
        border-top: solid 1px #e0e0e0;
        border-bottom: solid 1px #e0e0e0;
    }

        .EmailAlertRibbon:hover a {
            color: #454545 !important;
        }

    .EmailAlertRibbon a:hover {
        color: #202020 !important;
    }

.OfficeServicesPanel {
    position: relative;
    width: 390px;
}

    .OfficeServicesPanel a {
        padding-left: 36px;
        padding-top: 11px;
        font-size: 15px;
        height: 21px;
        display: block;
    }

        .OfficeServicesPanel a:hover {
            text-decoration: none;
        }

    .OfficeServicesPanel div {
        float: left;
        margin: 5px;
        background-repeat: no-repeat;
        width: 180px;
    }

.FutureServicesPanel {
    position: relative;
    width: 390px;
}

    .FutureServicesPanel a {
        padding-left: 36px;
        padding-top: 11px;
        font-size: 16px;
        height: 21px;
        display: block;
        color: #808080;
    }

        .FutureServicesPanel a:hover {
            text-decoration: none;
            color: #808080;
        }

    .FutureServicesPanel div {
        float: left;
        margin: 5px;
        background-repeat: no-repeat;
        width: 180px;
    }

.UserServiceTabPanel {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-right: 15px;
    font-size: 14px;
}

    .UserServiceTabPanel:hover .UserServiceRefresh {
        display: inline;
    }

    .UserServiceTabPanel a {
        padding: 4px 0px 0px 0px;
        width: 143px;
        height: 28px;
        color: #606060 !important;
        display: block;
        text-align: left;
        background-image: url("https://cdn.pboffice.net/shared/base/services_tab_back.png");
        background-position: 0px 0px;
    }

    .UserServiceTabPanel img {
        margin-top: -2px;
        margin-left: 8px;
        margin-right: 4px;
    }

    .UserServiceTabPanel a:hover {
        text-decoration: none;
        background-position: 0px -32px;
        color: #202020;
    }

    .UserServiceTabPanel div {
        float: left;
        margin-right: 5px;
        background-repeat: no-repeat;
    }

.UserServiceRefresh {
    position: absolute;
    top: 0px;
    right: 5px;
    display: none;
}

    .UserServiceRefresh a {
        padding: 8px 0px 0px 0px;
        margin: 0px;
        font-size: 16px;
        width: 16px;
        height: 21px;
        color: #606060;
        text-align: left;
        background-image: none;
    }

.ActiveTab a {
    text-decoration: none;
    background-position: 0px -64px;
    color: #202020 !important;
}

#ConnectionsButtonPanel {
    position: absolute;
    left: 650px;
    top: 6px;
}

.UserServicesPanel {
    position: absolute;
    left: 0px;
    top: 6px;
}

    .UserServicesPanel a {
        padding-left: 36px;
        padding-top: 11px;
        font-size: 16px;
        height: 21px;
        display: block;
    }

        .UserServicesPanel a:hover {
            text-decoration: none;
        }

    .UserServicesPanel div {
        float: left;
        margin-right: 15px;
        background-repeat: no-repeat;
    }

.ServiceIcon_Email_None {
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_email.gif);
    background-repeat: no-repeat;
    background-position: 0px -0px;
}

    .ServiceIcon_Email_None:hover {
        background-position: 0px -32px;
    }

.ServiceIcon_Email_New {
    background-repeat: no-repeat;
    background-position: 0px -64px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_email.gif);
}

    .ServiceIcon_Email_New:hover {
        background-position: 0px -96px;
    }

.ServiceIcon_Email_Remote {
    background-repeat: no-repeat;
    background-position: 0px -128px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_email.gif);
}

    .ServiceIcon_Email_Remote:hover {
        background-position: 0px -160px;
    }

.ServiceIcon_Arrow {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_arrow.gif);
}

    .ServiceIcon_Arrow:hover {
        background-position: 0px -32px;
    }

.ServiceIcon_Future {
    color: #808080;
}

    .ServiceIcon_Future:hover {
        color: #808080;
    }

.ServiceIcon_Fax_None {
    background-repeat: no-repeat;
    background-position: 0px -0px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_fax.gif);
}

    .ServiceIcon_Fax_None:hover {
        background-repeat: no-repeat;
        background-position: 0px -32px;
    }

.ServiceIcon_Fax_New {
    background-repeat: no-repeat;
    background-position: 0px -64px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_fax.gif);
}

    .ServiceIcon_Fax_New:hover {
        background-position: 0px -96px;
    }

.ServiceIcon_Task_None {
    background-repeat: no-repeat;
    background-position: 0px -0px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_task.gif);
}

    .ServiceIcon_Task_None:hover {
        background-repeat: no-repeat;
        background-position: 0px -32px;
    }

.ServiceIcon_Task_New {
    background-repeat: no-repeat;
    background-position: 0px -64px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_task.gif);
}

    .ServiceIcon_Task_New:hover {
        background-position: 0px -96px;
    }

.ServiceIcon_Phone_None {
    background-repeat: no-repeat;
    background-position: 0px -0px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_phone.gif);
}

    .ServiceIcon_Phone_None:hover {
        background-position: 0px -32px;
    }

.ServiceIcon_Phone_New {
    background-repeat: no-repeat;
    background-position: 0px -64px;
    background-image: url(https://cdn.pboffice.net/shared/icon/service_icon_phone.gif);
}

    .ServiceIcon_Phone_New:hover {
        background-position: 0px -96px;
    }


.ServiceIcon_Email_None a {
    color: #c0c0c0;
}

.ServiceIcon_Email_None:hover a {
    color: #505050;
}

.ServiceIcon_Email_New a {
    color: #505050;
}

.ServiceIcon_Email_New:hover a {
    color: #505050;
}

.ServiceIcon_Email_Remote a {
    color: #505050;
}

.ServiceIcon_Email_Remote:hover a {
    color: #000000;
}

.ServiceIcon_Fax_None a {
    color: #c0c0c0;
}

.ServiceIcon_Fax_None:hover a {
    color: #505050;
}

.ServiceIcon_Fax_New a {
    color: #505050;
}

.ServiceIcon_Fax_New:hover a {
    color: #000000;
}


.ServiceIcon_Task_None a {
    color: #c0c0c0;
}

.ServiceIcon_Task_None:hover a {
    color: #505050;
}

.ServiceIcon_Task_New a {
    color: #505050;
}

.ServiceIcon_Task_New:hover a {
    color: #000000;
}

.ServiceIcon_Phone_None a {
    color: #c0c0c0;
}

.ServiceIcon_Phone_None:hover a {
    color: #505050;
}

.ServiceIcon_Phone_New a {
    color: #c0c0c0;
}

.ServiceIcon_Phone_New:hover a {
    color: #505050;
}

.ContactIcon_Home {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_home.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
}

    .ContactIcon_Home:hover {
        background-position: 0px -16px;
    }

.ContactIconBtn_Check, .ContactIconBtn_Unchecked {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_check.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    min-width: 16px;
    min-height: 16px;
    margin-right: 8px;
}

    .ContactIconBtn_Check:hover {
        background-position: 0px -16px;
    }

    .ContactIconBtn_Check a {
        font-size: 18px;
        height: 16px;
        width: 16px;
        display: block;
    }

        .ContactIconBtn_Check a:hover {
            text-decoration: none;
        }

.ContactIconBtn_Uncheck, .ContactIconBtn_Checked {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_uncheck.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    min-width: 16px;
    min-height: 16px;
    margin-right: 8px;
}

    .ContactIconBtn_Uncheck:hover {
        background-position: 0px -16px;
    }

    .ContactIconBtn_Uncheck a {
        font-size: 18px;
        height: 16px;
        width: 16px;
        display: block;
    }

        .ContactIconBtn_Uncheck a:hover {
            text-decoration: none;
        }

.ContactIconBtn_NoCheck {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
    min-width: 16px;
    min-height: 16px;
    margin-right: 8px;
}

.ContactIcon_Check {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_check.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

    .ContactIcon_Check:hover {
        background-position: 0px -16px;
    }

.ContactIcon_Uncheck {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_uncheck.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    white-space: nowrap;
    position: relative;
}

    .ContactIcon_Uncheck:hover {
        background-position: 0px -16px;
    }

.ContactIcon_Tag_Uncheck {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_uncheck.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    white-space: nowrap;
    z-index: 30;
    position: relative;
    font-size: 15px;
}

    .ContactIcon_Tag_Uncheck:hover {
        background-position: 0px -16px;
    }

.ContactIcon_Dial {
    background-image: url(https://cdn.pboffice.net/silk/telephone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Dial:hover {
        color: #202020;
    }

.ContactIcon_Email {
    background-image: url(https://cdn.pboffice.net/silk/email.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Email:hover {
        color: #202020;
    }

.ContactIcon_Announce {
    background-image: url(https://cdn.pboffice.net/silk/world_go.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Announce:hover {
        color: #202020;
    }

.ContactIcon_Transfer {
    background-image: url(https://cdn.pboffice.net/silk/telephone_go.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Transfer:hover {
        color: #202020;
    }

.ContactIcon_Send {
    background-image: url(https://cdn.pboffice.net/silk/email_go.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Send:hover {
        color: #202020;
    }

.ContactIcon_Impersonate {
    background-image: url(https://cdn.pboffice.net/silk/eye.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    white-space: nowrap;
}

    .ContactIcon_Impersonate:hover {
        color: #202020;
    }

.ContactIcon_Add {
    background-image: url(https://cdn.pboffice.net/shared/icon/contact_icon_add.gif);
    background-repeat: no-repeat;
    padding-left: 18px;
    white-space: nowrap;
}

    .ContactIcon_Add:hover {
        background-position: 0px -16px;
    }

.ContactIcon_TagAdd {
    margin-left: 5px;
}

#Email_ProgressBar_Back {
    position: absolute;
    top: 0px;
    left: 2px;
    width: 132px;
    height: 7px;
    background-repeat: no-repeat;
    z-index: 10;
    background-image: url(https://cdn.pboffice.net/shared/service/email/progress_bar_email_back.gif);
}

#Email_ProgressBar_Cover {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 128px;
    height: 5px;
    background-repeat: no-repeat;
    background-image: url(https://cdn.pboffice.net/shared/service/email/progress_bar_email_cover.gif);
}

#QuickHelpButtonPanel {
    position: absolute;
    right: 260px;
    top: 0px;
    padding: 3px 15px 0px 0px;
    margin: 3px 0px 0px 0px;
    width: 100px;
    height: 20px;
    font-size: 13px;
    text-align: right;
    color: #a0a0a0;
    border: solid 1px Transparent;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #QuickHelpButtonPanel .Accent {
        vertical-align: middle;
        padding-top: 0px;
        padding-right: 2px;
    }

    #QuickHelpButtonPanel:hover {
        color: #202020;
        border: solid 1px #808080;
        background-color: #ffffcc;
    }

    #QuickHelpButtonPanel .LinkOverlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 20px;
        z-index: 20;
    }

        #QuickHelpButtonPanel .LinkOverlay IMG {
            width: 100px;
            height: 20px;
        }

#QuickLaunchButtonPanel {
    position: absolute;
    right: 60px;
    top: 0px;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(https://cdn.pboffice.net/shared/base/services_tab_back_links.png);
    background-position: 0px 0px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    width: 184px;
    height: 32px;
    font-size: 14px;
}

    #QuickLaunchButtonPanel:hover {
        cursor: pointer;
    }

        #QuickLaunchButtonPanel:hover a {
            color: #202020;
            text-decoration: none;
        }

    #QuickLaunchButtonPanel a {
        padding: 4px 0px 4px 0px;
        width: 179px;
        height: 28px;
        color: #002664;
    }

    #QuickLaunchButtonPanel img {
        margin-top: -2px;
        margin-left: 8px;
        margin-right: 4px;
    }

#QuickLaunchDialog {
}

#QuickLaunchPanel {
    position: absolute;
    left: 50%;
    top: 125px;
    margin-left: -470px;
    width: 900px;
    height: 420px;
    background-color: #ffffff;
    z-index: 60;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    padding: 20px;
    z-index: 80;
    overflow: auto;
}

    #QuickLaunchPanel .Close {
        float: right;
        margin-bottom: 20px;
    }

        #QuickLaunchPanel .Close:hover {
            cursor: pointer;
        }

    #QuickLaunchPanel .SiteGroup {
        float: left;
        width: 220px;
        height: 40px;
        color: #707070;
        padding-top: 8px;
        font-size: 10px;
        cursor: pointer;
        background-color: #ffffff;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

        #QuickLaunchPanel .SiteGroup.AddLink {
            width: 216px;
            border: 2px dashed #e0e0e0;
            color: #c0c0c0;
        }

            #QuickLaunchPanel .SiteGroup.AddLink a {
                color: #c0c0c0;
            }

        #QuickLaunchPanel .SiteGroup:hover {
            box-shadow: inset 0 0 40px rgba(0,0,0, 0.25);
            -moz-box-shadow: inset 0 0 40px rgba(0,0,0, 0.25);
            -webkit-box-shadow: inset 0 0 40px rgba(0,0,0, 0.25);
            color: #ffffff;
            background-color: Fuchsia;
            border-color: transparent;
        }

            #QuickLaunchPanel .SiteGroup:hover a {
                color: #ffffff;
            }

        #QuickLaunchPanel .SiteGroup a {
            color: #707070;
            font-weight: bold;
            font-size: 12px;
        }

            #QuickLaunchPanel .SiteGroup a:hover {
                text-decoration: none;
            }

    #QuickLaunchPanel .SiteIcon {
        width: 32px;
        height: 32px;
        float: left;
        margin: 2px 12px 2px 12px;
    }

        #QuickLaunchPanel .SiteIcon img {
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    #QuickLaunchPanel .SiteLink {
        padding-top: 4px;
    }

    #QuickLaunchPanel .NoIcon .SiteLink {
        padding-top: 4px;
        margin-left: 15px;
    }

    #QuickLaunchPanel .SiteControl {
        float: right;
        height: 24px;
        color: #707070;
        padding-top: 8px;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
    }

    #QuickLaunchPanel .SideLinkContainer {
        position: absolute;
        left: -196px;
        top: 18px;
        width: 174px;
        min-height: 100px;
        z-index: 5;
        padding: 10px 10px 20px 10px;
        background-color: #efefef;
        border-top: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-left: 1px solid #808080;
        border-right: 1px solid #c0c0c0;
    }

        #QuickLaunchPanel .SideLinkContainer strong {
            color: #303030;
        }

        #QuickLaunchPanel .SideLinkContainer ul {
            list-style: none;
            margin: 0px;
            padding: 10px 0px 0px 0px;
        }

        #QuickLaunchPanel .SideLinkContainer li {
            margin-left: 10px;
            padding-top: 2px;
        }





#LaunchPanelButtonPanel {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn.pboffice.net/shared/base/services_tab_back_info.png);
    background-position: 0px 0px;
    padding: 1px 0px 0px 0px;
    margin: 0px;
    width: 59px;
    height: 32px;
}

    #LaunchPanelButtonPanel:hover a {
        color: #202020;
        text-decoration: none;
    }

    #LaunchPanelButtonPanel a {
        padding: 4px 0px 4px 0px;
        font-size: 16px;
        width: 52px;
        height: 28px;
        color: #002664;
    }

    #LaunchPanelButtonPanel img {
        margin-top: -2px;
    }


.UserNameDisplay {
    font-size: 18px;
    color: #505050;
    padding-left: 20px;
}

.DisplayTable {
    width: 700px;
}

    .DisplayTable DIV {
        float: left;
        font-size: 12px;
    }

.TableRowBase {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.TableRowStd {
    background: url(https://cdn.pboffice.net/shared/base/table_row_back.gif) repeat-x 0px 1px;
    border-top: 1px solid #dfdfdf;
}

.TableRowAlt {
    border-top: 1px solid #dfdfdf;
    background-color: #ffffff;
}

.TableColMedium {
    width: 200px;
}

.TableColLarge {
    width: 440px;
}

.SessionAnchor IMG {
    margin-right: 4px;
    vertical-align: -3px;
}


.ActionButton {
    display: block;
    width: 128px;
    height: 27px;
    color: #ffffff !important;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    padding-left: 12px;
    padding-top: 9px;
    background-color: #808080;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .ActionButton:hover {
        cursor: pointer;
        color: #ffffff !important;
        text-decoration: none;
    }

    .ActionButton IMG {
        vertical-align: -3px;
        margin-right: 4px;
    }


/* datepicker control */
/*
.jsDatePicker { background-color: black; color: white; }
.jsDatePicker td { padding: 2px; }
.jsDatePicker td.outside { color: #999; }
*/
div.jsDatePicker {
    z-index: 30;
    border: 1px solid #BBB;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: "Verdana", sans-serif;
    font-size: 85%;
}

    div.jsDatePicker table {
        width: 167px;
    }

        div.jsDatePicker table tr td {
            border-top: 1px solid #DDD;
            border-left: 1px solid #DDD;
            padding: 3px;
            text-align: center;
            background-color: #FFF;
        }

        div.jsDatePicker table thead tr.first td {
            border-top: none;
            border-left: none;
            background-color: #666;
            color: #FFF;
            font-weight: bold;
        }

        div.jsDatePicker table thead tr.last td {
            background-color: #CCC;
        }

        div.jsDatePicker table tfoot tr td {
            background-color: #666;
            color: #FFF;
        }

        div.jsDatePicker table tr td.first {
            border-left: none;
        }

        div.jsDatePicker table tbody tr td.outside {
            color: #666;
        }

        div.jsDatePicker table tbody tr td.weekend {
            background-color: #F9F9F9;
        }

        div.jsDatePicker table tbody tr td.today {
            background-color: #99AABB;
        }

        div.jsDatePicker table tbody tr td.selected {
            background-color: #AACCEE;
        }

        div.jsDatePicker table tbody tr td.todaySelected {
            background-color: #557799;
            color: #FFF;
        }

        div.jsDatePicker table.pickDay tr td {
            width: 17px;
        }

        div.jsDatePicker table.pickMonth tr td {
            width: 49px;
        }

        div.jsDatePicker table.pickYear tr td {
            width: 49px;
        }


#FishBowl {
    position: absolute;
    top: -5px;
    left: -90px;
    z-index: 10;
}

    #FishBowl:hover {
        cursor: pointer;
    }


.ImpersonationPanel {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 30;
}

    .ImpersonationPanel .Message {
        position: absolute;
        top: 87px;
        right: 130px;
        width: 217px;
        height: 36px;
        padding-top: 6px;
        background-color: #ffffff;
        -moz-border-radius: 16px;
        border-radius: 16px;
        border: 2px solid #000000;
        text-align: center;
        background-image: url(https://cdn.pboffice.net/shared/base/impersonate_back_off.png);
    }

        .ImpersonationPanel .Message:hover {
            cursor: pointer;
            background-image: url(https://cdn.pboffice.net/shared/base/impersonate_back_on.png);
            color: #ffffff;
            background-color: #000000;
            border: 2px solid #808080;
            -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
            box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
        }

            .ImpersonationPanel .Message:hover a {
                color: #ffffff;
            }

    .ImpersonationPanel .PhotoBase {
        position: absolute;
        top: 85px;
        right: -8px;
        width: 80px;
        height: 14px;
        padding-top: 4px;
        background-color: #ffd700;
        -moz-border-radius: 8px;
        border-radius: 8px;
        font-size: 8px;
        text-align: center;
        color: #ffffff;
    }

.SideMenuPanel {
    width: 237px;
    float: right;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-top: 0;
    position: relative;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .SideMenuPanel.Login {
        float: none;
        width: 270px;
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .SideMenuPanel.SubLogin {
        padding-top: 0px;
    }

    .SideMenuPanel.SubLoginAlt {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .SideMenuPanel.BrowserAlert {
        padding-bottom: 0px;
        color: #454545;
        text-align: center;
    }

    .SideMenuPanel.Login .SideMenuTop {
        width: 272px;
    }

.TransPanel {
    margin-top: 0px;
}

.SideMenuTop {
    position: absolute;
    top: 10px;
    left: -1px;
    width: 239px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    background-color: #808080;
}

    .SideMenuTop h3 {
        width: 240px;
        margin: 0px 0px 0px 20px;
        padding: 12px 0px 0px 0px;
        color: #ffffff;
        font-weight: normal;
    }

.SideMenuPanel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.SideMenuContent {
    padding: 10px 20px 20px 20px;
    font-size: 13px;
}

    .SideMenuContent h4 {
        margin: 10px 0 5px;
    }

    .SideMenuContent .SideMenuInfo {
        padding: 5px;
    }

        .SideMenuContent .SideMenuInfo .item {
            padding: 0 0 5px 0;
        }

        .SideMenuContent .SideMenuInfo .subitem {
            padding: 0 0 0 10px;
        }

ul#SideMenuLinks li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1px;
    margin-left: 0px;
}

    ul#SideMenuLinks li:hover {
        background-color: #e0e0e0;
    }

    ul#SideMenuLinks li.Separator {
        margin-top: 32px;
        border-top: 1px solid #808080;
        height: 0;
        border-bottom: 0 none;
    }

    ul#SideMenuLinks li a {
        display: block;
        padding-left: 15px; /*background: url(https://cdn.pboffice.net/shared/base/icon_arrow.gif) no-repeat 0px 7px;*/
        padding: 8px 0px 7px 25px;
        text-decoration: none;
        color: #454545;
    }

        ul#SideMenuLinks li a:hover {
            color: #000000; /*background-image: url(https://cdn.pboffice.net/shared/base/icon_arrow_hover.gif);*/
            font-weight: bold;
        }

ul#SideMenuLinks .ActionLink a {
    color: #e88124;
}

ul#SideMenuLinks .HelpShortText {
    color: #808080;
    padding: 0 20px 5px;
}

ul#SideMenuLinks .SideMenuDropDown {
    padding: 0 20px 5px;
}


.SideGuideMessage {
    font-size: 13px;
    font-style: normal;
    margin: 5px;
    color: #808080;
}

    .SideGuideMessage p {
        margin: 0px;
    }

.SideGuideTitle {
    font-size: 16px;
    color: #606060;
    font-style: italic;
    font-weight: bold;
    margin: 5px 5px 0px 5px;
}

.PanelGroup {
    position: relative;
    z-index: 0;
    background-repeat: repeat-y;
    margin-bottom: 16px;
}

    .PanelGroup .Content {
        position: relative;
    }

        .PanelGroup .Content .ContentInner {
            padding: 5px 30px;
        }

        .PanelGroup .Content .PageContent, .Content .PageContent {
            margin-left: 20px;
            padding-top: 15px;
            min-height: 400px;
        }

            .PanelGroup .Content .PageContent h2 {
                margin-bottom: 10px;
            }


#PageMarquee, .PageMarquee {
    height: 30px;
    overflow: hidden;
    position: relative;
}

    #PageMarquee .PageTitle, .PageMarquee .PageTitle {
        float: left;
        margin-left: 20px;
        display: block;
        color: #c0c0c0;
        color: rgba(30,30,30,0.4);
        font-size: 24px;
        line-height: 24px;
    }

    #PageMarquee .PageInfoText, .PageMarquee .PageInfoText {
        position: absolute;
        right: 20px;
        bottom: 2px;
        font-size: 14px;
        color: #606060;
    }


.PanelAuto {
    width: 968px;
    position: relative;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .PanelAuto .Content {
        min-height: 600px;
    }

.Panel970 {
    width: 968px;
    position: relative;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .Panel970 .Content {
        min-height: 600px;
    }


.Panel770 {
    width: 770px;
    margin-right: 8px;
    float: left;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .Panel770 .Content {
        width: 770px;
        min-height: 450px;
    }

.Panel660 {
    width: 660px;
    float: left;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .Panel660 .Content {
        width: 660px;
        min-height: 450px;
    }

.Panel303 {
    width: 300px;
    float: left;
    margin-bottom: 2px;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .Panel303 .Top {
    }

    .Panel303 .Base {
    }

    .Panel303 .Content {
        width: 303px;
        padding-bottom: 10px;
    }

.Panel303Blue {
    width: 303px;
    float: left;
    margin-bottom: 2px;
}

    .Panel303Blue .Top {
        width: 303px;
        height: 6px;
        background-image: url(https://cdn.pboffice.net/shared/panel/panel_303_blue_top.png);
    }

    .Panel303Blue .Base {
        width: 303px;
        height: 6px;
        background-image: url(https://cdn.pboffice.net/shared/panel/panel_303_blue_base.png);
        margin-bottom: 2px;
    }

    .Panel303Blue .Content {
        width: 303px;
        background-image: url(https://cdn.pboffice.net/shared/panel/panel_303_blue_back.png);
    }

.Panel190 {
    width: 188px;
    float: left;
    background-color: #ffffff;
    /* IE11
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
    border: 1px solid #e0e0e0; /* 	-webkit-box-shadow: 0px 2px 4px #c0c0c0; 	-moz-box-shadow: 0px 2px 4px #c0c0c0; 	box-shadow: 0px 2px 4px #c0c0c0; 	*/
}

    .Panel190 .Content {
        width: 190px;
        min-height: 450px;
    }

.SectionLinkGroup {
    margin-left: 26px;
    padding-top: 12px;
    width: 715px;
    margin-bottom: 12px;
}

.SectionLink {
    margin-right: 12px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

    .SectionLink:hover {
        background-position: 0px -105px;
    }

.SectionEnd {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    float: left;
}

    .SectionEnd:hover {
        background-position: 0px -105px;
    }

.SectionPeopleContacts {
    background-image: url(https://cdn.pboffice.net/shared/button/section_people_contacts.png);
}

.SectionPeopleAssociates {
    background-image: url(https://cdn.pboffice.net/shared/button/section_people_associates.png);
}

.SectionPeopleCommunity {
    background-image: url(https://cdn.pboffice.net/shared/button/section_people_community.png);
}

.SectionListingsAssociate {
    background-image: url(https://cdn.pboffice.net/shared/button/section_listings_associate.png);
}

.SectionListingsBrokerage {
    background-image: url(https://cdn.pboffice.net/shared/button/section_listings_brokerage.png);
}

.SectionListingsMLS {
    background-image: url(https://cdn.pboffice.net/shared/button/section_listings_mls.png);
}

.SectionTransactionsActive {
    background-image: url(https://cdn.pboffice.net/shared/button/section_transactions_active.png);
}

.SectionTransactionsFiled {
    background-image: url(https://cdn.pboffice.net/shared/button/section_transactions_filed.png);
}

.SectionTransactionsReports {
    background-image: url(https://cdn.pboffice.net/shared/button/section_transactions_reports.png);
}

.DetailTabPanel {
    margin-left: 4px;
    position: relative;
    float: left;
}

.DetailTab {
    float: left;
    width: 120px;
    height: 75px;
    margin-right: 0px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_tabs_full_2015.png);
    position: relative;
}

.DetailTab {
    background-position: 0px 0px;
    color: #303030;
}

    .DetailTab:hover {
        background-position: 0px -75px;
        cursor: pointer;
        color: #000000;
    }

    .DetailTab.TabActive {
        background-position: 0px -150px;
        color: #ffffff;
    }

        .DetailTab.TabActive:hover {
            background-position: 0px -75px;
            cursor: pointer;
            color: #000000;
        }

    .DetailTab.TabPending {
        background-position: 0px -225px;
        color: #ffffff;
    }

        .DetailTab.TabPending:hover {
            background-position: 0px -300px;
            cursor: pointer;
            color: #ffffff;
        }

        .DetailTab.TabPending.TabActive {
            background-position: 0px -300px;
            color: #ffffff;
        }

            .DetailTab.TabPending.TabActive:hover {
                background-position: 0px -75px;
                color: #000000;
            }

.DetailLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 75px;
    z-index: 5;
}

.DetailTitle {
    position: absolute;
    top: 54px;
    left: 0px;
    width: 120px;
    font-size: 13px;
    text-align: center;
}

.DetailTitleAlt {
    position: absolute;
    top: 54px;
    left: 0px;
    width: 120px;
    font-size: 12px;
    text-align: center;
}

.DetailIcon {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 60px;
    height: 50px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_tabs_icons.png);
    background-position: 0px 0px;
}

    .DetailIcon.SummaryIcon {
        background-position: 0px 0px;
    }

    .DetailIcon.PeopleIcon {
        background-position: 0px -50px;
    }

    .DetailIcon.FieldsIcon {
        background-position: 0px -100px;
    }

    .DetailIcon.ExpensesIcon {
        background-position: 0px -150px;
    }

    .DetailIcon.NotesIcon {
        background-position: 0px -200px;
    }

    .DetailIcon.DocumentsIcon {
        background-position: 0px -250px;
    }

    .DetailIcon.ChecklistIcon {
        background-position: 0px -300px;
    }

    .DetailIcon.PropertyIcon {
        background-position: 0px -350px;
    }

.DetailAlert {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 30px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_tabs_flag_2015.png);
}

    .DetailAlert DIV {
        position: absolute;
        top: 5px;
        right: 4px;
        color: #ffffff;
        width: 25px;
        text-align: center;
        font-size: 14px;
    }
/* .DetailFlag */
.DetailTab.TabPending .DetailAlert {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 30px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_tabs_alert_2015.png);
}

.StatusBarContainer {
    width: 970px;
    height: 55px;
    margin-left: 0px;
    margin-bottom: 0px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_back_2015.png);
}

.StatusPanel {
    position: relative;
    float: left;
    width: 162px;
    height: 40px;
    margin-top: 4px;
}

    .StatusPanel:hover {
    }

    .StatusPanel.TypeSale {
        background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_btns_green.png);
    }

    .StatusPanel.TypeLease {
        background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_btns_blue.png);
    }

    .StatusPanel.Term2 {
        background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_termination_2wide.png);
        width: 324px;
    }

    .StatusPanel.Term4 {
        background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_termination_4wide.png);
        width: 648px;
    }

    .StatusPanel.FirstPanel {
        margin-left: 14px;
    }

    .StatusPanel.PanelActive {
        background-position: 0px 0px;
    }

    .StatusPanel.PanelDone {
        background-position: 0px -40px;
    }

    .StatusPanel.PanelComplete {
        background-position: 0px -80px;
    }

        .StatusPanel.PanelComplete:hover {
            background-position: 0px -120px;
        }

    .StatusPanel.PanelFiled {
        background-position: 0px -80px;
    }

    .StatusPanel.PanelPending {
        background-position: 0px -160px;
    }

        .StatusPanel.PanelPending:hover {
            background-position: 0px -200px;
        }

    .StatusPanel.PanelReady {
        background-position: 0px -280px;
        color: #ffffff;
    }

    .StatusPanel.PanelNext {
        background-position: 0px -240px;
        color: #c0c0c0;
    }

        .StatusPanel.PanelNext:hover {
            background-position: 0px -280px;
            color: #ffffff;
        }

    .StatusPanel.PanelNextReady {
        background-position: 0px -280px;
        color: #ffffff;
    }

    .StatusPanel.PanelNextReadyAlt {
        background-position: 0px -240px;
        color: #ffffff;
    }

    .StatusPanel .PanelTitle {
        margin-left: 10px;
        margin-top: 17px;
        font-size: 14px;
    }

    .StatusPanel .PanelLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 162px;
        height: 32px;
        margin-top: 8px;
    }

        .StatusPanel .PanelLink IMG {
            width: 162px;
            height: 32px;
        }

.StatusPanelSubmit {
    float: left;
    width: 130px;
    height: 34px;
    margin-top: 12px;
    margin-left: 1px;
    background-image: url(https://cdn.pboffice.net/shared/transaction/status/detail_status_bar_btns_submit.png);
    background-position: 0px 0px;
    overflow: hidden;
}

    .StatusPanelSubmit.SubmitOff, .StatusPanelSubmit.EarlySubmitOff {
        background-position: 0px 0px;
    }

        .StatusPanelSubmit.SubmitOff:hover, .StatusPanelSubmit.EarlySubmitOff:hover {
            background-position: 0px -34px;
        }

    .StatusPanelSubmit.SubmitInvalid /* TODO should have a warning-looking button */ {
        background-position: 0px 0px;
    }

        .StatusPanelSubmit.SubmitInvalid:hover {
            background-position: 0px -34px;
        }

    .StatusPanelSubmit.SubmitActive, .StatusPanelSubmit.EarlySubmitActive {
        background-position: 0px -68px;
    }

        .StatusPanelSubmit.SubmitActive:hover, .StatusPanelSubmit.EarlySubmitActive:hover {
            background-position: 0px -102px;
        }

    .StatusPanelSubmit.SubmitInReview {
        background-position: 0px -136px;
    }

    .StatusPanelSubmit.SubmitFiled {
        background-position: 0px -170px;
    }

    .StatusPanelSubmit.SubmitCancelled {
        background-position: 0px -204px;
    }

    .StatusPanelSubmit.FinishOff, .StatusPanelSubmit.EarlyFinishOff {
        background-position: 0px -238px; /* todo new graphic change coords */
    }

        .StatusPanelSubmit.FinishOff:hover, .StatusPanelSubmit.EarlyFinishOff:hover {
            background-position: 0px -272px; /* todo new graphic change coords */
        }

    .StatusPanelSubmit.FinishActive, .StatusPanelSubmit.EarlyFinishActive {
        background-position: 0px -306px; /* todo new graphic change coords */
    }

        .StatusPanelSubmit.FinishActive:hover, .StatusPanelSubmit.EarlyFinishActive:hover {
            background-position: 0px -340px; /* todo new graphic change coords */
        }

.LinkButtonOrangeBlue {
    display: inline-block;
    padding: 5px;
    width: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #F37C00;
    color: white !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-image: linear-gradient(bottom, #DE7504 0%, #FD8207 33%, #FFC284 100%);
    background-image: -o-linear-gradient(bottom, #DE7504 0%, #FD8207 33%, #FFC284 100%);
    background-image: -moz-linear-gradient(bottom, #DE7504 0%, #FD8207 33%, #FFC284 100%);
    background-image: -webkit-linear-gradient(bottom, #DE7504 0%, #FD8207 33%, #FFC284 100%);
    background-image: -ms-linear-gradient(bottom, #DE7504 0%, #FD8207 33%, #FFC284 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #DE7504), color-stop(0.33, #FD8207), color-stop(1, #FFC284) );
}

    .LinkButtonOrangeBlue.Small {
        display: inline-block;
        padding: 3px 6px;
        font-size: 13px;
        width: auto;
    }

    .LinkButtonOrangeBlue.Gray {
        display: inline-block;
        padding: 5px;
        width: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #a0a0a0;
        color: white !important;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background-image: linear-gradient(bottom, #606060 0%, #c0c0c0 33%, #808080 100%);
        background-image: -o-linear-gradient(bottom, #606060 0%, #c0c0c0 33%, #808080 100%);
        background-image: -moz-linear-gradient(bottom, #606060 0%, #c0c0c0 33%, #808080 100%);
        background-image: -webkit-linear-gradient(bottom, #606060 0%, #c0c0c0 33%, #808080 100%);
        background-image: -ms-linear-gradient(bottom, #606060 0%, #c0c0c0 33%, #808080 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #606060), color-stop(0.33, #808080), color-stop(1, #c0c0c0) );
    }

    .LinkButtonOrangeBlue.Green {
        display: inline-block;
        padding: 5px;
        width: auto;
        border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #99cc66;
        color: white !important;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        background-image: linear-gradient(bottom, #6c8d50 0%, #719156 33%, #a4d065 100%);
        background-image: -o-linear-gradient(bottom, #6c8d50 0%, #719156 33%, #a4d065 100%);
        background-image: -moz-linear-gradient(bottom, #6c8d50 0%, #719156 33%, #a4d065 100%);
        background-image: -webkit-linear-gradient(bottom, #6c8d50 0%, #719156 33%, #a4d065 100%);
        background-image: -ms-linear-gradient(bottom, #6c8d50 0%, #719156 33%, #a4d065 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #6c8d50), color-stop(0.33, #719156), color-stop(1, #a4d065) );
    }

    .LinkButtonOrangeBlue:hover {
        background-color: #127CC9;
        text-decoration: none;
        cursor: pointer;
        background-image: linear-gradient(bottom, #0F6AAB 0%, #148EE6 33%, #68B9F2 100%);
        background-image: -o-linear-gradient(bottom, #0F6AAB 0%, #148EE6 33%, #68B9F2 100%);
        background-image: -moz-linear-gradient(bottom, #0F6AAB 0%, #148EE6 33%, #68B9F2 100%);
        background-image: -webkit-linear-gradient(bottom, #0F6AAB 0%, #148EE6 33%, #68B9F2 100%);
        background-image: -ms-linear-gradient(bottom, #0F6AAB 0%, #148EE6 33%, #68B9F2 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #0F6AAB), color-stop(0.33, #148EE6), color-stop(1, #68B9F2) );
    }


.TransCmdButton {
    width: 190px;
    height: 50px;
    overflow: hidden;
}

    .TransCmdButton img, .TransCmdButton input {
        width: 190px;
        height: 50px;
    }

    .TransCmdButton.Disabled {
        background-position: 0px 0px;
    }

    .TransCmdButton.Active {
        background-position: 0px -50px;
    }

    .TransCmdButton.PublishPost {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_publish_post.png);
    }

    .TransCmdButton.SaveFollowUp {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_followup.png);
    }

    .TransCmdButton.SaveNewLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_new_lead.png);
    }

    .TransCmdButton.UpdateLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_lead.png);
    }

    .TransCmdButton.SaveTouch {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_touch.png);
    }

    .TransCmdButton.AddNote {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_note.png);
    }

    .TransCmdButton.AssignLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_assign_lead.png);
    }

    .TransCmdButton.ReferLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_refer_lead.png);
    }

    .TransCmdButton.RemoveLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_remove_lead.png);
    }

    .TransCmdButton.FinishTrans {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_finish_trans.png);
    }
    /* What is this for? Doesn't seem to be used. */
    .TransCmdButton.ReOpenTrans {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_reopen_trans.png);
    }

    .TransCmdButton.CancelTrans {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_cancel.png);
    }

    .TransCmdButton.TerminateTrans {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_begin_term.png);
    }

    .TransCmdButton.CreateDoc {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_create_doc.png);
    }

    .TransCmdButton.SaveDoc {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_doc.png);
    }

    .TransCmdButton.SaveAnother {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_another.png);
    }

    .TransCmdButton.SaveFollowUp {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_followup.png);
    }

    .TransCmdButton.SaveNewLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_new_lead.png);
    }

    .TransCmdButton.UpdateLead {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_lead.png);
    }

    .TransCmdButton.SaveTouch {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_touch.png);
    }

    .TransCmdButton.DeleteEvent {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_delete_event.png);
    }

    .TransCmdButton.AddComment {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_comment.png);
    }

    .TransCmdButton.CreateRequest {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_create_request.png);
    }

    .TransCmdButton.ModifyRequest {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_modify_request.png);
    }

    .TransCmdButton.SubmitTrans {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_submit_trans.png);
    }

    .TransCmdButton.UpdateEvent {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_event.png);
    }

    .TransCmdButton.AddEvent {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_event.png);
    }

    .TransCmdButton.UpdateAccount {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_account.png);
    }

    .TransCmdButton.CreateAccount {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_create_account.png);
    }

    .TransCmdButton.TerminateAccount {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_terminate.png);
    }

    .TransCmdButton.SaveSettings {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_settings.png);
    }

    .TransCmdButton.SavePreferences {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_preferences.png);
    }

    .TransCmdButton.CropSave {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_crop_save.png);
    }

    .TransCmdButton.SaveSignature {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_signature.png);
    }

    .TransCmdButton.CopyRepeat {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_copy_repeat.png);
    }

    .TransCmdButton.RemoveEvent {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_remove_event.png);
    }

    .TransCmdButton.CopyEventNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_copy_event_now.png);
    }

    .TransCmdButton.AddResource {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_resource.png);
    }

    .TransCmdButton.UpdateResource {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_resource.png);
    }

    .TransCmdButton.UpdateSchedule {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_schedule.png);
    }

    .TransCmdButton.SaveConfig {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_config.png);
    }

    .TransCmdButton.SendNotice {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_send_notice.png);
    }

    .TransCmdButton.SendDocument {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_send_document.png);
    }

    .TransCmdButton.AddNetwork {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_network.png);
    }

    .TransCmdButton.UploadNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_upload_now.png);
    }

    .TransCmdButton.UpdatePreferences {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_preferences.png);
    }

    .TransCmdButton.AddGroupNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_group_now.png);
    }

    .TransCmdButton.UpdateGroup {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_group.png);
    }

    .TransCmdButton.AddMembersNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_members_now.png);
    }

    .TransCmdButton.SendMessageNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_send_message_now.png);
    }

    .TransCmdButton.UpdateRecipients {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_recipients.png);
    }

    .TransCmdButton.RemoveGroup {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_remove_group.png);
    }

    .TransCmdButton.SaveFeedback {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_feedback.png);
    }

    .TransCmdButton.UpdatePolicy {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_policy.png);
    }

    .TransCmdButton.AddPolicy {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_policy.png);
    }

    .TransCmdButton.SignInNow {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_sign_in_now.png);
    }

    .TransCmdButton.SaveDocument {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_save_document.png);
    }

    .TransCmdButton.AddExpense {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_expense.png);
    }

    .TransCmdButton.UpdateExpense {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_expense.png);
    }

    .TransCmdButton.AddMileage {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_mileage.png);
    }

    .TransCmdButton.UpdateMileage {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_mileage.png);
    }

    .TransCmdButton.AddProspect {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_prospect.png);
    }

    .TransCmdButton.AddCampaign {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_campaign.png);
    }

    .TransCmdButton.UpdateCampaign {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_campaign.png);
    }

    .TransCmdButton.UpdateSharing {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_sharing.png);
    }

    .TransCmdButton.AddProduct {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_add_product.png);
    }

    .TransCmdButton.UpdateProduct {
        background-image: url(https://cdn.pboffice.net/shared/button/trans_cmd_update_product.png);
    }



.ChooseButton {
    width: 117px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

    .ChooseButton:hover {
        background-position: 0 -30px;
    }

    .ChooseButton.Active {
        background-position: 0 -30px;
    }

    .ChooseButton img {
        width: 117px;
        height: 30px;
    }

    .ChooseButton.SelectListing {
        background-image: url(https://cdn.pboffice.net/shared/button/choose_select_listing.png);
    }

    .ChooseButton.SelectOption {
        background-image: url(https://cdn.pboffice.net/shared/button/choose_select_option.png);
    }

    .ChooseButton.AddPost {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_add_post.png);
    }

    .ChooseButton.ViewSnapshot {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_view_snapshot.png);
    }

    .ChooseButton.PrintNow {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_print_now.png);
    }

    .ChooseButton.AddMedia {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_add_media.png);
    }

    .ChooseButton.EditPost {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_edit_post.png);
    }

    .ChooseButton.SendMessage {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_send_message.png);
    }

    .ChooseButton.AddMembers {
        background-image: url(https://cdn.pboffice.net/shared/start/btn_add_members.png);
    }

    .ChooseButton.Announce {
        background-image: url(https://cdn.pboffice.net/shared/button/btn_announce.png);
    }

    .ChooseButton.AnnounceGray {
        background-image: url(https://cdn.pboffice.net/shared/button/btn_announce_gray.png);
    }

    .ChooseButton.Close {
        background-image: url(https://cdn.pboffice.net/shared/button/btn_close.png);
        width: 58px;
    }

        .ChooseButton.Close img {
            width: 58px;
        }


.GridLineLeft {
    z-index: 30000;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -495px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed Fuchsia;
}

.GridLineRight {
    z-index: 30000;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: 493px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed Fuchsia;
}

.GridContentLeft {
    z-index: 30000;
    position: fixed;
    top: -0;
    left: 50%;
    margin-left: -485px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed Lime;
}

.GridContentRight {
    z-index: 30000;
    position: fixed;
    top: -0;
    left: 50%;
    margin-left: 483px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed Lime;
}

#ShareFilesListOfFiles {
    max-height: 400px;
    overflow-y: scroll;
}



.ContentPanel {
    padding: 10px 20px;
    font-size: 14px;
}

    .ContentPanel h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .ContentPanel .input {
        margin-left: 20px;
    }

        .ContentPanel .input td {
            padding: 0 10px 20px 0;
        }

    .ContentPanel .label {
        width: 180px;
    }

    .ContentPanel .entry {
    }

    .ContentPanel .value {
        font-weight: bold;
    }

    .ContentPanel .linkbutton {
        font-size: 15px;
    }

    .ContentPanel .additional.below {
        display: block;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        margin-top: 5px;
        font-weight: normal;
    }

.optButton {
    float: left;
    width: 140px;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.optText {
    float: left;
    width: 450px;
    margin-bottom: 20px;
}

    .optText h4, .optText p {
        margin: 0;
        padding: 0;
    }
