/*****************************************     Home and Commom     *********************************************/
body {
    background-color: #dedede;
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

A:link, A:visited, A:active {
    color: #656565;
    text-decoration: none;
}

A:hover {
    color: #6076ba;
    text-decoration: underline;
}

A.logout {
    display: block;
    float: right;
    height: 15px;
    padding: 0 5px;
    position: relative;
    right: 15px;
    text-align: right;
    top: 50px;
}

    A.logout:link, A.logout:visited, A.logout:active {
        color: #21409a;
        text-decoration: none;
    }

    A.logout:hover {
        color: #21409a;
        text-decoration: underline;
    }

INPUT {
    color: #656565;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

FORM {
    margin: 0px;
}

IMG {
    border-width: 0px;
}

UL {
    margin: 0px;
    padding: 0px;
}

DIV#Container {
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    padding: 5px;
    width: 913px;
}

    DIV#Container:after {
        clear: both; /*Clear Float at the end*/
        content: ".";
        display: block;
        height: 0px;
        visibility: hidden;
    }
/* Hides from IE-mac \*/

* html #Container {
    height: 1px;
}
/* End hide from IE-mac */

DIV#logoBanner {
    /* background: #ffffff url(../../images/admin/logo_banner_bg.gif) repeat-x left top; */
    color: #21409a;
    height: 77px;
    /* margin-bottom: 5px; */
    padding: 7px 0px 0px 15px;
    text-align: left;
    border-bottom: 1px solid #1cbab0;
}

    DIV#logoBanner A {
        color: #1cbab0;
        text-decoration: none;
        font-size: 15px;
    }

        DIV#logoBanner A:hover {
            color: #15867f;
            text-decoration: underline;
        }

DIV#logo {
    margin-left: 30px;
    padding-top: 6px;
    width: 399px;
}

DIV#LinksNContents {
    height: auto;
    width: 913px;
}

DIV#loginBoxtopMargin {
    height: 380px;
    margin: 0px;
    padding-top: 135px;
    text-align: center;
}

DIV#loginBox {
    background: #eaeaea url(../../images/admin/loginboxbg.gif) repeat-y 0px 0px;
    height: 187px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 477px;
}

DIV#logintopbg {
    background: url(../../images/admin/loginboxtop.gif) left top no-repeat;
    height: 9px;
    width: 477px;
}

DIV#loginbotbg {
    background: url(../../images/admin/loginboxbot.gif) left top no-repeat;
    height: 13px;
    width: 477px;
}

DIV#loginPic {
    background: url(../../images/admin/login_pic.gif) 6px 0px no-repeat;
    height: 155px;
    padding: 10px 25px 0px 165px;
    width: 287px;
}

DIV#loginForm {
    text-align: right;
    width: 265px;
}

DIV.loginFields {
    /* IE only*/
    background: #aeaeae;
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    height: 19px;
    margin-bottom: 6px;
    padding-left: 5px;
    text-align: left;
    width: 197px;
}

html > body .loginFields {
    height: 20px; /* IE7 & Others*/
    width: 195px;
}

    .loginFields INPUT {
        border-width: 0px;
        color: #656565; /* IE only*/
        font-family: Tahoma, Arial, Verdana;
        font-size: 11px;
        font-weight: normal;
        height: 17px;
        margin: 0px;
        padding: 1px 2px;
        width: 129px;
    }

    html > body .loginFields INPUT {
        /* IE7 & Others*/
        border: solid 1px #aeaeae;
        height: 16px;
    }

    .loginFields LABEL {
        display: block;
        float: left;
        margin-right: 0px;
        padding-top: 1px;
        width: 60px;
    }

IMG.loginbut {
    float: right;
}

/* Login button css */

.loginbut {
    background: url(../../images/admin/loginbut.jpg) no-repeat left top;
    border: 0;
    float: right;
    height: 50px;
    width: 57px;
}

.loginbutton {
    background: url(../../images/admin/loginbut.jpg) no-repeat left top;
    border: 0;
    float: right;
    height: 50px;
    width: 57px;
}

.send_btn {
    background: url(../../images/admin/sendbut.gif) no-repeat left top;
    border: 0;
    height: 22px;
    width: 55px;
}

