1489

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: White;
    background-image: url('../Images/bg.png') !important;
    background-repeat: repeat-both;
}

img {
    border: 0;
}

#change {
    position: fixed;
    top: 150px;
    left: 0;
}

#wrapper {
    background: none repeat scroll 0 0 #ffffff;
    height: 100%;
    margin: 0 auto;
    max-width: 99.2%;
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
}

    #wrapper.login {
        background: none;
        top: 50%;
        left: 25%;
        margin-top: -1px;
        width: 50%;
        min-width: 400px;
        height: 276px;
        min-height: 0;
    }

    #wrapper #container {
        position: absolute; /*background : url(../gfx/main-left.png) repeat-y left top #FFFFFF;*/
        -moz-box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
        -webkit-box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
        box-shadow: 0 -3px 3px rgba(50, 50, 50, 0.30);
        border-left: 1px solid #dfdfdf\9;
        border-right: 1px solid #dfdfdf\9;
        width: 98%;
        height: auto !important;
        height: 100%;
        min-height: 100%;
    }

        #wrapper #container .hide-btn {
            position: absolute;
            left: 223px;
            z-index: 999;
            background: url(../gfx/left-grip.png) no-repeat left top;
            outline: none;
            cursor: pointer;
            width: 13px;
            height: 45px;
        }

            #wrapper #container .hide-btn.top {
                top: 25%;
            }

            #wrapper #container .hide-btn.center {
                top: 50%;
            }

            #wrapper #container .hide-btn.bottom {
                top: 75%;
            }

        #wrapper #container #top {
            display: block;
            position: relative;
            z-index: 1;
            background: #FFFFFF;
            margin: 0 auto;
            padding: 0px 0 0;
            height: auto;
            float: left;
            width: 100%;
        }

            #wrapper #container #top h1#logo {
                display: inline-block;
                background: url(../gfx/logo.png) no-repeat right top;
                margin: 0 0 20px 20px;
                width: 226px;
                height: 27px;
                float: left;
            }

.center_image {
    float: left;
    margin: -10px 0 13px;
    width: 100%;
}

    .center_image h1 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        text-shadow: 1px 1px 1px rgb(34, 34, 34);
    }

#wrapper #container #top h1#logo a, #wrapper #container #top h1#logo a:link, #wrapper #container #top h1#logo a:active, #wrapper #container #top h1#logo a:visited {
    display: block;
    width: 100%;
    height: 100%;
}

#wrapper #container #top h1#logo:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#wrapper #container #top #labels {
    right: 20px;
    top: 20px;
    line-height: 27px;
}

    #wrapper #container #top #labels ul {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #wrapper #container #top #labels ul ul {
            position: absolute;
            display: none;
            top: 27px;
            right: 5px;
            background: url(../gfx/message.gif) no-repeat left top #000000;
            padding: 5px;
            z-index: 9999;
        }

        #wrapper #container #top #labels ul li {
            border-radius: 5px;
            box-shadow: 2px 0 2px black;
            float: left;
            margin: 0 6px 0 0;
            position: relative;
        }

            #wrapper #container #top #labels ul li li {
                display: block;
                font: 11px/1.4em Arial;
                color: #FFFFFF;
                width: 187px;
            }

                #wrapper #container #top #labels ul li li:hover {
                    background: #444444;
                }

    #wrapper #container #top #labels li a span.bar {
        float: left;
        background: url(../gfx/labels-bar.png) no-repeat right top;
        margin: 0 2px 0 0;
        font: 11px/2.2em Arial;
        color: #FFFFFF;
        font-weight: bold;
        cursor: pointer;
        height: 27px;
    }

        #wrapper #container #top #labels li a span.bar:hover {
            color: #e10000;
        }

    #wrapper #container #top #labels ul li a {
        background: url("../gfx/labels.png") no-repeat scroll left top #f3f1ec;
        border: medium none !important;
        border-radius: 5px;
        box-shadow: 0 0 1px black;
        float: left;
        height: 25px;
        padding: 0 0 0 26px;
        text-decoration: none;
    }

    #wrapper #container #top #labels ul li li a {
        display: block;
        float: none;
        background: none;
        padding: 7px 10px;
        text-decoration: none;
        color: #FFFFFF;
        height: auto;
    }

    #wrapper #container #top #labels ul li a.user, #wrapper #container #top #labels ul li a.user:link, #wrapper #container #top #labels ul li a.user:active, #wrapper #container #top #labels ul li a.user:visited {
        background-position: -90px top;
    }

        #wrapper #container #top #labels ul li a.user:hover {
            background-position: -90px bottom;
        }

    #wrapper #container #top #labels ul li a.settings, #wrapper #container #top #labels li a.settings:link, #wrapper #container #top #labels li a.settings:active, #wrapper #container #top #labels li a.settings:visited {
        background-position: 0 top;
    }

        #wrapper #container #top #labels ul li a.settings:hover {
            background-position: 0 bottom;
        }

    #wrapper #container #top #labels ul li a.messages, #wrapper #container #top #labels li a.messages:link, #wrapper #container #top #labels li a.messages:active, #wrapper #container #top #labels li a.messages:visited {
        background-position: -30px top;
    }

    #wrapper #container #top #labels li a.messages:hover, #wrapper #container #top #labels li:hover a.messages {
        background-position: -30px bottom;
    }

    #wrapper #container #top #labels li a.logout, #wrapper #container #top #labels li a.logout:link, #wrapper #container #top #labels li a.logout:active, #wrapper #container #top #labels li a.logout:visited {
        background-position: -60px top;
    }


