html
{
    width: 100%;
    height: 100%;
}

body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background: #d4effa; /* Old browsers */
    background: -moz-linear-gradient(top, #d4effa 0%, #6faddc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4effa), color-stop(100%,#6faddc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d4effa 0%,#6faddc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d4effa 0%,#6faddc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d4effa 0%,#6faddc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d4effa 0%,#6faddc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4effa', endColorstr='#6faddc',GradientType=0 ); /* IE6-9 */
}

img
{
    border: none;
}

a
{
    outline: none;
}

.l
{
    float: left;
}

.r
{
    float: right;
}

.c
{
    clear: both;
}

/***********************Dashboard Page***********************/
.header-right
{
    width: 100%;
    background: url(../Images/header-right.png) right top repeat-x;
}

.header
{
    width: 100%;
    background: url(../Images/header.png) left top no-repeat;
    height: 85px;
    position:relative;
}

    .header .logo
    {
        padding: 10px 0px 10px 6px;
    }

        .header .logo span
        {
            width: 113px;
            text-align: center;
            color: #FFF;
            font-weight: bold;
            font-size: 12px;
            font-family: Arial, Verdana, Helvetica, sans-serif;
        }

            .header .logo span font
            {
                color: #FFF;
                font-weight: bold;
                font-size: 24px;
                line-height: 40px;
                font-family: Arial, Verdana, Helvetica, sans-serif;
            }

.lpi
{
    height: 28px;
    width: 33px;
    text-align: center;
    padding: 1px 0px;
    clear: right;
    margin-right: 10px;
    background: url(../Images/spacer2.jpg) right top repeat-y;
}

.verizon-logo
{
    padding: 0px 5px 0px 0px;
    background: url(../Images/spacer2.jpg) right top repeat-y;
    display: block;
    height: 30px;
}

    .verizon-logo span
    {
        background: url(../Images/spacer2.jpg) left top repeat-y;
        padding-left: 5px;
        display: block;
        height: 30px;
    }
/*Right Menu*/
.rightmenu
{
    width: auto;
}

    .rightmenu, .rightmenu ul, .rightmenu ul li, .rightmenu ul li a
    {
        padding: 0;
        margin: 0;
        line-height: 1;
        color: #ffffff;
    }

        .rightmenu:before, .rightmenu:after, .rightmenu > ul:before, .rightmenu > ul:after
        {
            display: table;
        }

        .rightmenu:after, .rightmenu > ul:after
        {
            clear: both;
        }

        .rightmenu ul
        {
            float: left;
        }

            .rightmenu ul > li
            {
                float: left;
                list-style: none;
                background: url(../Images/spacer.jpg) left top repeat-y;
                padding-left: 2px;
            }

                .rightmenu ul > li > a
                {
                    display: block;
                    text-decoration: none;
                    width: 60px;
                    text-align: center;
                    padding: 8px 0px;
                    position: relative;
                }

                    .rightmenu ul > li > a:hover
                    {
                        background: url(../Images/menu-hover.jpg) left top repeat-x;
                    }

                    .rightmenu ul > li > a.selected
                    {
                        background: url(../Images/menu-hover.jpg) left top repeat-x;
                    }

                    .rightmenu ul > li > a:hover:before
                    {
                        z-index: 2;
                        position: absolute;
                        border: 1px solid white;
                        border-top: 0;
                        border-bottom: 0;
                        border-right: 0;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: -1px;
                        opacity: .2;
                    }

                    .rightmenu ul > li > a:hover:after
                    {
                        z-index: 2;
                        position: absolute;
                        border: 1px solid white;
                        border-top: 0;
                        border-bottom: 0;
                        border-left: 0;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        right: -1px;
                        opacity: .2;
                    }