.reset_bttn {
    background: url(../../images/admin/resetbut.gif) no-repeat left top;
    border: 0;
    height: 22px;
    margin-top: 3px;
    width: 60px;
}

DIV#forgotpass {
    clear: both;
    display: block;
    margin-top: 5px;
    text-align: left;
}

SPAN.notice {
    color: #ff0909;
}

SPAN.blueNbold {
    color: #6076ba;
    font-weight: bold;
}

.blueNbold A:link, .blueNbold A:visited, .blueNbold A:active {
    color: #526ab3;
    text-decoration: none;
}

.blueNbold A:hover {
    color: #526ab3;
    text-decoration: underline;
}

DIV#loginError {
    color: #ff0909;
    height: 52px;
    line-height: 14px;
    width: 280px;
}

    DIV#loginError IMG {
        margin-right: 3px;
        vertical-align: top;
    }

DIV#CurvedBox {
    /* background: #eaeaea url(../../images/admin/loginboxbg.gif) repeat-y 0px 0px; */
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 477px;
    border: 3px solid #1cbab0;
    border-radius: 5px;
    color: #1cbab0;
    font-size: 23px;
}

DIV#Curvedtopbg {
    background: url(../../images/admin/loginboxtop.gif) left top no-repeat;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 9px;
    width: 477px;
}

DIV#Curvedbotbg {
    background: url(../../images/admin/loginboxbot.gif) left top no-repeat;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 13px;
    width: 477px;
}

/*************** Forgot Password ***************/

DIV#PasswordtopMargin {
    height: 410px;
    margin: 0px;
    padding-top: 105px;
    text-align: center;
}

DIV.PasswordContent {
    text-align: left;
    width: 377px;
}

H2.Passwordheading {
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 10px;
    word-spacing: 0.3em;
}

DIV#CurvedBox_pass {
    background: #eaeaea url(../../images/admin/passwordboxbg.gif) repeat-y 0px 0px;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 287px;
}

DIV#Curvedtopbg_pass {
    background: url(../../images/admin/passwordboxtop.gif) left top no-repeat;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 9px;
    width: 287px;
}

DIV#Curvedbotbg_pass {
    background: url(../../images/admin/passwordboxbot.gif) left top no-repeat;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 13px;
    width: 287px;
}

DIV#PasswordForm {
    height: auto;
    padding: 10px 20px 5px;
    text-align: left;
}

DIV.PasswordFields {
    background: #aeaeae;
    color: #FFFFFF;
    font-weight: bold;
    height: 19px;
    margin-bottom: 6px;
    padding-left: 5px;
    text-align: left;
    width: 237px;
}

html > body .PasswordFields {
    height: 20px; /* IE only*/
    width: 235px;
}

    .PasswordFields INPUT {
        border-width: 0px;
        color: #656565;
        font-family: Tahoma, Arial, Verdana;
        font-size: 11px;
        font-weight: normal;
        height: 17px;
        margin: 0px;
        padding: 1px 2px;
        width: 159px;
    }

    html > body .PasswordFields INPUT {
        /* IE only*/
        border: solid 1px #aeaeae;
        height: 16px;
    }

    .PasswordFields LABEL {
        display: block;
        float: left;
        margin-right: 0px;
        padding-top: 1px;
        width: 70px;
    }

/*****************************************     Inside Pages     *********************************************/

/***** Welcome Page *****/

DIV.welcome {
    font-size: 17px;
    margin-top: 100px;
}

DIV#welcomeText {
    height: auto;
    padding: 45px;
    text-align: center;
}

/***** Manage Page *****/

H2.pageheading {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 20px;
    word-spacing: 0.3em;
}

/* Left Side*/

DIV#leftlinksMain {
    float: left;
    height: auto;
    padding: 0px;
    width: 195px;
}

DIV#leftlinkstop {
    background: url(../../images/admin/linkstabletop.gif) left top no-repeat;
    clear: both;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 6px;
    margin: 0px;
    width: 183px;
    display: none;
}

