﻿body {
    font-family: Tahoma;
    font-size: 12pt;
    background-color: #EBEBEB;
}

.DemoMessage {
    background: #ffdc96;
    border: solid 1px;
    padding: 0 200px;
}

.VenAddCol1 {
    text-align: right;
}

.VenAddCol2 {
    text-align: left;
}

.VenSelectedTab {
    text-align: center;
    border: solid 1px;
    border-bottom: 0;
    background-color: #CCCCCC;
    font-weight: bold;
    color: Black;
}

.VenUnSelectedTab {
    text-align: center;
    background-color: White;
    border: solid 1px;
    color: Black;
}

.SelectedTab {
    text-align: center;
    border: solid 1px black;
    border-bottom: solid 1px #CCCCCC;
    background-color: #CCCCCC;
    font-weight: bold;
    color: Black;
    cursor: default;
}

    .SelectedTab:focus {
        outline: none;
    }

.SelectedTabOther {
    text-align: center;
    border: solid 1px black;
    border-bottom: solid 1px #CCCCCC;
    background-color: #CCCCCC;
    font-weight: bold;
    color: Black;
    cursor: default;
}

    .SelectedTabOther:focus {
        outline: none;
    }

    .SelectedTabOther:hover {
        border: 0;
    }

.UnSelectedTab {
    text-align: center;
    background-color: White;
    border: solid 1px black;
    color: Black;
}

    .UnSelectedTab:active {
        background-color: #CCCCCC;
    }

.DisabledTab {
    text-align: center;
    background-color: White;
    border: solid 1px black;
}

.r {
    text-align: right;
}

.l {
    text-align: center;
}

.Row {
    background-color: #FFFFFF;
}

#status {
    border: solid 1px;
    background-color: Red;
}

.ARow {
    background-color: #CCCCCC;
}

.ContractLabel {
    text-align: right;
    font-weight: bold;
}

.VenLabel {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
}

/*.addbutton {
    background-color: white;
    border: solid 1px;
    font-weight: bold;
}

    .addbutton:hover {
        background-color: Blue;
        border: solid 1px;
        font-weight: bold;
        font-variant: small-caps;
    }*/

.textboxtest {
    border: solid 1px;
    background-color: White;
}

    .textboxtest:focus {
        background-color: #CCCCCC;
    }

.HyperLinkM {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
}

.HyperLinkM02 {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.HyperLinkM01 {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #00B4CD;
}

.LblPages01 {
    font-family: Tahoma;
    font-size: 18pt;
    color: #00B4CD;
}

.LblPages02 {
    font-family: Tahoma;
    font-size: 36pt;
    color: #00B4CD;
}

.LblPages03 {
    font-family: Tahoma;
    font-size: 36pt;
    color: #00B4CD;
}

.LblPages04 {
    font-family: Tahoma;
    font-size: 24pt;
    color: #8FC201;
}

.LblPages05 {
    font-family: Tahoma;
    font-size: 18pt;
    color: #F59C02;
}

.LblPages06 {
    font-family: Tahoma;
    font-size: 14pt;
    color: #CB028C;
}

.CPUserLbl1 {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

.CPUserLbl2 {
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    min-width: 250px;
}

.watermarked {
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
}

.LgBlueLnk {
    font-family: Tahoma;
    font-size: 18pt;
    color: #0EC2CF;
}

.LblHomePurple {
    font-family: Tahoma;
    font-size: 18pt;
    color: #CB028C;
}

.ValeninesA {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}

.ValentinesB {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #FF6699;
}

.BlackNrml {
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
    text-align: justify;
}

.LblLgWhite {
    font-family: Tahoma;
    font-size: 24pt;
    color: #FFFFFF;
}

.LblBlackMed {
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
}

.aText {
    width: 90%;
}
/*Default Colors*/
/*Artist*/
.artist_background {
    background-color: #AAEAF3;
}

/*added color white and increased font size to the below class lp-1-15-16*/
.artist_main {
    background-color: #00B6CE;
    color:white;
     font-size:24px;
}

.artist_main_secondary {
    background-color: #278C9B;
}

.artist_selected_tab {
    background-color: #AAEAF3;
    border-bottom: solid 1px #AAEAF3;
    color: Black;
}

.artist_row_select {
}

    .artist_row_select:hover {
        color: White;
        background-color: #278C9B;
        border: solid #278C9B;
        border-width: 0 1px;
        cursor: pointer;
    }
/*Contact*/
.contact_background {
    background-color: #F9CFEC;
}
/*added color white and increased font size to the below class lp-1-15-16*/
.contact_main {
    background-color: #CB028C;
    color:white;
    font-size:24px;
}

.contact_main_secondary {
    background-color: #982776;
}

.contact_selected_tab {
    background-color: #F9CFEC;
    border-bottom: solid 1px #F9CFEC;
    color: Black;
}


.contact_row_select {
}

    .contact_row_select:hover {
        color: White;
        background-color: #982776;
        border: solid #982776;
        border-width: 0 1px;
        cursor: pointer;
    }
/*Venue*/
.venue_background {
    background-color: #DCF0A7;
}
/*added color white and increased font size to the below class lp-1-15-16*/
.venue_main {
    background-color: #8DC200;
    color:white;
       font-size:24px;
}

.venue_main_secondary {
    background-color: #739224;
}

.venue_selected_tab {
    background-color: #DCF0A7;
    border-bottom: solid 1px #DCF0A7;
    color: Black;
}

.venue_row_select {
}

    .venue_row_select:hover {
        color: White;
        background-color: #739224;
        border: solid #739224;
        border-width: 0 1px;
        cursor: pointer;
    }
    /*Liason*/
    .liason_background {
    background-color: #FDE1B1;
}
    /*added color white and increased font size to the below class lp-1-15-16*/
.liason_main {
    background-color: #F59C02;
        color:white;
    font-size:24px;
}

.liason_main_secondary {
    background-color: #B8852F;
}

.liason_selected_tab {
    background-color: #FDE1B1;
    border-bottom: solid 1px #FDE1B1;
    color: Black;
}

.liason_row_select {
}

    .liason_row_select:hover {
        color: White;
        background-color: #B8852F;
        border: solid #B8852F;
        border-width: 0 1px;
        cursor: pointer;
    }
    /*Contract*/
    .contract_background {
    background-color: #DDDDDD;
}
    /*added color white and increased font size to the below class lp-1-15-16*/
.contract_main {
    background-color: #00B6CE;
        color:white;
    font-size:24px;
    text-transform:uppercase;
}

.contract_main_secondary {
    background-color: #999999;
}

.contract_selected_tab {
    background-color: #F9CFEC;
    border-bottom: solid 1px #F9CFEC;
    color: Black;
}

.contract_row_select {
}

    .contract_row_select:hover {
        color: White;
        background-color: #982776;
        border: solid #982776;
        border-width: 0 1px;
        cursor: pointer;
    }