#wrapper #container #top #menu {
    display: block; /*background : url(../gfx/menu.png) repeat-x right top;*/
    background: none repeat scroll 0 0 #6b8fb2;
    color: white;
    height: 25px;
    width: 97.3%;
    float: left;
    padding: 5px 10px 10px 0;
    margin-top: 62px;
    position: fixed;
}

.college-header-bar.color {
    font-family: Verdana;
    height: 70px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0) url(../images/C.jpg) repeat scroll 0 0;
    background-size: cover;
    margin: 0 13px 0 13px;
}

.headertitle {
    font-family: Verdana;
    font-size: 25px;
    height: 17px;
    left: 0;
    margin-top: 15px;
    padding: 4px 12px 4px 45px;
    position: fixed;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 9999;
}

style.css:10 #wrapper #container #left {
    float: left;
    position: relative;
    padding: 0 0 61px;
    overflow: hidden;
    width: 230px;
}

#wrapper #container #left .box {
    display: block;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    margin: 0 20px 20px;
    -moz-box-shadow: 1px 1px 0 #e6e6e6;
    -webkit-box-shadow: 1px 1px 0 #e6e6e6;
    box-shadow: 1px 1px 0 #e6e6e6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
    zoom: 1;
}

    #wrapper #container #left .box:first-child {
        display: block;
        margin: 20px;
    }

    #wrapper #container #left .box .content {
        display: inline-block;
        position: relative;
        width: 188px;
    }

    #wrapper #container #left .box.search input {
        float: left;
        display: block;
        background: #FFFFFF;
        border: 0;
        outline: 0;
        padding: 8px 10px 8px;
        margin: 0;
        font: 12px/1.2em Arial;
        color: #c6c6c6;
        width: 136px;
        height: 13px;
    }

    #wrapper #container #left .box.search button {
        float: left;
        background: url(../gfx/btn-search.gif) no-repeat left top;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-filter: none;
        filter: none;
        border: none;
        outline: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        width: 32px;
        height: 29px;
    }

    #wrapper #container #left .box.submenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #wrapper #container #left .box.submenu ul li {
            display: block; /*background : url(../gfx/menu-arrow-right.png) no-repeat 10px 10px;*/
            background: url(../gfx/list-plus.gif) no-repeat 10px 10px;
            border-top: 1px solid #e6e6e6;
            font: 12px/1.0em Arial;
        }

    #wrapper #container #left .box.submenu #liMainHeader {
        display: block;
        background: none;
        border-top: 1px solid #e6e6e6;
        font: 12px/1.0em Arial;
    }

    #wrapper #container #left .box.submenu ul li:first-child {
        border-top: 0;
    }

    #wrapper #container #left .box.submenu ul li a, #wrapper #container #left .box.submenu ul li a:link, #wrapper #container #left .box.submenu ul li a:active, #wrapper #container #left .box.submenu ul li a:visited {
        display: block;
        padding: 8px 10px 8px 23px;
        color: #737272;
        text-decoration: none;
    }

        #wrapper #container #left .box.submenu ul li a:hover {
            color: #000000;
            text-decoration: none;
        }

    #wrapper #container #left .box.submenu ul li.current a, #wrapper #container #left .box.submenu ul li.current a:link, #wrapper #container #left .box.submenu ul li.current a:active, #wrapper #container #left .box.submenu ul li.current a:visited {
        background: url(../gfx/icon-submenu-on.gif) no-repeat 10px 10px;
        color: #000000;
        text-decoration: none;
    }

    #wrapper #container #left .box.submenu ul ul {
        padding: 0 0 6px;
    }

    #wrapper #container #left .box.submenu ul li li, #wrapper #container #left .box.submenu ul li.current li {
        background: none;
        border-top: none;
        font: 11px/1.0em Arial;
    }

        #wrapper #container #left .box.submenu ul li li a, #wrapper #container #left .box.submenu ul li li a:link, #wrapper #container #left .box.submenu ul li li a:active, #wrapper #container #left .box.submenu ul li li a:visited, #wrapper #container #left .box.submenu ul li.current li a, #wrapper #container #left .box.submenu ul li.current li a:link, #wrapper #container #left .box.submenu ul li.current li a:active, #wrapper #container #left .box.submenu ul li.current li a:visited {
            background: none;
            padding: 6px 10px 6px 23px;
            color: #737272;
        }

        #wrapper #container #left .box.submenu ul li li:first-child a, #wrapper #container #left .box.submenu ul li.current li:first-child a {
            padding: 5px 10px 7px 23px;
        }

        #wrapper #container #left .box.submenu ul li li a:hover, #wrapper #container #left .box.submenu ul li.current li a:hover, #wrapper #container #left .box.submenu ul li.current li.current a, #wrapper #container #left .box.submenu ul li.current li.current a:link, #wrapper #container #left .box.submenu ul li.current li.current a:active, #wrapper #container #left .box.submenu ul li.current li.current a:visited {
            color: #000000;
        }

    #wrapper #container #left .box.statics ul, #wrapper #container #left .box.togglemenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #wrapper #container #left .box.statics ul li, #wrapper #container #left .box.togglemenu ul li {
            display: block;
            position: relative;
            border-top: 1px solid #e6e6e6;
            padding: 8px 10px;
            font: 11px/1.0em Arial;
            color: #737272;
        }

            #wrapper #container #left .box.statics ul li:first-child, #wrapper #container #left .box.togglemenu ul li:first-child {
                border-top: 0;
            }

            #wrapper #container #left .box.togglemenu ul li.content {
                display: block;
                background: url(../gfx/togglemenu-shadow.gif) repeat-x left top #fbfbfb;
                font: 11px/18px Arial;
                overflow: auto;
                width: auto;
            }

            #wrapper #container #left .box.statics ul li h2, #wrapper #container #left .box.togglemenu ul li h2 {
                margin: 0;
                padding: 0;
                font: 13px/1.0em 'MuseoSans500', Arial;
                font-weight: normal;
                color: #000000;
                text-transform: uppercase;
            }

            #wrapper #container #left .box.togglemenu ul li.title {
                outline: none;
            }

                #wrapper #container #left .box.togglemenu ul li.title:hover, #wrapper #container #left .box.togglemenu ul li.title.ui-state-active {
                    color: #000000;
                    cursor: pointer;
                }

            #wrapper #container #left .box.statics ul li .info {
                position: absolute;
                top: 4px;
                *top: 6px;
                right: 4px;
                background: url(../gfx/btn-info.gif)no-repeatlefttop;
                border: 0;
                padding: 0006px;
                font: 11px/1.66emArial;
                font-weight: bold;
                color: #FFFFFF;
                height: 20px;
            }

                #wrapper #container #left .box.statics ul li .info span {
                    display: block;
                    padding: 0 8px 0 0;
                    height: 20px;
                }

                #wrapper #container #left .box.statics ul li .info.red span {
                    background: url(../gfx/btn-info.gif) no-repeat right top;
                }

                #wrapper #container #left .box.statics ul li .info.blue {
                    background: url(../gfx/btn-info.gif) no-repeat left -20px;
                }

                    #wrapper #container #left .box.statics ul li .info.blue span {
                        background: url(../gfx/btn-info.gif) no-repeat right -20px;
                    }

                #wrapper #container #left .box.statics ul li .info.green {
                    background: url(../gfx/btn-info.gif) no-repeat left -40px;
                }

                    #wrapper #container #left .box.statics ul li .info.green span {
                        background: url(../gfx/btn-info.gif) no-repeat right -40px;
                    }

                #wrapper #container #left .box.statics ul li .info.black {
                    background: url(../gfx/btn-info.gif) no-repeat left -60px;
                }

                    #wrapper #container #left .box.statics ul li .info.black span {
                        background: url(../gfx/btn-info.gif) no-repeat right -60px;
                    }

