﻿body {
    background-image: url(../../images/background-texture/body.png);
    font-family: Verdana;
    font-size: 12px;
}

a {
    text-decoration: none;
}

img {
    border-style: none;
}

fieldset {
    border: solid 1px #f1f1f1;
    margin-bottom: 20px;
}

.edHover {
}

    .edHover:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.userSection {
    width: 950px;
    margin-top: 160px;
}

.red {
    color: red;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
}

.black {
    color: black;
    font-weight: bold;
    margin-left: 4px;
    margin-right: 4px;
}

.userLogo2 {
    background-image: url('../../images/menuicons/faculty.png');
    height: 80px;
    width: 80px;
    background-size: 100% 100%;
    border: solid 1px #EDE9DD;
    background-color: #fff;
    float: left;
    margin-left: 10px;
    margin-top: -10px;
}

#usrMenu {
    width: 100%;
    background-color: #e6efff;
    border: solid 1px #EDE9DD;
    height: 40px;
    margin-top: 20px;
}

.colLogo {
    float: left;
    /* background-color:white; background-image:url('../../images/logo.png'); */
    height: 81px;
    width: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.colName {
    text-align: left;
    font-family: Cambria;
    font-size: large;
    font-weight: bold;
    vertical-align: text-bottom;
    padding-left: 220px;
    padding-top: 50px;
    color: white;
}

.topHeader {
    /*background-color:#009CDE;
    left:0px; right:0px; top:0px; height:40px;
    position:absolute;
    z-index:11;
    text-align:center;*/
}

.topHeaderMenu {
    left: -40px;
    top: 70px;
    position: absolute;
    z-index: 11;
    height: 40px;
}

.topLogo {
    background-image: url('../../images/pcrc-logo.png');
    height: 90px;
    width: 250px;
    top: 10px;
    right: 30px;
    position: absolute;
    background-size: 100% 100%;
    z-index: 11;
}

.topCollege {
    background-color: #29447e;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 110px;
    border-bottom: solid 1px #009CDE;
    position: absolute;
    z-index: 10;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    background: -webkit-linear-gradient(90deg,#009CDE,#29447e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#29447e,#009CDE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#29447e,#009CDE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left top,#29447e,#009CDE); /* Standard syntax */
}

.pageSection {
    margin-top: 20px;
    width: 950px;
    margin-bottom: 100px;
}

.controlBar {
    margin-top: 10px;
    background-color: #fff;
    border: solid 1px #EDE9DD;
    padding: 5px;
    width: 98%;
    text-align: left;
}

.leftSection {
    background-color: #fff;
    border: solid 1px #EDE9DD;
    padding: 10px;
    width: 96%;
}

.rightSection {
    background-color: #fff;
    border: solid 1px #EDE9DD;
    padding: 10px;
    width: 200px;
    text-align: left;
}

.hHeading {
    text-align: left;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    padding: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #EDE9DD;
}

input[type="text"] {
    border: solid 1px #6692ae;
    padding: 3px;
    width: 150px;
}

    input[type="text"]:focus {
        background-color: #e6efff;
    }

input[type="email"] {
    border: solid 1px #6692ae;
    padding: 3px;
}

    input[type="email"]:focus {
        background-color: #e6efff;
    }

input[type="tel"] {
    border: solid 1px #6692ae;
    padding: 3px;
}

    input[type="tel"]:focus {
        background-color: #e6efff;
    }

/*input[type="button"] {
    background-color:#6079AB;
    border:solid 1px #29447e;
    padding:3px; padding-left:20px; padding-right:20px;
    font-family:Verdana; font-size:small; font-weight:bold;
    color:white;
    cursor:pointer;
}*/

textarea {
    border: none;
    outline-style: none;
    border: solid 1px #9CF2F8;
    padding: 10px;
}

    textarea:focus {
        background-color: #e6efff;
    }

select {
    padding: 2px;
    width: 150px;
}

.btnSave {
    background-color: #6079AB;
    border: solid 1px #29447e;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.btnReset {
    background-color: #6079AB;
    border: solid 1px #29447e;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#tMenu {
    list-style: none;
}

    #tMenu li {
        display: inline;
        -webkit-transition: height 0.5s;
    }

        #tMenu li a {
            display: inline-block;
            padding: 20px;
            padding-left: 50px;
            display: inline;
            margin-left: 10px;
            background-size: 25px 25px;
            background-repeat: no-repeat;
            background-position: 10px center;
            color: white;
            -webkit-transition: height 0.5s;
        }

            #tMenu li a:hover {
                cursor: pointer;
                color: #e6efff;
                background-size: 35px 35px;
            }

        #tMenu li ul {
            display: none;
            list-style: initial;
        }

        #tMenu li:hover ul {
            display: block;
            left: 20px;
            top: 30px;
            position: absolute;
            padding: 0px;
            margin-top: 11px;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-left: 30px;
            z-index: 0;
            background-color: white;
            -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
            -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
            box-shadow: 0px 0px 4px 0px #a1a1a1;
            opacity: 1;
        }

        #tMenu li ul li {
            display: table-row;
            text-align: left;
            background-color: white;
            padding: 10px;
            margin: 0px;
            width: 150px;
        }

            #tMenu li ul li a {
                text-align: left;
                padding: 10px;
                /*margin:0px;display:inline-block;*/
                width: 150px;
                padding-left: 50px;
                color: black;
                display: inline-block;
                margin-left: 0px;
                background-size: 16px 16px;
                background-repeat: no-repeat;
                background-position: 10px center;
            }

                #tMenu li ul li a:hover {
                    background-size: 16px 16px;
                    background-repeat: no-repeat;
                    background-position: 10px center;
                    background-color: #C7EAFB;
                    border: solid 1px #9CF2F8;
                    border-radius: 0px 5px 5px 0px;
                    width: 140px;
                    color: #006CB5;
                    font-weight: bold;
                }

