﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    /* background: url(../images/top-bg.png);
    border-top: solid 10px #f1592a;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    font: 14px Verdana;*/
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: white;
}

.div-logo {
    position: absolute;
    float: left;
    top: 25px;
}




header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    padding-top: 35px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
    min-height: 450px;
}

.main-content {
    background: url("../images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #fe9c04;
    font-size: .8em;
    height: 86px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

.validation-summary-errors {
    color: red;
}

#login a {
    /*background-color: #d3dce0;*/
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
    line-height: 30px;
}

.btn {
    background-color: #e6e6e6;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 0;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #333;
    cursor: pointer;
    display: inline;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: .3em;
    moz-border-radius: 4px;
    moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    webkit-border-radius: 4px;
    webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    zoom: 1;
}



/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/bullet.png") no-repeat 0 50%;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }


label.checkbox {
    display: inline;
}

input[type="text"], textarea {
    border: 1px solid #acacac;
    background: #e7efef;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100% !important;
    border-radius: 5px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button {
    background-color: #d3dce0;
    /* border: 1px solid #787878;*/
    cursor: pointer;
    /*font-size: 1.2em;
    font-weight: 600;
    padding: 7px;*/
    margin-right: 8px;
    width: auto;
}

td input[type="submit"], td input[type="button"], td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
    min-width: 75px;
    min-height: 29px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d !important;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 11px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}
    */

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
            ----------------------------------------------------------*/
    header .float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
            ----------------------------------------------------------*/
    .main-content, .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        margin: 0 auto;
        max-width: 960px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
            ----------------------------------------------------------*/
    footer .float-left, footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}



/* menu css */

#page-wrap {
    width: 800px;
    margin: 0px auto;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

p {
    margin: 0px 0;
}

/* 
	LEVEL ONE
*/
ul.dropdown {
    position: relative;
}

    ul.dropdown li {
        font-weight: bold;
        float: left;
        zoom: 0;
        background: #fff;
        padding: 0px 8px 0px 8px;
    }

    ul.dropdown a:hover {
        color: #fff;
    }

    ul.dropdown a:active {
        color: #fe9c04 !important;
        text-decoration: underline;
    }

    ul.dropdown li a {
        display: block;
        padding: 0px 8px 0px 8px;
        border-right: 0px solid #fff;
        color: #3b3b3b;
    }

    ul.dropdown li:last-child a {
        border-right: none;
    }
    /* Doesn't work in IE */
    ul.dropdown li.hover, ul.dropdown li:hover {
        background: #fe9c04;
        color: white;
        position: relative;
    }

        ul.dropdown li.hover a {
            color: #FFFFFF;
        }

    /* 
	LEVEL TWO
*/
    ul.dropdown ul {
        font-size: 12px;
        width: 180px;
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0px;
        margin: 0;
        padding: 0;
    }

        ul.dropdown ul li {
            font-weight: normal;
            background: #dddddd;
            height: 30px;
            line-height: 20px;
            border-bottom: 1px solid #fe9c04;
            float: none;
            color: #fff;
            z-index: 1001;
        }

            /* IE 6 & 7 Needs Inline Block */
            ul.dropdown ul li a {
                border-right: none;
                width: 100%;
                display: inline-block;
            }

        /* 
	LEVEL THREE
*/
        ul.dropdown ul ul {
            left: 100%;
            top: 0;
        }

    ul.dropdown li:hover > ul {
        visibility: visible;
        z-index: 100;
        z-index: 1001;
    }

/*end css */



/*gridview css*/

