#copyright a
{
    font-family: verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
#copyright
{
    font-family: verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
#copyrighta:link
{
    font-family: verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}
#copyright a:hover
{
    font-family: verdana;
    font-size: 9px;
    color: #B3B3B3;
    text-decoration: none;
}

.cityErrorDiv {
    color: Red;
    display: block;
    float: left;
    font-size: 16px;
    padding: 10px 0 0;
    text-align: center;
}
/*=====================================================================*/
/*======= NEW RULES FOR ADMIN PANEL 26/02/2013 ========================*/
/*=====================================================================*/
#welcomeAdmin {
    position: relative;
    right: 2%;
    margin-top: 26px;
    float: right;
}
#ctl00_ucLogout_lnkBtnLogout,
p#forgotPasswordDiv a{
    color: #f57955;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-right:4px; 
    /*float: left;  */
}
#ctl00_ucLogout_lnkBtnLogout:hover,
p#forgotPasswordDiv a:hover{
    color: #f44b00;
}
#welcomeAdmin > .title4{
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #303030; 
}
.preview-title {
    color: #3f3f3f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 auto;
    text-decoration: none;
    padding-top: 18px;
    width: 600px;
    text-align: center;
    clear: both;
}
.textbuttons,
.textbuttons:link{
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.textbuttons:hover{
   color:rgba(255,255,255,0.8);
}
.search-box{
    text-decoration: none;
    color: #575858;
    font-family: verdana;
    font-size: 13px; 
    background-color: transparent;
    border: transparent;
    width: 174px;
    height:18px; /* This rule has been added on 17/5/2013 */
    /*margin-top: -1px;*/
}
.search-box-nowidth{
    text-decoration: none;
    color: #575858;
    font-family: verdana;
    font-size: 9px;
    border: 1px solid #CCCCCC;
    border-radius: 20px 20px 20px 20px;
    float: left;
    height: 20px;
    padding: 5px 10px 5px 10px;
    width: 180px;
    margin-right: 30px;
    background-color: #FFFFFF; 
}
.datetime-box {
    font-family: verdana;
    font-size: 13px;
    width: 360px;
    height: 18px; /* This rule has been added on 17/5/2013 */
    /*margin-top: -1px;*/
}
.ui-datepicker-current {
    display: none;
}
.clear2{
    clear:both; 
    height:12px;
}
/* ================= LOGON PANEL - LOGIN PAGE RULES ================ */ 
.login-fields-wrapper{
    width: 648px;
    margin: 60px auto;
    overflow: none;
}
.login-background-image{
    clear: both;
    margin: auto;
    width: 100%;
    /*height: 344px;*/
    height: auto;
    overflow:hidden;
    padding-bottom: 40px;
    border: 2px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 8px -5px;
}
.login-background-image img{
    float: left;
    margin: 56px 0 0 128px;
}
/* ERROR PAGE*/
.errorpage-wrapper{
    width: 920px;
    margin: 40px auto;
}
.errorpage img{
    float: left;
    display: block;
}
.errorpage .error_content{
    display: block;
    float:left;
    overflow: hidden;
    padding-top: 60px;
    width: 430px;
}
.errorpage {
    background-image: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%);    
    margin-bottom: 20px;
    min-height: 140px;
    padding: 10px 30px;
    text-align: justify;
    width: auto;
}
.errorpage h1{
    font-size: 18px;
    font-weight: bold;
    color:#4F4F4F;
    margin: 15px 0 8px;
}
.errorpage p{
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.errorpage .error-phone,
.errorpage #newDate{font-weight: bold;}


/* END OF ERROR PAGE*/
#innerLogin{
    width: 170px;
    display: block;
    margin: 60px 120px auto auto;
}
.help-password-filed{
    margin: 9px 0 0 196px;
    display: block;
    overflow: none;
}
p#problemsDiv span{
    font-weight: bold;
}
#innerLogin .round-button{
    float: right;
    margin:20px -4px;
}
p#forgotPasswordDiv{
    margin-top: -8px;
    font-size: 12px;
    width: 200px;
}
p#forgotPasswordDiv a{
    font-size: 14px;
}
.forgot-password-info{
    width:210px;
    margin:auto auto 10px -10px;
    line-height: normal;
}
/* sliding text imput fileds */
.login-background-image div#innerLogin .search-dropdown-input{
    width: 154px;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
}
.login-background-image div#innerLogin .search-dropdown-input:focus{
    background-color: #EEEEEE; width: 182px;
}
/* ====================================================================== */
/* Error Message */
/* ====================================================================== */
#cityErrorDiv {
    color: Red;
    font-size: 14px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom:6px;
}
/* ====================================================================== */
/* ================= FOOTER STYLES ====================================== */
/* ====================================================================== */
.add-merchant-alignment {
    display: block;
    height: 31px;
    margin: 12px auto;
    text-align: center;
    width: 135px;
}
.add-merchant-alignment a:link,
.add-merchant-alignment a:visited{
    color:white;
    font-size:14px; 
}
.add-merchant-alignment a:hover{
    color: rgba(255, 255, 255, 0.8);
}
div#copyright a{
    float:right;
    display: block;
    margin-bottom:20px;
}


/* ecard page styles */
.show-hide{
    display: none;
}