DIV#leftlinksmidblock {
    background: #1cbab0;
    border: solid #d4d4d4;
    border-width: 0px 1px;
    clear: both;
    display: block;
    height: auto;
    /* padding: 0px 5px; */
    /* width: 171px; */
}

DIV#leftlinksgraybg {
    /* background: #eaeaea; */
    height: auto;
    /* min-height: 526px; */
    /* width: 171px; */
}

html DIV#leftlinksgraybg { /* IE only*/
    height: 600px;
}

DIV#leftlinksbot {
    background: url(../../images/admin/linkstablebot.gif) left top no-repeat;
    clear: both;
    display: block;
    font-family: Tahoma, Arial;
    font-size: 3px;
    height: 6px;
    margin: 0px;
    width: 183px;
}

DIV#links A {
    /* background-color: #d5d5d5; */
    border-bottom: solid 1px #14c5ba;
    display: block;
    /* padding: 2px 8px; */
    text-decoration: none;
    width: auto;
}

    DIV#links A:hover {
        /* background: #C9C9C9; */
        /* color: #6076ba; */
        /* text-decoration: none; */
    }

    DIV#links A.activelink {
        background: #C9C9C9;
        color: #6076ba;
        text-decoration: none;
    }

DIV#sublinks A {
    background: #eaeaea url(../../images/admin/subarrow.gif) 8px 50% no-repeat;
    border-bottom: solid 1px #fff;
    display: block;
    padding: 2px 8px 2px 18px;
    text-decoration: none;
}

    DIV#sublinks A:hover {
        background: #e0e0e0 url(../../images/admin/subarrow.gif) 8px 50% no-repeat;
        color: #6076ba;
        text-decoration: none;
    }

    DIV#sublinks A.activesublink {
        background: #e0e0e0 url(../../images/admin/subarrow.gif) 8px 50% no-repeat;
        color: #6076ba;
        text-decoration: none;
    }

/* Right Side*/

DIV#rightMain {
    background: none;
    float: right;
    height: auto;
    padding: 20px 0px;
    position: relative;
    position: relative;
    right: 12px;
    width: 690px;
}

DIV#searchBlockMain {
    height: 22px;
    margin: 20px 0px 6px;
}

DIV#searchBlockMain01 {
    margin: 20px 0px 6px;
    width: 100%;
}

DIV#searchBlockMain_b {
    height: 55px;
    margin: 20px 0px 6px;
}

DIV#searchBlockMain1 {
    border-top: #999999 solid 1px;
    height: 22px;
    margin: 0px 0px 6px 0px;
    padding-bottom: 5px;
    padding-top: 7px;
}

DIV#searchBlockMain2 {
    border-top: #dadada solid 1px;
    height: 22px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 5px;
    padding-top: 7px;
}

DIV#searchBlockMain3 {
    border-bottom: #dadada solid 1px;
    border-top: #dadada solid 1px;
    clear: both;
    height: 60px;
    margin: 4px 0px 0px 0px;
    padding-bottom: 5px;
    padding-top: 7px;
    vertical-align: top;
}

DIV#searchBlockMain1 IMG {
    vertical-align: top;
}

DIV#searchBlockMain IMG {
    vertical-align: top;
}

DIV#searchBlock {
    float: left;
    padding-right: 8px;
    width: 198px;
}

    DIV#searchBlock INPUT {
        height: 16px;
        margin-right: 1px;
        padding: 0px 2px;
        width: 125px;
    }

DIV#searchBlock1 {
    float: left;
    padding-right: 8px;
    width: 350px;
}

    DIV#searchBlock1 INPUT {
        height: 16px;
        margin-right: 1px;
        margin-right: 10px;
        padding: 0px 2px;
        width: 125px;
    }

    DIV#searchBlock1 .textbox2 {
        color: #505050;
        font-family: Tahoma, Arial, Verdana;
        font-size: 11px;
        width: 110px;
    }

DIV#sortBox {
    float: left;
    padding-left: 10px;
    width: 60px;
}

DIV#pagenumber {
    float: right;
    font-weight: bold;
    text-align: right;
    width: 320px;
}

    DIV#pagenumber SPAN {
        top: 2px;
    }

