body {
     /*min-height: 2000px;*/
     /*padding-top: 0;*/
 }

.tab div {
    display: none;
}

.tab div:target {
    display: block;
} 

/*
p:active, h3:active, a:active{
    background-color: yellow;
}
*/
 
/* Menu Styles */
.dropdown {
    position: relative;
    display: inline-block;
    color: #999999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}




.featurette-divider {
    margin: 15px 0;
}

.form-control {
    height: 30px;
    padding: 4px 6px;
}

.modal-header {
    padding: 10px;
}

.modal-body {
    margin: 10px;
    padding: 20px;
}

#move-top.main-top-button {
    bottom: 40px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 100;
}

#move-top .spacer {
    transition: all 0.2s ease-in-out 0s;
}

#move-top:hover .spacer {
    background-color: lightgrey;
}

#move-top .spacer {
    background: url("../img/circle-bg.png") repeat scroll 0 0 #ffffff;
    border-radius: 50px;
    display: block;
    height: 40px;
    margin: -4px 0 0 -4px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

.form_main_div {
    font-family:Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    /*border:1px solid lightgray;*/
    padding:5px;
    /*margin:5px;*/
    /*overflow-y: none; */
}

.form_header_div {
    color:white;
    width: 100%;
    color:white;
    font-weight: normal;
    background-color: #3399CC;
    padding:15px;
}

td {
    /*margin: 10px;*/
    height: 22px;
}

input,select,label {
    padding: 3px;
    margin: 2px;
}

button {
    width: 70px;
    height: 30px;
}

/*button {
    width: 80px;
    height: 32px;
}*/

span.asterisk {
    color: red;
    font-size: 15px;
    display: inline-block;
    float: left;
}

/* Form Styles */
td.cui-form-label {
    /*max-width: 180px;
    min-width: 100px;*/
    width: 35%;
    text-align: right;
    padding: 5px;
}

/* Icon navigation starts here */
#icon-nav { width: 150px; float: left; margin:0; padding:0; margin-left: 20px; margin-top:10px}
#icon-nav ul { margin:0; padding:0; float:left; width: 189px; }
#icon-nav ul li { margin:0px 0px 8px 0px; padding:4px 5px 1px 5px; float:left; clear:both; color:#000066; }
#icon-nav ul li a { margin:0; padding:0px 0px 0px 24px; float:left; font:11px; clear:both; color:#000066; text-decoration:none; }
#icon-nav ul li a:hover { color:#3399CC; text-decoration:underline;  cursor: pointer}

#icon-nav ul .dining { background:url(../img/nav-icon.jpg) no-repeat 0px 0px; float:left; width:18px; height:18px;}
#icon-nav ul .travel { background:url(../img/nav-icon.jpg) no-repeat 0px -21px; float:left; width:18px; height:18px;}
#icon-nav ul .entertainment{ background:url(../img/nav-icon.jpg) no-repeat 0 -45px; float:left; width:18px; height:18px;}
#icon-nav ul .shopping{ background:url(../img/nav-icon.jpg) no-repeat 0 -69px; float:left; width:18px; height:18px;}
#icon-nav ul .others{ background:url(../img/nav-icon.jpg) no-repeat 0 -91px; float:left; width:18px; height:18px;}

.offer_top-bg {
    background: url("../img/offer-top-bg.jpg") no-repeat;
    float: left;
    height: 170px;
    padding: 0 0 18px;
    /*width: 651px;*/
}
.offer_hd {
    color: #000066;
    font-size: 18px;
    line-height: 17px;
    margin: 0;
    padding: 130px 0 0 20px;
}

.cbe-container{

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

    font-family: "Verdana", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10px;

    width: 260px; /*235*/
    position: fixed;
    height: auto;

    z-index: 2147483647;
    background: #f1f1f1 scroll; /*ghostwhite*/
    cursor: auto;

    opacity:1 !important;
    filter:alpha(opacity=90); /* For UA < IE8 */

    border: 1px solid #AAAAAA;
    box-shadow: 0 0 30px 1px #CCCCCC;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

/* Docking Options */
.cbe-dock-BR {top: 10px;right: 10px}
.cbe-dock-BL {bottom: 10px;left: 10px}
.cbe-dock-TL {top: 10px;left: 10px}
.cbe-dock-TR {top: 10px;right: 10px}
.cbe-dock-TC {top: 10px;left: 35%}
.cbe-dock-BC {bottom: 10px;left: 35%}

.cbe-header{

    color: white;
    padding: 1px;
    height: 30px;
    cursor: pointer;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;

    /* For browsers not supporting below gradients */
    background: #40464F;

    background-image: linear-gradient(bottom, rgb(41,49,58) 47%, rgb(64,70,79) 74%);
    background-image: -o-linear-gradient(bottom, rgb(41,49,58) 47%, rgb(64,70,79) 74%);
    background-image: -moz-linear-gradient(bottom, rgb(41,49,58) 47%, rgb(64,70,79) 74%);
    background-image: -webkit-linear-gradient(bottom, rgb(41,49,58) 47%, rgb(64,70,79) 74%);
    background-image: -ms-linear-gradient(bottom, rgb(41,49,58) 47%, rgb(64,70,79) 74%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.47, rgb(41,49,58)),
        color-stop(0.74, rgb(64,70,79))
        );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40464F", endColorstr="#29313A", GradientType=0); /* for IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#40464F', endColorstr='#29313A', GradientType=0)";
}

