* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
    border: none;
}

    a:link {
        color: #387EC0;
    }

    a:visited {
        color: #387EC0;
    }

    a:hover {
        color: #F57A1D;
    }

    a img {
        border: none;
        background: none;
    }

abbr {
    border: none;
}

acronym {
    border: none;
}

address {
    font-style: normal;
}

applet {
    border: none;
}

body {
    font-size: 0.8125em;
    line-height: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    /*background-image: url('/images/AWG/body-bg.gif');*/
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-color: #F0F0F0;
}

caption {
    vertical-align: top;
}

center {
    vertical-align: top;
}

cite {
    font-style: normal;
}

code {
    font: inherit;
    font-size: 1em;
}

dfn {
    font-style: normal;
}

dir {
    list-style: none;
}

fieldset {
    border: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

form {
    border: none;
}

h1 {
    font-weight: normal;
    font-size: 2em;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
    color: #2163A8;
    margin: 10px 0 10px 0;
}

h2 {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    color: #346182;
    margin: 12px 0 13px 0;
    letter-spacing: 0.05em;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
}

h3 {
    font-weight: normal;
    font-size: 0.8125em;
    line-height: 1.4em;
    font-family: Arial, sans-serif;
    color: #346182;
    margin: 7px 0;
    letter-spacing: 0.05em;
}

h4 {
    font-weight: normal;
    font-size: 0.85em;
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 10px 0 5px 0;
    letter-spacing: 0.08em;
}

h5 {
    font-weight: normal;
}

h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

iframe {
    border: none;
}

img {
    vertical-align: top;
    border: none;
}

input {
    font: inherit;
    font-size: 1em;
    padding: 2px;
    font-size: 0.8125em;
    font-family: Arial, Helvetica, sans-serif;
}

isindex {
    font: inherit;
    font-size: 1em;
}

kbd {
    font: inherit;
    font-size: 1em;
}

li {
    text-indent: 0;
    list-style: none;
}

menu {
    list-style: none;
}

object {
    border: none;
}

ol {
    text-indent: 0;
    list-style: none;
}

q {
    quotes: "" "";
}

p {
    margin: 0 0 13px 0;
    font-family: Arial, sans-serif;
    font-size: 1em;
}

pre {
    font: inherit;
    font-size: 1em;
}

samp {
    font: inherit;
    font-size: 1em;
}

select {
    font: inherit;
    font-size: 1em;
}

sub {
    vertical-align: baseline;
}

sup {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media only screen and (max-width: 320px) {
    table {
        margin-top:19px;
    }

}

td {
    vertical-align: top;
}

textarea {
    font: inherit;
    font-size: 1em;
}

th {
    font-weight: normal;
    vertical-align: top;
}

tt {
    font: inherit;
    font-size: 1em;
}

u {
    text-decoration: underline;
}

ul {
    text-indent: 0;
    list-style: none;
}

var {
    font: inherit;
    font-size: 1em;
    font-style: normal;
}


.associateBar { /*background-color:#FFFFAA; position:relative; float:none; width:100%;*/
    position: absolute;
    right: 10px;
}

    .associateBar p {
        float: right; /*margin-right:30px;*/
        padding: inherit;
        margin-bottom: inherit;
    }

.associateBarSub {
    background-color: #FFFFAA;
    position: relative;
    float: none;
    width: 100%;
}

    .associateBarSub p {
        float: right;
        margin-right: 30px;
        padding: inherit;
        margin-bottom: inherit;
    }

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

    .autocomplete-suggestion b {
        font-weight: normal;
        color: #1f8dd6;
    }

    .autocomplete-suggestion.selected {
        background: #DFE8EE;
    }

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

    .autocomplete-suggestions.expanded {
        width: 400px !important;
    }

.bold {
    font-weight: bold;
}

.btnSubmit {
    display: block;
    width: 100%;
    height: 35px;
    text-shadow: 0 1px 1px rgba(127, 127, 127, 0.75);
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    background-color: #99C4D7;
    background-image: -moz-linear-gradient(top, #99C4D7, #56A2C6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99C4D7), to(#56A2C6));
    background-image: -webkit-linear-gradient(top, #99C4D7, #56A2C6);
    background-image: -o-linear-gradient(top, #99C4D7, #56A2C6);
    background-image: linear-gradient(to bottom, #99C4D7, #56A2C6);
    border: 1px solid #E9E9EB;
    border-color: #E9E9EB #E9E9EB #E9E9EB;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #E9E9EB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .btnSubmit:active {
        background-color: #99C4D7;
        background-image: -moz-linear-gradient(top, #99C4D7, #56A2C6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99C4D7), to(#56A2C6));
        background-image: -webkit-linear-gradient(top, #99C4D7,#56A2C6);
        background-image: -o-linear-gradient(top, #99C4D7, #56A2C6);
        background-image: linear-gradient(to bottom, #99C4D7, #56A2C6);
    }

    .btnSubmit:focus {
        background-color: #56A2C6;
        background-image: -moz-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56A2C6), to(#99C4D7));
        background-image: -webkit-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: -o-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: linear-gradient(to bottom, #56A2C6, #99C4D7);
        background-position: 0 0;
    }

    .btnSubmit:hover {
        text-decoration: none;
        background-color: #56A2C6;
        background-image: -moz-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56A2C6), to(#99C4D7));
        background-image: -webkit-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: -o-linear-gradient(top, #56A2C6, #99C4D7);
        background-image: linear-gradient(to bottom, #56A2C6, #99C4D7);
        background-position: 0 0;
        cursor: pointer;
    }

    .btnSubmit:link {
        color: #FFFFFF;
    }

    .btnSubmit:visited {
        color: #FFFFFF;
    }

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.clearfix:before {
    content: "";
    display: table;
}

.col0 {
    width: 96%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    display: inline;
}

.col1 {
    width: 5%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col2 {
    width: 18%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col3 {
    width: 28%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col4 {
    width: 45%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col5 {
    width: 46%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col6 {
    width: 45%;
    float: right;
    margin: 0 2% 0 0;
    display: inline;
}

.col7 {
    width: 68%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col8 {
    width: 78%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col9 {
    width: 88%;
    float: left;
    margin: 0 0 0 2%;
    display: inline;
}

.col10 {
    width: 100%;
}

.email {
    background-image: url('/images/emailIcon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    line-height: 16px;
    text-transform: lowercase;
    color: #000000;
}

    .email:hover {
        color: #000000;
    }

    .email:link {
        color: #000000;
    }

    .email:visited {
        color: #000000;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.home {
    display: block;
    float: left;
    display: inline;
    background: url(/images/AWG/greyicons.gif) no-repeat 0 0;
    padding-left: 30px;
    line-height: 30px;
    color: #999;
}

    .home:hover {
        color: #000000;
    }

.imageCommentContainer {
    display: block;
    text-align: left;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
}

    .imageCommentContainer input {
        width: 140px;
    }

.inlineButton {
    display: inline-block;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: top;
}

.loginPageForm {
    margin-top: 50px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

    .loginPageForm br {
        clear: both;
        float: none;
    }

    .loginPageForm input[type="text"] {
        margin-top: 5px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 30px;
    }

    .loginPageForm select {
        position: relative;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .loginPageForm .eventDate {
        float: none;
        position: relative;
        width: 100%;
    }

    .loginPageForm .eventMonth {
        float: left;
        width: 46%;
        padding: 0;
        margin-left: 0;
        margin-right: 8%;
    }

    .loginPageForm .eventYear {
        float: left;
        width: 46%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

.logoutPopup {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 501;
}

    .logoutPopup .thePopup {
        box-sizing: border-box;
        margin: auto;
        padding: 15px;
        border: solid 1px #444444;
        background-color: #FFFFFF;
        color: #333333;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        width: 80%;
        height: 80%;
        top: 10%;
        left: 10%;
        min-height: 100px;
        min-width: 300px;
        overflow: auto;
    }

    .logoutPopup .divAbilitiesClose {
        margin-top: 10px;
    }

    .logoutPopup .divFixedPage {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .logoutPopup .divShadow {
        opacity: 0.6;
        background-color: black;
    }

.mainSiteLink {
    text-transform: uppercase;
    color: #000000;
}

    .mainSiteLink:hover {
        color: #000000;
    }

    .mainSiteLink:link {
        color: #000000;
    }

    .mainSiteLink:visited {
        color: #000000;
    }

.marginBottom {
    margin-bottom: 10px;
}

.marginLeft {
    margin-left: 20px;
}

.marginTop {
    margin-top: 10px;
}

.nofloat {
    float: none;
}

.nomarginLeft {
    margin-left: 0;
}

.OrderStatus {
    padding-left: 20px;
}
/*This class created specially for OrderStatus.aspx -SL*/
.paddingTop {
    padding-top: 20px;
}

.partners {
    display: block;
    float: left;
    display: inline;
    background: url(/images/AWG/greyicons.gif) no-repeat 0 -117px;
    padding-left: 35px;
    line-height: 30px;
    color: #999;
}

    .partners:hover {
        color: #000000;
    }

.paymentOptions {
    width: 100%;
    margin-top: 10px;
}

    .paymentOptions .btnSubmit {
        float: left;
        width: 45%;
    }

        .paymentOptions .btnSubmit.last {
            float: right;
            margin: 0;
        }

.photoSiteHeader {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 10px;
}

    .photoSiteHeader * {
        line-height: 1em;
    }

.phone {
    display: inline;
    background-image: url('/images/phoneIcon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
    line-height: 16px;
    background-size: auto 100%;
}

.clickable {
    cursor: pointer;
}

.specialtyItem .info {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
}

    .specialtyItem .info .quantityContainer {
        float: none;
        position: relative;
    }

        .specialtyItem .info .quantityContainer h3 {
            font-size: 14px;
            line-height: 14px;
        }

        .specialtyItem .info .quantityContainer .quantity {
            float: left;
        }

            .specialtyItem .info .quantityContainer .quantity select {
                width: 90%;
            }

        .specialtyItem .info .quantityContainer .update {
            float: left;
            width: 110px;
            margin-left: 10px;
            margin-top: 34px;
        }

.specialtyItem #thumbnails {
    margin-top: 10px;
}

.talent {
    display: block;
    float: left;
    display: inline;
    background: url(/images/AWG/greyicons.gif) no-repeat 0 -26px;
    padding-left: 30px;
    line-height: 30px;
    color: #999;
}

    .talent:hover {
        color: #000000;
    }

.wb-message {
    width: 400px;
    padding: 10px;
}

    .wb-message h2 {
        color: #9e8514;
        font-weight: normal;
        font-size: 1em;
        border: none;
    }

    .wb-message h3 {
        color: #333;
        font-weight: normal;
        font-size: .8125em;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .wb-message input {
        width: 300px;
        height: 30px;
        padding: 4px;
    }

    .wb-message input {
        height: 20px;
    }

    .wb-message .col5 {
        margin-left: 0;
    }

    .wb-message .submit {
        height: 30px;
        padding: 2px 0 0 10px;
        margin-top: 30px;
    }

.WideNavigation #nav1 {
    width: 620px;
    background-image: url('/images/AWG/bk-primenav-620.gif');
}

.wrapper {
    padding: 5px;
}





.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 6px;
    margin-left: 5px;
    border-top-color: #505885;
}

tr.header td {
    border: 1px solid;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
}

tr.content td {
    padding-left: 5px;
    border-right: 1px solid #ccc;
    line-height: 20px;
    vertical-align: top;
}

    tr.content td:first-child {
        border-left: 1px solid;
    }

    tr.content td:last-child {
        border-right: 1px solid;
    }

tr.content:nth-child(even) {
    background: #C6F2DE;
}

tr.content:last-child {
    border-bottom: 1px solid;
}

.bold {
    font-weight: bold;
}

.buttonExcel {
    background-color: transparent !important;
    background: url(/images/icon-excel.gif) no-repeat;
    width: 20px;
    height: 20px;
    outline: none;
    cursor: pointer;
}

/*------- PopUp -----------*/
#newwindow, .wrapPU {
    top: 0;
    left: 0;
    display: none;
    height: 100%;
}

    #newwindow #head, .headPU {
        text-transform: uppercase;
        font-size: 14pt;
        cursor: pointer;
        font-weight: 700;
    }

#newwindow {
    position: fixed;
    z-index: 888888;
    width: 100%;
    background: #000;
}

    #newwindow #head {
        color: #fff;
        padding: 5px 0 5px 10px;
        border-bottom: 2px solid #ccc;
        background: url(/images/ic_close.png) 99% 7px no-repeat #7092BE;
    }

#wcontent, .contentPU {
    position: fixed;
    padding-bottom: 10px;
}

#wcontent {
    z-index: 888889;
    width: 800px;
    min-height: 160px;
    background: #fff;
    border: 3px solid #6a6a6a;
    -moz-box-shadow: 0 0 10px #080808;
    box-shadow: 0 0 10px #080808;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrapPU {
    position: fixed;
    z-index: 888888;
    width: 100%;
    background: url(/Content/themes/base/images/bgLoading.png);
}

.contentPU {
    z-index: 888889;
    width: 320px;
    min-height: 100px;
    background: #fff;
    border: 3px solid #6a6a6a;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #080808;
    box-shadow: 0 0 10px #080808;
}

.headPU {
    height: 25px;
    color: #B90101;
    line-height: 25px;
    padding: 10px 10px 0;
}

.w_40_percent {
    width: 40%;
}

.fix_bottom_right {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
}

.box_shadow {
    box-shadow: 0 0 2px 3px #ccc;
}

.panelBox {
    border-radius: 4px;
    background-color: #F1F1EF;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .panelBox h1 {
        cursor: pointer;
        background-color: #96B2C3;
        margin: 0;
        color: #FFF;
        font-size: 17px;
        line-height: 18px;
        display: block;
        font-weight: 700;
        padding: 8px 10px;
    }

    .panelBox table.tableheader tr {
        cursor: pointer;
        background-color: #96B2C3;
        margin: 0;
        color: #FFF;
        font-size: 17px;
        line-height: 18px;
        font-weight: 700;
    }

    .panelBox table.tableheader .copyLink {
        font-size: 0.5em !important;
        text-decoration: underline;
    }

        .panelBox table.tableheader .copyLink:active {
            color: brown;
        }

    .panelBox .content {
        padding: 10px;
        display: block;
    }

    .panelBox h1 .AccordionOpen {
        display: inline-block;
        width: 16px;
        height: 8px;
        background: url(/CRM/images/accord_expanded.png) no-repeat;
        cursor: pointer;
        margin-right: 5px;
    }

    .panelBox h1 .AccordionClosed {
        display: inline-block;
        width: 8px;
        height: 16px;
        background: url(/CRM/images/accord_collapsed.png) no-repeat;
        cursor: pointer;
        margin-right: 13px;
    }

.font_inherit {
    font: initial;
    padding: 0;
}

input[type=number] {
    line-height: 0;
}

.inlineblock {
    display: inline-block;
}

.paging {
    text-align: center;
}

    .paging li {
        float: left;
        padding: 0px 8px;
    }

        .paging li.active a, .paging li.disabled a {
            color: black;
        }

        .paging li.disabled[title="Last Page"],
        .paging li.disabled[title="Next Page"],
        .paging li.disabled[title="First Page"],
        .paging li.disabled[title="Previous Page"] {
            display: none;
        }

    .paging > a:hover {
        color: black !important;
    }

.logoutSection {
    text-align: right;
    padding-right: 10px;
    color: #666666 !important;
    background: white;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.imagecol {
    float: right;
}

.forms {
    width: 50%;
    float: left;
    display: inline;
}

.contactpage #nav1 a.contact {
    color: #f57b20;
    background: none;
}
/* selected state*/
.wedding-package li {
    margin-bottom: 10px;
}

.copyright {
    padding: 5px 0 0 20px;
    color: #999;
}

.wb-text {
    width: 320px;
    text-align: left;
    margin: auto;
    font-size: .8125em;
}

.wb-box {
    width: 320px;
    text-align: left;
    margin: auto;
}

.message {
    background: #FFFFFF;
    font-size: 1em;
}

    .message p {
        line-height: 1.4em;
    }

.entry-confirmation {
    width: 550px;
    padding: 10px;
    background: #FFFFFF;
}

    .entry-confirmation h2 {
        color: #f47b1e;
        border: none;
        text-align: center;
    }

.confirmation-services {
    border: 1px dotted #9e8514;
    padding: 10px;
    margin-top: 20px;
    background: #FFF;
    float: left;
    width: 525px;
}

.confirmation-text {
    margin-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 300px;
}

.confirmation-header-text {
    color: #333;
}

.text h2 {
    border: none;
}

.text h3 {
    font-size: 1.1em;
    font-weight: bold;
}

.ui-accordion-content p {
    margin: 0 0 10px 0;
    font-family: Arial, sans-serif;
    font-size: 0.8125em;
}

.head {
    font: normal .857em/1.6em Verdana, Geneva, sans-serif;
    color: #f47b20;
    line-height: 1.3em;
}

.subhead {
    font: normal 1em Verdana, Geneva, sans-serif;
    color: #777;
}

.text ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.text li {
    list-style: disc outside none;
}

.text a:link, .text a:visited {
    color: #387ec0;
    text-decoration: underline;
}

.text a:hover {
    color: #f57a1d;
}

.couple-left-column {
    border: 1px solid #777;
    padding: 5px;
}

.appImgA {
    height: 350px;
    width: 210px;
    margin-right: 40px;
}

.appImgB {
    height: 350px;
    width: 210px;
}

.scroll {
    height: 200px;
    width: 547px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 507px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
    display: none;
}

.hide {
    display: none;
}

.submit {
    width: 158px;
    background: #346182;
    color: white;
    border: none;
    height: 24px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
    border-collapse: collapse;
    vertical-align: top;
    font-weight: 400;
    display: block;
}

.submit-photography, .submit-client {
    width: 158px;
    background: #017fba;
    color: white;
    border: none;
    border-radius: 15px;
    height: 24px;
    font-size: 12px;
    line-height: 15px;
    padding: 0px;
    border-collapse: collapse;
    vertical-align: top;
    font-weight: 400;
    display: block;
}

.profile {
    min-height: 200px;
    padding: 10px;
}

.profilepic {
    height: 150px;
    padding: 5px;
    float: left;
}

.profilebody {
    margin: 0 0 0 125px;
    text-align: justify;
}

.intro {
    text-align: justify;
}

.proposal table {
    border-spacing: 2px !important;
}

.proposal table {
    border-collapse: separate !important;
}

.proposal {
    border-top: 3px double #CCC;
    margin-top: 20px;
    padding-top: 20px;
}

    .proposal.registry {
        border-top: none;
        margin: 0 0 20px 0;
        padding-top: 0;
    }

    .proposal table p {
        font: normal .9em Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
    }

    .proposal ul li {
        font: normal 1em Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 2px 0 2px 20px;
        background: none;
        list-style: none outside none;
    }

    .proposal ul {
        margin: 5px 0 0 0;
        color: #777;
        font-family: Arial, Helvetica, sans-serif;
        line-height: normal;
        list-style: none outside none;
    }

    .proposal table td {
        padding: 7px;
    }

        .proposal table td.secondary {
            padding: 0;
        }

    .proposal table table p {
        font-size: .9em;
        padding: 0;
        margin: 0;
        font-style: normal !important;
    }

    .proposal table table td.title-secondary {
        background: #F5F3EF;
    }

        .proposal table table td.title-secondary p {
            font-weight: bold;
            color: #333;
        }

    .proposal table table td.entry-secondary {
        background: #edeae3;
    }

    .proposal .title {
        background: #F5F3EF;
    }

        .proposal .title p {
            font-weight: bold;
            color: #052342;
            text-transform: uppercase;
            font-size: .75em;
        }

    .proposal .entry {
        color: #000;
        background: #edeae3;
    }

    .proposal strong.proposal-total {
        color: #FFF;
        text-transform: uppercase;
    }

    .proposal td.entry-secondary.sub-total-row {
        background: #d7d0c0;
    }

    .proposal td.entry-secondary.total-row {
        background: #7f796c;
    }

    .proposal td.entry-secondary.total-due-row {
        background: #453f32;
        text-align: right;
    }

.Partners input[type=text] {
    font-size: 11px;
    line-height: 11px;
    padding: 2px;
    margin: 2px;
}

.Partners input[type=password] {
    font-size: 11px;
    line-height: 11px;
    padding: 2px;
    margin: 2px;
}

.PaymentMethod {
    float: left;
    display: table-cell;
    width: 140px;
    height: 40px;
    vertical-align: middle;
}

    .PaymentMethod * {
        margin: 0px;
        vertical-align: middle;
    }

    .PaymentMethod input {
        margin-right: 5px;
    }


a.button {
    padding: 6px 20px 6px 0;
    font: italic 1.2em Georgia, "Times New Roman", Times, serif;
    color: #036;
}

a.confirmation-learn-01 {
    margin-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 65px;
    height: 40px;
    display: block;
    background: #017fba;
    color: #ffffff;
    font-size: .875em;
    line-height: 1em;
    padding: 5px;
}

    a.confirmation-learn-01:hover {
        color: #FFF643;
    }

a.confirmation-learn-02 {
    margin-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 65px;
    height: 40px;
    display: block;
    background: #f47b20;
    color: #ffffff;
    font-size: .875em;
    line-height: 1em;
    padding: 5px;
}

    a.confirmation-learn-02:hover {
        color: #FFF643;
    }

a.confirmation-learn-03 {
    margin-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 65px;
    height: 40px;
    display: block;
    background: #a99dcd;
    color: #ffffff;
    font-size: .875em;
    line-height: 1em;
    padding: 5px;
}

    a.confirmation-learn-03:hover {
        color: #fff643;
    }

a.logout {
    color: #000000;
    text-transform: uppercase;
}

    a.logout:link {
        color: #000000;
    }

    a.logout:visited {
        color: #000000;
    }

a.submit {
    color: #FFFFFF;
    text-align: center;
    height: 18px;
    line-height: 18px;
}

    a.submit:hover {
        color: #FFFFFF;
        text-align: center;
    }

    a.submit:link {
        color: #FFFFFF;
        text-align: center;
    }

h2.top {
    border: none;
    padding-top: 0;
}

ul.navigation {
    text-align: center;
    width: 100%;
    height: 66px;
    margin: 20px 0 0 30px;
    list-style: none;
    padding-bottom: 9px;
}

    ul.navigation span {
        visibility: hidden;
    }

    ul.navigation li {
        display: inline;
        margin-right: 10px;
    }

    ul.navigation a {
        padding: 10px;
        color: #000;
        text-decoration: none;
    }

        ul.navigation a:focus {
            outline: none;
        }


#cartHeader {
    background-color: #EEEEEE;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #EBEBEB;
    z-index: 1;
    margin-bottom: 20px;
}

    #cartHeader .sectionName {
        font-weight: bold;
        font-size: 14px;
    }

        #cartHeader .sectionName i {
            margin-left: 10px;
            color: silver;
        }

#centerColumn {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 0;
}

#content {
    min-height: 350px;
    padding-bottom: 40px;
    border-top: 1px solid #ccc;
}

    #content .proposal ul {
        margin: 5px 0 0 0;
        color: #777;
        font-family: Arial, Helvetica, sans-serif;
        line-height: normal;
    }

        #content .proposal ul li {
            font: normal 1em Arial, Helvetica, sans-serif;
            margin: 0;
            padding: 2px 0 2px 20px;
            background: none;
        }

#eventName {
    position: absolute;
    top: 56px;
    font-size: 21px;
    left: 310px;
    font-family: playball, serif;
    text-align: center;
    width: 650px;
}

    #eventName span {
        display: block;
        font-size: 14px;
        margin-top: 2px;
        font-family: sans-serif;
        font-style: italic;
    }

#footer {
    margin: 20px 0 0 0;
    padding-left: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCC;
}

#header {
    height: 120px;
    position: relative;
}

    #header #PoweredLink {
        float: left;
        left: 0;
        right: 0;
        margin: 0px 50px;
    }

@media only screen and (max-width: 950px) {
    #page {
        width: 100% !important;
    }
}
    @media only screen and (max-width: 480px) {
        #PoweredLink {
            display: none;
        }
        #wl-logo {
            text-align: center;
            float: none !important;
        }

        center {
            padding: 5px;
        }
    }

    #home h1 {
        font: normal 1.3em Arial, Verdana;
        color: #2163a8;
        letter-spacing: 0.05em;
        margin: 10px 0 10px 0;
    }

    #intro {
        padding-bottom: 10px;
    }

    #logowrap {
        position: absolute;
        top: 0;
        left: 30px;
        background: #fff;
        padding: 10px;
    }

    #month {
        width: 165px;
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #ccc;
        display: block;
    }

    #nav1 {
        height: 35px;
        position: absolute;
        width: 620px;
        background: url(/images/AWG/bk-primenav-620.gif);
        bottom: 0;
        right: 0;
        font-size: 13px;
    }

        #nav1 a:link {
            color: #666666;
        }

        #nav1 a:visited {
            color: #666666;
        }

        #nav1 a:hover {
            color: #33A6B2;
        }

        #nav1 li {
            float: left;
            display: inline;
            line-height: 25px;
            margin-left: 20px;
            padding-top: 10px;
            font-size: 1em;
        }

            #nav1 li a.here {
                font-weight: bold;
            }

        #nav1 ul {
            margin: 0;
            padding: 0;
        }

    #nav2 {
        height: 30px;
        background: url('/images/AWG/bk-header.gif') repeat-x 0 0;
    }

        #nav2 a {
            color: #FFFFFF;
        }

            #nav2 a:hover {
                color: #f8f4cb;
            }

            #nav2 a.here {
                font-weight: bold;
                color: #f8f4cb;
            }

        #nav2 li {
            float: left;
            display: inline;
            margin-right: 20px;
        }

            #nav2 li.last {
                margin-right: 20px;
            }

        #nav2 ul {
            position: absolute;
            right: 0px;
        }
    /*changed right 10px to 0 - 2/27 -jenklein */
    #navTalent {
        height: 35px;
        position: absolute;
        width: 470px;
        background: url(/images/AWG/bk-primenav-600.gif);
        bottom: 0;
        right: 0;
    }

        #navTalent li {
            float: left;
            display: inline;
            line-height: 25px;
            margin-left: 37px;
            padding-top: 10px;
            font-size: 1em;
        }

            #navTalent li a.here {
                font-weight: bold;
            }

        #navTalent a:hover {
            color: #33A6B2;
        }

        #navTalent a:link {
            color: #666666;
        }

        #navTalent a:visited {
            color: #666666;
        }

    /* Style duplicated from btnSubmit but implemented for use within controls */
    #paymentForm a {
        display: block;
        width: 60%;
        height: 35px;
        text-shadow: 0 1px 1px rgba(127, 127, 127, 0.75);
        color: #FFFFFF;
        text-align: center;
        line-height: 35px;
        background-color: #99C4D7;
        background-image: -moz-linear-gradient(top, #99C4D7, #56A2C6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99C4D7), to(#56A2C6));
        background-image: -webkit-linear-gradient(top, #99C4D7, #56A2C6);
        background-image: -o-linear-gradient(top, #99C4D7, #56A2C6);
        background-image: linear-gradient(to bottom, #99C4D7, #56A2C6);
        border: 1px solid #E9E9EB;
        border-color: #E9E9EB #E9E9EB #E9E9EB;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        border-bottom-color: #E9E9EB;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-left: 20%;
        margin-right: 20%;
    }

        #paymentForm a:active {
            background-color: #99C4D7;
            background-image: -moz-linear-gradient(top, #99C4D7, #56A2C6);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99C4D7), to(#56A2C6));
            background-image: -webkit-linear-gradient(top, #99C4D7,#56A2C6);
            background-image: -o-linear-gradient(top, #99C4D7, #56A2C6);
            background-image: linear-gradient(to bottom, #99C4D7, #56A2C6);
        }

        #paymentForm a:focus {
            background-color: #56A2C6;
            background-image: -moz-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56A2C6), to(#99C4D7));
            background-image: -webkit-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: -o-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: linear-gradient(to bottom, #56A2C6, #99C4D7);
            background-position: 0 0;
        }

        #paymentForm a:hover {
            text-decoration: none;
            background-color: #56A2C6;
            background-image: -moz-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#56A2C6), to(#99C4D7));
            background-image: -webkit-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: -o-linear-gradient(top, #56A2C6, #99C4D7);
            background-image: linear-gradient(to bottom, #56A2C6, #99C4D7);
            background-position: 0 0;
        }

        #paymentForm a:link {
            color: #FFFFFF;
        }

        #paymentForm a:visited {
            color: #FFFFFF;
        }

    #paymentForm h1 {
        font-weight: bold;
        font-size: 14px;
    }

    #paymentForm table {
        width: 100%;
    }

        #paymentForm table tr td:first-child {
            padding-left: 20%;
        }

        #paymentForm table tr:first-child {
            background-color: #EEEEEE;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #EBEBEB;
        }

        #paymentForm table table tr:first-child {
            background-color: #FFFFFF;
            border: 0;
        }

        #paymentForm table table tr td:first-child {
            padding-left: 15px;
        }

    #paymentForm td {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 15px;
        z-index: 1;
    }

    #paymentForm #DisabledButton {
        display: block;
        width: 60%;
        height: 35px;
        text-shadow: 0 1px 1px rgba(127, 127, 127, 0.75);
        color: #FFFFFF;
        text-align: center;
        line-height: 35px;
        background-color: #AAAAAA;
        border: 1px solid #999999;
        border-color: #999999;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #page {
        width: 960px;
        margin: 0 auto;
        position: relative;
        background: #FFFFFF;
    }

    #poweredbyawg {
        display: block;
        float: left;
        text-indent: -9999px;
        background: url(/images/AWG/poweredby-awg.gif) no-repeat 0 0;
    }

    #ProcessingPane {
        display: none;
        position: absolute;
        vertical-align: middle;
        text-align: center;
        z-index: 501;
        border-style: none;
        border-width: 0px;
        border-collapse: collapse;
        background-color: #FFFFFF;
        width: 500px;
        padding: 0;
        margin: 0;
    }

    #slider {
        background: #f8f9de;
        padding: 5px 0 40px 0;
        width: 547px;
        margin: 0 auto;
        position: relative;
    }

        #slider img {
            margin-right: 10px;
        }

        #slider p {
            margin-left: 215px;
        }

    #TalentLookup {
        width: 750px;
        border-width: 0px;
        padding: 0px;
        border-collapse: collapse;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #UniversalPopUp {
        position: fixed;
    }

    #wl-logowrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    /*changed left 30px to 20- 2/27 -jenklein */
    #wl-logo {
        background: #fff;
        padding: 5px;
        display: block;
        float: left;
        margin: 0px 5px 0px 20px;
    }

    #year {
        width: 165px;
        background: #FFFFFF;
        color: #000000;
        border: 1px solid #ccc;
        display: block;
    }


    @media only screen and (max-device-width:1024px) and (orientation:landscape) {
        html {
            -webkit-text-size-adjust: none;
        }

        .banner-home {
            margin-left: 0;
        }

        .banner-home-container {
            position: relative;
            width: 1024px;
            height: 770px;
            display: block;
            overflow: hidden;
            background: none;
            margin-left: -12px;
        }
    }

    /* Responsive */
    @media (max-width:568px) {
        .responsive body {
            background-color: #FFFFFF;
            position: relative;
            -webkit-transition: left 0.25s ease;
            -moz-transition: left 0.25s ease;
            -ms-transition: left 0.25s ease;
            transition: left 0.25s ease;
            min-width: 300px;
        }

        .responsive p {
            width: 100%;
        }

        .responsive .appImgA {
            height: 200px;
            width: 120px;
            margin-right: 20px;
        }

        .responsive .appImgB {
            height: 200px;
            width: 120px;
        }

        .responsive .col10.paddingTop.text.marginLeft {
            width: 90%;
        }

        .responsive .floatLeft.logo {
            height: 20px !important;
            width: 131px !important;
        }

        .responsive .home {
            padding-left: 10px;
            width: 40px;
            height: 30px !important;
            overflow-x: hidden;
            overflow: hidden;
            color: transparent;
        }

        .responsive .partners {
            padding-left: 10px;
            width: 40px;
            height: 30px !important;
            overflow-x: hidden;
            overflow: hidden;
            color: transparent;
        }

        .responsive .talent {
            padding-left: 10px;
            width: 40px;
            height: 30px !important;
            overflow-x: hidden;
            overflow: hidden;
            color: transparent;
        }

        .responsive #CompanyLogo {
            width: 120px !important;
            height: auto !important;
        }

        .responsive #header {
            height: 140px !important;
        }

        .responsive #nav2 a {
            color: transparent;
        }

        .responsive #nav2 li {
            margin-right: 10px;
        }

        .responsive #nav2 ul {
            position: relative;
        }

        .responsive #page {
            width: 100%;
            margin: 0 auto;
            position: relative;
            background: #fff;
        }

        .responsive #wl-logowrap {
            margin-top: 0px;
        }

        .responsive #centerColumn {
            margin-left: 5%;
            margin-right: 5%;
            padding: 0;
            width: 90%;
        }

        .responsive .photoSiteHeader {
            float: right;
            margin-right: 0px;
            margin-top: 75px;
            text-align: right;
            width: 151px;
        }

        .responsive #nav1 {
            display: none;
        }

        html.responsive {
            background-color: #FFFFFF;
        }
    }

    .alert-dismissable, .alert-dismissible {
        padding-right: 35px;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .note {
        color: #666;
        font-size: 11px;
        line-height: 15px;
    }

    .alert-success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

    .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .alert-error {
        color: #B94A48;
        background-color: #F2DEDE;
        border-color: #EED3D7;
    }

    .alert-info {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

    .inputStyle {
        border: 1px solid #ccc !important;
        font-size: 14px;
        padding: 2px !important;
        height: 20px;
        margin-right: 10px;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .center {
        text-align: center;
    }

    .table-spacing {
        border-spacing: 10px !important;
        border-collapse: separate;
    }

    .absolute-fullcreenparent {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .crossed-hidden {
        visibility: hidden;
    }

    .crossed-yellow {
        background: linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 4px), rgb(255, 255, 0) 50%, rgba(0,0,0,0) calc(50% + 4px), rgba(0,0,0,0) 100%);
    }

    .crossed-red {
        background: linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 4px), rgb(255, 0, 0) 50%, rgba(0,0,0,0) calc(50% + 4px), rgba(0,0,0,0) 100%);
    }

    .cursor {
        cursor: pointer;
    }

    .classTableGroupB, .classTableGroupB a:link, .classTableGroupB a:visited {
        background-color: #F47A1F !important;
        color: #fff !important;
    }

        .classTableGroupB.borderBottom td {
            border-bottom: 1px solid #ccc;
        }

    .hide-popupshow {
        display: none !important;
    }

    .loading-angular {
        background-color: rgba(2, 0, 0, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        min-height: 250px;
    }

        .loading-angular img {
            width: 30%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }


    .margin-top-60 {
        margin-top: 60px;
    }