DIV#goSection {
    float: right;
    margin-left: 7px;
    width: 85px;
}

    DIV#goSection INPUT {
        font-weight: normal;
        height: 16px;
        margin: 0px 1px;
        padding: 0px 2px;
        vertical-align: top;
        width: 25px;
    }

    DIV#goSection SELECT {
        font-weight: normal;
        height: 16px;
        margin: 0px 1px;
        padding: 0px 2px;
        vertical-align: top;
        width: 40px;
    }

DIV#currentpage IMG {
    margin-left: 5px;
    vertical-align: text-top;
}

DIV#buttonBlock {
    /* background-color: #f5f5f5; */
    height: 24px;
    padding: 7px 0px;
}

    DIV#buttonBlock h3 {
        display: block;
        font-size: 12px;
        margin: 0px;
        padding: 4px 0px 0px 0px;
    }

DIV#BottombuttonBlock {
    background-color: #fff;
    height: 24px;
    padding-top: 10px;
}

    DIV#BottombuttonBlock IMG {
        margin-right: 5px;
    }

DIV#buttonBlock INPUT {
    background-color: #efefef;
    border: 2px outset;
    color: #656565;
    cursor: hand;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
    padding: 2px 0px;
    width: auto;
}

DIV#buttonBlock A {
    /* if not using input Buttons*/
    background-color: #1cbab0;
    border: 0;
    color: #ffffff;
    cursor: hand;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: normal;
    margin-right: 2px;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
    top: 4px;
    width: auto;
    border-radius: 2px;
}

    DIV#buttonBlock A:hover {
        background-color: #158c84;
        border: 0;
        color: #ffffff;
        cursor: hand;
        font-family: Tahoma, Arial;
        /* font-size: 11px; */
        /* font-weight: bold; */
        /* margin-right: 6px; */
        /* padding: 4px 4px 2px 6px; */
        position: relative;
        text-decoration: none;
        top: 4px;
        width: auto;
    }

TABLE#listing {
    border: solid 1px #eeeeee;
}

    TABLE#listing TR {
        background-color: #fff;
        height: 16px;
    }

        TABLE#listing TR.alternative {
            background-color: #f5f5f5;
            height: 16px;
        }

        TABLE#listing TR.ColumnHeadings {
            background: #d9d9d9 url(../../images/admin/list_column_headingbg.gif) left top repeat-x;
            border-bottom: solid 1px #a8a8a8;
            height: 29px;
        }

        TABLE#listing TR IMG {
            vertical-align: middle;
        }

    TABLE#listing TD {
        padding: 5px 0px 2px 0px;
    }

    TABLE#listing TR.ColumnHeadings TH {
        border-left: solid 1px #f3f3f3;
        border-right: solid 1px #c9c9c9;
        padding: 0px 6px 0px 6px;
    }

        TABLE#listing TR.ColumnHeadings TH A {
            color: #505050;
            text-decoration: none;
        }

            TABLE#listing TR.ColumnHeadings TH A:hover {
                color: #505050;
                text-decoration: underline;
            }

    TABLE#listing TD A {
        text-decoration: underline;
    }

        TABLE#listing TD A:hover {
            text-decoration: none;
        }

TABLE#listing1 {
    border: solid 1px #a8a8a8;
}

    TABLE#listing1 TR {
        background-color: #fff;
        height: 16px;
    }

        TABLE#listing1 TR.alternative {
            background-color: #eaeaea;
            height: 16px;
        }

        TABLE#listing1 TR.ColumnHeadings {
            background: #d9d9d9 url(../../images/admin/list_column_headingbg.gif) left top repeat-x;
            border-bottom: solid 1px #a8a8a8;
            height: 29px;
        }

        TABLE#listing1 TR IMG {
            vertical-align: middle;
        }

    TABLE#listing1 TD {
        padding: 2px 0px 2px 0px;
    }

    TABLE#listing1 TR.ColumnHeadings TH {
        border-left: solid 1px #f3f3f3;
        border-right: solid 1px #c9c9c9;
        padding: 0px 6px 0px 6px;
    }

        TABLE#listing1 TR.ColumnHeadings TH A {
            color: #505050;
            text-decoration: none;
        }

            TABLE#listing1 TR.ColumnHeadings TH A:hover {
                color: #505050;
                text-decoration: underline;
            }

    TABLE#listing1 TD A {
        text-decoration: underline;
    }

        TABLE#listing1 TD A:hover {
            text-decoration: none;
        }