/*
Table Style - This is what you want
------------------------------------------------------------------ */
.gridview {
    margin-right: 15px;
    margin-left: 10px;
}

    .gridview table a:link {
        color: #666;
        font-weight: bold;
        text-decoration: none;
    }

    .gridview table a:visited {
        color: #999999;
        font-weight: bold;
        text-decoration: none;
    }

    .gridview table a:active, table a:hover {
        color: #bd5a35;
        text-decoration: underline;
    }

    .gridview table {
        font-family: Verdana, Helvetica, sans-serif;
        color: #666;
        font-size: 12px;
        text-shadow: 1px 1px 0px #fff;
        background: #eaebec;
        /*  margin: 20px;*/
        border: #ccc 1px solid;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0 1px 2px #d1d1d1;
        -webkit-box-shadow: 0 1px 2px #d1d1d1;
        box-shadow: 0 1px 2px #d1d1d1;
        min-width: 100%;
        margin-bottom: 0px;
    }

        .gridview table th {
            padding: 5px 0px 7px 0px;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
            background: #d8f0fd;
            background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#d8f0fd));
            background: -moz-linear-gradient(top, #d8f0fd, #d8f0fd);
            text-align: center;
        }

            .gridview table th:first-child {
                text-align: left;
                padding-left: 20px;
            }

        .gridview table tr:first-child th:first-child {
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .gridview table tr:first-child th:last-child {
            -moz-border-radius-topright: 3px;
            -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
        }

        .gridview table tr {
            text-align: center;
            padding-left: 20px;
        }

            .gridview table tr td:first-child {
                text-align: left;
                padding-left: 20px;
                border-left: 0;
                padding-left: 10px !important;
            }

            .gridview table tr td {
                padding: 5px;
                border-top: 1px solid #ffffff;
                border-bottom: 1px solid #e0e0e0;
                border-left: 1px solid #e0e0e0;
                background: #fafafa;
                background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
                background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
                padding-left: 5px !important;
            }

            .gridview table tr.even td {
                background: #f6f6f6;
                background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
                background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
            }

            .gridview table tr:last-child td {
                border-bottom: 0;
            }

                .gridview table tr:last-child td:first-child {
                    -moz-border-radius-bottomleft: 3px;
                    -webkit-border-bottom-left-radius: 3px;
                    border-bottom-left-radius: 3px;
                }

                .gridview table tr:last-child td:last-child {
                    -moz-border-radius-bottomright: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                }

            .gridview table tr:hover td {
                background: #f2f2f2;
                background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
                background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
            }
/*end grid view csss*/


/*form layout registration*/
.div-regForm {
}
    /* Form styles */

    .div-regForm input[text], select {
        padding: 3px;
        color: #333333;
        border: 1px solid #acacac;
        margin-top: 2px;
        width: 310px;
        font-size: .9em;
        background-color: #e7efef;
    }

    .div-regForm select {
        width: 310px;
        padding: 2px;
    }

    .div-regForm .formline {
        padding: 3px;
    }

    .div-regForm label {
        font-size: 14px;
        display: block;
    }

    .div-regForm table {
        width: 100%;
    }

    .div-regForm td {
        vertical-align: middle;
    }

        .div-regForm td.Col1 {
            width: 300px;
        }

        .div-regForm td.Col2 {
            width: 600px;
        }

    .div-regForm .input-container {
        padding: 1px;
    }

.div-regForm, .registered {
    padding: 15px;
    color: #333333;
}

    .div-regForm .form-title,
    .div-regForm .form-sub-title {
        font-size: 20px;
        font-family: "Verdana";
        font-size: 20px;
        font-weight: bold;
    }

.form-sub-title {
    font-weight: normal;
    padding: 6px 0 15px 0;
}

.div-regForm .greenButton {
    width: auto;
    height: 30px;
    margin: 10px 0 0 2px;
    padding: 3px 4px 3px 4px;
    color: white;
    background-color: #faa732;
    outline: none;
    border: 1px solid #006600;
    font-weight: bold;
}

    .div-regForm .greenButton:active {
        background-color: #f26236;
        padding: 4px 3px 2px 5px;
    }


/* end form layout registration*/


/*confirm Delete box style*/

#button {
    height: 28px;
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 72));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba48');
    border: 1px solid #ca9336;
    -webkit-box-shadow: inset 0px 1px 0px #fee395, 0px 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0px 1px 0px #fee395, 0px 1px 1px rgba(0,0,0,.15);
    box-shadow: inset 0px 1px 0px #fee395, 0px 1px 1px rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    color: #996633;
    text-shadow: 0px 1px 0px rgba(255,255,255,.4);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -39px;
}

    #button:hover {
        background-image: -webkit-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
        background-image: -moz-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
        background-image: -o-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
        background-image: -ms-linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
        background-image: linear-gradient(top, rgb(254, 194, 82), rgb(254, 205, 97));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fec252', EndColorStr='#fecd61');
        -webkit-box-shadow: inset 0px 1px 0px #fed17e, 0px 1px 1px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0px 1px 0px #fed17e, 0px 1px 1px rgba(0,0,0,.1);
        box-shadow: inset 0px 1px 0px #fed17e, 0px 1px 1px rgba(0,0,0,.1);
    }



