﻿body {
    font-family: Khula;
    /*font-size: 12px;*/
}

.bodylogin {
    font-family: Tahoma;
    font-size: 12px;
    /*background-image: url('https://khuzaimasalaam.files.wordpress.com/2014/12/logo.png');*/
    background-position: top;
    background-position-x: 50%;
    background-position-y: 5%;
    background-repeat: no-repeat;
}

legend {
    height: 30px;
    min-width: 100px;
    box-shadow: 0px 0px 10px silver;
    border: none;
    border-right: 3px solid maroon;
    border-left: 3px solid maroon;
    font: tahoma;
    color: black;
    padding-top: 6px;
    padding-left: 5px;
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
}

.WrapperMain {
    width: 96%;
    min-height: 700px;
    font-family: inherit;
    font-size: inherit;
    box-shadow: 0px 0px 20px antiquewhite;
    border: 1px solid rgb(234,185,45);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding: 10px;
    font-family: inherit;
    font-size: inherit;
    z-index: 1;
}

.divpagehead {
    width: 100%;
    height: 50px;
    /*background-image: url('https://khuzaimasalaam.files.wordpress.com/2014/12/logo.png');*/
    background-position-x: 5px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    background-size: 45px;
}

.divmain {
    width: 96%;
    overflow: auto;
    display: block;
    border: silver;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 40px;*/
    padding: 10px;
    min-height: 650px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 10;
}

.logindiv {
    width: 500px;
    min-height: 200px;
    font-family: inherit;
    font-size: inherit;
    /*box-shadow: 0px 0px 20px silver;*/
    border: 1px solid #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 175px;
    /*padding: 10px;*/
}

    .logindiv:hover {
        box-shadow: 0px 0px 20px silver;
    }

.logintitle {
    width: 100%;
    height: 35px; /*box-shadow: 0px 0px 20px antiquewhite;*/
    border: 1px solid #333333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid grey;
    text-align: center;
    color: antiquewhite;
    padding-top: 14px;
    font-size: medium;
    background-color: #333333; /*background: rgb(234,185,45);
    background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); 
    background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); 
    background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); 
    background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%);
    background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 );*/
}