#wrapper #container #right {
    display: block;
    position: relative;
    margin: 0 0 0 0px;
    padding: 0 0 61px;
}

    #wrapper #container #right .plain {
        display: block;
        margin: 20px 20px 20px 0;
    }

    #wrapper #container #right .nobox {
        float: left;
        margin: 5px 3px 61px 0;
        font: 9px/1.0em Arial;
        text-align: center;
    }

        #wrapper #container #right .nobox:first-child {
            float: left;
            margin: 5px 0 20px 17px;
            text-align: center;
        }

    #wrapper #container #right .btn-box {
        display: block;
        background: url(../gfx/box-shadow.gif) repeat-x left bottom #fdfdfd;
        margin: 0 0 0 -20px;
        text-align: center;
    }

        #wrapper #container #right .btn-box .content {
            display: block;
            padding: 5px 0 22px 17px;
        }

    #wrapper #container #right a.item {
        display: inline-block;
        background: url(../gfx/btn-box.gif) repeat-x left bottom #fdfdfd;
        margin: 17px 17px 0 0;
        color: #7b7b7b;
        text-decoration: none;
        text-align: center;
        font: 11px/18px Arial;
        width: 126px;
        height: 103px;
    }

        #wrapper #container #right a.item.small {
            display: inline-block;
            background: url(../gfx/btn-box-small.gif) repeat-x left bottom #fdfdfd;
            margin: 0;
            font-size: 0;
            width: 35px;
            height: 26px;
        }

            #wrapper #container #right a.item.small.text {
                background: url(../gfx/btn-box-text.gif) no-repeat left top #fdfdfd;
                overflow: hidden;
                margin: 0;
                width: auto;
                height: 26px;
            }

    #wrapper #container #right .iconbox a.item.small, #wrapper #container #right .iconbox a.item.small.text {
        margin: 17px 10px 0 0;
    }

    #wrapper #container #right a.item:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    #wrapper #container #right a.item img {
        display: inline-block;
        padding: 16px 0 12px;
        height: 32px;
    }

    #wrapper #container #right a.item.small img, #wrapper #container #right .section .box .content ul.comments li a.item.small img {
        float: none;
        display: inline-block;
        padding: 5px 0 0;
        margin: 0;
        height: 16px;
    }

    #wrapper #container #right a.item.small.text img {
        float: left;
        padding: 5px 5px 0 5px;
        margin: 0;
    }

    #wrapper #container #right a.item span {
        display: block;
        font: 13px/1.0em 'MuseoSans500', Arial;
        color: #7b7b7b;
        text-transform: uppercase;
    }

    #wrapper #container #right a.item.small.text span {
        float: left;
        background: url(../gfx/btn-box-text.gif) no-repeat right top;
        padding: 0 8px 0 0;
        font: 11px/2.5em 'MuseoSans500', Arial;
        color: #7b7b7b;
        text-transform: uppercase;
    }

    #wrapper #container #right #breadcrumbs {
        display: block; /*	border-bottom : 1px solid #dcdcdc; */
        margin: 0 0 0 20px;
    }

        #wrapper #container #right #breadcrumbs ul {
            display: inline-block;
            margin: 0;
            padding: 0 0 0 20px;
            list-style: none;
            width: 92%;
        }

            #wrapper #container #right #breadcrumbs ul li {
                
            }

                #wrapper #container #right #breadcrumbs ul li span {
                    display: block;
                    overflow: hidden;
                }

                #wrapper #container #right #breadcrumbs ul li:first-child {
                 
                }

                #wrapper #container #right #breadcrumbs ul li a, #wrapper #container #right #breadcrumbs ul li a:link, #wrapper #container #right #breadcrumbs ul li a:active, #wrapper #container #right #breadcrumbs ul li a:visited {
                    color: #909090;
                    text-decoration: none;
                }

                    #wrapper #container #right #breadcrumbs ul li a:hover {
                        color: #727272;
                        text-decoration: none;
                    }

                #wrapper #container #right #breadcrumbs ul li div.chevronOverlay {
                    position: absolute;
                    right: 0;
                    top: 0;
                    z-index: 2;
                }

        #wrapper #container #right #breadcrumbs .chevronOverlay {
            display: none;
            background: url(../gfx/breadcrumb.png) no-repeat 100% 6px;
            width: 13px;
            height: 26px;
        }

    #wrapper #container #right .section {
        display: inline-block;
        background: #efeff4;
        width: 100%;
    }

        #wrapper #container #right .section .quarter {
            float: left;
            width: 25%;
            *width: 24.97%;
        }

        #wrapper #container #right .section .third {
            float: left;
            width: 33%;
            *width: 33.3%;
        }

            #wrapper #container #right .section .third:first-child {
                width: 34%;
                *width: 33.3%;
            }

        #wrapper #container #right .section .half {
            float: left;
            width: 50%;
            *width: 49.98%;
        }

        #wrapper #container #right .section .three-quarter {
            float: left;
            width: 75%;
            *width: 74.98%;
        }

        #wrapper.login .box, #wrapper #container #right .section .box {
            display: block;
            background: #F5F5F5;
            border: 1px solid #4D99BB;
            margin: 7px 10px 0 0;
            -moz-box-shadow: 1px 1px 0 #000;
            -webkit-box-shadow: 1px 1px 0 #97C3DB;
            box-shadow: 5px 5px 0 #000;
            -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#97C3DB')";
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#97C3DB');
            zoom: 1;
            float: left;
            width: 100%;
            min-height:490px;
        }