#modal {
    visibility: hidden;
    width: 393px;
    height: 189px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -180px !important;
    z-index: 101;
}


#AjaxDeleteModel {
    visibility: hidden;
    width: 393px;
    height: 189px;
    padding: 8px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -180px !important;
    z-index: 101;
}

#heading {
    width: 393px;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
}

#content {
    width: 393px;
    height: 144px;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

    #content p {
        font-size: 13px;
        font-weight: normal;
        text-align: center;
        line-height: 22px;
        color: #555555;
        width: 100%;
        float: left;
        margin: 19px 0;
    }


.button {
    height: 33px;
    font-size: 13px;
    font-weight: bold;
    line-height: 33px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    float: left;
}

    .button img {
        float: left;
        width: 33px;
        height: 33px;
    }



    .button.green {
        background: -webkit-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
        background: -moz-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
        background: -o-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
        background: -ms-linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
        background: linear-gradient(top, rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
        border: 1px solid #5b8821;
        margin: 0 5px 0 35px;
    }

    .button.red {
        background: -webkit-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
        background: -moz-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
        background: -o-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
        background: linear-gradient(top, rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
        border: 1px solid #b0333e;
        margin: 0 35px 0 5px;
    }

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.4);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}



@media only screen and (max-width: 767px) {

    #modal {
        width: 284px;
        height: 156px;
        padding: 8px;
        margin-left: -150px !important;
        margin-top: -78px;
    }

    #heading {
        width: 284px;
        height: 28px;
        line-height: 28px;
        font-size: 0.688em;
    }

    #content {
        width: 284px;
        height: 128px;
    }

        #content p {
            width: 284px;
            font-size: 0.688em;
        }

    .button img {
        width: 23px;
        height: 23px;
    }

    .button {
        width: 108px;
        height: 23px;
        line-height: 23px;
        font-size: 0.688em;
    }

        .button.green {
            margin: 0 4px 0 28px !important;
        }

        .button.red {
            margin: 0 28px 0 4px !important;
        }
}

/*end css delete*/

/*course tab css */

/*tab css */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

    .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
        display: block;
        clear: both;
        content: " ";
    }

    .tabs-nav li {
        float: left;
        margin: 0 0 0 1px;
        min-width: 84px; /* be nice to Opera */
    }

    .tabs-nav a, .tabs-nav a span {
        display: block;
        padding: 0 10px;
        background: url(../images/tab.png) no-repeat;
    }

.MidLine {
    width: 98%;
    border: 1px solid #a8daf5;
    margin-top: 32px;
}

.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}

.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

    .tabs-nav a span {
        width: 64px; /* IE 6 treats width as min-width */
        min-width: 64px;
        height: 18px; /* IE 6 treats height as min-height */
        min-height: 18px;
        padding-top: 6px;
        padding-right: 0;
    }