.Otherdiv {
    width: 300px;
    min-height: 200px;
    font-family: inherit;
    font-size: inherit;
    box-shadow: 0px 0px 20px antiquewhite;
    border: 1px solid rgb(234,185,45);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.OtherDivTitle {
    width: 100%;
    height: 30px;
    box-shadow: 0px 0px 10px silver;
    border: 1px solid inherit;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid grey;
    text-align: center;
    color: antiquewhite;
    padding-top: 10px;
    font-size: medium;
    background: #a4b357; /* Old browsers */
    background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4b357), color-stop(100%,#75890c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a4b357 0%,#75890c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a4b357 0%,#75890c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

.menudiv {
    width: 96%;
    height: 40px;
    position: fixed;
    top: 0px;
    left: 2%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 5px;
    box-shadow: 0px 0px 20px antiquewhite;
    background: rgb(234,185,45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}

    .menudiv:hover {
        box-shadow: 0px 0px 20px silver;
    }

.hdrimage {
    min-height: 25px;
    min-width: 25px;
    float: right;
    position: fixed;
    top: 5px;
    right: 2%;
    margin-right: 10px;
    box-shadow: 0px 0px 10px silver inset;
    padding: 4px;
    background: rgb(234,185,45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}


.seperatorthin {
    width: 100%;
    height: 5px;
}

.cmdbtn {
    min-width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    font-family: Tahoma;
    font-size: small;
    background: #a90329; /* Old browsers */
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
    color: white;
}

    .cmdbtn:hover {
        box-shadow: 0px 0px 10px silver;
    }

.gridbtn {
    min-width: 40px;
    height: 22px;
    text-align: center;
    border: 0px solid rgb(234,185,45);
    border-radius: 3px;
    font-family: Tahoma;
    font-size: 11px;
    background-image: url() background: rgb(234,185,45); /*Old browsers*/
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
}

    .gridbtn:hover {
        box-shadow: 0px 0px 10px silver;
    }


.tbtiny {
    width: 75px;
    height: 25px;
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid grey;
    padding-left: 3px;
}

    .tbtiny:hover {
        box-shadow: 0px 0px 10px silver;
    }

.tbsmall {
    width: 100px;
    height: 25px;
    font-family: Tahoma;
    font-size: small;
    border-radius: 2px;
    border: 1px solid grey;
    padding-left: 3px;
}

    .tbsmall:hover {
        box-shadow: 0px 0px 10px silver;
    }

.tbbig {
    width: 200px;
    height: 25px;
    font-family: Tahoma;
    font-size: small;
    border-radius: 2px;
    border: 1px solid grey;
    padding-left: 3px;
}

    .tbbig:hover {
        box-shadow: 0px 0px 10px silver;
    }


.ddlist {
    font-family: tahoma;
    min-width: 100px;
    max-width: 80%;
    height: 22px;
    border-radius: 2px;
    border: 1px solid grey;
    font-size: 11px;
}

    .ddlist:hover {
        box-shadow: 0px 0px 10px silver;
    }

.calendar {
    box-shadow: 0px 0px 10px rgb(234,185,45);
    background-color: white;
}

    .calendar:hover {
        box-shadow: 0px 0px 10px silver;
    }

.watermark {
    font-family: inherit;
    color: grey;
}


.ngv {
    border: 1px solid #A9A954;
    font-family: Khula;
    font-size: small;
    color: #333300;
    left: 0px;
    margin-left: auto;
    margin-right: auto; /*max-width: inherit;*/
    background-color: white;
    margin-bottom: 10px;
}

    .ngv tr {
        border-style: solid;
        border-width: 1px;
        border-color: lightgray;
        min-height: 20px;
        /*background-color:#E8D0A9;*/
        background-color: transparent;
        text-align: center;
        border-spacing: 2px;
        max-height: 35px;
        text-wrap: none;
        text-align: left;
    }

        .ngv tr + tr:hover {
            /*background-color: #A9A954;*/
            color: inherit;
            z-index: 90;
            border: 1px solid silver;
            box-shadow: 0px 0px 10px #e5e2e2;
            cursor: pointer;
            background-color: lightgray;
        }

        .ngv tr::selection {
            /**/
        }

    .ngv th {
        border-style: solid;
        border-width: 1px;
        border-color: lightgray;
        /*border-radius: 5px;*/
        min-height: 35px;
        font: Khula;
        font-size: 14px;
        font-weight: normal;
        min-width: 50px;
        border-spacing: 2px;
        padding: 5px 5px 5px 5px;
        background-color: silver;
        color: black;
        text-transform: uppercase;
        text-align: center;
    }

        .ngv th a:link {
            color: #FFFFCC;
        }

    .ngv td {
        border-style: solid;
        border-width: 1px;
        border-color: lightgray;
        /*border-radius:10px;*/
        border-spacing: 2px;
        padding: 4px 2px 2px 2px;
        min-height: 22px;
        /*text-wrap: normal;*/
        /*text-align: left;*/
    }

        .ngv td:hover {
            /*box-shadow: 0px 0px 20px black;*/
            /*z-index: 90;*/
        }



.cellred {
    background: #e86c57; /* Old browsers */
    background: -moz-linear-gradient(top, #e86c57 0%, #e86c57 0%, #f3c5bd 0%, #ff6600 53%, #c72200 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e86c57), color-stop(0%,#e86c57), color-stop(0%,#f3c5bd), color-stop(53%,#ff6600), color-stop(99%,#c72200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e86c57 0%,#e86c57 0%,#f3c5bd 0%,#ff6600 53%,#c72200 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e86c57 0%,#e86c57 0%,#f3c5bd 0%,#ff6600 53%,#c72200 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e86c57 0%,#e86c57 0%,#f3c5bd 0%,#ff6600 53%,#c72200 99%); /* IE10+ */
    background: linear-gradient(to bottom, #e86c57 0%,#e86c57 0%,#f3c5bd 0%,#ff6600 53%,#c72200 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e86c57', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
    color: antiquewhite;
}

.cellgreen {
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c9de96 0%,#8ab66b 44%,#398235 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
}

.cellorange {
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 46%, #f8b500 96%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(46%,#fccd4d), color-stop(96%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 46%,#f8b500 96%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 46%,#f8b500 96%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fceabb 0%,#fccd4d 46%,#f8b500 96%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fceabb 0%,#fccd4d 46%,#f8b500 96%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.cellpink {
    background: #febbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febbbb), color-stop(45%,#fe9090), color-stop(100%,#ff5c5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #febbbb 0%,#fe9090 45%,#ff5c5c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
}

.celltoday {
    background: #a7cfdf; /* Old browsers */
    background: -moz-linear-gradient(top, #a7cfdf 25%, #23538a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a7cfdf 25%,#23538a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a7cfdf 25%,#23538a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a7cfdf 25%,#23538a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a7cfdf 25%,#23538a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
    color: whitesmoke;
}

.cellblue {
    background: #c3d9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #c3d9ff 0%, #b1c8ef 41%, #98b0d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d9ff), color-stop(41%,#b1c8ef), color-stop(100%,#98b0d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c3d9ff 0%,#b1c8ef 41%,#98b0d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d9ff', endColorstr='#98b0d9',GradientType=0 ); /* IE6-9 */
}

.cellgolden {
    background: rgb(234,185,45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}

.InvalidData {
    background-color: pink;
}

.cmdbtngrid {
    font-family: Tahoma;
    font-size: 11px;
    border: 1px solid grey;
    border-radius: 2px;
    background: rgb(242,246,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

    .cmdbtngrid:hover {
        box-shadow: 0px 0px 10px silver;
    }

.popupbkgr {
    background-color: black;
    opacity: 0.6;
}

.pnl {
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(234,185,45);
}

.popuppnl {
    padding: 10px;
    background-color: white; /*border: 10px solid;
    border-color: olivedrab;*/
    border: 2px solid grey;
    box-shadow: 0px 0px 20px lightgray;
    min-height: 10px;
    min-width: 10px;
    max-height: 600px;
    max-width: 100%;
    overflow: auto;
    text-align: center;
    z-index: 99999999 !important;
}

.popupbkgr {
    background-color: black;
    opacity: 0.3;
}

.lbldata {
    height: 20px;
    font-weight: bold;
    color: #669900;
}

.mytable {
}

    .mytable tr {
        min-height: 35px;
        border: 1px dashed grey;
    }

    .mytable td {
        min-height: 35px;
        border: 1px dashed grey;
    }

.table1 {
    font-family: Tahoma;
    font-size: small;
    /*text-align: left;*/
    width: 100%;
    cellspacing: 0px;
}

    .table1 tr {
        width: 100%;
        height: 35px;
        /*border-spacing: 0px;*/
    }


    .table1 td {
        border: 1px dashed grey;
        border-spacing: 0px;
        padding-left: 4px;
        text-align: left;
        height: 35px;
    }

        .table1 td:last-child {
        }

.tdlbl {
    /*background: #627d4d; 
    background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); 
    background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%);
    background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); 
    background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); 
    background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 );*/
    border: 1px dashed silver;
    border-spacing: 0px;
    padding-right: 4px;
    text-align: right;
    color: black;
    font-size: small;
    background-color:lightgrey;
    vertical-align:middle;
}

.bottombar {
    width: 70%;
    left: 15%;
    float: none;
    margin: auto;
    height: 30px;
    position: fixed;
    bottom: 0%;
    background-color: floralwhite;
    border: 10px solid silver;
    border-bottom: none;
    box-shadow: 0px 0px 30px black;
    text-align: center;
    padding: 5px;
}

.AlmBar {
    width: 98%;
    float: none;
    margin: auto;
    height: 30px;
    position: fixed;
    bottom: 0%;
    background-color: floralwhite;
    border: 1px solid rgb(234,185,45);
    border-bottom: none;
    box-shadow: 0px 0px 10px black;
    text-align: center;
    padding: 5px;
}

.divsep {
    height: 10px;
    width: 100%;
    opacity: 0;
    background-color: transparent;
}

.topmenu {
    font: bold tahoma large;
    border-bottom: solid 1px green;
    height: 34px;
    margin-top: 4px;
    border-spacing: 3px;
    cursor: pointer;
    color: wheat;
}


.submenu {
    padding-left: 20px;
    font: tahoma large;
    height: 34px;
    opacity: 0.6;
    color: wheat;
    /*box-shadow: 0px 0px 10px beige;*/
}

    .submenu:hover {
        font-weight: bold; /*background-color: #b09300;*/
        color: black;
        background-color: #DADADA;
        cursor: pointer;
        border-left: 4px solid indianred;
        border-right: 4px solid indianred;
        opacity: 1;
    }

.dayhover {
    background: #fcfff4; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); /* IE6-9 */
    border-bottom: 3px solid maroon;
}

.dayselected {
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
    border: 2px solid green;
}


.txtbox {
    border: 1px solid gray;
    min-height: 24px;
    font-family: Khula;
    padding: 2px;
    /*border-radius: 3px;*/
    margin: 2px;
    border-top:none;
    border-right:none;
    border-left:none;
    font-weight:lighter;
}
    .txtbox:focus {
    border-bottom-color:cornflowerblue;
    }
    .txtbox:invalid {
        background-color: lightpink;
        border-color: indianred;
    }

    .txtbox:disabled {
        cursor: not-allowed;
    }

.txtbox-large {
    width: 92%;
}

    .txtbox-large:invalid {
        background-color: lightpink;
        border-color: indianred;
    }

.txtbox-med {
    width: 60%;
}

    .txtbox-med:invalid {
        background-color: lightpink;
        border-color: indianred;
    }

.txtbox-sm {
    width: 40%;
}

    .txtbox-sm:invalid {
        background-color: lightpink;
        border-color: indianred;
    }

.txtbox-tiny {
    width: 20%;
}

.txtbox-num {
    text-align: right;
}

.ChkBoxClass input {
    width: 25px;
    height: 25px;
    font-weight: lighter;
    border-style: solid;
    border-style: groove;
    vertical-align: central;
    font-size: small;
    font-family: Lora;
    margin-right: 5px;
}


.fieldlabel {
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    /*font-family: Lora;*/
    font-size: small;
    color: maroon;
}

.updprogress {
    min-width: 25px;
    min-height: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9900;
}

.numericcol {
    text-align: right;
}


.divmenutree {
    width: 23%;
    min-height: 11px;
    border: 1px solid lightgrey;
    float: left;
    background-color: white;
    top: 90px;
    margin-left: 0.75%;
}

.divsep {
    width: 100%;
    height: 20px;
    opacity: 0;
    float: none;
    margin: auto;
}

.treemenu {
    font: Raleway small; /*color: #b09300;*/
    color: wheat;
    background-color: white;
    min-height: 250px;
    /*width: 30%;*/
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.heading {
    /*color: indianred;*/
    font-family: Raleway;
    font-size: medium;
    border-bottom: 2px inherit;
    text-align:left;    
    /*border-bottom: 1px solid indianred;*/
}