#wrapper.login .box {
    margin: 40px 0 0 -142px;
    width: 974px;
    min-height:440px;
}

#wrapper #container #right .section .third:first-child {
    width: 33.4444% ;
}

#wrapper.login .box .title, #wrapper #container #right .section .box .title {
    display: block;
    position: relative;
    background: linear-gradient(to right, #6293bb, #5CB85C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px 10px 0;
    font: 16px/1.0em 'MuseoSans500', Arial;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    height: 22px;
    font-family: 'Lucida Console';
    font-size: 16px;
}

    #wrapper.login .box .title .hide, #wrapper #container #right .section .box .title .hide, #wrapper.login .box .title .show, #wrapper #container #right .section .box .title .show {
        position: absolute;
        top: 7px;
        right: 7px;
        background: url(../gfx/box-hide.png) no-repeat left top;
        overflow: hidden;
        cursor: pointer;
        width: 24px;
        height: 15px;
    }

    #wrapper.login .box .title .show, #wrapper #container #right .section .box .title .show {
        background: url(../gfx/box-hide.png) no-repeat left bottom;
    }

#wrapper.login .box .content, #wrapper #container #right .section .box .content {
    display: block !important;
    padding: 10px !important;
    margin-top: 0px;
    
}

    #wrapper #container #right .section .box .content.nopadding {
        padding: 0;
    }

    #wrapper #container #right .section .box .content.hide {
        display: none;
    }

    #wrapper #container #right .section .box .content.iconbox {
        padding: 5px 0 20px 14px;
        text-align: center;
    }

    #wrapper #container #right .section .box .content .gallery {
        display: inline-block;
        padding: 11px 0 17px 10px;
        text-align: center;
    }

    #wrapper #container #right .section .box .content ul.comments {
        display: block;
        border-top: 1px solid #e6e6e6;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #wrapper #container #right .section .box .content ul.comments li {
            display: inline-block;
            border-bottom: 1px solid #e6e6e6;
            vertical-align: top;
            padding: 10px 0;
            line-height: 18px;
            width: 100%;
        }

            #wrapper #container #right .section .box .content ul.comments li a, #wrapper #container #right .section .box .content ul.comments li a:link, #wrapper #container #right .section .box .content ul.comments li a:active, #wrapper #container #right .section .box .content ul.comments li a:visited {
                color: #000000;
                text-decoration: none;
            }

                #wrapper #container #right .section .box .content ul.comments li a:hover {
                    color: #8f8f8f;
                    text-decoration: none;
                }

            #wrapper #container #right .section .box .content ul.comments li img {
                float: left;
                margin: 0 9px 0 0;
            }

                #wrapper #container #right .section .box .content ul.comments li img:hover {
                    opacity: 0.7;
                    filter: alpha(opacity=70);
                }

    #wrapper #container #right .section .box .content .thumb {
        display: inline-block;
        position: relative;
        background: #FFFFFF;
        border: 1px solid #e6e6e6;
        margin: 10px 10px 0 1px;
        -moz-box-shadow: 1px 1px 0 #e6e6e6;
        -webkit-box-shadow: 1px 1px 0 #e6e6e6;
        box-shadow: 1px 1px 0 #e6e6e6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6')";
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#e6e6e6');
        zoom: 1;
        font: 0/0 Arial;
    }

        #wrapper #container #right .section .box .content .thumb img {
            margin: 0;
            border: 1px solid #FFFFFF;
            width: 61px;
        }

        #wrapper #container #right .section .box .content .thumb:hover img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

        #wrapper #container #right .section .box .content .thumb .hover {
            position: absolute;
            display: none;
            background: url(../gfx/thumb-delete.png) no-repeat left top #FFFFFF;
            border: 1px solid #FFFFFF;
            top: 0;
            right: 0;
            z-index: 999;
            text-align: right;
            width: 13px;
            height: 13px;
        }

        #wrapper #container #right .section .box .content .thumb:hover .hover {
            display: block;
        }

        #wrapper #container #right .section .box .content .thumb .hover:hover {
            background: url(../gfx/thumb-delete.png) no-repeat left top #000000;
        }

        #wrapper #container #right .section .box .content .thumb .hover a {
            display: block;
            width: 14px;
            height: 14px;
        }

    #wrapper #container #right .section .box .content .pager {
        display: block;
        background: url(../gfx/tabs.gif) repeat-x left top;
        padding: 4px 20px;
        font: 11px/20px Arial;
        font-weight: bold;
        height: 22px;
    }

        #wrapper #container #right .section .box .content .pager a, #wrapper #container #right .section .box .content .pager a:link, #wrapper #container #right .section .box .content .pager a:active, #wrapper #container #right .section .box .content .pager a:visited {
            display: inline-block;
            background: url(../gfx/table-btn.gif) repeat-x left top transparent;
            border: 1px solid #e6e6e6;
            padding: 0 7px;
            margin: 0 0 0 3px;
            font: 11px/20px Arial;
            cursor: pointer;
            color: #000000;
            text-transform: uppercase;
            text-decoration: none;
            height: 20px;
        }

            #wrapper #container #right .section .box .content .pager a:first-child {
                margin: 0 0 0 5px;
            }

            #wrapper #container #right .section .box .content .pager a:hover, #wrapper #container #right .section .box .content .pager a.current, #wrapper #container #right .section .box .content .pager a.current:link, #wrapper #container #right .section .box .content .pager a.current:active, #wrapper #container #right .section .box .content .pager a.current:visited {
                color: #969696;
            }

                #wrapper #container #right .section .box .content .pager a.current, #wrapper #container #right .section .box .content .pager a.current:link, #wrapper #container #right .section .box .content .pager a.current:active, #wrapper #container #right .section .box .content .pager a.current:visited {
                    font-weight: bold;
                }

    #wrapper #container #right .section .box .content .progressbar-normal, #wrapper #container #right .section .box .content .progressbar-count {
        background: url(../gfx/progressbar-back.gif) repeat-x left top transparent;
        border-right: 1px solid #cccccc;
        margin: 10px 0;
        height: 10px;
    }

        #wrapper #container #right .section .box .content .progressbar-normal div, #wrapper #container #right .section .box .content .progressbar-count div {
            display: block;
            background: url(../gfx/progressbar.gif) repeat-x left top transparent;
            border-right: 1px solid #5cadea;
            height: 100%;
        }

        #wrapper #container #right .section .box .content .progressbar-normal.green div, #wrapper #container #right .section .box .content .progressbar-count.green div {
            background: url(../gfx/progressbar.gif) repeat-x left -10px transparent;
            border-right: 1px solid #86c301;
        }

        #wrapper #container #right .section .box .content .progressbar-normal.red div, #wrapper #container #right .section .box .content .progressbar-count.red div {
            background: url(../gfx/progressbar.gif) repeat-x left -20px transparent;
            border-right: 1px solid #f97373;
        }

    #wrapper #container #right .section .box .content span.percent {
        float: right;
        position: relative;
        top: -15px;
        font: 11px/1.0em Arial;
        font-weight: bold;
    }