.selectedLI {
    background-color: #6079AB;
}

.yellowSection {
    text-align: left;
    font-family: Cambria;
    font-size: small;
    font-style: italic;
    background-color: yellow;
    border: dashed 1px #333;
    padding: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.redSection {
    border: dashed 1px #c1c1c1;
    background-color: #ffcccc;
    padding: 3px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-family: Cambria;
    font-size: small;
    font-style: italic;
    width: 100%;
}

.Section1 {
    background-color: #efefef;
    padding: 15px;
    padding-right: 10px;
    margin: 6px;
    width: 100%;
    border: solid 1px #444444;
    margin-bottom: 20px;
}

.modalBackground {
    background-color: #ccc;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.TopBox {
    background-color: White;
    color: Black;
    font-weight: bold;
    border: solid 1px #ccc;
    padding: 2px;
    cursor: move;
}

.pTopHeading {
    text-align: right;
    width: 100%;
    border-bottom: solid 2px #0BD3E7;
    margin-top: 150px;
    font-family: pcrcFonts;
    font-size: large;
    font-weight: bold;
    color: #29447e;
    margin-bottom: 20px;
}

.homeDiv {
    padding: 30px;
    background-color: #006CB5;
    text-align: center;
    font-family: Cambria;
    font-size: large;
    height: 60px;
    width: 80px;
    vertical-align: middle;
    color: white;
}

    .homeDiv:hover {
        cursor: pointer;
        background: -webkit-radial-gradient(#0BD3E7, #275EA8); /* Safari */
        background: -o-radial-gradient(#0BD3E7, #275EA8); /* For Opera 11.1 to 12.0 */
        background: -moz-radial-gradient(#0BD3E7, #275EA8); /* For Firefox 3.6 to 15 */
        background: radial-gradient(#0BD3E7, #275EA8); /* Standard syntax (must be last) */
    }

.stuPic {
    background-color: #ffffff;
    background-image: url('../../images/menuIcons/user.png');
    height: 200px;
    width: 240px;
    background-size: 100% 100%;
}

.hlables {
    padding: 8px;
    width: 160px;
    text-align: center;
    background-color: #006CB5;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: small;
    color: white;
}

.hlablesLight {
    padding: 6px;
    width: 90px;
    text-align: left;
    background-color: #008DD0;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: smaller;
    color: white;
}

.hlablesLightCmp {
    padding: 6px;
    width: 140px;
    text-align: left;
    background-color: #008DD0;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: smaller;
    color: white;
}

.hbox {
    padding: 5px;
    width: 160px;
    text-align: center;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: small;
    color: white;
}

.stxtbox {
    text-transform: uppercase;
}

#sifStatus tr td {
    border: solid 1px #0BD3E7;
}

.stPicsUpload {
    height: 100px;
    width: 90px;
    background-color: white;
    border: solid 1px #333;
    background-image: url('../../images/menuIcons/user.png');
    background-size: 100% 100%;
}

.bklight_1 {
    background-color: #C7EAFB;
    border: solid 1px #9CF2F8;
    padding: 6px;
    padding-left: 30px;
    width: 200px;
    text-align: left;
    font-family: Verdana;
    font-size: smaller;
    color: #006CB5;
    font-weight: bold;
    background-image: url('../../Images/bullet_blue_inside.png');
    background-position: left center;
    background-repeat: no-repeat;
}

    .bklight_1 div {
        height: 20px;
        width: 20px;
        float: right;
        top: -2px;
        position: relative;
        background-image: url('../../images/progress.gif');
        background-repeat: no-repeat;
        display: none;
    }

    .bklight_1 span {
        height: 20px;
        width: 20px;
        background-size: 100% 100%;
        float: right;
        top: -2px;
        position: relative;
        background-image: url('../../images/arrow_down.png');
        background-repeat: no-repeat;
        display: none;
        cursor: pointer;
    }



.bklight_2 {
    background-color: #E1F3FC;
    padding: 6px;
    padding-left: 30px;
    width: 200px;
    text-align: left;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: smaller;
    color: #006CB5;
    font-weight: bold;
    background-image: url('../../Images/bullet_blue_inside.png');
    background-position: left center;
    background-repeat: no-repeat;
}

    .bklight_2 div {
        height: 20px;
        width: 20px;
        float: right;
        top: -2px;
        position: relative;
        background-image: url('../../images/progress.gif');
        background-repeat: no-repeat;
        display: none;
    }

    .bklight_2 span {
        height: 20px;
        width: 20px;
        background-size: 100% 100%;
        float: right;
        top: -2px;
        position: relative;
        background-image: url('../../images/arrow_down.png');
        background-repeat: no-repeat;
        display: none;
        cursor: pointer;
    }

.txts {
    padding: 6px;
    padding-left: 30px;
    width: 200px;
    text-align: left;
    font-family: Verdana;
    font-size: medium;
    color: #006CB5;
    font-weight: bold;
}

.txtsmall {
    width: 200px;
    text-align: left;
    font-family: Verdana;
    font-size: small;
    color: #006CB5;
    font-weight: bold;
}

.btnclass {
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    background-color: #008DD0;
    border: solid 1px #9CF2F8;
    font-family: Verdana;
    font-size: small;
    color: white;
    cursor: pointer;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
}

    .btnclass:hover {
        background-color: #07294D;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

.acsslink {
    width: 200px;
    text-align: left;
    font-family: Verdana;
    font-size: smaller;
    color: #006CB5;
}

    .acsslink:hover {
        text-decoration: underline;
    }

.txtbpg {
    width: 100%;
    padding: 5px;
    text-transform: uppercase;
}

.vScrollBar {
    height: 200px;
    position: fixed;
    z-index: 99999;
    overflow-y: auto;
    font-family: Cambria, Verdana;
    font-size: small;
}
/*-----------------------------------------PCRC NEWS STYLING START----------------------------------------*/
.pcrcNews {
    border: dashed 1px #333;
    padding: 10px;
    background-color: white;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

    .pcrcNews:hover {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

    .pcrcNews .newsControlBar {
        background-color: #EDE9DD;
        top: -10px;
        right: -9px;
        position: absolute;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
        z-index: 10;
    }

    .pcrcNews .triangleTopLeft {
        top: 68px;
        right: -10px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #c1c1c1;
        border-left: 5px solid #c1c1c1;
        border-bottom: 5px solid transparent;
        z-index: 9;
    }

    .pcrcNews .triangleBottomRight {
        top: -10px;
        right: 28px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid #c1c1c1;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #c1c1c1;
    }

    .pcrcNews .newsCtrlBar {
        display: none;
    }

    .pcrcNews:hover .newsCtrlBar {
        display: block;
    }

    .pcrcNews .newsControlBar .newsView {
        background-image: url('../../images/bullet_info.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .pcrcNews .newsControlBar .newsEdit {
        background-image: url('../../images/note_edit.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .pcrcNews .newsControlBar .newsRemove {
        background-image: url('../../images/bullet_deny.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
    }
/*----------------------------------------PCRC NEWS STYLING END-------------------------------------------*/
.empTableView {
    border: dashed 1px #333;
    padding: 10px;
    background-color: white;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

    .empTableView:hover {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

    .empTableView .empControlBar {
        background-color: #EDE9DD;
        top: -10px;
        right: -9px;
        position: absolute;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
        z-index: 10;
    }

    .empTableView .triangleTopLeft {
        top: 108px;
        right: -10px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #c1c1c1;
        border-left: 5px solid #c1c1c1;
        border-bottom: 5px solid transparent;
        z-index: 9;
    }

    .empTableView .triangleBottomRight {
        top: -10px;
        right: 28px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid #c1c1c1;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #c1c1c1;
    }

    .empTableView .empCtrlBar {
        display: none;
    }

    .empTableView:hover .empCtrlBar {
        display: block;
    }

    .empTableView .empControlBar .empView {
        background-image: url('../../images/bullet_info.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .empTableView .empControlBar .empEdit {
        background-image: url('../../images/user_edit.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .empTableView .empControlBar .empRemove {
        background-image: url('../../images/user_deny.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
    }

.indexBanner {
    width: 700px;
    top: 0px;
    bottom: 0px;
    height: 520px;
    position: relative;
    background-color: white;
    vertical-align: top;
    overflow: auto;
    padding: 10px;
    padding-bottom: 150px;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
}

.tableBorder {
    border-collapse: collapse;
}

    .tableBorder tr td {
        border: solid 1px #333;
        padding: 2px;
        padding-left: 5px;
    }

#stdDetPanel {
    display: none;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 2000;
}

#stdDetPanelBack {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: #c1c1c1;
    opacity: 0.6;
    z-index: 9;
}

#stdDetPanelDetails {
    height: 750px;
    width: 800px;
    position: relative;
    background-color: white;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    z-index: 10;
    padding: 10px;
    font-size: small;
}

#sDSection {
    height: 630px;
    width: 100%;
    overflow: auto;
}

#sDSectionBottom {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    background-color: #ccc;
    float: right;
    text-align: right;
    padding: 5px;
    left: 0px;
    right: 0px;
    position: absolute;
}

    #sDSectionBottom a {
        padding-top: 10px;
        font-family: Verdana;
        font-size: small;
        margin-left: 10px;
        margin-right: 10px;
        text-align: right;
    }

.stdDetPanelClose {
    height: 30px;
    width: 30px;
    background-image: url('../../images/close.png');
    background-position-x: center;
    background-position-y: center;
    background-size: 90% 90%;
    float: right;
    top: 10px;
    right: -31px;
    position: absolute;
    background-color: white;
    border: solid 1px #333;
    border-left: none;
    z-index: 11;
    background-repeat: no-repeat;
    cursor: pointer;
}

.trHead {
    background-color: #006CB5;
    border: solid 1px #9CF2F8;
    font-family: pcrcTxtFonts;
    font-size: small;
    color: white;
}

.bBorderTable {
    border-collapse: collapse;
}

    .bBorderTable tr th {
        border: solid 1px #9CF2F8;
        padding: 10px;
        padding-left: 5px;
    }

    .bBorderTable tr td {
        border: solid 1px #9CF2F8;
        padding: 2px;
        padding-left: 5px;
    }

.txtclass {
    padding: 8px;
    background-color: white;
    border: solid 1px #9CF2F8;
}

    .txtclass input[type="text"] {
        border: none;
        width: 150px;
        outline-style: none;
    }

        .txtclass input[type="text"]:focus {
            /*background-color: none;*/
        }

        .txtclass input[type="text"]:disabled {
            background-color: #fff;
            cursor: no-drop;
        }

    .txtclass input[type="email"] {
        border: none;
        width: 150px;
        outline-style: none;
    }

        .txtclass input[type="email"]:focus {
            background-color: #e6efff;
        }

    .txtclass input[type="password"] {
        border: none;
        width: 155px;
        outline-style: none;
        font-size: medium;
    }

        .txtclass input[type="password"]:focus {
            background-color: #e6efff;
        }

.selclass {
    padding: 8px;
    background-color: white;
    border: solid 1px #9CF2F8;
}

    .selclass select {
        border: none;
        width: 150px;
        outline-style: none;
    }

        .selclass select:focus {
            background-color: #e6efff;
        }

.txtCal {
    background-image: url('../../images/calendar.png');
    background-size: 25px 25px;
    background-position: right;
    background-position-x: 130px;
    background-repeat: no-repeat;
    background-color: white;
    width: 130px;
    padding: 4px;
    padding-right: 30px;
    border: solid 1px #9CF2F8;
    text-align: left;
}

    .txtCal input[type="text"] {
        border: none;
        width: 100px;
    }

        .txtCal input[type="text"]:hover {
            outline: none;
            background-color: #e6efff;
        }

.compViewDiv {
    border: dashed 1px #333;
    padding: 10px;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

    .compViewDiv:hover {
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
    }

    .compViewDiv .compControlBar {
        background-color: #EDE9DD;
        top: -10px;
        right: -9px;
        position: absolute;
        -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
        -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
        box-shadow: 0px 0px 4px 0px #a1a1a1;
        z-index: 10;
    }

    .compViewDiv .triangleTopLeft {
        top: 108px;
        right: -10px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-top: 5px solid #c1c1c1;
        border-left: 5px solid #c1c1c1;
        border-bottom: 5px solid transparent;
        z-index: 9;
    }

    .compViewDiv .triangleBottomRight {
        top: -10px;
        right: 28px;
        position: absolute;
        width: 0;
        height: 0;
        border-right: 5px solid #c1c1c1;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #c1c1c1;
    }

    .compViewDiv .compCtrlBar {
        display: none;
    }

    .compViewDiv:hover .compCtrlBar {
        display: block;
    }

    .compViewDiv .compControlBar .compView {
        background-image: url('../../images/bullet_info.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .compViewDiv .compControlBar .compEdit {
        background-image: url('../../images/note_edit.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
        margin-bottom: 5px;
    }

    .compViewDiv .compControlBar .compRemove {
        background-image: url('../../images/bullet_deny.png');
        height: 32px;
        width: 32px;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
        background-position: center center;
        padding: 2px;
    }
/*------------------------Command Styles Start--------------------------------*/
.view {
    background-color: #6692ae;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #333;
    color: white;
    font-weight: bold;
    margin-left: 10px;
}

    .view:hover {
        background-color: #e6efff;
        color: black;
        border: solid 1px #9CF2F8;
    }

.edit {
    background-color: #6692ae;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #333;
    color: white;
    font-weight: bold;
    margin-left: 10px;
}

    .edit:hover {
        background-color: #e6efff;
        color: black;
        border: solid 1px #9CF2F8;
    }

.remove {
    background-color: #6692ae;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #333;
    color: white;
    font-weight: bold;
    margin-left: 10px;
}

    .remove:hover {
        background-color: #e6efff;
        color: black;
        border: solid 1px #9CF2F8;
    }
/*------------------------Command Styles End----------------------------------*/
#homeNewsData ul {
    list-style: none;
}

    #homeNewsData ul li {
        background-image: url('../../images/bullet_burn.png');
        background-repeat: no-repeat;
        background-position: 0px -8px;
        padding-left: 50px;
        margin-bottom: 10px;
    }
/* Confirm Panel */
.ConfirmPanel {
    background-color: #F6F6f6;
    padding: 10px;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 8px 0px #a1a1a1;
    border: solid 1px #cccccc;
}

    .ConfirmPanel table td {
        border: none;
    }

        .ConfirmPanel table td input[type="submit"] {
            padding: 8px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            background-color: #008DD0;
            border: solid 1px #9CF2F8;
            font-family: Verdana;
            font-size: small;
            color: white;
            cursor: pointer;
        }

            .ConfirmPanel table td input[type="submit"]:hover {
                background-color: #07294D;
                -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
                -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
                box-shadow: 0px 0px 4px 0px #a1a1a1;
            }

.ConfirmHeading {
    background-color: White;
    border: solid 1px gray;
    padding: 2px;
}

    .ConfirmHeading table td {
        border: none;
    }


#bLogn {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 1500;
    background-color: #65CEA7;
    opacity: 0.4;
}

.logpan {
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    width: 360px;
    z-index: 1600;
}

.cphw {
    text-align: right;
    width: 100%;
    border-bottom: solid 2px #0BD3E7;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: pcrcFonts;
    font-size: large;
    font-weight: bold;
    color: #29447e;
    margin-bottom: 20px;
}

.plinks {
    color: #006CB5;
    font-family: Verdana;
    font-size: small;
    text-decoration: none;
}

    .plinks:hover {
        text-decoration: underline;
        color: red;
    }

.filled {
    color: green;
    font-family: Verdana;
}

.notfilled {
    color: red;
    font-family: Verdana;
}

.inprogress {
    color: #280000;
    font-family: Verdana;
}
/*Sliding Left Menu Style*/
#lSlideMenu {
    top: 0px;
    bottom: 0px;
    left: -310px;
    width: 300px;
    background-color: white;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    z-index: 1;
    position: fixed;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
}

.blTabCls:hover .blclose {
    display: block;
}

.blclose {
    float: right;
    height: 20px;
    width: 20px;
    background-image: url('../../images/closered.png');
    background-size: 100% 100%;
    top: -3px;
    position: relative;
    cursor: pointer;
    display: none;
}

#backPDIV {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
    z-index: 1500;
    background-color: #fff;
    opacity: 0.4;
}

.popupContentPAN {
    padding: 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
    -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
    width: 360px;
    z-index: 1600;
}

.clsEdPan {
    background-image: url('../../images/bullet_deny.png');
    background-size: 20px 20px;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    height: 32px;
    width: 32px;
    float: right;
    background-position: center center;
    top: -40px;
    position: relative;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btperson {
    padding: 2px;
    margin: 10px;
    margin-bottom: 20px;
}

    .btperson img {
        height: 60px;
        width: 60px;
        border-radius: 40px 40px 40px 40px;
    }

        .btperson img:hover {
            -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
            -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
            box-shadow: 0px 0px 4px 0px #a1a1a1;
        }

#divBatchPersons {
    overflow:hidden;
}
    #divBatchPersons:hover {
        overflow:auto;
    }
#divBDay {
    overflow:hidden;
}
    #divBDay:hover {
        overflow:auto;
    }
.dobtable {
    border:dotted 1px #fff;
    padding:5px;
    margin-bottom:10px;
}
.dobtable:hover {
    background-color:white;
    -moz-box-shadow: 3px 3px 0px 0px #a1a1a1;
            -webkit-box-shadow: 3px 3px 0px 0px #a1a1a1;
            box-shadow: 0px 0px 4px 0px #a1a1a1;
}
.divbdgift {
    height:32px; width:32px;
    background-image:url('../../images/present.png');
    background-position:top right;
    background-repeat:no-repeat;
    cursor:pointer;
    float:right;
}