* > .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-container {
    border-top: 1px solid #adadad;
    padding: 10px 8px;
    /* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

.box {
    width: 743px;
    height: 1px;
    border: 1px solid #adadad;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.div-width-seven-forty-for {
    width: 98%;
    margin: 10px;
}


.img {
    float: right;
    padding: 0px 20px 20px 20px;
}





#ChapterPaging a {
    cursor: pointer;
}

/*end tab css*/
/*end Course tab css*/


/*users grid layout*/

.section-header {
    border-bottom: solid 3px #dfdfdf;
    padding-bottom: 1px;
    margin-bottom: 10px;
    height: 40px;
}

    .section-header .title {
        float: left;
        color: #009FFF;
        font-size: 14px;
        font-weight: 700;
        vertical-align: bottom;
        text-transform: capitalize;
        margin-top: 15px;
        margin-left: 10px;
    }

        .section-header .title img {
            vertical-align: middle;
            padding-bottom: 2px;
            float:left;
            margin-right: 10px;
        }

    .section-header .options {
        text-align: right;
        float: right;
        margin-top: 15px;
    }

    .section-header .title a {
        text-decoration: none;
        font-size: 11px;
        color: #555;
        text-transform: none;
    }

.t-button {
    background-color: #d8f0fd !important;
    border: 1px solid #cccccc;
    padding: 6px;
    color: #666666;
    border-radius: 4px;
    font-size: 11px;
}
/*end grid layout*/


/*new master page layput*/

.master-wrapper-page {
}

.master-wrapper-content {
}

.header {
    height: 70px;
    width: 100%;
    background: url(../images/admin-header-bg.gif) repeat-x;
    position: relative;
}

    .header .logo {
        background: url(../images/logo.png);
        display: block;
        background-repeat: no-repeat;
        height: 67px;
        text-decoration: none;
        margin-left: 10px;
    }


    .header .links {
        position: absolute;
        right: 10px;
        top: 7px;
        text-align: right;
    }

a {
    color: #009FFF;
    text-decoration: none;
    font-weight: 700;
}

.header .links .separator {
    color: #FFF;
    padding: 0 3px;
}

.header .login-info {
    position: absolute;
    right: 5px;
    top: 35px;
    text-align: right;
    color: #e7e7e7;
    font-size: 10px;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.header-menu {
    width: 100%;
    /*background: url(../images/admin-menu-bg.gif) repeat-x;*/
    text-transform: capitalize;
}

.status-bar {
    background: #e7efef no-repeat;
    height: 26px;
    border: solid 1px #acacac;
    padding: 0 5px;
    margin-top: 30px;
}

    .status-bar .help {
        padding-top: 5px;
        float: right;
        font-weight: 700;
    }

    .status-bar .breadcrumb {
        float: right;
        text-align: right;
        padding-top: 5px;
    }


/* menu::base */
div#menu {
    background: transparent url(../images/menu_m.png) repeat-x scroll 0 0;
    position: absolute;
    color: #124456;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    width: 100%;
}

ul.menu {
    clear: both;
    float: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

div#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    z-index: 2;
    position: relative;
}

div#menu li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: visible;
    float: left;
    height: 30px;
    z-index: 3;
    border-right: 1px solid #cccccc;
}
    /* menu::level1 */
    div#menu li a {
        height: 30px;
        display: block;
        float: left;
        line-height: 30px;
        text-decoration: none;
        color: #124456;
        overflow: hidden;
        z-index: 4;
        position: relative;
    }

    div#menu li span {
        color: #124456;
        display: block;
        padding: 0 15px;
        background-repeat: no-repeat;
        background-position: 95% 0px;
        z-index: 6;
        position: relative;
    }

    div#menu li img {
        float: left;
        padding-top: 6px;
        margin-right: 3px;
    }


    div#menu li span.bg {
        display: block;
        background: transparent url('../images/menu_level1_item.png') repeat-x scroll 0pt 100%;
        padding: 0;
        height: 30px;
        z-index: 5;
        position: relative;
        float: left;
    }

    div#menu li.current {
        font-weight: bold;
    }

        div#menu li.current ul {
            font-weight: normal;
        }

/* menu::level2 */
div#menu ul.menu ul {
    padding: 0px 0px 10px;
    /*background: transparent url('../images/menu_dropdown_bg.png') no-repeat scroll 0pt 100%; 
	_background: transparent url('../images/menu_dropdown_bg.gif') no-repeat scroll 0pt 100%;	*/
    background-color: #b8e1f8;
    left: -999em;
    width: 165px;
    position: absolute;
    top: 30px;
}

div#menu li:hover ul, div#menu li.sfhover ul {
    left: 0px;
    z-index: 100;
    visibility: visible;
}

div#menu li li {
    width: 100%;
    text-indent: 0px;
    float: none;
    height: auto;
}

    div#menu li li a, div#menu li li span.separator {
        margin: 0px 1px;
        padding: 0px;
        background: url('../images/menu_level2_item.gif') no-repeat scroll 100% bottom;
        height: auto;
        float: none;
        display: block;
        line-height: 25px;
        width: 163px;
    }

        div#menu li li a.parent {
            /*background: url('../images/menu_level2_item_parent.gif') no-repeat scroll 100% bottom;*/
        }

/* menu::level3 */
div#menu li ul ul {
    margin: -31px 0 0 164px;
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
    border-top: 1px solid #49c5ed;
}

    div#menu li:hover ul ul, div#menu li.sfhover ul ul, div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul, div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {
        left: -999em;
    }

div#menu li li:hover ul, div#menu li li.sfhover ul, div#menu li li li:hover ul, div#menu li li li.sfhover ul, div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {
    left: 0pt;
    z-index: 100;
}

div#menu a:hover {
    background-color: #dbf1fc;
}

div#menu span:hover {
    color: #ddaa00;
}

div#menu li ul span:hover {
    color: #FFFFAA000;
}

.content {
    margin-bottom: 20px;
    min-height: 450px;
}

.container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#contentPopup {
    float: left;
    width: 100%;
}