.ui-widget-overlay {
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#wrapper #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none repeat scroll 0 0 #6B8FB2;
    border-bottom: 5px solid #ffffff;
    bottom: 0;
    color: white;
    border-bottom: 5px solid #FFFFFF;
    font: 11px/1.0em Arial;
    overflow: hidden;
    width: 100%;
    height: 36px;
}

    #wrapper #footer .split {
        display: block;
        padding: 13px 20px 0;
        width: 50%;
        height: 23px;
    }

        #wrapper #footer .split.right {
            position: absolute;
            top: 0;
            right: 0;
            text-align: right;
        }

    #wrapper #footer a, #wrapper #footer a:link, #wrapper #footer a:active, #wrapper #footer a:visited {
        color: #909090;
        text-decoration: underline;
    }

        #wrapper #footer a:hover {
            color: #727272;
            text-decoration: none;
        }


/*************Manoj Thakur****************/

#wrapper #container #right .section .quarter ul, #wrapper #container #right .section .quarter .box.togglemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    #wrapper #container #right .section .quarter ul li, #wrapper #container #right .section .quarter .box.togglemenu ul li {
        display: block;
        position: relative;
        border-top: 1px solid #e6e6e6;
        padding: 8px 10px;
        font: 11px/1.0em Arial;
        color: #737272;
    }

        #wrapper #container #right .section .quarter ul li:first-child, #wrapper #container #right .section .quarter .box.togglemenu ul li:first-child {
            border-top: 0;
        }

        #wrapper #container #right .section .quarter .box.togglemenu ul li.content {
            display: block;
            background: url(../gfx/togglemenu-shadow.gif) repeat-x left top #fbfbfb;
            font: 11px/18px Arial;
            overflow: auto;
            width: auto;
        }

        #wrapper #container #right .section.quarter ul li h2, #wrapper #container #right .section .quarter .box.togglemenu ul li h2 {
            margin: 0;
            padding: 0;
            font: 13px/1.0em 'MuseoSans500', Arial;
            font-weight: normal;
            color: #000000;
            text-transform: uppercase;
        }

        #wrapper #container #right .section .quarter .box.togglemenu ul li.title {
            outline: none;
        }

            #wrapper #container #right .section .quarter .box.togglemenu ul li.title:hover, #wrapper #container #right .section .quarter .box.togglemenu ul li.title.ui-state-active {
                color: #000000;
                cursor: pointer;
            }

        #wrapper #container #right .section .quarter ul li .info {
            position: absolute;
            top: 4px;
            *top: 6px;
            right: 4px;
            background: url(../gfx/btn-info.gif)no-repeatlefttop;
            border: 0;
            padding: 0006px;
            font: 11px/1.66emArial;
            font-weight: bold;
            color: #FFFFFF;
            height: 20px;
        }

            #wrapper #container #right .section .quarter ul li .info span {
                display: block;
                padding: 0 8px 0 0;
                height: 20px;
            }

            #wrapper #container #right .section .quarter ul li .info.red span {
                background: url(../gfx/btn-info.gif) no-repeat right top;
            }

            #wrapper #container #right .section .quarter ul li .info.blue {
                background: url(../gfx/btn-info.gif) no-repeat left -20px;
            }

                #wrapper #container #right .section .quarter ul li .info.blue span {
                    background: url(../gfx/btn-info.gif) no-repeat right -20px;
                }

            #wrapper #container #right .section .quarter ul li .info.green {
                background: url(../gfx/btn-info.gif) no-repeat left -40px;
            }

                #wrapper #container #right .section .quarter ul li .info.green span {
                    background: url(../gfx/btn-info.gif) no-repeat right -40px;
                }

            #wrapper #container #right .section .quarter ul li .info.black {
                background: url(../gfx/btn-info.gif) no-repeat left -60px;
            }

                #wrapper #container #right .section .quarter ul li .info.black span {
                    background: url(../gfx/btn-info.gif) no-repeat right -60px;
                }

