﻿body
{
    font-family: Arial,'Helvetica Neue','Liberation Sans',FreeSans,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
}

#divResendVerificationEmailContainer
{
    font-size: 14px;
    color: black;
    padding: 5px;
}

#MessageContainer
{
    font-size: 16px;
    color: black;
    padding: 5px;
}

.fltleft
{
    float: left;
}

.clr
{
    clear: both;
}

.divResendVerificationEmailHeader2
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

.divemailaddresstxtbox
{
    padding-left: 5px;
}

.divemailaddressbutton
{
    padding-left: 145px;
    padding-top: 10px;
}

.divemailaddresscaption
{
    font-weight: bold;
    padding-top: 5px;
}

.button
{
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #666666;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-weight: bold;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}

.yellow.button
{
    color: #000!important;
    border: solid 1px #FFF;
    background: #F1BE19;
    background: -moz-linear-gradient(top,#E8D492 0%,#F1BE19 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E8D492),color-stop(100%,#F1BE19));
    background: -webkit-linear-gradient(top,#E8D492 0%,#F1BE19 100%);
    background: -o-linear-gradient(top,#E8D492 0%,#F1BE19 100%);
    background: -ms-linear-gradient(top,#E8D492 0%,#F1BE19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8D492',endColorstr='#F1BE19',GradientType=0 );
    background: linear-gradient(top,#E8D492 0%,#F1BE19 100%);
    border-collapse: separate;
}

    .yellow.button:hover
    {
        background: #F7BE07;
        background: -moz-linear-gradient(top,#EFBD1C 0%,#F7BE07 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#EFBD1C),color-stop(100%,#F7BE07));
        background: -webkit-linear-gradient(top,#EFBD1C 0%,#F7BE07 100%);
        background: -o-linear-gradient(top,#EFBD1C 0%,#F7BE07 100%);
        background: -ms-linear-gradient(top,#EFBD1C 0%,#F7BE07 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFBD1C',endColorstr='#F7BE07',GradientType=0 );
        background: linear-gradient(top,#EFBD1C 0%,#F7BE07 100%);
        border-collapse: separate;
    }



.divemailaddressmessage
{
    color: red;
    font-size: 12px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: left;
}

.pnlsigninbutton
{
    padding: 10px;
}

/****(START) Contact the Organizer*/
#divOrganizerFAQ
{
    font-size: 14px;
    font-family: Ubuntu;
}

#div_contact_complete
{
    margin: 8px 0 0 20px;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 26px;
}

#spn_contact_complete
{
    padding-left: 10px;
    padding-right: 5px;
    font-size: 16px;
}

.success_notification
{
    background-color: #9BC15C;
    border-radius: 5px;
    color: #FFF;
    min-height: 50px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.tdTblOrganizerDetailLeft, .tdTblOrganizerDetailRight
{
    padding-bottom: 10px;
}

.EventOrderCheckoutTextBox
{
    border: 1px solid #d7d7d7;
    height: 20px;
    padding: 4px;
    width: 250px;
    font-size: 14px;
}

.EventOrderCheckoutTextBoxMessage
{
    height: 85px;
    width: 250px;
}

.l-block-2
{
    margin-top: 5px;
    margin-bottom: 10px;
}

.text-heading-primary
{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #404040;
    -webkit-font-smoothing: antialiased;
}

hr
{
    border: 0;
    border-top: 1px solid #dedede;
    height: 0;
    margin: 0;
}

.button_green, .button_publish
{
    cursor: pointer;
    border: 1px solid #3da832;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    font-family: Ubuntu;
    background-color: #4ba614;
    text-decoration: none;
    background-color: #55C949;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55C949), to(#207F19));
    background-image: -webkit-linear-gradient(top, #55C949, #207F19);
    background-image: -moz-linear-gradient(top, #55C949, #207F19);
    background-image: -ms-linear-gradient(top, #55C949, #207F19);
    background-image: -o-linear-gradient(top, #55C949, #207F19);
    background-image: linear-gradient(to bottom, #55C949, #207F19);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55C949, endColorstr=#207F19);
}

    .button_green a, .button_green a:hover
    {
        text-decoration: none;
        font-size: 16px;
        color: #FFFFFF;
        font-family: Ubuntu;
    }

    .button_green:hover, .button_publish:hover
    {
        text-decoration: none;
        border: 1px solid #308527;
        background-color: #3eac33;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#3eac33), to(#155411));
        background-image: -webkit-linear-gradient(top, #3eac33, #155411);
        background-image: -moz-linear-gradient(top, #3eac33, #155411);
        background-image: -ms-linear-gradient(top, #3eac33, #155411);
        background-image: -o-linear-gradient(top, #3eac33, #155411);
        background-image: linear-gradient(to bottom, #3eac33, #155411);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3eac33, endColorstr=#155411);
    }

.button_gray
{
    cursor: pointer;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    font-family: Ubuntu;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
    background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
    background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
    background-image: -o-linear-gradient(top, #d3d3d3, #707070);
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
}

    .button_gray:hover
    {
        border: 1px solid #a0a0a0;
        background-color: #bababa;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
        background-image: -webkit-linear-gradient(top, #bababa, #575757);
        background-image: -moz-linear-gradient(top, #bababa, #575757);
        background-image: -ms-linear-gradient(top, #bababa, #575757);
        background-image: -o-linear-gradient(top, #bababa, #575757);
        background-image: linear-gradient(to bottom, #bababa, #575757);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
    }

.OrganizerDetailButtonSend
{
    margin-right: 25px;
}

#tdOrganizerUsSubmitbtn
{
    padding-left: 50px;
}

.pnlinvalidEvent
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.divpnlinvalidEvent
{
    font-size: 18px;
}

.spnpnlinvalidEventmsg
{
    padding-left: 8px;
}

.spnpnlinvalidEventwarning .fa
{
    font-size: 34px;
    color: red;
}

.tdTblOrganizerDetailLeft {
           padding-right:5px;
}
 .tblOrganizerUsDetail {
             font-size: 16px;
                font-family:"ubuntu";
                margin:20px 130px;
                width:420px;
 }
.divContactUsIcon {
            background-image:url('../Restaurants/TEW-TheEventWave/Images/ContactIcon.jpg');
            height:44px;
            width:42px;
            float:left;
 }

.waterMarkTextboxFAQ,.waterMarkTextboxFAQComments
{
    border: 1px solid #d7d7d7;
    color:rgb(160,160,160);
    height: 20px;
    padding: 4px;
    width: 250px;
    font-size: 14px;
}

.waterMarkTextboxFAQ:focus,.waterMarkTextboxFAQComments:focus
{
        border-color: #36b4cb;
        color:#000;
        height: 20px;
        padding: 4px;
        outline: 0 none;
        font-size: 14px;
}
.waterMarkTextboxFAQComments {
    height:85px;
}
.waterMarkTextboxFAQComments:focus {
     height:85px;
}

/****(END) Contact the Organizer*/