#popup_content {
    width: 600px;
}


#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

.login-popup {
    display: none;
    background: white;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}

#login h1 {
    color: #333;
    padding: 10px 20px;
    background: #98968b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

/*dashboard css*/
.DashoboardCss {
    margin-top: 25px;
    margin-left: 20px;
}

.DashoboardBox {
    width: 62%;
    float: left;
}

a.dashboard-module, a.dashboard-module:visited {
    width: 142px;
    height: 142px;
    display: block;
    float: left;
    background: url(../images/dashboard-module.gif) top left no-repeat;
    margin: 0 8px 8px 0;
    text-align: center;
    color: #444444;
}

    a.dashboard-module img {
        margin-top: 20px;
    }

    a.dashboard-module span {
        margin-top: 10px;
        display: block;
    }

.dashboard-module {
    cursor: pointer;
    position: relative;
}

div.module {
    margin-top: -11px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    div.module h2 span {
        background: url(../images/module-header-right-bg.gif) no-repeat top right;
        display: block;
        line-height: 20px;
        padding: 7px 0 5px 18px;
    }

    div.module h2 {
        background: url(../images/module-header-left-bg.gif) no-repeat scroll top left;
        display: block;
        float: left;
        height: 32px;
        margin-right: 0px;
        padding-right: 0px;
        text-decoration: none;
        color: #444444;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0;
        letter-spacing: normal;
    }

div.module-body {
    border: 2px solid #cccccc;
    margin-right: 43px;
    border-top: none;
    min-height: 178px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    width: 99%;
}

/*end dashboard */
/*end master page*/


/*user visited course*/

.VistedCourseTitle {
    padding-top: 10px;
    float: left;
    font-size: 13px;
}

.Course-visitedOn {
    padding-top: 10px;
    float: right;
    font-size: 13px;
}

#VisitedCourse ul {
    padding: 0px;
}

.img-indent {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 10px;
}

.div-read-video-pfont {
    font-size: 1em;
    line-height: .8.5em;
    padding-top: 5px;
}

#LeftNavigation a {
    cursor: pointer;
}


#faq {
    list-style: none;
    padding: 0 0 0 0;
    width: 100%;
    margin-bottom: 15px;
}

    #faq .arrowOpen {
        background: url("../images/subject-sprite.png") no-repeat scroll 0 0 transparent;
        background-position: 0 -239px;
        background-repeat: no-repeat;
        height: 13px;
        width: 12px;
        display: block;
        float: left;
        cursor: pointer;
    }

    #faq a {
        text-decoration: none;
        color: #009FFF;
    }

    #faq ul {
        list-style: none;
        padding: 0 0 0 0;
        display: none;
        list-style: disc;
    }

        #faq ul li {
            font-weight: normal;
            cursor: auto;
            background-color: #fff;
        }

        #faq ul li {
            font-weight: normal;
            cursor: auto;
        }

            #faq ul li:hover {
                background-color: #e3e3e3;
            }

    #faq li {
        display: block;
        font-weight: bold;
        margin: 1px;
        cursor: pointer;
        padding: 5px 5px 5px 15px;
        list-style: circle;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    #faq .arrow {
        background: url("../images/subject-sprite.png") no-repeat scroll 0 0 transparent;
        background-position: 0 -216px;
        background-repeat: no-repeat;
        height: 13px;
        width: 12px;
        display: block;
        float: left;
        cursor: pointer;
    }


/*end user visited course*/
.CourseSearch {
}

    .CourseSearch select {
        padding: 3px;
        color: #333333;
        border: 1px solid #acacac;
        margin-top: 2px;
        width: 223px;
        font-size: .9em;
        background-color: #e7efef;
    }

    .CourseSearch input, textarea {
        border: 1px solid #acacac;
        background: #e7efef;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 100%;
    }

    .CourseSearch label {
        float: left;
        padding-top: 6px;
        padding-left: 40px;
    }

.firstRow label {
    float: left;
    padding-top: 6px;
    padding-left: 0px;
}


.hide {
    display: none !important;
}

.visible {
    float: left;
    display: block !important;
}


.error {
    border: 1px solid red !important;
}

.pagerSetting {
    border: 1px solid #cccccc;
    margin-left: 20px;
    border-top: none;
    height: 30px;
    margin-bottom: 15px;
    margin-right: 7px;
}


/*order summry */