#wrapper #container #right {
    display: block;
    position: relative;
    margin: 100px 0 0 0px;
    padding: 0 0 61px;
    min-height: 480px;
}


/* left menu */

.accordion {
    width: 100%;
    min-height: 300px; /*margin: 20px auto;*/
}

.accordion-item {
    font-size: 1em; /*margin: 0 10px 0 10px;*/
    padding: 10px;
    height: 20px; /*background: #f2f2f2;*/
    border-bottom: 1px solid #ccc;
    color: #000;
    cursor: pointer;
}

    .accordion-item.open {
        background: #14ad40;
        border-bottom: 0px;
        color: #fff;
    }

        .accordion-item.open .type {
            float: right;
            background: url('../gfx/minus.png') center no-repeat;
            padding: 10px;
        }

    .accordion-item .type {
        float: right;
        background: url('../gfx/plus.png') center no-repeat;
        padding: 10px;
    }

div.data {
    background: #fff;
    margin: 0 10px 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: .8em;
    line-height: 140%;
    display: none;
}

.row .twelve {
    left: 0;
    top: -1px;
    width: 100%;
}

.column:first-child, .columns:first-child {
    margin-left: 0;
}

.column, .columns {
    float: left;
    margin-left: 0;
    min-height: 1px;
    position: relative;
}

.box_c, .box_s, .box_s_reg {
    margin-bottom: 50px;
}

.row:before, .row:after, .cf:before, .cf:after {
    content: "";
    display: table;
}

.row:after, .cf:after {
    clear: both;
}

.row:before, .row:after, .cf:before, .cf:after {
    content: "";
    display: table;
}