.cbe-header > span {
    float: left;
    margin: 4px 4px 4px 4px;
    font-size: 13px;
}

.cbe-icon {
    background: no-repeat center;
}

.cbe-spinner-head {
    width: 34px;
    height: 18px;
    float: left;
    display: none;
    background: no-repeat center;
    background-image: url(../img/spinner.gif);
}

.cbe-spinner {
    width: 34px;
    height: 18px;
    float: left;
    display: block;
    margin-top: 10px;
    background: no-repeat center;
    background-image: url(../img/spinner.gif);
}

.cbe-icon-status{
    width: 22px;
    height: 24px;
    float: left;
    margin: 2px;
    background: no-repeat center;
}

.cbe-icon-green {background-image: url(../img/green.png);}
.cbe-icon-red {background-image: url(../img/red.png);}
.cbe-icon-yellow {background-image: url(../img/yellow.png);}
.cbe-icon-grey {background-image: url(../img/grey.png);}

.cbe-icon-minimize {background-image: url(../img/minimize.png);}
.cbe-icon-maximize {background-image: url(../img/maximize.png);}
.cbe-icon-cobrowse {background-image: url(../img/cobrowse.png); width:31px; height:22px; margin:10px; float:left;}

.cbe-header-button {
    width: 18px;
    height: 18px;
    float: right;
    cursor: pointer;
    margin: 5px;
}

.cbe-info {
    padding: 5px;
    color: black;
    border-width: 1px;
    text-align: left;
    font-size: 12px;
    margin: 0px;
}

.cbe-request {
    margin: 1px;
    padding: 0px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    height: 80px;
    background: #6fb43f;
    /*background: tan;*/
}

.cbe-revoke {
    margin: 1px;
    padding: 5px;
    color: white;
    text-align: left;
    font-size: 12px;
    height: 60px;
    background: tan;
}

.cbe-error {
    padding: 3px;
    color: red;
    text-align: left;
    font-size: 14px;
    margin: 5px;
}

.cbe-disclaimer {
    color: floralwhite;
    text-align: left;
    font-size: 09px;
    margin: 0px;
    padding: 17px;
    background: #000000;
    height: 99px;
    overflow: auto;
}

.cbe-btn-revoke {
    /* background: #DA4F49 linear-gradient(to bottom, #EE5F5B, #BD362F) repeat-x; */
    /* Fix for Safari */
    background-color: #DA4F49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EE5F5B), to(#BD362F));
    background-image: -webkit-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: -moz-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: -o-linear-gradient(top, #EE5F5B, #BD362F);
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*height: 20px;*/
    font-size: 14px;
    margin:5px;
    padding: 6px 14px;
    cursor: pointer;
    float:left;
}

.cbe-btn{
    /* background: #363636 linear-gradient(to bottom, #444444, #222222) repeat-x; */
    /* Fix for Safari */
    background-color: #363636;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#454545));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image:    -moz-linear-gradient(top, #444444, #222222);
    background-image:      -o-linear-gradient(top, #444444, #222222);
    background-image:         linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin:5px;
    padding: 6px 14px;
    cursor: pointer;
    float:left;
}

.cbe-btn-big {
    font: 16px Calibri;
    margin: 10px;
}

.cbe-btn-XL{
    /*height: 30px;*/
    font: 22px Verdana;
}

.cbe-btn-small{
    /*height: 20px;*/
    font-size: 14px;
}

.cbe-input{
    font-size: 13px;
    width: 200px;
    color: #555555;
    display: inline-block;
    height: 22px;
    margin: 3px;
    padding: 2px 3px;
    vertical-align: middle;
}

.cbe-modal-content-Terms-Condt {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/*
#cbeToolbar{
    display: none;
}*/