/*
TABLE#wishlisting{
	border:solid 1px #a8a8a8;
}
*/

TABLE#wishlisting TR {
    background-color: #fff;
    height: 16px;
}

    TABLE#wishlisting TR.alternative {
        background-color: #eaeaea;
        height: 16px;
    }

    TABLE#wishlisting TR.ColumnHeadings {
        background: #d9d9d9 url(../../images/admin/list_column_headingbg.gif) left top repeat-x;
        border-bottom: solid 1px #a8a8a8;
        height: 29px;
    }

    TABLE#wishlisting TR IMG {
        vertical-align: middle;
    }

TABLE#wishlisting TD {
    padding: 2px 6px 2px 6px;
}

TABLE#wishlisting TR.ColumnHeadings TH {
    border-left: solid 1px #f3f3f3;
    border-right: solid 1px #c9c9c9;
    padding: 0px 6px 0px 6px;
}

    TABLE#wishlisting TR.ColumnHeadings TH A {
        color: #505050;
        text-decoration: none;
    }

        TABLE#wishlisting TR.ColumnHeadings TH A:hover {
            color: #505050;
            text-decoration: underline;
        }

TABLE#wishlisting TD A {
    text-decoration: underline;
}

    TABLE#wishlisting TD A:hover {
        text-decoration: none;
    }

/*
TABLE#decline{
	border:solid 1px #a8a8a8;
}
*/

TABLE#decline TR {
    background-color: #fff;
    height: 16px;
}

    TABLE#decline TR.alternative {
        background-color: #eaeaea;
        height: 16px;
    }

    TABLE#decline TR.ColumnHeadings {
        background: #d9d9d9 url(../../images/admin/list_column_headingbg.gif) left top repeat-x;
        border-bottom: solid 1px #a8a8a8;
        height: 29px;
    }

    TABLE#decline TR IMG {
        vertical-align: middle;
    }

TABLE#decline TD {
    padding: 2px 6px 2px 6px;
}

TABLE#decline TR.ColumnHeadings TH {
    border-left: solid 1px #f3f3f3;
    border-right: solid 1px #c9c9c9;
    padding: 0px 6px 0px 6px;
}

    TABLE#decline TR.ColumnHeadings TH A {
        color: #505050;
        text-decoration: none;
    }

        TABLE#decline TR.ColumnHeadings TH A:hover {
            color: #505050;
            text-decoration: underline;
        }

TABLE#decline TD A {
    text-decoration: underline;
}

    TABLE#decline TD A:hover {
        text-decoration: none;
    }

.textbox {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    height: 16px;
    margin-right: 1px;
    padding: 0px 2px;
    vertical-align: middle;
    width: 190px;
}

.textbox3 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    height: 28px;
    margin-right: 1px;
    padding: 0px 2px;
    vertical-align: middle;
    width: 296px;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.formcontrol {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    height: 28px;
    margin-right: 1px;
    padding: 0px 2px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.listbox3 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    height: 16px;
    vertical-align: middle;
    width: 200px;
}

.textbox4 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    height: 200px;
    margin-right: 1px;
    padding: 0px 2px;
    text-align: left;
    width: 200px;
}

.textbox2 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
}

.textbox5 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    height: 16px;
    margin-right: 1px;
    padding: 0px 2px;
    vertical-align: middle;
    width: 95px;
}

.listbox5 {
    color: #505050;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    height: 16px;
    vertical-align: middle;
    width: 95px;
}

UL#errors {
    color: #ff0909;
    line-height: 18px;
    list-style: none; /*Listing of errors inside pages*/
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    position: relative;
    top: -7px;
}

    UL#errors LI {
        background: url(../../images/admin/error_inside.gif) left 4px no-repeat;
        margin-left: 0px;
        padding-left: 13px;
    }

    html > body UL#errors LI {
        background-position: left 3px;
    }