.grdnt_a .box_c_heading, .ssw_grdnt_a {
    background: none repeat scroll 0 0 #F2F2F2;
    left: 0;
    top: 0;
}

.box_c_heading {
    border: 1px solid #DCDCDC;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: static;
}

.row, .cf {
}

h1, h2, h3, h4, h5, .box_c_heading p {
    font-family: 'Terminal Dosis',sans-serif;
}

.box_c_heading p {
    float: left;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 0 !important;
    padding-left: 12px !important;
}

p {
    line-height: 1.4;
}

p {
    font-size: 1.3rem;
    line-height: 1.25;
    margin: 0 0 18px;
}

/**************************/

.PageActive {
    background-position: 0% 0%;
    color: #2664a0;
    cursor: pointer;
    font-family: tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 0 5px;
    padding: 4px 8px 5px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#efe)";
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#efe));
    background-image: -moz-linear-gradient(top,#fff,#efefef);
    background-image: -o-linear-gradient(#fff,#efe);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    overflow: visible;
    display: inline-block;
}

.PageInActive {
    font-family: tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.3em;
    color: #000;
    background: #ddd;
    -moz-boz-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
    margin: 0 0 0 5px;
    padding: 4px 8px 5px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    overflow: visible;
    display: inline-block;
}

span.PageActive:hover {
    background-position: 0% 0%;
    text-decoration: underline;
    border-color: #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#fff, endColorStr=#EBEBEB)";
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ebebeb));
    background-color: #f3f3f3;
    background-repeat: repeat;
    background-attachment: scroll;
}

.currentPage {
    font-weight: bold;
}

#pageInfo {
    text-align: center;
    padding-top: 3px;
}

#pagingWrapper {
    color: #000;
    -moz-boz-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    background: #f6f6f6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #pagingWrapper #pager, #pagingWrapper #pageInfo {
        margin: 5px;
    }


.readOnlyTextBox {
    background-color: #E0E0E0 !important;
    color: #000000;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    border-color: #a9a9a9 #dcdcdc #dcdcdc #a9a9a9;
    width: 197px;
}

.grd {
    width: 100%;
    border-collapse: collapse;
}

    .grd th {
        background-color: #88ACCA;
        border: 2px solid black;
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .grd td {
        border: 2px solid black;
        text-align: center; 
    }

#right #menu_left {
    float: left !important;
    height: auto !important;
    margin: 6px 0 !important;
    width: 250px !important;
    text-align: left !important;
}

.content_right {
    float: left;
    width: 79%;
    height: auto;
}

#right {
    float: left;
    width: 100%;
}


#menu_left #ctl00_treeMenu table tbody tr td:first-child {
    border: medium none;
    padding: 5px 0 3px 10px;
    width: 12px;
}

#menu_left table tbody tr td {
    border: medium none;
}

#menu_left #ctl00_treeMenu div table tbody tr td:first-child {
    display: none;
}

#menu_left #ctl00_treeMenu div table tbody tr td:nth-child(2) {
    display: none;
}

#menu_left #ctl00_treeMenu div table tbody tr td:last-child {
    display: block;
    margin-left: 60px;
    padding: 6px 0;
}

#menu_left table tbody tr td a {
    color: #000 !important;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    font: 13px/1em "MuseoSans500",Arial;
    text-decoration: none;
}

#menu_left #ctl00_treeMenu table {
    width: 100% !important;
}

#menu_left #ctl00_treeMenu > table tbody tr {
    border-bottom: 1px solid #f0ede8;
}

#menu_left #ctl00_treeMenu div table tbody tr {
    border-bottom: 1px solid #f0ede8;
}

/* //////////////////// Gridview top scrollbar \\\\\\\\\\\\\\\\\\\\ */
.verify {
    background: #f00;
    padding: 7px 13px;
    text-decoration: blink !important;
    color: #fff !important;
}

.wrapper1, .wrapper2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.wrapper1 {
    height: 20px;
}

.wrapper2 {
    height: auto;
}

.div1 {
    width: 1250px;
    height: 20px;
}

.div2 {
    width: 1250px;
    height: auto;
    overflow: auto;
}
/* //////////////////// Gridview top scrollbar \\\\\\\\\\\\\\\\\\\\ */


.alert-info, .alert-error {
    /*background-color: red;*/
    border-radius: 5px;
    color: #fff;
    margin: 0 auto 5px;
    padding: 5px 0 5px 15px;
    width: 98.4%;
    font-size: larger;
    border: solid 1px red;
    background-color: red;
    text-align:center;

   
}

.alert-success {
    border-radius: 5px;
    color: #fff;
    border: solid 1px green;
    margin: 0 auto 5px;
    padding: 5px 0 5px 15px;
    width: 96.4%;
    font-size: larger;
    background-color: green;
    text-align:center;
}

.left_menu tr td:first-child {
    padding: 5px 0 5px 0px;
    width: 10px;
}

.left_menu tr td:nth-child(2) {
    float: left;
    padding: 9px 2px;
    width: 190px;
}


#treeMenu div tr td:nth-child(2) {
    width: 21px;
}

#menu_left td:nth-child(3) {
    float: left;
    padding: 9px 0;
}


input[type="text"] {
    width: 50% !important;
    padding: 5px;
}