.order-summary-content {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #555;
    margin-left: 20px;
}

    .order-summary-content table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 92%;
        margin-top: 0px;
    }

    .order-summary-content .cart-header-row {
        font-weight: 700;
        background-color: #d1ecfb;
    }

        .order-summary-content .cart-header-row th {
            color: black;
            font-weight: bold;
            border-right: 1px #6A6A6A;
            height: 36px;
            padding: 2px 8px;
            vertical-align: middle;
            white-space: nowrap;
            font: normal 11px/32px Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            text-align: left;
        }

    .order-summary-content .cart-item-row td {
        border-bottom: 1px solid #c5c5c5;
        vertical-align: middle;
        line-height: 25px;
    }

.qty {
    width: 10%;
}

.order-summary-content .cart-item-row td.product {
    width: 35%;
    padding: 0 10px;
}

.order-summary-content .cart-item-row td.unit-price {
    width: 25%;
}

.qty-input {
    width: 65px;
    height: 24px;
    text-align: center;
}

.order-summary-content .totals {
    float: right;
    padding: 23px 5px 0;
    width: 330px;
    margin-right: 50px;
}

.cartbutton {
    height: 35px;
    padding: 10px;
    border-radius: 5px;
    background: #525b69;
    color: white;
    border: none;
    cursor: pointer;
}

.cart_total_left {
    width: 100%;
    text-align: right;
    vertical-align: middle;
    height: 21px;
    font-weight: 700;
    color: #808182;
}

.cart_total_right {
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
}
/*end Shoping cart*/
/*end order summry*/

/*grid view Css*/
.gridvew-Main {
    width: 95%;
    margin: 20px;
}

.grid-wrap table thead {
    background-color: #dbeef9;
    border: 1px solid #a8daf5;
}

    .grid-wrap table thead tr .grid-header {
        padding-left: 5px;
    }

.grid-footer {
    background-color: #dbeef9;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .grid-footer .grid-footer-info {
        float: right;
        margin: 5px;
        padding-top: 5px;
    }

    .grid-footer .grid-pager {
        float: left;
        margin: 5px;
    }


#content .close {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 33px;
    color: #000;
    text-shadow: none;
    padding-right: 10px;
    opacity: 1;
}

.ui-datepicker-calendar table th, table tr td {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*end grid view Css*/


/*tab css*/
.usual {
    color: #111;
    padding: 15px 20px;
    margin: 8px auto;
}

    .usual ul {
        margin: 0px;
    }

    .usual li {
        list-style: none;
        float: left;
    }

    .usual ul a {
        display: block;
        padding: 6px 10px;
        text-decoration: none!important;
        margin: 1px;
        margin-left: 0;
        font: 10px Verdana;
        color: #FFF;
        background: #009fff;
        margin-top: 5px;
        font-size: 12px;
    }

        .usual ul a.selected {
            margin-bottom: 0;
            color: #000;
            background: #aadbf5;
            border-bottom: 1px solid snow;
            cursor: default;
            margin-top: 0px;
            padding-top: 11px;
        }

    .usual div {
        /* padding: 10px 10px 8px 10px;*/
        /*clear: left;*/
        /*  background: snow;*/
        font: 10pt Georgia;
    }

.MidLine {
    padding: 10px 10px 8px 10px;
}
/*end tab css*/


/*iframe css*/

.popupshop {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    min-width: 600px;
    min-height: 400px;
    /*height: 410px;*/
    background-color: #fff;
    z-index: 99999999999999999999;
    position: fixed;
    top: 15%;
    left: 20%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: none;
}

.Popup-close {
    float: right;
    cursor: pointer;
    opacity: 1;
}

.topbar {
    background: #990000;
    border-top: solid 2px #EEE;
    border-bottom: solid 2px #EEE;
    padding: 3px 0;
    text-align: left;
    min-height: 15px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    position: fixed;
    width: 98.5%;
    z-index: 5000;
}

​ /*end iframe css*/
/*Reputaion Css*/
/* =============================================================================
   Repo page start	
   ========================================================================== */
#cssmenu_2,
#cssmenu_2 ul,
#cssmenu_2 li,
#cssmenu_2 a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    position: relative;
}