/*contentbox*/
.contentbox
{
    width: 98.7%;
    /*min-height: 770px;*/
    margin: 0% auto;
    padding: 0%;
    background-color: #FFF;
    top: 5px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #000;
}

    .contentbox .buttons
    {
        width: 100%;
        padding: 2px 0px 6px 0px;
    }

        .contentbox .buttons ul
        {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

            .contentbox .buttons ul li
            {
                padding: 0px;
                margin-right: 6px;
                float: left;
            }

                .contentbox .buttons ul li a
                {
                    text-decoration: none;
                    color: #666;
                    border: solid 1px #ccc;
                    border-radius: 10px;
                    background-color: #FFF;
                    line-height: 32px;
                    display: block;
                    font-weight: bold;
                    font-size: 12px;
                    float: left;
                }

                    .contentbox .buttons ul li a span
                    {
                        padding: 0px 10px;
                        float: left;
                    }

                    .contentbox .buttons ul li a img
                    {
                        width: 20px;
                        text-align: center;
                        padding: 7px;
                        border: solid 1px #1e5288;
                        border-radius: 10px;
                        float: left;
                        background: #a9d1e0; /* Old browsers */
                        background: -moz-linear-gradient(top, #a9d1e0 0%, #225289 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e0), color-stop(100%,#225289)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* IE10+ */
                        background: linear-gradient(to bottom, #a9d1e0 0%,#225289 100%); /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e0', endColorstr='#225289',GradientType=0 ); /* IE6-9 */
                    }

                    .contentbox .buttons ul li a:hover
                    {
                        color: #000;
                    }

    .contentbox .head
    {
        width: 100%;
        border-top: solid 1px #1e5288;
        border-bottom: solid 1px #1e5288;
        border-radius: 10px 10px 0px 0px;
        padding: 8px 0px;
        background: #a9d1e0; /* Old browsers */
        background: -moz-linear-gradient(top, #a9d1e0 0%, #225289 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e0), color-stop(100%,#225289)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a9d1e0 0%,#225289 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e0', endColorstr='#225289',GradientType=0 ); /* IE6-9 */
    }

        .contentbox .head h1
        {
            font-size: 20px;
            color: #fff;
            font-weight: bold;
            font-style: italic;
            font-family: Georgia, "Times New Roman", Times, serif;
            padding-left: 15px;
            margin: 0px;
            line-height: 24px;
            clear: both;
            float: left;
        }

        .contentbox .head .dashboard-menu
        {
            padding-right: 6px;
        }

            .contentbox .head .dashboard-menu ul
            {
                padding: 0px;
                margin: 0px;
                list-style: none;
            }

                .contentbox .head .dashboard-menu ul li
                {
                    float: left;
                    font-size: 12px;
                    padding-left: 6px;
                    font-weight: bold;
                }

                    .contentbox .head .dashboard-menu ul li a span
                    {
                        padding-left: 25px;
                        display: block;
                    }

                    .contentbox .head .dashboard-menu ul li.restore-layout a span
                    {
                        background: url(../Images/restore-layout-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.restore-layout a:hover span
                    {
                        background: url(../Images/restore-layout-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.print a span
                    {
                        background: url(../Images/print-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.print a:hover span
                    {
                        background: url(../Images/print-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.add a span
                    {
                        background: url(../Images/add-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.add a:hover span
                    {
                        background: url(../Images/add-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.edit a span
                    {
                        background: url(../Images/edit-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.edit a:hover span
                    {
                        background: url(../Images/edit-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.delete a span
                    {
                        background: url(../Images/delete-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.delete a:hover span
                    {
                        background: url(../Images/delete-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.refresh a span
                    {
                        background: url(../Images/refresh-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.refresh a:hover span
                    {
                        background: url(../Images/refresh-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.export-to-excel a span
                    {
                        background: url(../Images/export-to-excel-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.export-to-excel a:hover span
                    {
                        background: url(../Images/export-to-excel-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.save a span
                    {
                        background: url(../Images/save-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.save a:hover span
                    {
                        background: url(../Images/save-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.cancel a span
                    {
                        background: url(../Images/cancel-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li.cancel a:hover span
                    {
                        background: url(../Images/cancel-hover-icon.png) left center no-repeat;
                    }

                    .contentbox .head .dashboard-menu ul li a
                    {
                        text-decoration: none;
                        color: #787878;
                        border: solid 1px #bdbcbd;
                        border-radius: 20px;
                        padding: 0px 15px 0px 5px;
                        line-height: 22px;
                        display: block;
                        background: #ffffff; /* Old browsers */
                        background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* IE10+ */
                        background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%); /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
                    }

                        .contentbox .head .dashboard-menu ul li a:hover
                        {
                            color: #e2ecf4;
                            border-color: #7798ba;
                            background: #bde1ee; /* Old browsers */
                            background: -moz-linear-gradient(top, #bde1ee 0%, #33659f 100%); /* FF3.6+ */
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bde1ee), color-stop(100%,#33659f)); /* Chrome,Safari4+ */
                            background: -webkit-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Chrome10+,Safari5.1+ */
                            background: -o-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Opera 11.10+ */
                            background: -ms-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* IE10+ */
                            background: linear-gradient(to bottom, #bde1ee 0%,#33659f 100%); /* W3C */
                            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde1ee', endColorstr='#33659f',GradientType=0 ); /* IE6-9 */
                        }

.controls
{
    padding: 7px 0 0 15px;
    position: absolute;
    left: 169px;
    top: 46px;    
}

    .controls .icon
    {
        padding-right: 6px;
    }

/*Checkbox*/
.checkb
{
    padding: 1px 6px 0px 0px;
}

    .checkb font
    {
        line-height: 22px;
        padding-left: 5px;
        color: #666;
    }

.checkbox
{
    width: 19px;
    height: 25px;
    background: url(../Images/checkbox.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
}

.checkbox2
{
    width: 19px;
    height: 25px;
    background: url(../Images/checkbox.png) no-repeat;
    cursor: pointer;
    display: block;
    float: left;
}

/*Select Box*/
div.selectBox
{
    position: relative;
    display: inline-block;
    cursor: default;
    margin-right: 10px;
    text-align: left;
    line-height: 22px;
    padding: 0px;
    border: 1px solid #bdbcbd;
    border-radius: 10px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    z-index: 9;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

    div.selectBox span.selected
    {
        width: 90px;
        text-indent: 7px;
        overflow: hidden;
    }

    div.selectBox span.selectArrow
    {
        width: 23px;
        border-left: 1px solid #7798ba;
        border-radius: 0px 10px 10px 0px;
        text-align: center;
        font-size: 20px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        background: #bde1ee; /* Old browsers */
        background: -moz-linear-gradient(top, #bde1ee 0%, #33659f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bde1ee), color-stop(100%,#33659f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bde1ee 0%,#33659f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde1ee', endColorstr='#33659f',GradientType=0 ); /* IE6-9 */
    }

        div.selectBox span.selectArrow img
        {
            padding-top: 8px;
        }

    div.selectBox span.selectArrow, div.selectBox span.selected
    {
        position: relative;
        float: left;
        height: 22px;
        z-index: 1;
    }

div.selectOptions
{
    position: absolute;
    top: 23px;
    left: 0px;
    width: 98px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 2px;
    display: none;
}

div.selectBox span.selectOption
{
    display: block;
    width: 90%;
    line-height: 20px;
    padding: 5px 5%;
}

    div.selectBox span.selectOption:hover
    {
        color: #f6f6f6;
        background: #4096ee;
    }

/*Select Box2*/
div.selectBox2
{
    position: relative;
    display: inline-block;
    cursor: default;
    text-align: left;
    line-height: 22px;
    padding: 0px;
    border: 1px solid #bdbcbd;
    border-radius: 10px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

    div.selectBox2 .days
    {
        padding: 3px 0px 0px 8px;
    }

    div.selectBox2 span.selected
    {
        width: 50px;
        text-indent: 7px;
        overflow: hidden;
    }

    div.selectBox2 span.selectArrow
    {
        width: 23px;
        border-left: 1px solid #7798ba;
        border-radius: 0px 10px 10px 0px;
        text-align: center;
        font-size: 20px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        background: #bde1ee; /* Old browsers */
        background: -moz-linear-gradient(top, #bde1ee 0%, #33659f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bde1ee), color-stop(100%,#33659f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bde1ee 0%,#33659f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde1ee', endColorstr='#33659f',GradientType=0 ); /* IE6-9 */
    }

        div.selectBox2 span.selectArrow img
        {
            padding-top: 8px;
        }

    div.selectBox2 span.selectArrow, div.selectBox2 span.selected
    {
        position: relative;
        float: left;
        height: 22px;
        z-index: 1;
    }

    div.selectBox2 div.selectOptions
    {
        position: absolute;
        top: 23px;
        left: 0px;
        width: 98px;
        border: 1px solid #ccc;
        border-radius: 10px;
        overflow: hidden;
        background: #f6f6f6;
        padding-top: 2px;
        display: none;
    }

    div.selectBox2 span.selectOption
    {
        display: block;
        width: 90%;
        line-height: 20px;
        padding: 5px 5%;
    }

        div.selectBox2 span.selectOption:hover
        {
            color: #f6f6f6;
            background: #4096ee;
        }


.box
{
    margin: 6px 0px 0px 6px;
    border: 1px solid #aeaeae;
    /*border-radius: 10px;*/
    /*background: #eee;
    background: -moz-linear-gradient(top, #eee 0%, #eaeaea 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#eaeaea)); 
    background: -webkit-linear-gradient(top, #eee 0%,#eaeaea 100%); 
    background: -o-linear-gradient(top, #eee 0%,#eaeaea 100%); 
    background: -ms-linear-gradient(top, #eee 0%,#eaeaea 100%); 
    background: linear-gradient(to bottom, #eee 0%,#eaeaea 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eaeaea',GradientType=0 ); 
}

    .box .title
    {
        /*border: 1px solid #6990b3;
        border-radius: 10px 10px 0px 0px;*/
        line-height: 32px;
        font-size: 14px;
        color: #fff;
        font-style: italic;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin: -1px -1px 0px -1px;
        padding-left: 15px;
        background: #2E88C9;
        overflow: hidden;
    }

        .box .title img
        {
            padding: 6px 10px 0px 0px;
        }

    .box .con
    {
        /*padding: 6px;*/
        overflow: hidden;
        min-height: 187px;
    }

.newMenuWithoutHeader
{
    width: 100%;
    /*border-top: solid 1px #1e5288;
    border-bottom: solid 1px #1e5288;
    border-radius: 10px 10px 0px 0px;*/
    padding: 8px 0px;
    /*background: #a9d1e0; 
    background: -moz-linear-gradient(top, #a9d1e0 0%, #225289 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e0), color-stop(100%,#225289)); 
    background: -webkit-linear-gradient(top, #a9d1e0 0%,#225289 100%); 
    background: -o-linear-gradient(top, #a9d1e0 0%,#225289 100%); 
    background: -ms-linear-gradient(top, #a9d1e0 0%,#225289 100%); 
    background: linear-gradient(to bottom, #a9d1e0 0%,#225289 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e0', endColorstr='#225289',GradientType=0 );*/
}

    .newMenuWithoutHeader .dashboard-menu ul
    {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .newMenuWithoutHeader .dashboard-menu ul li
        {
            float: left;
            font-size: 12px;
            padding-left: 6px;
            font-weight: bold;
        }

            .newMenuWithoutHeader .dashboard-menu ul li a span
            {
                padding-left: 25px;
                display: block;
            }

            .newMenuWithoutHeader .dashboard-menu ul li.upload a span
            {
                background: url(../Images/restore-layout-icon.png) left center no-repeat;
            }

            .newMenuWithoutHeader .dashboard-menu ul li.upload a:hover span
            {
                background: url(../Images/restore-layout-hover-icon.png) left center no-repeat;
            }

            .newMenuWithoutHeader .dashboard-menu ul li a
            {
                text-decoration: none;
                color: #787878;
                border: solid 1px #bdbcbd;
                border-radius: 20px;
                padding: 0px 15px 0px 5px;
                line-height: 22px;
                display: block;
                background: #ffffff; /* Old browsers */
                background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* IE10+ */
                background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
            }

                .newMenuWithoutHeader .dashboard-menu ul li a:hover
                {
                    color: #e2ecf4;
                    border-color: #7798ba;
                    background: #bde1ee; /* Old browsers */
                    background: -moz-linear-gradient(top, #bde1ee 0%, #33659f 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bde1ee), color-stop(100%,#33659f)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #bde1ee 0%,#33659f 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #bde1ee 0%,#33659f 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde1ee', endColorstr='#33659f',GradientType=0 ); /* IE6-9 */
                }

/*New Menu*/
.newMenu
{
    width: 100%;
    border-top: solid 1px #1e5288;
    border-bottom: solid 1px #1e5288;
    border-radius: 10px 10px 0px 0px;
    padding: 8px 0px;
    background: #a9d1e0; /* Old browsers */
    background: -moz-linear-gradient(top, #a9d1e0 0%, #225289 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e0), color-stop(100%,#225289)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9d1e0 0%,#225289 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e0', endColorstr='#225289',GradientType=0 ); /* IE6-9 */
}

    .newMenu h1
    {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        font-style: italic;
        font-family: Georgia, "Times New Roman", Times, serif;
        padding-left: 15px;
        margin: 0px;
        line-height: 24px;
        clear: both;
        float: left;
    }

    .newMenu .dashboard-menu
    {
        padding-right: 6px;
    }

        .newMenu .dashboard-menu ul
        {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

            .newMenu .dashboard-menu ul li
            {
                float: left;
                font-size: 12px;
                padding-left: 6px;
                font-weight: bold;
            }

                .newMenu .dashboard-menu ul li a span
                {
                    padding-left: 25px;
                    display: block;
                }

                .newMenu .dashboard-menu ul li.restore-layout a span
                {
                    background: url(../Images/restore-layout-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.restore-layout a:hover span
                {
                    background: url(../Images/restore-layout-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.print a span
                {
                    background: url(../Images/print-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.print a:hover span
                {
                    background: url(../Images/print-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.add a span
                {
                    background: url(../Images/add-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.add a:hover span
                {
                    background: url(../Images/add-hover-icon.png) left center no-repeat;
                }

                   .newMenu .dashboard-menu ul li.back a span
                {   
                      background: url(../Images/back-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.back a:hover span
                {   
                      background: url(../Images/back-hover-icon.png) left center no-repeat;
                }


                .newMenu .dashboard-menu ul li.edit a span
                {
                    background: url(../Images/edit-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.edit a:hover span
                {
                    background: url(../Images/edit-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.delete a span
                {
                    background: url(../Images/delete-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.delete a:hover span
                {
                    background: url(../Images/delete-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.refresh a span
                {
                    background: url(../Images/refresh-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.refresh a:hover span
                {
                    background: url(../Images/refresh-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.export-to-excel a span
                {
                    background: url(../Images/export-to-excel-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.export-to-excel a:hover span
                {
                    background: url(../Images/export-to-excel-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.save a span
                {
                    background: url(../Images/save-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.save a:hover span
                {
                    background: url(../Images/save-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.cancel a span
                {
                    background: url(../Images/cancel-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.cancel a:hover span
                {
                    background: url(../Images/cancel-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.import a span
                {
                    background: url(../Images/import-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.import a:hover span
                {
                    background: url(../Images/import-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.view a span
                {
                    background: url(../Images/view-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.view a:hover span
                {
                    background: url(../Images/view-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.download a span
                {
                    background: url(../Images/download-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.download a:hover span
                {
                    background: url(../Images/download-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.map-data a span
                {
                    background: url(../Images/map-data-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.map-data a:hover span
                {
                    background: url(../Images/map-data-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.ignore a span
                {
                    background: url(../Images/ignore-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.ignore a:hover span
                {
                    background: url(../Images/ignore-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.notification a span {
                    background:url(../Images/notification-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.notification a:hover span {
                    background:url(../Images/notification-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.upload a span
                {
                    background: url(../Images/upload-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.upload a:hover span
                {
                    background: url(../Images/upload-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.filter a span
                {
                    background: url(../Images/filter-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.filter a:hover span
                {
                    background: url(../Images/filter-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.search a span
                {
                    background: url(../Images/search-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li.search a:hover span
                {
                    background: url(../Images/search-hover-icon.png) left center no-repeat;
                }

                .newMenu .dashboard-menu ul li a
                {
                    text-decoration: none;
                    color: #787878;
                    border: solid 1px #bdbcbd;
                    border-radius: 20px;
                    padding: 0px 15px 0px 5px;
                    line-height: 22px;
                    display: block;
                    background: #ffffff; /* Old browsers */
                    background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #ffffff 0%,#d2d2d2 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
                }

                    .newMenu .dashboard-menu ul li a:hover
                    {
                        color: #fff;
                        border-color: #fff;
                        background: #2E88C9;
                    }