.content_right td:nth-child(2n+1) {
    table-layout: fixed;
    width: 125px;
        font-style: italic;
    font-weight: 600;
}

.content_right td:nth-child(2n) {
    table-layout: fixed !important;
    width: 200px;
}

textarea {
    width: 50% !important;
    padding: 5px;
}

select {
    width: 54% !important;
    padding: 5px;
}

.left_menu {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-top: -17px !important;
}

#treeMenu div table {
    background-color: #F6F6F6;
    border-bottom: 1px solid white !important;
}

#treeMenu > table {
    border-bottom: 1px solid black !important;
    width:100%;
}

#treeMenu {
    overflow: hidden;
    margin-top: -14px;
    margin-left: -38px;
}

.datepick-month-year {
    float: left;
    width: 81px !important;
}

.content {
    background: none repeat scroll 0 0 #F5F5F5 !important;
}

.login-left {
    height: 100%;
    width: 50%;
    float: left;
    text-align: center;
    border-right: medium solid #3282a9;
}

.login-right {
    float: left;
    margin-left: 40px;
    margin-top: 47px;
    width: 45%;
}

table td {
    /*text-transform: uppercase !important;*/
}
/*--- changes as per 9-5-2016 ------------- Deepak Web Developer*/
.pis-logo {
    background-color: #026182;
    display: inline-block;
    left: 14px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 3;
    border: 5px solid #fff;
    border-radius: 0px 4px 0px 4px;
}

    .pis-logo img {
        height: 136px;
        margin: 10px auto;
        width: 125px;
    }

.body-bg {
    z-index: 1000;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff url('../Images/5.jpg') no-repeat;
}

.title h4 {
    font-family: Lucida Console;
    font-size: 16px;
}

.logo-img {
    height: 550px;
    width: 95%;
}

.inner-container {
    margin: 10px 10px 10px 10px;
    
}
.a-section:last-child {
    margin-bottom: 0;
}
.a-spacing-small, .a-ws .a-ws-spacing-small {
    margin-bottom: 10px!important;
}
.a-spacing-none, .a-ws .a-ws-spacing-none {
    margin-bottom: 0!important;
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
    margin-bottom: 14px!important;
}
.a-box {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
}

.a-box .a-box-inner {
    border-radius: 4px;
    position: relative;
    padding: 14px 18px;
}
.a-icon, .a-link-emphasis:after {
    background-image: url(../Js/images/msg.png);
    -webkit-background-size: 400px 700px;
    background-size: 400px 700px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}
.a-alert .a-icon-alert {
    height: 27px;
    width: 30px;
    position: absolute;
    left: 18px;
    top: 11px;
}
.a-alert-success {
    border-color: #7fc87f;
}
.a-alert-success .a-alert-container {
    background-color: #fff;
    box-shadow: 0 0 0 4px #dff7df inset;
    padding-left: 60px;
}
.a-color-success {
    color: #008a00!important;
}
 .a-alert-success .a-icon-alert, .a-icon-success {
    width: 27px;
    background-position: -318px -35px;
}

 .a-alert-failed {
   border-color: #c40000;
}
.a-alert-failed .a-alert-container {
    background-color: #fff;
    box-shadow: 0 0 0 4px #fcf4f4 inset;
    padding-left: 60px;
}
.a-color-failed {
        color: #c40000!important;
}
.a-alert-failed .a-icon-alert, .a-icon-failed {
    width: 27px;
    background-position: -250px -37px;
}
 .stepy-titles .current-step
{
	background: #e4f0f8;
	border-color: #aed2ea;
}
.stepy-titles .current-step span.stepNb
{
	color: #81a1b5;
}
.slider-content .title, .stepy-titles a
{
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #f9f9f9 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#f9f9f9' , endColorstr= '#f0f0f0' ,GradientType=0 );
}
.stepy-titles a
{
	margin: 0 4px 12px 0;
	cursor: pointer;
	position: relative;
	line-height: 1;
	float: left;
	padding: 3px 9px 0 20px;
	border: 1px solid #dcdcdc;
	height: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	text-decoration: none;
	color: #222222;
	font-size: 13px;
}
.stepy-titles a .txt
{
	font-size: 11px;
	color: #999;
}.font-22 {
     font-size:22px;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    
    text-transform: uppercase;
    width: 90%;
}
 .font-16 {
     font-size:16px;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
   
    text-transform: uppercase;
    width: 90%;
}.section .half .btn {
    height: 30px;
    margin: 10px 5%;
}
 .box-profile {
    float: left;
width: 88%;
background: white;
padding: 4% 4%;
margin: 2%;
}
 h2.font-22 {
    background: #4682B4;
    margin: 0;
    width: 90%;
    float: left;
    color: white;
    padding: 2% 5%;
    font-size: 17px;
    text-align: center;
}.box-content {
    float: left;
    width: 90%;
    padding: 5%;
}.box-content p {
   
    font-size: 16px;
   
}
 .box-content label {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
 .box-content p {
    font-size: 16px;
    width: 100%;
    font-size: large;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}
.profile {
width: 80%;
background: white;
margin: 8px 10%;
float: left;
padding: 5%;
}
.profile img {
   
    width: 97%;
    border: 3px solid rgb(123, 164, 197);
   
}