SPAN.mandatory {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
}
/* searchBlock-buttons */

DIV#searchBlock-buttons {
    float: left;
    padding-right: 8px;
    width: 338px;
}

DIV#searchDropdown-List {
    float: left;
    padding-right: 8px;
    width: 138px;
}

.list {
    height: 20px;
    margin-right: 1px;
    padding: 0px 0px;
    width: 125px;
}

DIV#searchBlock-buttons INPUT.s {
    height: 16px;
    margin-right: 1px;
    padding: 0px 2px;
    width: 125px;
}

.search {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #1cbab0;
    color: #ffffff;
    cursor: hand;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: normal;
    margin-right: 2px;
    padding: 7px 15px;
    position: relative;
    text-decoration: none;
    /* top: 4px; */
    width: auto;
    border-radius: 2px;
    top: 0px;
    left: 0px;
}

.exp_excelbut {
    background: url(../../images/admin/exp_excelbut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 121px;
}

.update {
    background: url(../../images/admin/updatebut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 60px;
}

.update1 {
    background: url(../../images/admin/updatebut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 60px;
}

.update2 {
    background: url(../../images/admin/updatebut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 60px;
}

.reset {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    background-color: #126ea0;
    color: #ffffff;
    cursor: hand;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: normal;
    margin-right: 2px;
    padding: 7px 15px;
    position: relative;
    text-decoration: none;
    /* top: 4px; */
    width: auto;
    border-radius: 2px;
    top: 0px;
    left: 0px;
}

.send {
    background: url(../../images/admin/sendbut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 55px;
}

.viewdetails {
    background: url(../../images/admin/updatebut.gif) no-repeat;
    border: 0px;
    cursor: hand;
    height: 22px;
    width: 60px;
}

.calender {
    background: url(../../images/admin/calender.gif) no-repeat;
    border: 0px;
    height: 19px;
    width: 20px;
}

.calender1 {
    background: url(../../images/admin/calender.gif) no-repeat;
    border: 0px;
    height: 19px;
    width: 20px;
}

/* Exp Max */

TABLE.listing {
    border: solid 1px #dddddd;
}

    TABLE.listing TR {
        background-color: #fff;
        height: 16px;
    }

        TABLE.listing TR.alternative {
            background-color: #f5f5f5;
            height: 16px;
        }

        TABLE.listing TR.ColumnHeadings {
            background: #f5f5f5;
            border-bottom: solid 1px #a8a8a8;
            height: 29px;
        }

        TABLE.listing TR IMG {
            vertical-align: middle;
        }

    TABLE.listing TD {
        padding: 2px 6px 2px 6px;
    }

    TABLE.listing TR.ColumnHeadings TH {
        border-left: solid 1px #dddddd;
        border-right: solid 1px #dddddd;
        padding: 0px 6px 0px 6px;
    }

        TABLE.listing TR.ColumnHeadings TH A {
            color: #505050;
            text-decoration: none;
        }

            TABLE.listing TR.ColumnHeadings TH A:hover {
                color: #505050;
                text-decoration: underline;
            }

    TABLE.listing TR.ColumnHeadings TD span {
        color: #4a012c;
        font-size: 14px;
        font-weight: bold;
    }

    TABLE.listing TD A {
        text-decoration: underline;
    }

        TABLE.listing TD A:hover {
            text-decoration: none;
        }

.calenderwidth {
    width: 100%;
}

/*css */

.cal_Theme1 * {
    margin: 0px;
    padding: 0px;
}

.cal_Theme1 .ajax__calendar_body tr td {
    margin: 0px;
    padding: 0px;
}

.cal_Theme1 .ajax__calendar_container {
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
    width: 182px;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_day {
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active {
    background-color: #ffffff;
    color: #004080;
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.menuclas {
    color: #656565;
    text-decoration: none;
}
/* exp max*/

.sidebar-nav {
    list-style: none;
}

    .sidebar-nav li a {
        font-size: 14px;
        padding: 10px 10px;
        color: #dcf9f7;
        white-space: nowrap;
    }

        .sidebar-nav li a:hover, .sidebar-nav li.active a {
            background: #19a098;
            color: #ffffff;
        }