#tab_container {
    position: relative  !important;;
    height: 29px  !important;;
    z-index: 15  !important;;
    margin-top:10px  !important;;
}

div#content, div#content_small_padding, .content_small_padding {
    clear: both;
    /*width: 100% !important;*/
    border: 1px solid #d5d5d5 !important;;
    background-color: #f4f4f4 !important;;
    z-index: 2;
    position: relative;
    top: -2px;
    font: inherit !important;
    color: Black;
    text-align: center !important;
    padding-bottom: 50px !important;
}


/*This bottom style is used for the e-pay modules, to reduce the top & bottom padding gap*/
div#content_small_padding {
    padding-top: 5px;
    padding-bottom: 5px;
}
#tab_container li:first-child a{
    padding-left:0px !important;
}
#tab_container #tab_links {
    list-style-type: none !important;
    position: absolute  !important;
    bottom: -1px  !important;
    width: 90%  !important;
    left: 0px !important;
    margin-bottom:0px  !important;
    margin-left:0px !important;
}

* html #tab_container #tab_links {
    bottom: -2px;
}

#tab_container #tab_links li {
    display: inline;
    list-style: none;

}

#tab_container .no_selected_tab {
    height: 20px; /* 18px */
    #height: 25px;

    border: 1px solid #919b9c;
    position: relative;
    top: 0;
    display: block;
    float: left;
    overflow: hidden;
    cursor: Default;
    background: url(/apps_image_dev/tab_deactive.jpg) repeat-x;
    z-index: 1;
    font: 11px;
    white-space: nowrap;
    text-align: center;
    margin: 20px -19px 0 7px;
    cursor: pointer;
}
#tab_container #tab_links li:first-child a{
    margin-left: 0px !important;
}
#tab_container #tab_links a {
    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    border-bottom:0px ;
    margin-bottom: 10px !important;
    background:none !important;
    height: 25px !important;
    position: relative !important;
    top: 0 !important;
    display: inline !important;
    float: left !important;
    overflow: hidden !important;
    cursor:pointer !important ;
    margin: 10px -19px 1px 18px !important;
    padding: 0px 10px 25px 10px !important;
    z-index: 1 !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size:16px; !important;

}


#tab_container .selected_tab {
    height: 20px;
    #height: 25px;
    background: url(/apps_image_dev/tab_active.jpg) repeat-x;
    border: 1px solid #919b9c;
    border-bottom: 0px;
    z-index: 20;
    top: 0px;
    font: 11px;
    margin: 20px -19px 0 7px;
    color: #FFFFFF;
    text-align: center;

    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    color: #0181FF !important;
    background:none !important;
    height: 30px !important;
    border-bottom: 4px solid #0181FF !important;
    z-index: 2;
    margin-bottom: 10px !important;
    margin: 10px -19px 1px 18px !important;
    top: 0px;
    cursor: pointer;
}

* html #tab_container #tab_links a {
    line-height: 20px;
}

#tab_container #tab_links a:hover {
    height: 20px;
    #height: 25px;
    text-decoration: none;
    background: url(/apps_image_dev/tab_hover.jpg) repeat-x;
    color: #000000;
    cursor: pointer;
}

ul li a:active {
    background-color: #D2F0FF;
}