#cssmenu_2 {
    width: 99%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    #cssmenu_2 a {
        line-height: 1.3;
    }

    #cssmenu_2 ul li {
        background-image: url(../images/li_bg_repo.png);
        background-repeat: repeat-x;
        border-bottom: 1px solid;
        color: black;
    }

    #cssmenu_2 > ul > li > a {
        font-size: 14px;
        display: block;
        background: url(images/pattern.png) top left repeat;
        color: #000000;
        border: 1px solid #000000;
        border-bottom: none;
    }

        #cssmenu_2 > ul > li > a > span {
            display: block;
            padding: 10px 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #cssmenu_2 > ul > li > a:hover {
            text-decoration: none;
        }

    #cssmenu_2 > ul > li.active {
        border-bottom: none;
    }

    #cssmenu_2 > ul > li.has-sub > a span {
        background: url(../images/plus_icon_plus.png) 96% center no-repeat;
    }

    #cssmenu_2 > ul > li.has-sub.active > a span {
        background: url(../images/repo_icon_minus.png) 96% center no-repeat;
    }

    #cssmenu_2 ul ul {
        display: none;
        background: #fff;
        border-right: 1px solid #a2a194;
        border-left: 1px solid #a2a194;
    }

        #cssmenu_2 ul ul li {
            background: none;
        }

.box {
    width: 100%;
    height: auto;
    padding: 0px;
    background-color: #ffffff;
}

    .box p {
        width: 98%;
        font-family: 'Open Sans', 'sans-serif';
        font-size: 13px;
        line-height: 23px;
        text-shadow: none;
        color: #000000;
        padding: 10px;
        float: none;
    }

.review_list {
    width: 99%;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

    .review_list h3 {
        font-family: 'Open Sans', 'sans-serif';
        font-size: 14px;
        width: 80%;
        height: auto;
        margin-left: 10px;
        float: left;
        margin-top: 4px;
        color: black;
    }

    .review_list p {
        width: 98%;
        font-family: 'Open Sans', 'sans-serif';
        font-size: 13px;
        line-height: 23px;
        text-shadow: none;
        color: #000000;
        padding: 10px;
        float: left;
    }

    .review_list .title {
        width: 50%;
        float: left;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 10px;
    }

.ButtonIcon {
    margin-right: 20px !important;
}


/*per User & NOtes Over all Rating*/
.ratingList {
    float: left;
    margin-top: 10px;
}

.underline_1 {
    border-bottom: 1px solid;
    height: 10px;
}

.ratingList > span.Showstars, .ratingList > span.Showstars span {
    display: block;
    background: url(../images/Showstars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

    .ratingList > span.Showstars span {
        background-position: 0 0;
    }

/*end per User & NOtes Over all Rating*/
/*end reputaion css*/

.Notification {
    position: absolute;
    background: maroon;
    width: 300px;
    padding: 10px;
    color: white;
    top: 24px;
    left: -238px;
    border-radius: 10px;
    display: none;
    z-index: 5000;
}



/*form Box*/
.FormMain {
    margin: auto;
    padding: 0px;
    width: 80%;
}

.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #a8daf5;
    border-left: 1px solid #a8daf5;
    border-right: 1px solid #a8daf5;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.widget-title, .modal-header, div.dataTables_wrapper .ui-widget-header {
    background-color: #dbeef9;
    border-bottom: 1px solid #a8daf5;
    height: 36px;
}

    .widget-title span.icon {
        border-right: 1px solid #cdcdcd;
        padding: 9px 10px 7px 11px;
        float: left;
        opacity: .7;
    }

    .widget-title h5 {
        color: #666666;
        text-shadow: 0 1px 0 #ffffff;
        float: left;
        font-size: 12px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
    }

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #a8daf5;
}

.control-group {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
}

.control-label {
    padding-top: 15px;
    width: 180px;
    float: left;
}

.controls {
    margin-left: 200px;
    padding: 10px 0;
    width: 64%;
}

.control-group:before, .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

.controls select {
    width: 102%;
}

.controls input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #dbeef9;
    text-align: center;
}

/*end form box*/

/*Message Notification*/

.ErroMsgbar {
    background: #990000;
    border-top: solid 2px #EEE;
    border-bottom: solid 2px #EEE;
    padding: 3px 0;
    text-align: left;
    min-height: 15px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    position: fixed;
    width: 98.5%;
    z-index: 10000;
}

.SuccessMsgbar {
    background: Green;
    border-top: solid 2px #EEE;
    border-bottom: solid 2px #EEE;
    padding: 3px 0;
    text-align: left;
    min-height: 15px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    position: fixed;
    width: 98.5%;
    z-index: 10000;
}
/*end notification*/
